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.

56 lines
1.5 KiB

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