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.

69 lines
1.7 KiB

  1. #if !defined(AFX_GROUPGENERALPAGE_H__C3F44E7B_BA00_11D2_BD76_0000F87A3912__INCLUDED_)
  2. #define AFX_GROUPGENERALPAGE_H__C3F44E7B_BA00_11D2_BD76_0000F87A3912__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // GroupGeneralPage.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CGroupGeneralPage dialog
  11. class CGroupGeneralPage : public CHMPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CGroupGeneralPage)
  14. // Construction
  15. public:
  16. CGroupGeneralPage();
  17. ~CGroupGeneralPage();
  18. // Dialog Data
  19. public:
  20. //{{AFX_DATA(CGroupGeneralPage)
  21. enum { IDD = IDD_GROUP_GENERAL };
  22. CString m_sComment;
  23. CString m_sName;
  24. CString m_sCreationDate;
  25. CString m_sLastModifiedDate;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generate virtual function overrides
  29. //{{AFX_VIRTUAL(CGroupGeneralPage)
  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(CGroupGeneralPage)
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnChangeEditComment();
  43. afx_msg void OnDestroy();
  44. afx_msg void OnChangeEditName();
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. // Generated OLE dispatch map functions
  48. //{{AFX_DISPATCH(CGroupGeneralPage)
  49. // NOTE - the ClassWizard will add and remove member functions here.
  50. //}}AFX_DISPATCH
  51. DECLARE_DISPATCH_MAP()
  52. DECLARE_INTERFACE_MAP()
  53. };
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_GROUPGENERALPAGE_H__C3F44E7B_BA00_11D2_BD76_0000F87A3912__INCLUDED_)