MyPropertyPage1.h
资源名称:VC6.0.rar [点击查看]
上传用户:qdhmjx
上传日期:2022-07-11
资源大小:2226k
文件大小:2k
源码类别:
书籍源码
开发平台:
Visual C++
- // MyPropertyPage1.h : header file
- //
- #ifndef __MYPROPERTYPAGE1_H__
- #define __MYPROPERTYPAGE1_H__
- /////////////////////////////////////////////////////////////////////////////
- // CMyPropertyPage1 dialog
- class CMyPropertyPage1 : public CPropertyPage
- {
- DECLARE_DYNCREATE(CMyPropertyPage1)
- // Construction
- public:
- CMyPropertyPage1();
- ~CMyPropertyPage1();
- // Dialog Data
- //{{AFX_DATA(CMyPropertyPage1)
- enum { IDD = IDD_PROPPAGE1 };
- // 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(CMyPropertyPage1)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyPropertyPage1)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- // CMyPropertyPage2 dialog
- class CMyPropertyPage2 : public CPropertyPage
- {
- DECLARE_DYNCREATE(CMyPropertyPage2)
- // Construction
- public:
- CMyPropertyPage2();
- ~CMyPropertyPage2();
- // Dialog Data
- //{{AFX_DATA(CMyPropertyPage2)
- enum { IDD = IDD_PROPPAGE2 };
- // 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(CMyPropertyPage2)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CMyPropertyPage2)
- // NOTE: the ClassWizard will add member functions here
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- #endif // __MYPROPERTYPAGE1_H__