SizeGrip, Version 1.2b

Download: sizegrip_1.2b.zip (16.245 Bytes, vom 13.09.2006 09:00:18)

Dateien

Name   Original   Gepackt   Datum / Uhrzeit
README.txt   3.587   1.681   01.01.2006 16:28:44
README.de.txt   3.783   1.810   01.01.2006 16:28:44
SizeGrip.pas   10.088   3.115   17.01.2006 19:30:40
SizeGrip.dcr   3.412   291   24.09.2005 13:32:54
SizeGripThemed.pas   4.289   1.901   18.01.2006 17:20:26
SizeGripThemed.dcr   1.732   309   24.09.2005 13:32:54
SizeGripHWND.pas   5.211   1.978   01.01.2006 16:28:44
DelphiVersion.inc   1.917   607   06.03.2006 15:32:02
CHANGES.txt   1.557   776   13.09.2006 08:28:50
Sample/   <dir>   <dir>   07.03.2006 11:42:38
Sample/SizeGripTest.dpr   612   330   01.01.2006 16:28:44
Sample/main.pas   2.474   850   17.01.2006 19:34:54
Sample/main.dfm   1.560   514   17.01.2006 18:57:06

Informationen

SizeGrip.pas, SizeGripThemed.pas

  Delphi components to add a size grip (like if you use a status bar) to the
  lower right corner of any TWinControl (like TForm). "SizeGripThemed.pas"
  is the themed version using the currently selected visual style. See the
  included README.txt for more information and how to use it.

SizeGripHWND.pas

  Delphi unit for nonVCL application to get a similar effect using only API
  functions.

Version 1.2a - Always find the most current version at
http://flocke.vssd.de/prog/code/pascal/sizegrip/

Copyright (C) 2005, 2006 Volker Siebert <flocke@vssd.de>
All rights reserved.

License: M.I.T. (see source resp. the included file "README.txt")

Änderungen

2006-09-13: Version 1.2b

  • Added better support for UxTheme.pas.

2006-01-01: Version 1.2a

  • Verified to work with Delphi 2006 - no changes.

2005-11-19: Version 1.2

  • Modified the sample to also support SizeGripHWND (by conditional define).
  • Added new module SizeGripHWND.pas for nonVCL applications.
  • Internal: Changed capturing WM_PAINT to just reacting to the `pure“ version with WPARAM=0. Makes life much easier BUT does not paint grip into bitmaps.

2005-09-24: Version 1.1

  • Merged TSizeGrip and TSizeGripXP to one component
  • Replaced "ClassicStyle" by new property "Style" to be more flexible with future extensions
  • Added new property "Enabled"
  • Added new property "Themed" for TSizeGripThemed
  • Changed initialization of "TargetControl" with owner
  • Internal: Changed from capturing WM_ERASEBKGND to WM_PAINT, because it did not work for TPanel (although it worked for TCustomForm).
  • Internal: added "AttachControl" and "DetachControl", made "NewWndProc" virtual and slightly modified "TSizeGripThemed.GetGripRect"

2005-09-22: Version 1.0b

  • Added property "ClassicStyle" for TSizeGripXP
  • TSizeGripThemed is now a descendant of TSizeGripXP
  • Replaced constant "SP_GRIPPER" by 3 - should now work with Mike Lischke's UxTheme.pas (http://www.lischke-online.de/ThemeManager.php)

2005-09-22: Version 1.0a

  • Added checks for TargetControl.HandleAllocated
  • Changed order of "inherited" in TSizeGripThemed
  • Rearranged for the new function CheckTheme

2005-09-22: Version 1.0

  • Initial version
Flocke's Garage
Valid HTML 4.01 Transitional Valid CSS!
(C) 2005-2018 Volker Siebert.
Creative Commons-LizenzvertragDer gesamte Inhalt dieser Webseite steht unter einer Creative Commons-Lizenz (sofern nicht anders angegeben).