numericedit.h
来自「IO函数调用测试」· C头文件 代码 · 共 44 行
H
44 行
// NumericEdit.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// NumericEdit window
class CNumericEdit : public CEdit
{
// Construction
public:
CNumericEdit();
CNumericEdit(LPCTSTR fmt);
void SetWindowText(int val, LPCTSTR fmt = NULL);
int GetWindowInt();
void Blank();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNumericEdit)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CNumericEdit();
// Generated message map functions
protected:
LPCTSTR deffmt;
//{{AFX_MSG(CNumericEdit)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?