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

书籍源码

开发平台:

Visual C++

  1. // MyPropertyPage1.h : header file
  2. //
  3. #ifndef __MYPROPERTYPAGE1_H__
  4. #define __MYPROPERTYPAGE1_H__
  5. /////////////////////////////////////////////////////////////////////////////
  6. // CMyPropertyPage1 dialog
  7. class CMyPropertyPage1 : public CPropertyPage
  8. {
  9. DECLARE_DYNCREATE(CMyPropertyPage1)
  10. // Construction
  11. public:
  12. CMyPropertyPage1();
  13. ~CMyPropertyPage1();
  14. // Dialog Data
  15. //{{AFX_DATA(CMyPropertyPage1)
  16. enum { IDD = IDD_PROPPAGE1 };
  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(CMyPropertyPage1)
  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(CMyPropertyPage1)
  30. // NOTE: the ClassWizard will add member functions here
  31. //}}AFX_MSG
  32. DECLARE_MESSAGE_MAP()
  33. };
  34. /////////////////////////////////////////////////////////////////////////////
  35. // CMyPropertyPage2 dialog
  36. class CMyPropertyPage2 : public CPropertyPage
  37. {
  38. DECLARE_DYNCREATE(CMyPropertyPage2)
  39. // Construction
  40. public:
  41. CMyPropertyPage2();
  42. ~CMyPropertyPage2();
  43. // Dialog Data
  44. //{{AFX_DATA(CMyPropertyPage2)
  45. enum { IDD = IDD_PROPPAGE2 };
  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(CMyPropertyPage2)
  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(CMyPropertyPage2)
  59. // NOTE: the ClassWizard will add member functions here
  60. //}}AFX_MSG
  61. DECLARE_MESSAGE_MAP()
  62. };
  63. #endif // __MYPROPERTYPAGE1_H__