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

工具条

开发平台:

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. Leo (lg@ndirect.co.uk)
  7. Albert 'The Mad Butcher' van Peppen (TheMadButcher@Geocities.com)
  8. Zhenxin Li (zxli@public.bta.net.cn)
  9. ---------------------------------------------------------------------------------
  10. This program is free software; you can redistribute it and/or modify it under the terms
  11. of the GNU General Public License as published by the Free Software Foundation; either
  12. version 2 of the License, or (at your option) any later version.
  13. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
  14. without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  15. See the GNU General Public License for more details.
  16. You should have received a copy of the GNU General Public License along with this program;
  17. if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18. ----------------------------------------------------------------------------------
  19. 1.056 - TMH 26/6/98
  20. Coming thick and fast these days!
  21. Added menu buttons on maximised MDI window, based on code by Zhenxin Li.  
  22. Made menu drawing slightly better.
  23. Fix to menu not showing in Win95 (Zhenxin Li).
  24. 1.055 - TMH 25/6/98
  25. Changes to drawing code - dropdowns use proper font, spacers look more accurate. (fixed by Zhenxin Li)
  26. 1.054 - TMH 22/6/98
  27. Changed menu default toolbar ID, makes show/hide toolbar in menu work properly.
  28. Fixed random bug misinterpreting menu item state on click.
  29. 1.053 - TMH 29/5/98
  30. Added WindowPosChanging handler (suggested by 'The Mad Butcher' (!!!))
  31. 1.052 - TMH 20/5/98
  32. Modified menu font (suggested by Leo lg@ndirect.co.uk)
  33. Added extra redraw on menu create (possible fix for rogue Win95 setups)
  34. 1.05 - TMH 23/4/98
  35. Added cascading menus
  36. Added VC-style icons in popup menus (SetIconMap)
  37. 1.04 - TMH 17/4/98
  38. Restructure directories
  39. Rename MDIMenuFrameWnd and SDIMenuFrameWnd for consistency
  40. Convert to MFC Extension DLL
  41. Fix compatibility with CToolbar::Create
  42. #define AUTO_SUBCLASS makes implementation trivial
  43. 1.03 - GHS 16/4/98
  44. Made SDI Version
  45. Modified MDI stuff a little
  46. Added CNMiniDockFrameWnd
  47. Added CNGenericToolBar::GetGenericToolBarStyle, and 
  48. CNGenericToolBar::ModifyGenericToolBarStyle
  49. 1.02 - TMH 30/3/98
  50. Menu border draws correctly.  Added system menu icon. 
  51. Made CNGenericToolBar::SetVisualState static.
  52. 1.01 - TMH ??/3/98
  53. Fixed sizing bugs on toolbar
  54. 1.00 - TMH ??/3/98
  55. First version based on toolbar code by Roger Onslow 
  56. First release on www.codeguru.com