📄 rsupgrade.~dfm
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -