📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 744
Top = 248
Width = 443
Height = 196
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object TimeLabel: TLabel
Left = 256
Top = 32
Width = 145
Height = 25
Alignment = taCenter
AutoSize = False
Caption = 'time'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Button1: TButton
Left = 24
Top = 32
Width = 75
Height = 25
Caption = #22797#20301
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
ParentFont = False
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 128
Top = 32
Width = 75
Height = 25
Caption = #24320#22987
TabOrder = 1
end
object ProgressBar1: TProgressBar
Left = 24
Top = 88
Width = 377
Height = 33
TabOrder = 2
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 216
Top = 24
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -