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.

66 lines
2.0 KiB

  1. /////////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2000-2001.
  5. //
  6. // File: TemplateV1SubjectNamePropertyPage.h
  7. //
  8. // Contents: Definition of CTemplateV1SubjectNamePropertyPage
  9. //
  10. //----------------------------------------------------------------------------
  11. #if !defined(AFX_TEMPLATESUBJECTNAMEPROPERTYPAGE_H__72F0D57F_221D_4A06_9C62_1BBB5800FBD2__INCLUDED_)
  12. #define AFX_TEMPLATESUBJECTNAMEPROPERTYPAGE_H__72F0D57F_221D_4A06_9C62_1BBB5800FBD2__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. // TemplateSubjectNamePropertyPage.h : header file
  17. //
  18. #include "CertTemplate.h"
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CTemplateV1SubjectNamePropertyPage dialog
  21. class CTemplateV1SubjectNamePropertyPage : public CHelpPropertyPage
  22. {
  23. // Construction
  24. public:
  25. CTemplateV1SubjectNamePropertyPage(CCertTemplate& rCertTemplate);
  26. ~CTemplateV1SubjectNamePropertyPage();
  27. // Dialog Data
  28. //{{AFX_DATA(CTemplateV1SubjectNamePropertyPage)
  29. enum { IDD = IDD_TEMPLATE_V1_SUBJECT_NAME };
  30. // NOTE - ClassWizard will add data members here.
  31. // DO NOT EDIT what you see in these blocks of generated code !
  32. //}}AFX_DATA
  33. // Overrides
  34. // ClassWizard generate virtual function overrides
  35. //{{AFX_VIRTUAL(CTemplateV1SubjectNamePropertyPage)
  36. protected:
  37. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. virtual void DoContextHelp (HWND hWndControl);
  42. virtual BOOL OnInitDialog();
  43. void EnableControls ();
  44. // Generated message map functions
  45. //{{AFX_MSG(CTemplateV1SubjectNamePropertyPage)
  46. // NOTE: the ClassWizard will add member functions here
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. private:
  50. CCertTemplate& m_rCertTemplate;
  51. };
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_TEMPLATESUBJECTNAMEPROPERTYPAGE_H__72F0D57F_221D_4A06_9C62_1BBB5800FBD2__INCLUDED_)