PropSheet.h
上传用户:peony_8
上传日期:2022-05-18
资源大小:1955k
文件大小:1k
源码类别:

菜单

开发平台:

Visual C++

  1. #if !defined(AFX_PROPSHEET_H__D348E764_C1E8_4F6E_B76C_D1E5DCEC4E68__INCLUDED_)
  2. #define AFX_PROPSHEET_H__D348E764_C1E8_4F6E_B76C_D1E5DCEC4E68__INCLUDED_
  3. #include "Prop1.h" // Added by ClassView
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // PropSheet.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CPropSheet
  11. #include "Prop1.h"
  12. #include "Prop2.h"
  13. #include "Prop3.h"
  14. class CPropSheet : public CPropertySheet
  15. {
  16. DECLARE_DYNAMIC(CPropSheet)
  17. // Construction
  18. public:
  19. CPropSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  20. CPropSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  21. // Attributes
  22. public:
  23. // Operations
  24. public:
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CPropSheet)
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. public:
  31. CProp1 m_prop1;
  32. CProp2 m_prop2;
  33. CProp3 m_prop3;
  34. virtual ~CPropSheet();
  35. // Generated message map functions
  36. protected:
  37. //{{AFX_MSG(CPropSheet)
  38. // NOTE - the ClassWizard will add and remove member functions here.
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_PROPSHEET_H__D348E764_C1E8_4F6E_B76C_D1E5DCEC4E68__INCLUDED_)