www.pudn.com > PropertyPage.zip > Sheet.h


#if !defined(AFX_SHEET_H__CC1F23DE_E258_40E8_A9F0_0D921EE64FCF__INCLUDED_) 
#define AFX_SHEET_H__CC1F23DE_E258_40E8_A9F0_0D921EE64FCF__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Sheet.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CSheet 
#include "PropPage.h" 
#include "TextPage.h" 
 
class CSheet : public CPropertySheet 
{ 
	DECLARE_DYNAMIC(CSheet) 
 
// Construction 
public: 
	CSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); 
	CSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); 
 
// Attributes 
public: 
	CPropPage m_PropPage; 
	CTextPage m_TextPage; 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSheet) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CSheet(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CSheet) 
		// NOTE - the ClassWizard will add and remove member functions here. 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_SHEET_H__CC1F23DE_E258_40E8_A9F0_0D921EE64FCF__INCLUDED_)