windows-nt/Source/XPSP1/NT/inetsrv/iis/ui/itools/keyring/wizsheet.h
2020-09-26 16:20:57 +08:00

42 lines
885 B
C++

// WizSheet.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CWizardSheet
class CWizardSheet : public CPropertySheet
{
DECLARE_DYNAMIC(CWizardSheet)
// Construction
public:
CWizardSheet();
CWizardSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
CWizardSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CWizardSheet)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CWizardSheet();
// Generated message map functions
protected:
//{{AFX_MSG(CWizardSheet)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////