Property4Dlg.h
上传用户:sjtdsyy
上传日期:2020-03-26
资源大小:76k
文件大小:1k
源码类别:

PropertySheet

开发平台:

Visual C++

  1. // Property4Dlg.h : header file
  2. //
  3. #if !defined(AFX_PROPERTY4DLG_H__C8A3A617_DEF4_430B_974B_6D62D97B8894__INCLUDED_)
  4. #define AFX_PROPERTY4DLG_H__C8A3A617_DEF4_430B_974B_6D62D97B8894__INCLUDED_
  5. #include "Page1.h" // Added by ClassView
  6. #include "Page2.h" // Added by ClassView
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CProperty4Dlg dialog
  12. class CProperty4Dlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CPage2 m_page2;
  17. CPage1 m_page1;
  18. CPropertySheet m_sheet;
  19. CProperty4Dlg(CWnd* pParent = NULL); // standard constructor
  20. // Dialog Data
  21. //{{AFX_DATA(CProperty4Dlg)
  22. enum { IDD = IDD_PROPERTY4_DIALOG };
  23. // NOTE: the ClassWizard will add data members here
  24. //}}AFX_DATA
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CProperty4Dlg)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. HICON m_hIcon;
  33. // Generated message map functions
  34. //{{AFX_MSG(CProperty4Dlg)
  35. virtual BOOL OnInitDialog();
  36. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  37. afx_msg void OnPaint();
  38. afx_msg HCURSOR OnQueryDragIcon();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_PROPERTY4DLG_H__C8A3A617_DEF4_430B_974B_6D62D97B8894__INCLUDED_)