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

PropertySheet

开发平台:

Visual C++

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