NewToolBar.h
资源名称:CAD2006.rar [点击查看]
上传用户:ckg1000
上传日期:2013-01-26
资源大小:630k
文件大小:1k
源码类别:
CAD
开发平台:
Visual C++
- #if !defined(AFX_NEWTOOLBAR_H__B2EBAC3E_AB3D_43D8_BAC5_F61D9115594E__INCLUDED_)
- #define AFX_NEWTOOLBAR_H__B2EBAC3E_AB3D_43D8_BAC5_F61D9115594E__INCLUDED_
- #include "NewComboBox.h" // Added by ClassView
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // NewToolBar.h : header file
- //
- #include "Tool/ToolBarXP.h"
- /////////////////////////////////////////////////////////////////////////////
- // NewToolBar window
- class NewToolBar : public CToolBarXP
- {
- // Construction
- public:
- NewToolBar();
- // Attributes
- public:
- // Operations
- public:
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(NewToolBar)
- //}}AFX_VIRTUAL
- // Implementation
- public:
- void OnInitToolBar();
- NewComboBox m_wndComboBox;
- virtual ~NewToolBar();
- // Generated message map functions
- protected:
- int CALLBACK EnumFontFamProc(LPENUMLOGFONT lpelf,
- LPNEWTEXTMETRIC lpntm,DWORD nFontType,long lparam);
- //{{AFX_MSG(NewToolBar)
- // 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_NEWTOOLBAR_H__B2EBAC3E_AB3D_43D8_BAC5_F61D9115594E__INCLUDED_)