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

SNMP编程

开发平台:

C/C++

  1. #if !defined(AFX_REPORTBAR_H__53C791D3_17C5_11D3_BAC4_12345600558E__INCLUDED_)
  2. #define AFX_REPORTBAR_H__53C791D3_17C5_11D3_BAC4_12345600558E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ReportBar.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CReportBar window
  10. #include "ReportWnd.h"
  11. #include "OAMControlBar.h"
  12. class CReportBar : public COAMControlBar
  13. {
  14. // Construction
  15. public:
  16. CReportBar();
  17. // Attributes
  18. public:
  19. CReportWnd m_Report;
  20. // Operations
  21. public:
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CReportBar)
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. void EnableAlert(int nType,BOOL bEnable);
  29. void WriteReportLine(LPCSTR lpBlock, int Type);
  30. virtual ~CReportBar();
  31. // Generated message map functions
  32. protected:
  33. //{{AFX_MSG(CReportBar)
  34. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. /////////////////////////////////////////////////////////////////////////////
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_REPORTBAR_H__53C791D3_17C5_11D3_BAC4_12345600558E__INCLUDED_)