فهرست منبع

Make it easier to click through the example.

Martijn Laan 4 سال پیش
والد
کامیت
33c35b9033
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      Examples/AllPagesExample.iss

+ 2 - 0
Examples/AllPagesExample.iss

@@ -55,7 +55,9 @@ var
   OutputMsgMemoWizardPage: TOutputMsgMemoWizardPage;
   AfterID: Integer;
 begin
+  WizardForm.LicenseAcceptedRadio.Checked := True;
   WizardForm.PasswordEdit.Text := '{#Password}';
+  WizardForm.UserInfoNameEdit.Text := 'Username';
 
   AfterID := wpSelectTasks;