PropertyPageWithPropertySheet.h
上传用户:raowubin
上传日期:2007-01-02
资源大小:19k
文件大小:2k
源码类别:
PropertySheet
开发平台:
Visual C++
- #if !defined(AFX_PROPERTYPAGEWITHPROPERTYSHEET_H__9D9751EF_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_)
- #define AFX_PROPERTYPAGEWITHPROPERTYSHEET_H__9D9751EF_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // PropertyPageWithPropertySheet.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CPropertyPageWithPropertySheet dialog
- class CPropertyPageWithPropertySheet : public CPropertyPage
- {
- DECLARE_DYNCREATE(CPropertyPageWithPropertySheet)
- // Construction
- public:
- virtual BOOL UpdateData(BOOL bSaveAndValidate);
- virtual void AddPage(CPropertyPage *pPage);
- CPropertyPageWithPropertySheet();
- ~CPropertyPageWithPropertySheet();
- // Dialog Data
- //{{AFX_DATA(CPropertyPageWithPropertySheet)
- enum { IDD = IDD_DIALOG_SHEET };
- // NOTE - ClassWizard will add data members here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CPropertyPageWithPropertySheet)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- CPropertySheet m_internal_sheet;
- // Generated message map functions
- //{{AFX_MSG(CPropertyPageWithPropertySheet)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PROPERTYPAGEWITHPROPERTYSHEET_H__9D9751EF_5D6B_11D3_B3B5_DADCF6E30516__INCLUDED_)