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.

63 lines
1.5 KiB

  1. #if !defined(AFX_ALERTPAGE_H__60A8694A_3434_49CC_9BF6_E257E87400F0__INCLUDED_)
  2. #define AFX_ALERTPAGE_H__60A8694A_3434_49CC_9BF6_E257E87400F0__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AlertPage.h : header file
  7. //
  8. class CScopePane;
  9. class _DHMListView;
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CAlertPage Property Page
  12. class CAlertPage : public CPropertyPage
  13. {
  14. DECLARE_DYNCREATE(CAlertPage)
  15. // Construction
  16. public:
  17. CAlertPage();
  18. ~CAlertPage();
  19. // Dialog Data
  20. //{{AFX_DATA(CAlertPage)
  21. enum { IDD = IDD_DIALOG_ALERT };
  22. CString m_sAlert;
  23. CString m_sComputer;
  24. CString m_sDataCollector;
  25. CString m_sDTime;
  26. CString m_sID;
  27. CString m_sSeverity;
  28. //}}AFX_DATA
  29. CScopePane* m_pScopePane;
  30. _DHMListView* m_pListView;
  31. int m_iIndex;
  32. // Overrides
  33. // ClassWizard generate virtual function overrides
  34. //{{AFX_VIRTUAL(CAlertPage)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  37. virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. protected:
  41. // Generated message map functions
  42. //{{AFX_MSG(CAlertPage)
  43. virtual BOOL OnInitDialog();
  44. afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
  45. afx_msg void OnButtonNext();
  46. afx_msg void OnButtonPrevious();
  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_ALERTPAGE_H__60A8694A_3434_49CC_9BF6_E257E87400F0__INCLUDED_)