فهرست منبع

Merge branch 'is-6' into anchors

# Conflicts:
#	Examples/CodeClasses.iss
Martijn Laan 6 سال پیش
والد
کامیت
23a2a942dc
1فایلهای تغییر یافته به همراه0 افزوده شده و 15 حذف شده
  1. 0 15
      Examples/CodeClasses.iss

+ 0 - 15
Examples/CodeClasses.iss

@@ -9,7 +9,6 @@ CreateAppDir=no
 DisableProgramGroupPage=yes
 DisableProgramGroupPage=yes
 DefaultGroupName=My Program
 DefaultGroupName=My Program
 UninstallDisplayIcon={app}\MyProg.exe
 UninstallDisplayIcon={app}\MyProg.exe
-WindowVisible=yes
 WizardResizable=yes
 WizardResizable=yes
 OutputDir=userdocs:Inno Setup Examples Output
 OutputDir=userdocs:Inno Setup Examples Output
 PrivilegesRequired=lowest
 PrivilegesRequired=lowest
@@ -398,20 +397,6 @@ begin
 
 
   CreateAboutButtonAndURLLabel(WizardForm, WizardForm.CancelButton);
   CreateAboutButtonAndURLLabel(WizardForm, WizardForm.CancelButton);
 
 
-  BackgroundBitmapImage := TBitmapImage.Create(MainForm);
-  BackgroundBitmapImage.Left := 50;
-  BackgroundBitmapImage.Top := 90;
-  BackgroundBitmapImage.AutoSize := True;
-  BackgroundBitmapImage.Bitmap := WizardForm.WizardBitmapImage.Bitmap;
-  BackgroundBitmapImage.Parent := MainForm;
-  
-  BackgroundBitmapText := TNewStaticText.Create(MainForm);
-  BackgroundBitmapText.Left := BackgroundBitmapImage.Left;
-  BackgroundBitmapText.Top := BackgroundBitmapImage.Top + BackgroundBitmapImage.Height + ScaleY(8);
-  BackgroundBitmapText.Caption := 'TBitmapImage';
-  BackgroundBitmapText.Font.Color := clWhite;
-  BackgroundBitmapText.Parent := MainForm;
-
   { Custom beveled label }
   { Custom beveled label }
 
 
   WizardForm.BeveledLabel.Caption := ' Bevel ';
   WizardForm.BeveledLabel.Caption := ' Bevel ';