www.pudn.com > IE_Style_Wizard.rar > IEProperSheet.h
#if !defined(AFX_IEPROPERSHEET_H__C519922B_B0EC_4A0C_A62D_D1A0CE50A93E__INCLUDED_)
#define AFX_IEPROPERSHEET_H__C519922B_B0EC_4A0C_A62D_D1A0CE50A93E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// IEProperSheet.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CIEProperSheet
#include "page1.h"
#include "page2.h"
#include "page3.h"
class CIEProperSheet : public CPropertySheet
{
DECLARE_DYNAMIC(CIEProperSheet)
// Construction
public:
CIEProperSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
CIEProperSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
// Attributes
public:
CPage1 page1;
CPage3 page3;
CPage2 page2;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CIEProperSheet)
public:
virtual BOOL OnInitDialog();
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CIEProperSheet();
// Generated message map functions
protected:
//{{AFX_MSG(CIEProperSheet)
afx_msg void OnPaint();
afx_msg BOOL OnEraseBkgnd(CDC* pDC);
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_IEPROPERSHEET_H__C519922B_B0EC_4A0C_A62D_D1A0CE50A93E__INCLUDED_)