history.txt
上传用户:libwxy
上传日期:2007-01-02
资源大小:200k
文件大小:2k
源码类别:

工具条

开发平台:

Visual C++

  1. VC/Office style dockable menus & toolbars
  2. -----------------------------------------
  3. Contributors:
  4. Tony Hoyle (tmh@netfusion.co.uk)
  5. George H. Stahl (GStahl@VipMail.com)
  6. ---------------------------------------------------------------------------------
  7. This program is free software; you can redistribute it and/or modify it under the terms
  8. of the GNU General Public License as published by the Free Software Foundation; either
  9. version 2 of the License, or (at your option) any later version.
  10. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
  11. without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  12. See the GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License along with this program;
  14. if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  15. ----------------------------------------------------------------------------------
  16. 1.04 - TMH 17/4/98
  17. Restructure directories
  18. Rename MDIMenuFrameWnd and SDIMenuFrameWnd for consistency
  19. Convert to MFC Extension DLL
  20. Fix compatibility with CToolbar::Create
  21. #define AUTO_SUBCLASS makes implementation trivial
  22. 1.03 - GHS 16/4/98
  23. Made SDI Version
  24. Modified MDI stuff a little
  25. Added CNMiniDockFrameWnd
  26. Added CNGenericToolBar::GetGenericToolBarStyle, and 
  27. CNGenericToolBar::ModifyGenericToolBarStyle
  28. 1.02 - TMH 30/3/98
  29. Menu border draws correctly.  Added system menu icon. 
  30. Made CNGenericToolBar::SetVisualState static.
  31. 1.01 - TMH ??/3/98
  32. Fixed sizing bugs on toolbar
  33. 1.00 - TMH ??/3/98
  34. First version based on toolbar code by Roger Onslow 
  35. First release on www.codeguru.com