You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
241 B
C

#pragma once
#include "valstrbase.h"
//<2F>̶<EFBFBD><CCB6>ı<EFBFBD>
class CValStrFixed :public CValStrBase
{
public:
CValStrFixed(void);
~CValStrFixed(void);
virtual CValStrFixed * Clone(){return new CValStrFixed(*this);};
virtual CString GetTypeStr();
};