📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 398
Height = 204
Caption = 'Form1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Button1: TButton
Left = 48
Top = 24
Width = 75
Height = 25
Caption = #21019#24314#20449#21495#37327
TabOrder = 0
OnClick = Button1Click
end
object ProgressBar1: TProgressBar
Left = 32
Top = 72
Width = 313
Height = 18
Min = 0
Max = 10000
Step = 1
TabOrder = 1
end
object ProgressBar2: TProgressBar
Left = 32
Top = 118
Width = 313
Height = 18
Min = 0
Max = 10000
Step = 1
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -