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