📄 save.dfm
字号:
object saveform: Tsaveform
Left = 402
Top = 134
BorderIcons = []
BorderStyle = bsSingle
Caption = '保存 BIOS'
ClientHeight = 110
ClientWidth = 308
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '宋体'
Font.Style = []
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCloseQuery = FormCloseQuery
PixelsPerInch = 96
TextHeight = 12
object Label1: TLabel
Left = 106
Top = 20
Width = 84
Height = 12
Caption = '保存BIOS到文件'
end
object Label2: TLabel
Left = 288
Top = 40
Width = 12
Height = 12
Caption = '%0'
end
object ProgressBar1: TProgressBar
Left = 16
Top = 40
Width = 265
Height = 16
Min = 0
Max = 100
Smooth = True
TabOrder = 0
end
object Button1: TButton
Left = 123
Top = 72
Width = 71
Height = 21
Caption = '备份'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 211
Top = 72
Width = 71
Height = 21
Caption = '离开'
TabOrder = 2
OnClick = Button2Click
end
object Timer1: TTimer
Enabled = False
Interval = 100
OnTimer = Timer1Timer
Left = 32
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -