www.pudn.com > UltraSound.rar > OutputBar.h


// OutputBar.h : interface of the COutputBar class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_OUTPUTBAR_H__64C206EC_8BD7_43FE_8BE5_54DC82BDDA9C__INCLUDED_) 
#define AFX_OUTPUTBAR_H__64C206EC_8BD7_43FE_8BE5_54DC82BDDA9C__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
class COutputBar : public CBCGPDockingControlBar 
{ 
public: 
	COutputBar(); 
 
// Attributes 
protected: 
	CListCtrl	m_wndList; 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(COutputBar) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~COutputBar(); 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(COutputBar) 
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 
	afx_msg void OnSize(UINT nType, int cx, int cy); 
	afx_msg void OnPaint(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_OUTPUTBAR_H__64C206EC_8BD7_43FE_8BE5_54DC82BDDA9C__INCLUDED_)