DlgAbout.h
上传用户:zbjingming
上传日期:2010-01-02
资源大小:2436k
文件大小:1k
源码类别:

OpenGL

开发平台:

Visual C++

  1. //********************************************
  2. // DlgAbout.h
  3. //********************************************
  4. // feigz@ox.ios.ac.cn
  5. // Created :
  6. // Modified
  7. //********************************************
  8. #ifndef _DIALOG_ABOUT_
  9. #define _DIALOG_ABOUT_
  10. #include "resource.h" 
  11. class CAboutDlg : public CDialog
  12. {
  13. public:
  14. CAboutDlg();
  15. // Dialog Data
  16. //{{AFX_DATA(CAboutDlg)
  17. enum { IDD = IDD_ABOUTBOX };
  18. //}}AFX_DATA
  19. // ClassWizard generated virtual function overrides
  20. //{{AFX_VIRTUAL(CAboutDlg)
  21. protected:
  22. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  23. //}}AFX_VIRTUAL
  24. // Implementation
  25. protected:
  26. //{{AFX_MSG(CAboutDlg)
  27. // No message handlers
  28. //}}AFX_MSG
  29. DECLARE_MESSAGE_MAP()
  30. };
  31. #endif // _DIALOG_ABOUT_