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.

67 lines
1.7 KiB

  1. #if !defined(AFX_THPOLICYPAGE_H__52566163_C9D1_11D2_BD8D_0000F87A3912__INCLUDED_)
  2. #define AFX_THPOLICYPAGE_H__52566163_C9D1_11D2_BD8D_0000F87A3912__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // THPolicyPage.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CTHPolicyPage dialog
  11. class CTHPolicyPage : public CHMPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CTHPolicyPage)
  14. // Construction
  15. public:
  16. CTHPolicyPage();
  17. ~CTHPolicyPage();
  18. // Bitmap Handles
  19. public:
  20. CBitmap m_NewBitmap;
  21. CBitmap m_PropertiesBitmap;
  22. CBitmap m_DeleteBitmap;
  23. // Dialog Data
  24. //{{AFX_DATA(CTHPolicyPage)
  25. enum { IDD = IDD_THRESHOLD_POLICY };
  26. // NOTE - ClassWizard will add data members here.
  27. // DO NOT EDIT what you see in these blocks of generated code !
  28. //}}AFX_DATA
  29. // Overrides
  30. // ClassWizard generate virtual function overrides
  31. //{{AFX_VIRTUAL(CTHPolicyPage)
  32. public:
  33. virtual void OnFinalRelease();
  34. protected:
  35. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CTHPolicyPage)
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnDestroy();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. // Generated OLE dispatch map functions
  46. //{{AFX_DISPATCH(CTHPolicyPage)
  47. // NOTE - the ClassWizard will add and remove member functions here.
  48. //}}AFX_DISPATCH
  49. DECLARE_DISPATCH_MAP()
  50. DECLARE_INTERFACE_MAP()
  51. };
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_THPOLICYPAGE_H__52566163_C9D1_11D2_BD8D_0000F87A3912__INCLUDED_)