Procházet zdrojové kódy

Make it easier to click through the example.

Martijn Laan před 4 roky
rodič
revize
33c35b9033
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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;