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.

71 lines
1.7 KiB

  1. #if !defined(AFX_SYSGENERALPAGE_H__C3F44E81_BA00_11D2_BD76_0000F87A3912__INCLUDED_)
  2. #define AFX_SYSGENERALPAGE_H__C3F44E81_BA00_11D2_BD76_0000F87A3912__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SysGeneralPage.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CSysGeneralPage dialog
  11. class CSysGeneralPage : public CHMPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CSysGeneralPage)
  14. // Construction
  15. public:
  16. CSysGeneralPage();
  17. ~CSysGeneralPage();
  18. // Dialog Data
  19. public:
  20. //{{AFX_DATA(CSysGeneralPage)
  21. enum { IDD = IDD_SYSTEM_GENERAL };
  22. CString m_sName;
  23. CString m_sComment;
  24. CString m_sCreationDate;
  25. CString m_sDomain;
  26. CString m_sHMVersion;
  27. CString m_sModifiedDate;
  28. CString m_sOSInfo;
  29. CString m_sProcessor;
  30. CString m_sWmiVersion;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generate virtual function overrides
  34. //{{AFX_VIRTUAL(CSysGeneralPage)
  35. public:
  36. virtual void OnFinalRelease();
  37. virtual void OnOK();
  38. virtual BOOL OnApply();
  39. protected:
  40. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  41. //}}AFX_VIRTUAL
  42. // Implementation
  43. protected:
  44. // Generated message map functions
  45. //{{AFX_MSG(CSysGeneralPage)
  46. virtual BOOL OnInitDialog();
  47. afx_msg void OnDestroy();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. // Generated OLE dispatch map functions
  51. //{{AFX_DISPATCH(CSysGeneralPage)
  52. // NOTE - the ClassWizard will add and remove member functions here.
  53. //}}AFX_DISPATCH
  54. DECLARE_DISPATCH_MAP()
  55. DECLARE_INTERFACE_MAP()
  56. };
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_SYSGENERALPAGE_H__C3F44E81_BA00_11D2_BD76_0000F87A3912__INCLUDED_)