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:
@ -103,7 +103,6 @@ procedure TfrmExportGrid.FormCreate(Sender: TObject);
|
||||
var
|
||||
FormatDesc: String;
|
||||
begin
|
||||
TranslateComponent(Self);
|
||||
HasSizeGrip := True;
|
||||
Width := AppSettings.ReadInt(asGridExportWindowWidth);
|
||||
Height := AppSettings.ReadInt(asGridExportWindowHeight);
|
||||
|
Reference in New Issue
Block a user