GuiDocBarExten.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_GUIDOCBAREXTEN_H__2B746533_9AEB_11D5_A8C3_0008C7B2934C__INCLUDED_)
  14. #define AFX_GUIDOCBAREXTEN_H__2B746533_9AEB_11D5_A8C3_0008C7B2934C__INCLUDED_
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif // _MSC_VER > 1000
  18. #include <afxtempl.h>
  19. #include <afxpriv.h>
  20. #include "GuiLib.h"
  21. const DWORD dwDockBarMap[4][2] =
  22. {
  23. { AFX_IDW_DOCKBAR_TOP,      CBRS_TOP    },
  24. { AFX_IDW_DOCKBAR_BOTTOM,   CBRS_BOTTOM },
  25. { AFX_IDW_DOCKBAR_LEFT,     CBRS_LEFT   },
  26. { AFX_IDW_DOCKBAR_RIGHT,    CBRS_RIGHT  },
  27. };
  28. class GUILIBDLLEXPORT CGuiDocBarExten : public CDockBar  
  29. {
  30. //*******************************************
  31. DECLARE_DYNCREATE(CGuiDocBarExten)
  32. public:
  33. CGuiDocBarExten();
  34. virtual ~CGuiDocBarExten();
  35. public:
  36. //********************************************
  37. void BarsDocking(CFrameWnd * pFrame, DWORD dwDockStyle);
  38. public:
  39. // ClassWizard generated virtual function overrides
  40. //{{AFX_VIRTUAL(CDockBarEx)
  41. virtual CSize CalcFixedLayout(BOOL bStretch, BOOL bHorz);
  42. //}}AFX_VIRTUAL
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. #endif // !defined(AFX_GUIDOCBAREXTEN_H__2B746533_9AEB_11D5_A8C3_0008C7B2934C__INCLUDED_)