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.

64 lines
1.7 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997-2001.
  5. //
  6. // File: ACRGenPg.h
  7. //
  8. // Contents: Declaration of CACRGeneralPage
  9. //
  10. //----------------------------------------------------------------------------
  11. #if !defined(AFX_ACRGENPG_H__B67821ED_7261_11D1_85D4_00C04FB94F17__INCLUDED_)
  12. #define AFX_ACRGENPG_H__B67821ED_7261_11D1_85D4_00C04FB94F17__INCLUDED_
  13. #if _MSC_VER >= 1000
  14. #pragma once
  15. #endif // _MSC_VER >= 1000
  16. // ACRGenPg.h : header file
  17. //
  18. #include "AutoCert.h"
  19. /////////////////////////////////////////////////////////////////////////////
  20. // CACRGeneralPage dialog
  21. class CACRGeneralPage : public CHelpPropertyPage
  22. {
  23. // Construction
  24. public:
  25. CACRGeneralPage(CAutoCertRequest& rACR);
  26. virtual ~CACRGeneralPage();
  27. // Dialog Data
  28. //{{AFX_DATA(CACRGeneralPage)
  29. enum { IDD = IDD_AUTO_CERT_REQUEST_GENERAL };
  30. CEdit m_certTypeEdit;
  31. CEdit m_purposesEditControl;
  32. CListBox m_caListbox;
  33. //}}AFX_DATA
  34. // Overrides
  35. // ClassWizard generate virtual function overrides
  36. //{{AFX_VIRTUAL(CACRGeneralPage)
  37. protected:
  38. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  39. //}}AFX_VIRTUAL
  40. // Implementation
  41. protected:
  42. virtual void DoContextHelp (HWND hWndControl);
  43. // Generated message map functions
  44. //{{AFX_MSG(CACRGeneralPage)
  45. virtual BOOL OnInitDialog();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. private:
  49. CAutoCertRequest& m_rACR;
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_ACRGENPG_H__B67821ED_7261_11D1_85D4_00C04FB94F17__INCLUDED_)