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.

64 lines
1.6 KiB

  1. #if !defined(AFX_ORGINFOPAGE_H__549054D7_1561_11D2_8A1F_000000000000__INCLUDED_)
  2. #define AFX_ORGINFOPAGE_H__549054D7_1561_11D2_8A1F_000000000000__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // OrgInfoPage.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // COrgInfoPage dialog
  10. class CCertificate;
  11. class COrgInfoPage : public CIISWizardPage
  12. {
  13. DECLARE_DYNCREATE(COrgInfoPage)
  14. // Construction
  15. public:
  16. COrgInfoPage(CCertificate * pCert = NULL);
  17. ~COrgInfoPage();
  18. enum
  19. {
  20. IDD_PAGE_PREV = IDD_PAGE_WIZ_SECURITY_SETTINGS,
  21. IDD_PREV_CSP = IDD_PAGE_WIZ_CHOOSE_CSP,
  22. IDD_PAGE_NEXT = IDD_PAGE_WIZ_SITE_NAME
  23. };
  24. // Dialog Data
  25. //{{AFX_DATA(COrgInfoPage)
  26. enum { IDD = IDD_PAGE_WIZ_ORG_INFO };
  27. CString m_OrgName;
  28. CString m_OrgUnit;
  29. //}}AFX_DATA
  30. CCertificate * m_pCert;
  31. // Overrides
  32. // ClassWizard generate virtual function overrides
  33. //{{AFX_VIRTUAL(COrgInfoPage)
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  36. public:
  37. virtual LRESULT OnWizardNext();
  38. virtual LRESULT OnWizardBack();
  39. virtual BOOL OnSetActive();
  40. //}}AFX_VIRTUAL
  41. // Implementation
  42. protected:
  43. void SetButtons();
  44. // Generated message map functions
  45. //{{AFX_MSG(COrgInfoPage)
  46. virtual BOOL OnInitDialog();
  47. afx_msg void OnChangeName();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_ORGINFOPAGE_H__549054D7_1561_11D2_8A1F_000000000000__INCLUDED_)