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.

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