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.

60 lines
1.6 KiB

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