VERSION.H
上传用户:zhang8947
上传日期:2007-01-08
资源大小:1910k
文件大小:1k
- // version.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CVersion dialog
- class CVersion : public CDialog
- {
- // Construction
- public:
- CVersion( UINT nIDTemplate ,
- CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CVersion)
- // enum { IDD = IDD_ABOUT_CS };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- // Generated message map functions
- //{{AFX_MSG(CVersion)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };