DlgAbout.h
上传用户:zbjingming
上传日期:2010-01-02
资源大小:2436k
文件大小:1k
- //********************************************
- // DlgAbout.h
- //********************************************
- // feigz@ox.ios.ac.cn
- // Created :
- // Modified
- //********************************************
- #ifndef _DIALOG_ABOUT_
- #define _DIALOG_ABOUT_
- #include "resource.h"
- class CAboutDlg : public CDialog
- {
- public:
- CAboutDlg();
- // Dialog Data
- //{{AFX_DATA(CAboutDlg)
- enum { IDD = IDD_ABOUTBOX };
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CAboutDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- //{{AFX_MSG(CAboutDlg)
- // No message handlers
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #endif // _DIALOG_ABOUT_