MyWizardPage1.h
资源名称:VC6.0.rar [点击查看]
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:4k
源码类别:
书籍源码
开发平台:
Visual C++
- // MyWizardPage1.h : header file
- //
- #ifndef __MYWIZARDPAGE1_H__
- #define __MYWIZARDPAGE1_H__
- /////////////////////////////////////////////////////////////////////////////
- // CMyWizardPage1 dialog
- class CMyWizardPage1 : public CPropertyPage
- {
- DECLARE_DYNCREATE(CMyWizardPage1)
- // Construction
- public:
- CMyWizardPage1();
- ~CMyWizardPage1();
- // Dialog Data
- //{{AFX_DATA(CMyWizardPage1)
- enum { IDD = IDD_PROPPAGE11 };
- // NOTE - ClassWizard will add data members here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CMyWizardPage1)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyWizardPage1)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- // CMyWizardPage2 dialog
- class CMyWizardPage2 : public CPropertyPage
- {
- DECLARE_DYNCREATE(CMyWizardPage2)
- // Construction
- public:
- CMyWizardPage2();
- ~CMyWizardPage2();
- // Dialog Data
- //{{AFX_DATA(CMyWizardPage2)
- enum { IDD = IDD_PROPPAGE21 };
- // NOTE - ClassWizard will add data members here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CMyWizardPage2)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyWizardPage2)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- // CMyWizardPage3 dialog
- class CMyWizardPage3 : public CPropertyPage
- {
- DECLARE_DYNCREATE(CMyWizardPage3)
- // Construction
- public:
- CMyWizardPage3();
- ~CMyWizardPage3();
- // Dialog Data
- //{{AFX_DATA(CMyWizardPage3)
- enum { IDD = IDD_PROPPAGE3 };
- // NOTE - ClassWizard will add data members here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CMyWizardPage3)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyWizardPage3)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- // CMyWizardPage4 dialog
- class CMyWizardPage4 : public CPropertyPage
- {
- DECLARE_DYNCREATE(CMyWizardPage4)
- // Construction
- public:
- CMyWizardPage4();
- ~CMyWizardPage4();
- // Dialog Data
- //{{AFX_DATA(CMyWizardPage4)
- enum { IDD = IDD_PROPPAGE4 };
- // NOTE - ClassWizard will add data members here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CMyWizardPage4)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyWizardPage4)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- // CMyWizardPage5 dialog
- class CMyWizardPage5 : public CPropertyPage
- {
- DECLARE_DYNCREATE(CMyWizardPage5)
- // Construction
- public:
- CMyWizardPage5();
- ~CMyWizardPage5();
- // Dialog Data
- //{{AFX_DATA(CMyWizardPage5)
- enum { IDD = IDD_PROPPAGE5 };
- // NOTE - ClassWizard will add data members here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CMyWizardPage5)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyWizardPage5)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #endif // __MYWIZARDPAGE1_H__