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:
@ -45,7 +45,6 @@ uses main;
|
||||
|
||||
procedure TColumnSelectionForm.FormCreate(Sender: TObject);
|
||||
begin
|
||||
TranslateComponent(Self);
|
||||
HasSizeGrip := True;
|
||||
Width := AppSettings.ReadInt(asColumnSelectorWidth);
|
||||
Height := AppSettings.ReadInt(asColumnSelectorHeight);
|
||||
|
Reference in New Issue
Block a user