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.

85 lines
2.1 KiB

  1. #if !defined(AFX_DPNTEVENTPAGE_H__0708329E_CF6B_11D2_9F01_00A0C986B7A0__INCLUDED_)
  2. #define AFX_DPNTEVENTPAGE_H__0708329E_CF6B_11D2_9F01_00A0C986B7A0__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DPNtEventPage.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDPNtEventPage dialog
  11. class CDPNtEventPage : public CHMPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CDPNtEventPage)
  14. // Construction
  15. public:
  16. CDPNtEventPage();
  17. ~CDPNtEventPage();
  18. // Dialog Data
  19. //{{AFX_DATA(CDPNtEventPage)
  20. enum { IDD = IDD_DATAPOINT_WINDOWSNTEVENT };
  21. CComboBox m_LogFile;
  22. BOOL m_bCategory;
  23. BOOL m_bError;
  24. BOOL m_bEventID;
  25. BOOL m_bFailure;
  26. BOOL m_bInformation;
  27. BOOL m_bRequireReset;
  28. BOOL m_bSource;
  29. BOOL m_bSuccess;
  30. BOOL m_bUser;
  31. BOOL m_bWarning;
  32. CString m_sCategory;
  33. CString m_sEventID;
  34. CString m_sSource;
  35. CString m_sUser;
  36. CString m_sLogFile;
  37. //}}AFX_DATA
  38. // Overrides
  39. // ClassWizard generate virtual function overrides
  40. //{{AFX_VIRTUAL(CDPNtEventPage)
  41. public:
  42. virtual void OnOK();
  43. virtual BOOL OnApply();
  44. protected:
  45. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  46. //}}AFX_VIRTUAL
  47. // Implementation
  48. protected:
  49. // Generated message map functions
  50. //{{AFX_MSG(CDPNtEventPage)
  51. virtual BOOL OnInitDialog();
  52. afx_msg void OnDestroy();
  53. afx_msg void OnButtonTest();
  54. afx_msg void OnCheckCategory();
  55. afx_msg void OnCheckEventid();
  56. afx_msg void OnCheckSource();
  57. afx_msg void OnCheckUser();
  58. afx_msg void OnCheckError();
  59. afx_msg void OnCheckFailure();
  60. afx_msg void OnCheckInformation();
  61. afx_msg void OnCheckRequireReset();
  62. afx_msg void OnCheckSuccess();
  63. afx_msg void OnCheckWarning();
  64. afx_msg void OnEditchangeComboLogFile();
  65. afx_msg void OnChangeEditCategory();
  66. afx_msg void OnChangeEditEventid();
  67. afx_msg void OnChangeEditSource();
  68. afx_msg void OnChangeEditUser();
  69. //}}AFX_MSG
  70. DECLARE_MESSAGE_MAP()
  71. };
  72. //{{AFX_INSERT_LOCATION}}
  73. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  74. #endif // !defined(AFX_DPNTEVENTPAGE_H__0708329E_CF6B_11D2_9F01_00A0C986B7A0__INCLUDED_)