PropPages.h
上传用户:sisi1999
上传日期:2007-01-02
资源大小:39k
文件大小:3k
源码类别:

PropertySheet

开发平台:

Visual C++

  1. // PropPage1.h : header file
  2. //
  3. #ifndef __PROPPAGE1_H__
  4. #define __PROPPAGE1_H__
  5. #include "ViewPropertyPage.h"
  6. #include "resource.h"
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CPropPage1 dialog
  9. class CPropPage1 : public CViewPropertyPage
  10. {
  11. DECLARE_DYNCREATE(CPropPage1)
  12. // Construction
  13. public:
  14. CPropPage1();
  15. ~CPropPage1();
  16. // Dialog Data
  17. //{{AFX_DATA(CPropPage1)
  18. enum { IDD = IDD_PROPPAGE1 };
  19. // NOTE - ClassWizard will add data members here.
  20. //    DO NOT EDIT what you see in these blocks of generated code !
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generate virtual function overrides
  24. //{{AFX_VIRTUAL(CPropPage1)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CPropPage1)
  32. // NOTE: the ClassWizard will add member functions here
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. /////////////////////////////////////////////////////////////////////////////
  37. // CPropPage2 dialog
  38. class CPropPage2 : public CViewPropertyPage
  39. {
  40. DECLARE_DYNCREATE(CPropPage2)
  41. // Construction
  42. public:
  43. CPropPage2();
  44. ~CPropPage2();
  45. // Dialog Data
  46. //{{AFX_DATA(CPropPage2)
  47. enum { IDD = IDD_PROPPAGE2 };
  48. // NOTE - ClassWizard will add data members here.
  49. //    DO NOT EDIT what you see in these blocks of generated code !
  50. //}}AFX_DATA
  51. // Overrides
  52. // ClassWizard generate virtual function overrides
  53. //{{AFX_VIRTUAL(CPropPage2)
  54. protected:
  55. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  56. //}}AFX_VIRTUAL
  57. // Implementation
  58. protected:
  59. // Generated message map functions
  60. //{{AFX_MSG(CPropPage2)
  61. // NOTE: the ClassWizard will add member functions here
  62. //}}AFX_MSG
  63. DECLARE_MESSAGE_MAP()
  64. };
  65. /////////////////////////////////////////////////////////////////////////////
  66. // CPropPage3 dialog
  67. class CPropPage3 : public CViewPropertyPage
  68. {
  69. DECLARE_DYNCREATE(CPropPage3)
  70. // Construction
  71. public:
  72. CPropPage3();
  73. ~CPropPage3();
  74. // Dialog Data
  75. //{{AFX_DATA(CPropPage3)
  76. enum { IDD = IDD_PROPPAGE3 };
  77. // NOTE - ClassWizard will add data members here.
  78. //    DO NOT EDIT what you see in these blocks of generated code !
  79. //}}AFX_DATA
  80. // Overrides
  81. // ClassWizard generate virtual function overrides
  82. //{{AFX_VIRTUAL(CPropPage3)
  83. protected:
  84. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  85. //}}AFX_VIRTUAL
  86. // Implementation
  87. protected:
  88. // Generated message map functions
  89. //{{AFX_MSG(CPropPage3)
  90. // NOTE: the ClassWizard will add member functions here
  91. //}}AFX_MSG
  92. DECLARE_MESSAGE_MAP()
  93. };
  94. #endif // __PROPPAGE1_H__