GuiDockToolBar.h
上传用户:zhanglf88
上传日期:2013-11-19
资源大小:6036k
文件大小:2k
源码类别:

金融证券系统

开发平台:

Visual C++

  1. //-----------------------------------------------------------------------//
  2. // This is a part of the GuiLib MFC Extention.  //
  3. // Autor  :  Francisco Campos  //
  4. // (C) 2002 Francisco Campos <www.beyondata.com> All rights reserved     //
  5. // This code is provided "as is", with absolutely no warranty expressed  //
  6. // or implied. Any use is at your own risk.  //
  7. // You must obtain the author's consent before you can include this code //
  8. // in a software library.  //
  9. // If the source code in  this file is used in any application  //
  10. // then acknowledgement must be made to the author of this program  //
  11. // fcampos@tutopia.com  //
  12. //-----------------------------------------------------------------------//
  13. #if !defined(AFX_GUIDOCKTOOLBAR_H__83DAE7D7_071E_4522_A669_8E45D3089B56__INCLUDED_)
  14. #define AFX_GUIDOCKTOOLBAR_H__83DAE7D7_071E_4522_A669_8E45D3089B56__INCLUDED_
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif // _MSC_VER > 1000
  18. // GuiDockToolBar.h : header file
  19. //
  20. /////////////////////////////////////////////////////////////////////////////
  21. // CGuiDockToolBar window
  22. #define AFX_TOOLBAR  0xffff
  23. #include "GuiLib.h"
  24. class GUILIBDLLEXPORT CGuiDockToolBar : public CControlBar
  25. {
  26. // Construction
  27. public:
  28. CGuiDockToolBar();
  29. // Attributes
  30. public:
  31. // Operations
  32. public:
  33. // Overrides
  34. // ClassWizard generated virtual function overrides
  35. //{{AFX_VIRTUAL(CGuiDockToolBar)
  36. public:
  37. virtual BOOL Create(CWnd* pParentWnd,DWORD dwAling);
  38. //}}AFX_VIRTUAL
  39. // Implementation
  40. public:
  41. virtual void OnUpdateCmdUI(CFrameWnd* pTarget, BOOL bDisableIfNoHndler);
  42. virtual CSize CalcFixedLayout(BOOL bStretch, BOOL bHorz);
  43. virtual ~CGuiDockToolBar();
  44. // Generated message map functions
  45. protected:
  46. int  m_Size;
  47. COLORREF m_clrface;
  48. protected:
  49. //{{AFX_MSG(CGuiDockToolBar)
  50. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  51. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  52. afx_msg void OnPaint();
  53. afx_msg void OnNcCalcSize(BOOL bCalcValidRects, NCCALCSIZE_PARAMS FAR* lpncsp);
  54. afx_msg void OnSysColorChange();
  55. //}}AFX_MSG
  56. DECLARE_MESSAGE_MAP()
  57. };
  58. /////////////////////////////////////////////////////////////////////////////
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  61. #endif // !defined(AFX_GUIDOCKTOOLBAR_H__83DAE7D7_071E_4522_A669_8E45D3089B56__INCLUDED_)