Page3.h
上传用户:yongqian
上传日期:2007-01-02
资源大小:74k
文件大小:1k
- #if !defined(AFX_PAGE3_H__BAC5D46A_25A5_11D2_98BF_08A9C2000000__INCLUDED_)
- #define AFX_PAGE3_H__BAC5D46A_25A5_11D2_98BF_08A9C2000000__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // Page3.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // Page3 dialog
- class Page3 : public CPropertyPage
- {
- DECLARE_DYNCREATE(Page3)
- // Construction
- public:
- Page3();
- ~Page3();
- // Dialog Data
- //{{AFX_DATA(Page3)
- enum { IDD = IDD_PAGE3 };
- // NOTE - ClassWizard will add data members here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(Page3)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(Page3)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PAGE3_H__BAC5D46A_25A5_11D2_98BF_08A9C2000000__INCLUDED_)