NewToolBar.h
上传用户:ckg1000
上传日期:2013-01-26
资源大小:630k
文件大小:1k
源码类别:

CAD

开发平台:

Visual C++

  1. #if !defined(AFX_NEWTOOLBAR_H__B2EBAC3E_AB3D_43D8_BAC5_F61D9115594E__INCLUDED_)
  2. #define AFX_NEWTOOLBAR_H__B2EBAC3E_AB3D_43D8_BAC5_F61D9115594E__INCLUDED_
  3. #include "NewComboBox.h" // Added by ClassView
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // NewToolBar.h : header file
  8. //
  9. #include "Tool/ToolBarXP.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // NewToolBar window
  12. class NewToolBar : public CToolBarXP
  13. {
  14. // Construction
  15. public:
  16. NewToolBar();
  17. // Attributes
  18. public:
  19. // Operations
  20. public:
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(NewToolBar)
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. public:
  27. void OnInitToolBar();
  28. NewComboBox m_wndComboBox;
  29. virtual ~NewToolBar();
  30. // Generated message map functions
  31. protected:
  32. int CALLBACK EnumFontFamProc(LPENUMLOGFONT lpelf, 
  33. LPNEWTEXTMETRIC lpntm,DWORD nFontType,long lparam);
  34. //{{AFX_MSG(NewToolBar)
  35. // NOTE - the ClassWizard will add and remove member functions here.
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. /////////////////////////////////////////////////////////////////////////////
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_NEWTOOLBAR_H__B2EBAC3E_AB3D_43D8_BAC5_F61D9115594E__INCLUDED_)