浏览代码

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;