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

@ -72,6 +72,7 @@ procedure TfrmSelectDBObject.FormCreate(Sender: TObject);
begin
Width := Mainform.GetRegValue(REGNAME_SELECTDBO_WINWIDTH, Width);
Height := Mainform.GetRegValue(REGNAME_SELECTDBO_WINHEIGHT, Height);
SetWindowSizeGrip( Self.Handle, True );
end;
procedure TfrmSelectDBObject.FormDestroy(Sender: TObject);