PropertyPageWithPropertySheet.h
上传用户:raowubin
上传日期:2007-01-02
资源大小:19k
文件大小:2k
源码类别:

PropertySheet

开发平台:

Visual C++

  1. #if !defined(AFX_PROPERTYPAGEWITHPROPERTYSHEET_H__9D9751EF_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_)
  2. #define AFX_PROPERTYPAGEWITHPROPERTYSHEET_H__9D9751EF_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PropertyPageWithPropertySheet.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CPropertyPageWithPropertySheet dialog
  10. class CPropertyPageWithPropertySheet : public CPropertyPage
  11. {
  12. DECLARE_DYNCREATE(CPropertyPageWithPropertySheet)
  13. // Construction
  14. public:
  15. virtual BOOL UpdateData(BOOL bSaveAndValidate);
  16. virtual void AddPage(CPropertyPage *pPage);
  17. CPropertyPageWithPropertySheet();
  18. ~CPropertyPageWithPropertySheet();
  19. // Dialog Data
  20. //{{AFX_DATA(CPropertyPageWithPropertySheet)
  21. enum { IDD = IDD_DIALOG_SHEET };
  22. // NOTE - ClassWizard will add data members here.
  23. //    DO NOT EDIT what you see in these blocks of generated code !
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generate virtual function overrides
  27. //{{AFX_VIRTUAL(CPropertyPageWithPropertySheet)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. CPropertySheet m_internal_sheet;
  34. // Generated message map functions
  35. //{{AFX_MSG(CPropertyPageWithPropertySheet)
  36. virtual BOOL OnInitDialog();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_PROPERTYPAGEWITHPROPERTYSHEET_H__9D9751EF_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_)