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.

63 lines
1.7 KiB

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