isxskin.iss

来自「最新版 JCL+JVCL控件!非常不错的控件资源。包含了所能用到的大部分功能!」· ISS 代码 · 共 642 行 · 第 1/2 页

ISS
642
字号
          end
          with UserInfoNameEdit do begin
            Left:=0
            Top:=16
            Width:=465
            Height:=21
            Color:=$ffffff
            Font.Color:=$000000
          end
          with UserInfoNameLabel do begin
            Left:=0
            Top:=0
            Width:=465
            Height:=14
          end
        end
        with SelectDirPage do begin
          with DiskSpaceLabel do begin
            Left:=0
            Top:=340
            Width:=465
            Height:=14
          end
          with DirBrowseButton do begin
            Left:=368
            Top:=288
            Width:=BUTTONWIDTH;
            Height:=BUTTONHEIGHT;
          end
          with DirEdit do begin
            Left:=0
            Top:=290
            Width:=350
            Height:=21
            Color:=$ffffff
            Font.Color:=$000000
          end
          with SelectDirBrowseLabel do begin
            Left:=0
            Top:=24
            Width:=465
            Height:=28
          end
          with SelectDirLabel do begin
            Left:=0
            Top:=0
            Width:=465
            Height:=14
          end
        end
        with SelectComponentsPage do begin
          with ComponentsDiskSpaceLabel do begin
            Left:=0
            Top:=340
            Width:=417
            Height:=14
          end
          with ComponentsList do begin
            Left:=0
            Top:=62
            Width:=465
            Height:=261
            Color:=$ffffff
            Font.Color:=$000000
          end
          with TypesCombo do begin
            Left:=0
            Top:=38
            Width:=465
            Height:=21
            Color:=$ffffff
            Font.Color:=$000000
            ItemIndex:=TypesComboItemIndex;
          end
          with SelectComponentsLabel do begin
            Left:=0
            Top:=0
            Width:=465
            Height:=28
          end
        end
        with SelectProgramGroupPage do begin
          with NoIconsCheck do begin
            Left:=0
            Top:=337
            Width:=17
            Height:=17
            Visible:=True
          end
          with GroupBrowseButton do begin
            Left:=368
            Top:=288
            Width:=BUTTONWIDTH;
            Height:=BUTTONHEIGHT;
          end
          with GroupEdit do begin
            Left:=0
            Top:=290
            Width:=350
            Height:=21
            Color:=$ffffff
            Font.Color:=$000000
          end
          with SelectStartMenuFolderBrowseLabel do begin
            Left:=0
            Top:=24
            Width:=465
            Height:=28
          end
          with SelectStartMenuFolderLabel do begin
            Left:=0
            Top:=0
            Width:=465
            Height:=14
          end
        end
        with SelectTasksPage do begin
          with TasksList do begin
            Left:=0
            Top:=34
            Width:=465
            Height:=317
            Color:=PAGECOLOR;
          end
          with SelectTasksLabel do begin
            Left:=0
            Top:=0
            Width:=465
            Height:=28
          end
        end
        with ReadyPage do begin
          with ReadyMemo do begin
            Left:=0
            Top:=34
            Width:=465
            Height:=317
            Color:=PAGECOLOR;
            //Color:=$ffffff
            //Font.Color:=$000000
          end
          with ReadyLabel do begin
            Left:=0
            Top:=0
            Width:=465
            Height:=28
          end
        end
        with InstallingPage do begin
          with FilenameLabel do begin
            Left:=0+10
            Top:=16+10
            Width:=465
            Height:=16
          end
          with StatusLabel do begin
            Left:=0+10
            Top:=0+10
            Width:=465
            Height:=16
          end
          with ProgressGauge do begin
            Left:=0+10
            Top:=42+10
            Width:=465
            Height:=21
          end
          with WebDownloadFilenameLabel do begin
            Left:=0+10
            Top:=16+10+80
            Width:=465
            Height:=16
          end
          with WebDownloadStatusLabel do begin
            Left:=0+10
            Top:=0+10+80
            Width:=465
            Height:=16
          end
          with WebDownloadProgressGauge do begin
            Left:=0+10
            Top:=42+10+80
            Width:=465
            Height:=21
          end
        end
        with InfoAfterPage do begin
          with InfoAfterMemo do begin
            Left:=0
            Top:=24
            Width:=465
            Height:=327
          end
          with InfoAfterClickLabel do begin
            Left:=0
            Top:=0
            Width:=465
            Height:=14
          end
        end
      end
      with MainPanel do begin
        Parent:=WizardForm;
        color:=MAINPANELCOLOR;
        Left:=0
        Top:=0
        Width:=690
        Height:=60
        with WizardSmallBitmapImage do begin
          Left:=0
          Top:=58
          Width:=690
          Height:=2
        end
        with PageDescriptionLabel do begin
          Left:=25
          Top:=25
          Width:=500
          Height:=14
          Color:=MAINPANELCOLOR;
          Font.Color:=$ffffff
        end
        with PageNameLabel do begin
          Left:=15
          Top:=7
          Width:=500
          Height:=14
          Color:=MAINPANELCOLOR;
          Font.Color:=$ffffff
        end
      end
    end;
    with FinishedPage do begin
      Color:=PAGECOLOR;
      WizardBitmapImage2.hide;
      with NoRadio do begin
        Left:=35
        Top:=168
        Width:=465
        Height:=17
      end
      with YesRadio do begin
        Left:=35
        Top:=140
        Width:=465
        Height:=17
      end
      with RunList do begin
        Left:=35
        Top:=140
        Width:=465
        Height:=149
      end
      with FinishedLabel do begin
        Left:=35
        Top:=60
        Width:=465
        Height:=53
      end
      with FinishedHeadingLabel do begin
        Left:=35
        Top:=20
        Width:=465
        Height:=24
        Font.Size:=8
        Font.Color:=$ffffff
      end
    end;
  end;
end;

with TLabel.Create(WizardForm) do begin
  Left:=17
  Top:=320
  Width:=445
  Height:=17
  Color:=clWhite;
  Transparent:=true;
  Caption:=WizardForm.LicenseAcceptedRadio.Caption
  Parent:=WizardForm.LicensePage
end;
with TLabel.Create(WizardForm) do begin
  Left:=17
  Top:=320
  Width:=445
  Height:=17
  Color:=clWhite;
  Transparent:=true;
  Caption:=WizardForm.LicenseAcceptedRadio.Caption
  Parent:=WizardForm.LicensePage
end;
with TLabel.Create(WizardForm) do begin
  Left:=17
  Top:=340
  Width:=445
  Height:=17
  Color:=clWhite;
  Transparent:=true;
  Caption:=WizardForm.LicenseNotAcceptedRadio.Caption
  Parent:=WizardForm.LicensePage
end
with TLabel.Create(WizardForm) do begin
  Left:=17
  Top:=340
  Width:=445
  Height:=17
  Color:=clWhite;
  Transparent:=true;
  Caption:=WizardForm.NoIconsCheck.Caption
  Parent:=WizardForm.SelectProgramGroupPage
end

  ExtractTemporaryFile(ExtractFileName('{#MyWizardButtonImageFile}'));

  LoadButtonImage(WizardForm.BackButton,bidBack);
  LoadButtonImage(WizardForm.NextButton,bidNext);
  LoadButtonImage(WizardForm.CancelButton,bidCancel);
  LoadButtonImage(WizardForm.DirBrowseButton,bidDirBrowse);
  LoadButtonImage(WizardForm.GroupBrowseButton,bidGroupBrowse);
end;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?