📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 282
Height = 185
Caption = 'Form1'
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 120
TextHeight = 16
object Button1: TButton
Left = 20
Top = 89
Width = 92
Height = 30
Caption = #40736#26631
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 20
Top = 49
Width = 286
Height = 21
TabOrder = 1
OnKeyPress = Edit1KeyPress
end
object Button2: TButton
Left = 118
Top = 89
Width = 92
Height = 30
Caption = #24038#38190
TabOrder = 2
OnClick = Button2Click
end
object Button4: TButton
Left = 217
Top = 89
Width = 92
Height = 30
Caption = #21457#36865
TabOrder = 3
OnClick = Button4Click
end
object Edit2: TEdit
Left = 30
Top = 138
Width = 276
Height = 21
TabOrder = 4
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -