GuiDocSpecial.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_GUIDOCSPECIAL_H__18F3DFEE_82D2_4F88_AB42_7BD36F100842__INCLUDED_)
  14. #define AFX_GUIDOCSPECIAL_H__18F3DFEE_82D2_4F88_AB42_7BD36F100842__INCLUDED_
  15. #if _MSC_VER > 1000
  16. #pragma once
  17. #endif // _MSC_VER > 1000
  18. #include "GuiLib.h"
  19. #include "GuiTabWnd.h"
  20. #include <Afxpriv.h>
  21. class GUILIBDLLEXPORT CGuiDocSpecial : public CDockBar  
  22. {
  23. public:
  24. //***********************************
  25. CGuiDocSpecial();
  26. virtual ~CGuiDocSpecial();
  27. //***********************************
  28. public:
  29. void RecalTabs();
  30. CSize CalcDynamicLayout(int nLength,DWORD nMode);
  31. protected:
  32. CGuiTabWnd  m_tabwnd;
  33. protected:
  34. //{{AFX_VIRTUAL(CGuiDocSpecial)
  35. afx_msg void OnSize (UINT  nType, int cx, int cy);
  36. afx_msg void OnNcPaint();
  37. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  38. //}}AFX_VIRTUAL
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. #endif // !defined(AFX_GUIDOCSPECIAL_H__18F3DFEE_82D2_4F88_AB42_7BD36F100842__INCLUDED_)