⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 selfextf.dfm

📁 TCompress Component Set For Delphi Kylix BCB v9.0
💻 DFM
字号:
object Form1: TForm1
  Left = 271
  Top = 97
  Width = 377
  Height = 182
  Caption = 'TCompress Self-extracting Installer'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clBlack
  Font.Height = -14
  Font.Name = 'Arial'
  Font.Style = []
  OldCreateOrder = True
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 16
  object Label1: TLabel
    Left = 12
    Top = 7
    Width = 198
    Height = 18
    AutoSize = False
    Caption = '&Target Directory'
  end
  object TargetDirectory: TEdit
    Left = 8
    Top = 27
    Width = 265
    Height = 29
    TabOrder = 0
    OnExit = TargetDirectoryExit
  end
  object RunProgram: TCheckBox
    Left = 13
    Top = 56
    Width = 122
    Height = 21
    Caption = '&Run program'
    TabOrder = 1
  end
  object ViewReadMe: TCheckBox
    Left = 135
    Top = 56
    Width = 142
    Height = 21
    Caption = '&View Readme.txt'
    TabOrder = 2
  end
  object Install: TButton
    Left = 94
    Top = 83
    Width = 75
    Height = 27
    Caption = 'Install'
    TabOrder = 3
    OnClick = InstallClick
  end
end

⌨️ 快捷键说明

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