📄 unit1.dfm
字号:
object Form1: TForm1
Left = 218
Top = 139
Width = 329
Height = 227
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 65
Top = 98
Width = 165
Height = 13
Caption = #38544#34255#21518#29992'Ctrl+Alt+Del'#30475#19981#21040#26412#31243#24207
end
object Button1: TButton
Left = 65
Top = 52
Width = 79
Height = 20
Caption = #20266#38544#34255#36827#31243
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 163
Top = 52
Width = 72
Height = 20
Caption = #24674#22797
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 91
Top = 137
Width = 118
Height = 20
Caption = #22312#20219#21153#26639#38544#34255'5'#31186#31181
TabOrder = 2
OnClick = Button3Click
end
object Timer1: TTimer
Enabled = False
Interval = 5000
OnTimer = Timer1Timer
Left = 152
Top = 200
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -