GuiDockBar.cpp
上传用户:wlkj888
上传日期:2022-08-01
资源大小:806k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // GuiDockBar.cpp : implementation file
  2. //
  3. #include "stdafx.h"
  4. #include "GuiDockBar.h"
  5. #ifdef _DEBUG
  6. #define new DEBUG_NEW
  7. #undef THIS_FILE
  8. static char THIS_FILE[] = __FILE__;
  9. #endif
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CGuiDockBar
  12. CGuiDockBar::CGuiDockBar()
  13. {
  14. }
  15. CGuiDockBar::~CGuiDockBar()
  16. {
  17. }
  18. BEGIN_MESSAGE_MAP(CGuiDockBar, CDockBar)
  19. //{{AFX_MSG_MAP(CGuiDockBar)
  20. // NOTE - the ClassWizard will add and remove mapping macros here.
  21. //}}AFX_MSG_MAP
  22. END_MESSAGE_MAP()
  23. CSize ReCalLayout(CGuiControlBar* pWnd)
  24. {
  25. }
  26. /////////////////////////////////////////////////////////////////////////////
  27. // CGuiDockBar message handlers