MyWizardPage1.h
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:4k
源码类别:

书籍源码

开发平台:

Visual C++

  1. // MyWizardPage1.h : header file
  2. //
  3. #ifndef __MYWIZARDPAGE1_H__
  4. #define __MYWIZARDPAGE1_H__
  5. /////////////////////////////////////////////////////////////////////////////
  6. // CMyWizardPage1 dialog
  7. class CMyWizardPage1 : public CPropertyPage
  8. {
  9. DECLARE_DYNCREATE(CMyWizardPage1)
  10. // Construction
  11. public:
  12. CMyWizardPage1();
  13. ~CMyWizardPage1();
  14. // Dialog Data
  15. //{{AFX_DATA(CMyWizardPage1)
  16. enum { IDD = IDD_PROPPAGE11 };
  17. // NOTE - ClassWizard will add data members here.
  18. //    DO NOT EDIT what you see in these blocks of generated code !
  19. //}}AFX_DATA
  20. // Overrides
  21. // ClassWizard generate virtual function overrides
  22. //{{AFX_VIRTUAL(CMyWizardPage1)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. // Generated message map functions
  29. //{{AFX_MSG(CMyWizardPage1)
  30. virtual BOOL OnInitDialog();
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. };
  34. /////////////////////////////////////////////////////////////////////////////
  35. // CMyWizardPage2 dialog
  36. class CMyWizardPage2 : public CPropertyPage
  37. {
  38. DECLARE_DYNCREATE(CMyWizardPage2)
  39. // Construction
  40. public:
  41. CMyWizardPage2();
  42. ~CMyWizardPage2();
  43. // Dialog Data
  44. //{{AFX_DATA(CMyWizardPage2)
  45. enum { IDD = IDD_PROPPAGE21 };
  46. // NOTE - ClassWizard will add data members here.
  47. //    DO NOT EDIT what you see in these blocks of generated code !
  48. //}}AFX_DATA
  49. // Overrides
  50. // ClassWizard generate virtual function overrides
  51. //{{AFX_VIRTUAL(CMyWizardPage2)
  52. protected:
  53. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  54. //}}AFX_VIRTUAL
  55. // Implementation
  56. protected:
  57. // Generated message map functions
  58. //{{AFX_MSG(CMyWizardPage2)
  59. virtual BOOL OnInitDialog();
  60. //}}AFX_MSG
  61. DECLARE_MESSAGE_MAP()
  62. };
  63. /////////////////////////////////////////////////////////////////////////////
  64. // CMyWizardPage3 dialog
  65. class CMyWizardPage3 : public CPropertyPage
  66. {
  67. DECLARE_DYNCREATE(CMyWizardPage3)
  68. // Construction
  69. public:
  70. CMyWizardPage3();
  71. ~CMyWizardPage3();
  72. // Dialog Data
  73. //{{AFX_DATA(CMyWizardPage3)
  74. enum { IDD = IDD_PROPPAGE3 };
  75. // NOTE - ClassWizard will add data members here.
  76. //    DO NOT EDIT what you see in these blocks of generated code !
  77. //}}AFX_DATA
  78. // Overrides
  79. // ClassWizard generate virtual function overrides
  80. //{{AFX_VIRTUAL(CMyWizardPage3)
  81. protected:
  82. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  83. //}}AFX_VIRTUAL
  84. // Implementation
  85. protected:
  86. // Generated message map functions
  87. //{{AFX_MSG(CMyWizardPage3)
  88. virtual BOOL OnInitDialog();
  89. //}}AFX_MSG
  90. DECLARE_MESSAGE_MAP()
  91. };
  92. /////////////////////////////////////////////////////////////////////////////
  93. // CMyWizardPage4 dialog
  94. class CMyWizardPage4 : public CPropertyPage
  95. {
  96. DECLARE_DYNCREATE(CMyWizardPage4)
  97. // Construction
  98. public:
  99. CMyWizardPage4();
  100. ~CMyWizardPage4();
  101. // Dialog Data
  102. //{{AFX_DATA(CMyWizardPage4)
  103. enum { IDD = IDD_PROPPAGE4 };
  104. // NOTE - ClassWizard will add data members here.
  105. //    DO NOT EDIT what you see in these blocks of generated code !
  106. //}}AFX_DATA
  107. // Overrides
  108. // ClassWizard generate virtual function overrides
  109. //{{AFX_VIRTUAL(CMyWizardPage4)
  110. protected:
  111. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  112. //}}AFX_VIRTUAL
  113. // Implementation
  114. protected:
  115. // Generated message map functions
  116. //{{AFX_MSG(CMyWizardPage4)
  117. virtual BOOL OnInitDialog();
  118. //}}AFX_MSG
  119. DECLARE_MESSAGE_MAP()
  120. };
  121. /////////////////////////////////////////////////////////////////////////////
  122. // CMyWizardPage5 dialog
  123. class CMyWizardPage5 : public CPropertyPage
  124. {
  125. DECLARE_DYNCREATE(CMyWizardPage5)
  126. // Construction
  127. public:
  128. CMyWizardPage5();
  129. ~CMyWizardPage5();
  130. // Dialog Data
  131. //{{AFX_DATA(CMyWizardPage5)
  132. enum { IDD = IDD_PROPPAGE5 };
  133. // NOTE - ClassWizard will add data members here.
  134. //    DO NOT EDIT what you see in these blocks of generated code !
  135. //}}AFX_DATA
  136. // Overrides
  137. // ClassWizard generate virtual function overrides
  138. //{{AFX_VIRTUAL(CMyWizardPage5)
  139. protected:
  140. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  141. //}}AFX_VIRTUAL
  142. // Implementation
  143. protected:
  144. // Generated message map functions
  145. //{{AFX_MSG(CMyWizardPage5)
  146. virtual BOOL OnInitDialog();
  147. //}}AFX_MSG
  148. DECLARE_MESSAGE_MAP()
  149. };
  150. #endif // __MYWIZARDPAGE1_H__