www.pudn.com > TetrisWang.zip > PropSheetOption.h
// PropSheetOption.h : header file
//
// This class defines custom modal property sheet
// CPropSheetOption.
#ifndef __PROPSHEETOPTION_H__
#define __PROPSHEETOPTION_H__
#include "PropPage.h"
/////////////////////////////////////////////////////////////////////////////
// CPropSheetOption
class CPropSheetOption : public CPropertySheet
{
DECLARE_DYNAMIC(CPropSheetOption)
// Construction
public:
CPropSheetOption(CWnd* pWndParent = NULL);
// Attributes
public:
CPropPageDifficute m_Page1;
CPropPageDisplay m_Page2;
CPropPageComputer m_Page3;
CPropPageOperate m_Page4;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPropSheetOption)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CPropSheetOption();
// Generated message map functions
protected:
//{{AFX_MSG(CPropSheetOption)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
#endif // __PROPSHEETOPTION_H__