Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
727 B

  1. // WizSht.h: interface for the CRsWizardSheet class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #include "PropPage.h"
  5. #if !defined(AFX_WIZSHT_H__A4135C61_8B78_11D1_B9A1_00A0C9190447__INCLUDED_)
  6. #define AFX_WIZSHT_H__A4135C61_8B78_11D1_B9A1_00A0C9190447__INCLUDED_
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. class CRsWizardSheet : public CPropertySheet
  11. {
  12. public:
  13. CRsWizardSheet( UINT nIDCaption, CWnd *pParentWnd = NULL, UINT iSelectPage = 0 );
  14. virtual ~CRsWizardSheet();
  15. protected:
  16. void AddPage( CRsWizardPage* pPage );
  17. private:
  18. UINT m_IdCaption;
  19. };
  20. #endif // !defined(AFX_WIZSHT_H__A4135C61_8B78_11D1_B9A1_00A0C9190447__INCLUDED_)