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.

65 lines
1.7 KiB

  1. #if !defined(AFX_ACTIONNTEVENTLOGPAGE_H__10AC0367_5D70_11D3_939D_00A0CC406605__INCLUDED_)
  2. #define AFX_ACTIONNTEVENTLOGPAGE_H__10AC0367_5D70_11D3_939D_00A0CC406605__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ActionNtEventLogPage.h : header file
  7. //
  8. #include "HMPropertyPage.h"
  9. #include "InsertionStringMenu.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CActionNtEventLogPage dialog
  12. class CActionNtEventLogPage : public CHMPropertyPage
  13. {
  14. DECLARE_DYNCREATE(CActionNtEventLogPage)
  15. // Construction
  16. public:
  17. CActionNtEventLogPage();
  18. ~CActionNtEventLogPage();
  19. // Dialog Data
  20. //{{AFX_DATA(CActionNtEventLogPage)
  21. enum { IDD = IDD_ACTION_NTEVENTLOG };
  22. CEdit m_TextWnd;
  23. CComboBox m_EventType;
  24. CString m_sEventText;
  25. CString m_sEventType;
  26. int m_iEventID;
  27. //}}AFX_DATA
  28. CInsertionStringMenu m_InsertionMenu;
  29. // Overrides
  30. // ClassWizard generate virtual function overrides
  31. //{{AFX_VIRTUAL(CActionNtEventLogPage)
  32. public:
  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(CActionNtEventLogPage)
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnSelendokComboEventType();
  43. afx_msg void OnChangeEditEventId();
  44. afx_msg void OnChangeEditEventText();
  45. afx_msg void OnButtonInsertion();
  46. afx_msg void OnDestroy();
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. //{{AFX_INSERT_LOCATION}}
  51. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  52. #endif // !defined(AFX_ACTIONNTEVENTLOGPAGE_H__10AC0367_5D70_11D3_939D_00A0CC406605__INCLUDED_)