1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-04-26 20:43:22 +02:00

Фикс страницы лицензии инсталятора

This commit is contained in:
Anton Titovets
2026-04-12 22:04:05 +03:00
parent f5409d8603
commit 4dda14b5ab
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -155,7 +155,7 @@ begin
InterpreterLicenseAcceptedRadio.Top := InterpreterLicensePage.SurfaceHeight - ScaleY(41);
InterpreterLicenseAcceptedRadio.Width := InterpreterLicensePage.SurfaceWidth;
InterpreterLicenseAcceptedRadio.Caption := 'I accept the agreement';
InterpreterLicenseAcceptedRadio.Checked := False;
InterpreterLicenseAcceptedRadio.Checked := True;
InterpreterLicenseAcceptedRadio.OnClick := @InterpreterLicenseOptionClick;
InterpreterLicenseRejectedRadio := TNewRadioButton.Create(WizardForm);
@@ -164,7 +164,7 @@ begin
InterpreterLicenseRejectedRadio.Top := InterpreterLicensePage.SurfaceHeight - ScaleY(21);
InterpreterLicenseRejectedRadio.Width := InterpreterLicensePage.SurfaceWidth;
InterpreterLicenseRejectedRadio.Caption := 'I do not accept the agreement';
InterpreterLicenseRejectedRadio.Checked := True;
InterpreterLicenseRejectedRadio.Checked := False;
InterpreterLicenseRejectedRadio.OnClick := @InterpreterLicenseOptionClick;
AddonTaskPage := CreateCustomPage(InterpreterLicensePage.ID,
+2 -2
View File
@@ -155,7 +155,7 @@ begin
InterpreterLicenseAcceptedRadio.Top := InterpreterLicensePage.SurfaceHeight - ScaleY(41);
InterpreterLicenseAcceptedRadio.Width := InterpreterLicensePage.SurfaceWidth;
InterpreterLicenseAcceptedRadio.Caption := 'Я принимаю условия соглашения';
InterpreterLicenseAcceptedRadio.Checked := False;
InterpreterLicenseAcceptedRadio.Checked := True;
InterpreterLicenseAcceptedRadio.OnClick := @InterpreterLicenseOptionClick;
InterpreterLicenseRejectedRadio := TNewRadioButton.Create(WizardForm);
@@ -164,7 +164,7 @@ begin
InterpreterLicenseRejectedRadio.Top := InterpreterLicensePage.SurfaceHeight - ScaleY(21);
InterpreterLicenseRejectedRadio.Width := InterpreterLicensePage.SurfaceWidth;
InterpreterLicenseRejectedRadio.Caption := 'Я не принимаю условия соглашения';
InterpreterLicenseRejectedRadio.Checked := True;
InterpreterLicenseRejectedRadio.Checked := False;
InterpreterLicenseRejectedRadio.OnClick := @InterpreterLicenseOptionClick;
AddonTaskPage := CreateCustomPage(InterpreterLicensePage.ID,