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.

81 lines
2.2 KiB

  1. #if !defined(AFX_WIZPOLICY_H__61D37A46_D552_11D1_9BCC_006008947035__INCLUDED_)
  2. #define AFX_WIZPOLICY_H__61D37A46_D552_11D1_9BCC_006008947035__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // Wiz97Pol.h : header file
  7. //
  8. #ifdef WIZ97WIZARDS
  9. /*
  10. class CWiz97DefaultResponse : public CWiz97BasePage
  11. {
  12. public:
  13. CWiz97DefaultResponse(UINT nIDD, BOOL bWiz97 = TRUE);
  14. virtual ~CWiz97DefaultResponse();
  15. // Dialog Data
  16. //{{AFX_DATA(CWiz97DefaultResponse)
  17. enum { IDD = IDD_PROPPAGE_PI_DEFAULTRESPONSE };
  18. BOOL m_bDefaultResponse;
  19. //}}AFX_DATA
  20. // Overrides
  21. // ClassWizard generate virtual function overrides
  22. //{{AFX_VIRTUAL(CWiz97ChainFilterSpecPage)
  23. public:
  24. virtual LRESULT OnWizardNext();
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CWiz97DefaultResponse)
  32. // NOTE: the ClassWizard will add member functions here
  33. //}}AFX_MSG
  34. DECLARE_MESSAGE_MAP()
  35. };
  36. */
  37. class CWiz97PolicyDonePage : public CWiz97BasePage
  38. {
  39. public:
  40. CWiz97PolicyDonePage (UINT nIDD, BOOL bWiz97 = TRUE);
  41. virtual ~CWiz97PolicyDonePage ();
  42. // Dialog Data
  43. //{{AFX_DATA(CWiz97PolicyDonePage)
  44. //enum { IDD = IDD_PROPPAGE_P_DONE };
  45. BOOL m_bCheckProperties;
  46. //}}AFX_DATA
  47. // Overrides
  48. // ClassWizard generate virtual function overrides
  49. //{{AFX_VIRTUAL(CWiz97PolicyDonePage)
  50. public:
  51. virtual BOOL OnWizardFinish();
  52. protected:
  53. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  54. //}}AFX_VIRTUAL
  55. // Implementation
  56. protected:
  57. // Generated message map functions
  58. //{{AFX_MSG(CWiz97PolicyDonePage)
  59. // NOTE: the ClassWizard will add member functions here
  60. //}}AFX_MSG
  61. DECLARE_MESSAGE_MAP()
  62. };
  63. #endif // #ifdef WIZ97WIZARDS
  64. //{{AFX_INSERT_LOCATION}}
  65. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  66. #endif // !defined(AFX_WIZPOLICY_H__61D37A46_D552_11D1_9BCC_006008947035__INCLUDED_)