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


// WorkspaceBar.h : interface of the CWorkspaceBar class 
// 
///////////////////////////////////////////////////////////////////////////// 
 
#if !defined(AFX_WORKSPACEBAR_H__FCAB01DE_5D32_436F_8334_8F9B2C64FE58__INCLUDED_) 
#define AFX_WORKSPACEBAR_H__FCAB01DE_5D32_436F_8334_8F9B2C64FE58__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
#include "ImageListCtrl.h" 
 
class CWorkspaceBar : public CBCGPDockingControlBar 
{ 
public: 
	CWorkspaceBar(); 
 
// Attributes 
protected: 
	CImageListCtrl	m_List;	 
 
// Operations 
public: 
	CImageListCtrl* GetList() {return &m_List;} 		 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CWorkspaceBar) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CWorkspaceBar(); 
 
// Generated message map functions 
protected: 
	//{{AFX_MSG(CWorkspaceBar) 
	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_WORKSPACEBAR_H__FCAB01DE_5D32_436F_8334_8F9B2C64FE58__INCLUDED_)