u_update.~dfm

来自「自动更新程序 自动更新程序」· ~DFM 代码 · 共 60 行

~DFM
60
字号
object F_Update: TF_Update
  Left = 285
  Top = 235
  Width = 491
  Height = 137
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #22312#32447#21319#32423#28436#31034
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ProBar: TProgressBar
    Left = 0
    Top = 94
    Width = 483
    Height = 16
    Align = alBottom
    Min = 0
    Max = 100
    TabOrder = 0
  end
  object bbtnUpdate: TBitBtn
    Left = 136
    Top = 32
    Width = 91
    Height = 33
    Caption = #24320#22987#21319#32423
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 1
    OnClick = bbtnUpdateClick
  end
  object bbtnRunSoft: TBitBtn
    Left = 272
    Top = 32
    Width = 91
    Height = 33
    Caption = #36816#34892#36719#20214
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clWindowText
    Font.Height = -16
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    TabOrder = 2
    OnClick = bbtnRunSoftClick
  end
end

⌨️ 快捷键说明

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