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.4 KiB

  1. #if !defined(AFX_DPGENERALPAGE_H__52566157_C9D1_11D2_BD8D_0000F87A3912__INCLUDED_)
  2. #define AFX_DPGENERALPAGE_H__52566157_C9D1_11D2_BD8D_0000F87A3912__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DPGeneralPage.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDPGeneralPage dialog
  11. class CDPGeneralPage : public CHMPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CDPGeneralPage)
  14. // Construction
  15. public:
  16. CDPGeneralPage();
  17. ~CDPGeneralPage();
  18. // Dialog Data
  19. //{{AFX_DATA(CDPGeneralPage)
  20. enum { IDD = IDD_DATAPOINT_GENERAL };
  21. CString m_sName;
  22. CString m_sComment;
  23. CString m_sCreationDate;
  24. CString m_sModifiedDate;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generate virtual function overrides
  28. //{{AFX_VIRTUAL(CDPGeneralPage)
  29. public:
  30. virtual void OnOK();
  31. virtual BOOL OnApply();
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CDPGeneralPage)
  39. virtual BOOL OnInitDialog();
  40. afx_msg void OnDestroy();
  41. afx_msg void OnChangeEditComment();
  42. afx_msg void OnChangeEditName();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_DPGENERALPAGE_H__52566157_C9D1_11D2_BD8D_0000F87A3912__INCLUDED_)