REPORTBAR.H
上传用户:lvjun8202
上传日期:2013-04-30
资源大小:797k
文件大小:1k
- #if !defined(AFX_REPORTBAR_H__53C791D3_17C5_11D3_BAC4_12345600558E__INCLUDED_)
- #define AFX_REPORTBAR_H__53C791D3_17C5_11D3_BAC4_12345600558E__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ReportBar.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CReportBar window
- #include "ReportWnd.h"
- #include "OAMControlBar.h"
- class CReportBar : public COAMControlBar
- {
- // Construction
- public:
- CReportBar();
- // Attributes
- public:
- CReportWnd m_Report;
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CReportBar)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- void EnableAlert(int nType,BOOL bEnable);
- void WriteReportLine(LPCSTR lpBlock, int Type);
- virtual ~CReportBar();
- // Generated message map functions
- protected:
- //{{AFX_MSG(CReportBar)
- afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_REPORTBAR_H__53C791D3_17C5_11D3_BAC4_12345600558E__INCLUDED_)