PropSheet2.h
上传用户:heseme
上传日期:2009-12-23
资源大小:228k
文件大小:2k
开发平台:

Visual C++

  1. #if !defined(AFX_PROPSHEET2_H__85922A67_A4E2_11D4_8595_00D00912B25C__INCLUDED_)
  2. #define AFX_PROPSHEET2_H__85922A67_A4E2_11D4_8595_00D00912B25C__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PropSheet2.h : header file
  7. //
  8. #include "resource.h"       // main symbols
  9. //#include "page8.h"
  10. //#include "page9.h"
  11. #include "page10.h"
  12. #include "page11.h"
  13. #include "page12.h"
  14. #include "page13.h"
  15. /////////////////////////////////////////////////////////////////////////////
  16. // CPropSheet2
  17. class CPropSheet2 : public CPropertySheet
  18. {
  19. DECLARE_DYNAMIC(CPropSheet2)
  20. // Construction
  21. public:
  22. CPropSheet2(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  23. CPropSheet2(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  24. // Attributes
  25. public:
  26.  
  27.    CPage10 m_page10;
  28.    CPage12 m_page12;
  29.    CPage11 m_page11;
  30.    CPage13 m_page13;
  31. // Operations
  32. public:
  33. // Overrides
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CPropSheet2)
  36. public:
  37. virtual BOOL OnInitDialog();
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. public:
  41. virtual ~CPropSheet2();
  42. // Generated message map functions
  43. protected:
  44. //{{AFX_MSG(CPropSheet2)
  45. afx_msg void OnClose();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. /////////////////////////////////////////////////////////////////////////////
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_PROPSHEET2_H__85922A67_A4E2_11D4_8595_00D00912B25C__INCLUDED_)