INPUTSE1.H
上传用户:zhang8947
上传日期:2007-01-08
资源大小:1910k
文件大小:1k
源码类别:

多国语言处理

开发平台:

Visual C++

  1. // inputse1.h : header file
  2. //
  3. #ifndef WM_USER_CHANGE_BUTTON_STATUS
  4. //输入板上的字符操作
  5. #define WM_USER_CHANGE_BUTTON_STATUS (WM_USER+3)
  6. #endif
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CInputSe1 dialog
  9. class CInputSe1 : public CCommonPage
  10. {
  11. // Construction
  12. public:
  13. CInputSe1(UINT id); // standard constructor
  14. // Dialog Data
  15. //{{AFX_DATA(CInputSe1)
  16. enum { IDD = IDD_DIALOG6 };
  17. int m_nEnOrCh;
  18. int m_nNoSpace;
  19. int m_nBjOrQj;
  20. //}}AFX_DATA
  21. private:
  22. int m_nOldEnOrCh;
  23. int m_nOldNoSpace;
  24. int m_nOldBjOrQj;
  25. // Implementation
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. // Generated message map functions
  29. //{{AFX_MSG(CInputSe1)
  30. virtual void OnOK();
  31. virtual BOOL OnInitDialog();
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };