www.pudn.com > zhuabao.rar > MyToolBar.h
#if !defined(AFX_MYTOOLBAR_H__22204A69_F873_4397_8554_020D834FA91B__INCLUDED_)
#define AFX_MYTOOLBAR_H__22204A69_F873_4397_8554_020D834FA91B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MyToolBar.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMyToolBar window
class CMyToolBar : public CToolBar
{
// Construction
public:
CMyToolBar();
// Attributes
public:
// Operations
public:
CComboBox m_wndComboBox;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyToolBar)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMyToolBar();
// Generated message map functions
protected:
//{{AFX_MSG(CMyToolBar)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MYTOOLBAR_H__22204A69_F873_4397_8554_020D834FA91B__INCLUDED_)