locka%iol.ie ccc6160631 Relocated ActiveX control test source
git-svn-id: svn://10.0.0.236/trunk@63502 18797224-902f-48f8-a5cc-f745e15eee43
2000-03-21 00:05:33 +00: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_)