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.

72 lines
2.0 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997-2001.
  5. //
  6. // File: wiz97ppg.h
  7. //
  8. // Contents:
  9. //
  10. //----------------------------------------------------------------------------
  11. #if !defined(AFX_WIZ97PPG_H__386C7213_A248_11D1_8618_00C04FB94F17__INCLUDED_)
  12. #define AFX_WIZ97PPG_H__386C7213_A248_11D1_8618_00C04FB94F17__INCLUDED_
  13. #if _MSC_VER >= 1000
  14. #pragma once
  15. #endif // _MSC_VER >= 1000
  16. // Wiz97PPg.h : header file
  17. //
  18. #include "Wiz97Sht.h"
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CWizard97PropertyPage dialog
  21. class CWizard97PropertyPage : public CPropertyPage
  22. {
  23. DECLARE_DYNCREATE(CWizard97PropertyPage)
  24. // Construction
  25. public:
  26. PROPSHEETPAGE m_psp97;
  27. CString m_szHeaderTitle;
  28. CString m_szHeaderSubTitle;
  29. CWizard97PropertySheet* m_pWiz;
  30. void InitWizard97(bool bHideHeader);
  31. CWizard97PropertyPage ();
  32. CWizard97PropertyPage(UINT nIDTemplate);
  33. virtual ~CWizard97PropertyPage();
  34. // Dialog Data
  35. //{{AFX_DATA(CWizard97PropertyPage)
  36. // NOTE - ClassWizard will add data members here.
  37. // DO NOT EDIT what you see in these blocks of generated code !
  38. //}}AFX_DATA
  39. // Overrides
  40. // ClassWizard generate virtual function overrides
  41. //{{AFX_VIRTUAL(CWizard97PropertyPage)
  42. protected:
  43. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  44. //}}AFX_VIRTUAL
  45. // Implementation
  46. protected:
  47. // Generated message map functions
  48. //{{AFX_MSG(CWizard97PropertyPage)
  49. virtual BOOL OnInitDialog();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. bool SetupFonts ();
  53. CFont& GetBigBoldFont();
  54. CFont& GetBoldFont();
  55. CFont m_boldFont;
  56. CFont m_bigBoldFont;
  57. };
  58. //{{AFX_INSERT_LOCATION}}
  59. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  60. #endif // !defined(AFX_WIZ97PPG_H__386C7213_A248_11D1_8618_00C04FB94F17__INCLUDED_)