Source code of Windows XP (NT5)
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.

59 lines
1.5 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. };
  24. // Dialog Data
  25. //{{AFX_DATA(CChooseCAPage)
  26. enum { IDD = IDD_PAGE_WIZ_CHOOSE_ONLINE };
  27. int m_CAIndex;
  28. //}}AFX_DATA
  29. CCertificate * m_pCert;
  30. // Overrides
  31. // ClassWizard generate virtual function overrides
  32. //{{AFX_VIRTUAL(CChooseOnlinePage)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. public:
  36. virtual LRESULT OnWizardNext();
  37. virtual LRESULT OnWizardBack();
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. // Generated message map functions
  42. //{{AFX_MSG(CChooseOnlinePage)
  43. virtual BOOL OnInitDialog();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_CHOOSEONLINEPAGE_H__5760F32A_144F_11D2_8A1E_000000000000__INCLUDED_)