www.pudn.com > ±ÏÒµÁôÄî²á.rar > MyPropSheet.h
#if !defined(AFX_MYPROPSHEET_H__00A53747_5768_44DF_BCA8_0C24D8E6C770__INCLUDED_)
#define AFX_MYPROPSHEET_H__00A53747_5768_44DF_BCA8_0C24D8E6C770__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyPropSheet.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMyPropSheet
class CMyPropSheet : public CPropertySheet
{
DECLARE_DYNAMIC(CMyPropSheet)
// Construction
public:
CMyPropSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
CMyPropSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
CMyPropSheet();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyPropSheet)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMyPropSheet();
// Generated message map functions
protected:
//{{AFX_MSG(CMyPropSheet)
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_MYPROPSHEET_H__00A53747_5768_44DF_BCA8_0C24D8E6C770__INCLUDED_)