📄 unit1.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 351
Height = 131
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 = 108
Top = 79
Width = 93
Height = 31
Caption = #21024#38500
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 20
Top = 20
Width = 286
Height = 21
TabOrder = 1
Text = 'Edit1'
end
object Button2: TButton
Left = 305
Top = 20
Width = 61
Height = 30
Caption = #27983#35272
TabOrder = 2
OnClick = Button2Click
end
object Button3: TButton
Left = 207
Top = 79
Width = 92
Height = 31
Caption = #20851#38381
TabOrder = 3
OnClick = Button3Click
end
object OpenDialog1: TOpenDialog
Left = 216
Top = 104
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -