RetroZilla/embedding/browser/activex/tests/cbrowse/EditToolBar.h
2015-10-20 23:03:22 -04:00

49 lines
1.1 KiB
C++

#if !defined(AFX_EDITTOOLBAR_H__39B3B0A1_5412_11D3_9441_000000000000__INCLUDED_)
#define AFX_EDITTOOLBAR_H__39B3B0A1_5412_11D3_9441_000000000000__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// EditToolBar.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CEditToolBar window
class CEditToolBar : public CToolBarCtrl
{
// Construction
public:
CEditToolBar();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEditToolBar)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CEditToolBar();
// Generated message map functions
protected:
//{{AFX_MSG(CEditToolBar)
// 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_EDITTOOLBAR_H__39B3B0A1_5412_11D3_9441_000000000000__INCLUDED_)