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

多国语言处理

开发平台:

Visual C++

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