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

多国语言处理

开发平台:

Visual C++

  1. // exitcs.h : header file
  2. //
  3. #include "version.h"
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CExitCs dialog
  6. class CExitCs : public CVersion
  7. {
  8. // Construction
  9. public:
  10. CExitCs(UINT nIDTemplate,CWnd* pParent = NULL); // standard constructor
  11. // Dialog Data
  12. //{{AFX_DATA(CExitCs)
  13. enum { IDD = IDD_EXIT_CS };
  14. BOOL m_bPromptFlag;
  15. BOOL m_bExitWinFlag;
  16. //}}AFX_DATA
  17. // Implementation
  18. protected:
  19. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  20. // Generated message map functions
  21. //{{AFX_MSG(CExitCs)
  22. virtual void OnOK();
  23. // NOTE: the ClassWizard will add member functions here
  24. //}}AFX_MSG
  25. DECLARE_MESSAGE_MAP()
  26. };