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
1.6 KiB

  1. #if !defined(AFX_THGENERALPAGE_H__52566160_C9D1_11D2_BD8D_0000F87A3912__INCLUDED_)
  2. #define AFX_THGENERALPAGE_H__52566160_C9D1_11D2_BD8D_0000F87A3912__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // THGeneralPage.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CTHGeneralPage dialog
  11. class CTHGeneralPage : public CHMPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CTHGeneralPage)
  14. // Construction
  15. public:
  16. CTHGeneralPage();
  17. ~CTHGeneralPage();
  18. // Dialog Data
  19. public:
  20. //{{AFX_DATA(CTHGeneralPage)
  21. enum { IDD = IDD_THRESHOLD_GENERAL };
  22. CString m_sComment;
  23. CString m_sName;
  24. CString m_sCreationDate;
  25. CString m_sModifiedDate;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generate virtual function overrides
  29. //{{AFX_VIRTUAL(CTHGeneralPage)
  30. public:
  31. virtual void OnFinalRelease();
  32. virtual void OnOK();
  33. virtual BOOL OnApply();
  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(CTHGeneralPage)
  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(CTHGeneralPage)
  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_THGENERALPAGE_H__52566160_C9D1_11D2_BD8D_0000F87A3912__INCLUDED_)