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.

65 lines
1.6 KiB

  1. // MSConfigCtl.h : Declaration of the CMSConfigCtl
  2. #include "resource.h" // main symbols
  3. #include <atlhost.h>
  4. #include "pagebase.h"
  5. #include "msconfigstate.h"
  6. #include "rebootdlg.h"
  7. #if !defined(AFX_MSCONFIGSHEET_H__44ACE461_A2D0_4CEA_B9C8_CE2A16FE355E__INCLUDED_)
  8. #define AFX_MSCONFIGSHEET_H__44ACE461_A2D0_4CEA_B9C8_CE2A16FE355E__INCLUDED_
  9. #if _MSC_VER > 1000
  10. #pragma once
  11. #endif // _MSC_VER > 1000
  12. // MSConfigSheet.h : header file
  13. //
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CMSConfigSheet
  16. class CMSConfigSheet : public CPropertySheet
  17. {
  18. DECLARE_DYNAMIC(CMSConfigSheet)
  19. // Construction
  20. public:
  21. CMSConfigSheet(UINT nIDCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  22. CMSConfigSheet(LPCTSTR pszCaption, CWnd* pParentWnd = NULL, UINT iSelectPage = 0);
  23. afx_msg void OnHelp();
  24. // Attributes
  25. public:
  26. // Operations
  27. public:
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CMSConfigSheet)
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. public:
  34. virtual ~CMSConfigSheet();
  35. // Generated message map functions
  36. protected:
  37. //{{AFX_MSG(CMSConfigSheet)
  38. afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
  39. virtual BOOL OnInitDialog();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. private:
  43. int m_iSelectedPage; // initial page to select
  44. };
  45. /////////////////////////////////////////////////////////////////////////////
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_MSCONFIGSHEET_H__44ACE461_A2D0_4CEA_B9C8_CE2A16FE355E__INCLUDED_)