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.

63 lines
1.8 KiB

  1. #if !defined(AFX_GETWHATPAGE_H__E8F5A02F_1372_11D2_8A1D_000000000000__INCLUDED_)
  2. #define AFX_GETWHATPAGE_H__E8F5A02F_1372_11D2_8A1D_000000000000__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // GetWhatPage.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CGetWhatPage window
  10. class CCertificate;
  11. class CGetWhatPage : public CIISWizardPage
  12. {
  13. DECLARE_DYNCREATE(CGetWhatPage)
  14. // Construction
  15. public:
  16. CGetWhatPage(CCertificate * pCert = NULL);
  17. ~CGetWhatPage();
  18. enum
  19. {
  20. IDD_PAGE_PREV = IDD_PAGE_WELCOME_START,
  21. IDD_PAGE_NEXT_NEW = IDD_PAGE_WIZ_CHOOSE_CATYPE,
  22. IDD_PAGE_NEXT_EXISTING = IDD_PAGE_WIZ_CHOOSE_CERT,
  23. IDD_PAGE_NEXT_IMPORT = IDD_PAGE_WIZ_GETKEY_FILE,
  24. IDD_PAGE_NEXT_IMPORT_PFX = IDD_PAGE_WIZ_GET_IMPORT_PFX_FILE,
  25. IDD_PAGE_NEXT_COPY_MOVE_REMOTE = IDD_PAGE_WIZ_CHOOSE_COPY_MOVE_FROM_REMOTE
  26. };
  27. // Dialog Data
  28. //{{AFX_DATA(CGetWhatPage)
  29. enum { IDD = IDD_PAGE_WIZ_GET_WHAT };
  30. int m_Index;
  31. //}}AFX_DATA
  32. CCertificate * m_pCert;
  33. // Overrides
  34. // ClassWizard generate virtual function overrides
  35. //{{AFX_VIRTUAL(CGetWhatPage)
  36. public:
  37. virtual BOOL OnSetActive();
  38. virtual LRESULT OnWizardPrev();
  39. virtual LRESULT OnWizardNext();
  40. protected:
  41. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  42. //}}AFX_VIRTUAL
  43. // Implementation
  44. protected:
  45. // Generated message map functions
  46. //{{AFX_MSG(CGetWhatPage)
  47. virtual BOOL OnInitDialog();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. /////////////////////////////////////////////////////////////////////////////
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_GETWHATPAGE_H__E8F5A02F_1372_11D2_8A1D_000000000000__INCLUDED_)