Page1.h
上传用户:yongqian
上传日期:2007-01-02
资源大小:74k
文件大小:1k
源码类别:

PropertySheet

开发平台:

Visual C++

  1. #if !defined(AFX_PAGE1_H__BAC5D469_25A5_11D2_98BF_08A9C2000000__INCLUDED_)
  2. #define AFX_PAGE1_H__BAC5D469_25A5_11D2_98BF_08A9C2000000__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // Page1.h : header file
  7. //
  8. class PropertySubSheet1;
  9. class Subpage1;
  10. class Subpage2;
  11. class Subpage3;
  12. /////////////////////////////////////////////////////////////////////////////
  13. // Page1 dialog
  14. class Page1 : public CPropertyPage
  15. {
  16. DECLARE_DYNCREATE(Page1)
  17. // Construction
  18. public:
  19. Page1();
  20. ~Page1();
  21. // Dialog Data
  22. //{{AFX_DATA(Page1)
  23. enum { IDD = IDD_PAGE1 };
  24. // NOTE - ClassWizard will add data members here.
  25. //    DO NOT EDIT what you see in these blocks of generated code !
  26. //}}AFX_DATA
  27.   PropertySubSheet1* m_pSubSheet1;
  28. // Overrides
  29. // ClassWizard generate virtual function overrides
  30. //{{AFX_VIRTUAL(Page1)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(Page1)
  38. // NOTE: the ClassWizard will add member functions here
  39. //}}AFX_MSG
  40.   BOOL OnInitDialog();
  41. DECLARE_MESSAGE_MAP()
  42. private:
  43.   
  44.   Subpage1*          m_pSubpage1;
  45.   Subpage2*          m_pSubpage2;
  46.   Subpage3*          m_pSubpage3;
  47. };
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_PAGE1_H__BAC5D469_25A5_11D2_98BF_08A9C2000000__INCLUDED_)