📄 unit1.~dfm
字号:
object Form1: TForm1
Left = 395
Top = 136
Width = 525
Height = 480
Caption = #31616#26131#22270#35937#25773#25918#22120
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 Panel1: TPanel
Left = 0
Top = 0
Width = 517
Height = 401
Align = alTop
Caption = 'Panel1'
TabOrder = 0
object Image1: TImage
Left = 1
Top = 1
Width = 515
Height = 399
Align = alClient
AutoSize = True
Stretch = True
end
end
object Panel2: TPanel
Left = 0
Top = 401
Width = 517
Height = 45
Align = alClient
TabOrder = 1
object Button1: TButton
Left = 104
Top = 16
Width = 75
Height = 25
Caption = #25773#25918
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 208
Top = 16
Width = 75
Height = 25
Caption = #20572#27490
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 320
Top = 16
Width = 75
Height = 25
Caption = #36864#20986
TabOrder = 2
OnClick = Button3Click
end
end
object Timer1: TTimer
Enabled = False
Interval = 2000
OnTimer = Timer1Timer
Left = 16
Top = 16
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -