SizeGrip, Version 1.2 (alt)

Hinweis: dies ist nicht die neueste Version!

Download: sizegrip_1.2.zip (15.499 Bytes, vom 19.11.2005 12:42:46)

Dateien

Name   Original   Gepackt   Datum / Uhrzeit
README.txt   3.573   1.674   19.11.2005 12:24:36
README.de.txt   3.770   1.801   19.11.2005 12:22:46
SizeGrip.pas   9.884   3.072   19.11.2005 11:57:58
SizeGrip.dcr   3.412   291   24.09.2005 13:32:54
SizeGripThemed.pas   5.167   2.029   19.11.2005 11:51:06
SizeGripThemed.dcr   1.732   309   24.09.2005 13:32:54
SizeGripHWND.pas   5.204   1.972   19.11.2005 12:28:28
CHANGES.txt   1.409   722   19.11.2005 12:24:54
Sample/   <dir>   <dir>   19.11.2005 12:13:00
Sample/SizeGripTest.dpr   606   326   30.10.2005 17:32:18
Sample/main.pas   2.394   813   19.11.2005 12:13:00
Sample/main.dfm   1.582   524   19.11.2005 11:41:04

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.2 - Always find the most current version at
http://flocke.vssd.de/prog/code/pascal/sizegrip/

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

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

Änderungen

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 live 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).