mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Let TExtForm translate all strings on a form, to reduce the code in any FormCreate event
This commit is contained in:
@ -62,7 +62,6 @@ end;
|
||||
|
||||
procedure TfrmSelectDBObject.FormCreate(Sender: TObject);
|
||||
begin
|
||||
TranslateComponent(Self);
|
||||
HasSizeGrip := True;
|
||||
Width := AppSettings.ReadInt(asSelectDBOWindowWidth);
|
||||
Height := AppSettings.ReadInt(asSelectDBOWindowHeight);
|
||||
|
Reference in New Issue
Block a user