Fixed tab order in installer

This commit is contained in:
Pax1601
2023-12-03 21:30:16 +01:00
parent e30f161d1d
commit f56bd514dc
2 changed files with 5 additions and 5 deletions

View File

@@ -332,7 +332,7 @@ begin
Top := ScaleY(35);
Width := ScaleX(185);
Height := ScaleY(21);
TabOrder := 2;
TabOrder := 1;
end;
{ lblBluePassword }
@@ -380,7 +380,7 @@ begin
Top := ScaleY(91);
Width := ScaleX(185);
Height := ScaleY(21);
TabOrder := 2;
TabOrder := 3;
end;
@@ -407,7 +407,7 @@ begin
Height := ScaleY(21);
Text := '3000';
OnKeyPress := @AcceptNumbersOnlyKeyPress;
TabOrder := 3;
TabOrder := 4;
end;
{ lblBackendPort }
@@ -433,7 +433,7 @@ begin
Height := ScaleY(21);
Text := '3001';
OnKeyPress := @AcceptNumbersOnlyKeyPress;
TabOrder := 4;
TabOrder := 5;
end;
{ lblPasswordInstructions }