INPUTSE1.H
上传用户:zhang8947
上传日期:2007-01-08
资源大小:1910k
文件大小:1k
- // inputse1.h : header file
- //
- #ifndef WM_USER_CHANGE_BUTTON_STATUS
- //输入板上的字符操作
- #define WM_USER_CHANGE_BUTTON_STATUS (WM_USER+3)
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CInputSe1 dialog
- class CInputSe1 : public CCommonPage
- {
- // Construction
- public:
- CInputSe1(UINT id); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CInputSe1)
- enum { IDD = IDD_DIALOG6 };
- int m_nEnOrCh;
- int m_nNoSpace;
- int m_nBjOrQj;
- //}}AFX_DATA
- private:
- int m_nOldEnOrCh;
- int m_nOldNoSpace;
- int m_nOldBjOrQj;
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- // Generated message map functions
- //{{AFX_MSG(CInputSe1)
- virtual void OnOK();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };