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

📄 frminstall.dfm

📁 East make Tray Icon in delphi
💻 DFM
字号:
object FrameInstall: TFrameInstall
  Left = 0
  Top = 0
  Width = 518
  Height = 348
  TabOrder = 0
  object LblTarget: TLabel
    Left = 8
    Top = 16
    Width = 55
    Height = 13
    Caption = 'LblTarget'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    ParentFont = False
  end
  object LblInfo: TLabel
    Left = 8
    Top = 80
    Width = 32
    Height = 13
    Caption = 'LblInfo'
  end
  object LblOpenFile: TLabel
    Left = 8
    Top = 331
    Width = 505
    Height = 13
    Cursor = crHandPoint
    AutoSize = False
    Caption = 'LblOpenFile'
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsUnderline]
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    Visible = False
    OnClick = LblOpenFileClick
  end
  object ProgressBarTarget: TProgressBar
    Left = 8
    Top = 32
    Width = 505
    Height = 17
    TabOrder = 0
  end
  object ProgressBarCompile: TProgressBar
    Left = 8
    Top = 96
    Width = 505
    Height = 17
    TabOrder = 1
  end
  object RichEditLog: TRichEdit
    Left = 8
    Top = 128
    Width = 505
    Height = 201
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -11
    Font.Name = 'Arial'
    Font.Style = []
    ParentFont = False
    ReadOnly = True
    ScrollBars = ssVertical
    TabOrder = 2
    Visible = False
    OnSelectionChange = RichEditLogSelectionChange
  end
  object BtnDetails: TButton
    Left = 432
    Top = 128
    Width = 81
    Height = 25
    Caption = '&Details >>'
    TabOrder = 3
    OnClick = BtnDetailsClick
  end
end

⌨️ 快捷键说明

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