Browse Source

Make it easier to click through the example.

Martijn Laan 4 năm trước cách đây
mục cha
commit
33c35b9033
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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;