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.

58 lines
1.3 KiB

  1. // WildWizOne.h : header file
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. // CWildWizOne dialog
  5. class CWildWizOne : public CPropertyPage
  6. {
  7. DECLARE_DYNCREATE(CWildWizOne)
  8. // Construction
  9. public:
  10. CWildWizOne();
  11. ~CWildWizOne();
  12. // to make the buttons behave right
  13. BOOL m_fIsWizard;
  14. CPropertySheet* m_pPropSheet;
  15. // the only public member
  16. CCertMapRule* m_pRule;
  17. IMSAdminBase* m_pMB;
  18. // base path to the metabase
  19. CString m_szMBPath;
  20. virtual BOOL OnApply();
  21. virtual BOOL OnInitDialog();
  22. // Dialog Data
  23. //{{AFX_DATA(CWildWizOne)
  24. enum { IDD = IDD_WILDWIZ_1 };
  25. CString m_sz_description;
  26. BOOL m_bool_enable;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generate virtual function overrides
  30. //{{AFX_VIRTUAL(CWildWizOne)
  31. public:
  32. virtual BOOL OnSetActive();
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CWildWizOne)
  40. afx_msg void OnChangeDescription();
  41. afx_msg void OnEnableRule();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. void DoHelp();
  45. };