OUTPUTREPORT.H
上传用户:lvjun8202
上传日期:2013-04-30
资源大小:797k
文件大小:1k
源码类别:

SNMP编程

开发平台:

C/C++

  1. #if !defined(AFX_OUTPUTREPORT_H__F9B2E1F1_35A7_11D3_BAEF_12345600558E__INCLUDED_)
  2. #define AFX_OUTPUTREPORT_H__F9B2E1F1_35A7_11D3_BAEF_12345600558E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // OutputReport.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // COutputReport window
  10. #include "OutputWnd.h" // class TOutputWnd
  11. class COutputReport : public TOutputWnd
  12. {
  13. // Construction
  14. public:
  15. COutputReport();
  16. // Attributes
  17. public:
  18. int m_nChildID;
  19. int m_nSplashCnt;
  20. int m_nHasAlert;
  21. CString m_strName;
  22. // Operations
  23. public:
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(COutputReport)
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. int GetHScrollRange();
  31. virtual void UpdateHScroll();
  32. virtual ~COutputReport();
  33. // Generated message map functions
  34. protected:
  35. //{{AFX_MSG(COutputReport)
  36. afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
  37. afx_msg void OnClear();
  38. afx_msg void OnHideReport();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. /////////////////////////////////////////////////////////////////////////////
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_OUTPUTREPORT_H__F9B2E1F1_35A7_11D3_BAEF_12345600558E__INCLUDED_)