www.pudn.com > EX_11.rar > MainSheet.h
#if !defined(AFX_MAINSHEET_H__E111592E_CC38_445A_83C1_3AEDD988BDAF__INCLUDED_)
#define AFX_MAINSHEET_H__E111592E_CC38_445A_83C1_3AEDD988BDAF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MainSheet.h : header file
//
//#include "page1.h"
//#include "page2.h"
//#include "page3.h"
/////////////////////////////////////////////////////////////////////////////
// CMainSheet
class CMainSheet : public CPropertySheet
{
DECLARE_DYNAMIC(CMainSheet)
// Construction
public:
CMainSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
CMainSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
// Attributes
public:
//Cpage1 page1;
// Cpage2 page2;
// Cpage3 page3;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMainSheet)
public:
virtual int DoModal();
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMainSheet();
// Generated message map functions
protected:
//{{AFX_MSG(CMainSheet)
// 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_MAINSHEET_H__E111592E_CC38_445A_83C1_3AEDD988BDAF__INCLUDED_)