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

多国语言处理

开发平台:

Visual C++

  1. // system.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CSystem dialog
  5. class CSystem : public CCommonPage
  6. {
  7. // Construction
  8. public:
  9. CSystem(UINT id); // standard constructor
  10. // Dialog Data
  11. //{{AFX_DATA(CSystem)
  12. enum { IDD = IDD_DIALOG4 };
  13. int m_nPromptFlag;
  14. int m_nWinOrBar;
  15. int m_nLine;
  16. int m_nFinger;
  17. //}}AFX_DATA
  18. // Implementation
  19. protected:
  20. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  21. // Generated message map functions
  22. //{{AFX_MSG(CSystem)
  23. virtual void OnOK();
  24. // NOTE: the ClassWizard will add member functions here
  25. //}}AFX_MSG
  26. DECLARE_MESSAGE_MAP()
  27. };