📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 567
Height = 453
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 Image1: TImage
Left = 168
Top = 48
Width = 180
Height = 180
Transparent = True
end
object ProgressBar1: TProgressBar
Left = 168
Top = 312
Width = 177
Height = 16
Max = 90
TabOrder = 0
end
object TrackBar1: TTrackBar
Left = 160
Top = 256
Width = 193
Height = 45
Max = 90
TabOrder = 1
OnChange = TrackBar1Change
end
object BitBtn1: TBitBtn
Left = 160
Top = 368
Width = 75
Height = 25
Caption = #25773#25918
TabOrder = 2
end
object BitBtn2: TBitBtn
Left = 280
Top = 368
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 3
end
object Timer1: TTimer
OnTimer = Timer1Timer
Left = 16
Top = 32
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -