📄 unit1.dfm
字号:
object Form1: TForm1
Left = 249
Top = 178
Width = 395
Height = 335
Caption = 'Form1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -10
Font.Name = 'System'
Font.Style = [fsBold]
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 16
object Label1: TLabel
Left = 128
Top = 24
Width = 102
Height = 16
Caption = #25968#25454#21457#36865#31383#21475
end
object Edit1: TEdit
Left = 28
Top = 60
Width = 309
Height = 24
TabOrder = 0
Text = 'Edit1'
OnKeyDown = Edit1KeyDown
end
object Button1: TButton
Left = 152
Top = 208
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 1
OnClick = Button1Click
end
object Button2: TButton
Left = 136
Top = 144
Width = 75
Height = 25
Caption = 'Button2'
TabOrder = 2
OnClick = Button2Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -