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.

61 lines
1.5 KiB

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