rsupgrade.dfm
来自「清理工具PS2键盘驱动程序」· DFM 代码 · 共 54 行
DFM
54 行
object Form_Upgrade: TForm_Upgrade
Left = 368
Top = 250
BorderStyle = bsDialog
Caption = 'Online Update'
ClientHeight = 245
ClientWidth = 428
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
Position = poMainFormCenter
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 16
Top = 112
Width = 6
Height = 12
end
object Btn_Check: TButton
Left = 16
Top = 16
Width = 113
Height = 25
Caption = 'Check New Version'
TabOrder = 0
OnClick = Btn_CheckClick
end
object ProgressBar1: TProgressBar
Left = 16
Top = 136
Width = 393
Height = 25
Smooth = True
TabOrder = 1
end
object Btn_Start: TButton
Left = 152
Top = 16
Width = 89
Height = 25
Caption = 'Start upgrade'
Enabled = False
TabOrder = 2
OnClick = Btn_StartClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?