www.pudn.com > agentnet.zip > SetupSheet.h


#if !defined(AFX_SETUPSHEET_H__DC773848_1936_49AB_9E75_A9AF26251F21__INCLUDED_) 
#define AFX_SETUPSHEET_H__DC773848_1936_49AB_9E75_A9AF26251F21__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// SetupSheet.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CSetupSheet 
 
class CSetupSheet : public CPropertySheet 
{ 
	DECLARE_DYNAMIC(CSetupSheet) 
 
// Construction 
public: 
	CSetupSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); 
	CSetupSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSetupSheet) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CSetupSheet(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CSetupSheet) 
		// 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_SETUPSHEET_H__DC773848_1936_49AB_9E75_A9AF26251F21__INCLUDED_)