Display sizegrip in the lower right corners of all resizable forms which have no TStatusbar. (For copyright notices see code in helpers.pas)

This commit is contained in:
Ansgar Becker
2008-05-12 17:55:06 +00:00
parent e28e530488
commit d0a0a22443
8 changed files with 156 additions and 1 deletions

View File

@ -167,6 +167,7 @@ begin
// Assign images from main imagelist to speedbuttons
btnFileBrowse.PngImage := Mainform.PngImageListMain.PngImages[10].PngImage;
btnDirectoryBrowse.PngImage := Mainform.PngImageListMain.PngImages[51].PngImage;
SetWindowSizeGrip( Self.Handle, True );
end;