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.

62 lines
1.5 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997 - 1997
  6. //
  7. // File: simprop1.h
  8. //
  9. //--------------------------------------------------------------------------
  10. // SimProp1.h
  11. /////////////////////////////////////////////////////////////////////////////
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CSimX509PropPage property page
  14. class CSimX509PropPage : public CSimPropPage
  15. {
  16. friend CSimData;
  17. // DECLARE_DYNCREATE(CSimX509PropPage)
  18. // Construction
  19. public:
  20. CSimX509PropPage();
  21. ~CSimX509PropPage();
  22. // Dialog Data
  23. //{{AFX_DATA(CSimX509PropPage)
  24. enum { IDD = IDD_SIM_PROPPAGE_X509_CERTIFICATES };
  25. // NOTE - ClassWizard will add data members here.
  26. // DO NOT EDIT what you see in these blocks of generated code !
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generate virtual function overrides
  30. //{{AFX_VIRTUAL(CSimX509PropPage)
  31. public:
  32. virtual BOOL OnApply();
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CSimX509PropPage)
  40. afx_msg void OnButtonAdd();
  41. afx_msg void OnButtonEdit();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. virtual void DoContextHelp (HWND hWndControl);
  45. protected:
  46. CString m_strAnySubject;
  47. CString m_strAnyTrustedAuthority;
  48. protected:
  49. void AddSimEntry(CSimEntry * pSimEntry);
  50. }; // CSimX509PropPage