📄 unit1.dfm
字号:
object Form1: TForm1
Left = 232
Top = 175
Width = 696
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnDestroy = FormDestroy
OnShow = FormShow
PixelsPerInch = 120
TextHeight = 16
object Button1: TButton
Left = 456
Top = 360
Width = 97
Height = 57
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
object Edit1: TEdit
Left = 104
Top = 112
Width = 121
Height = 24
TabOrder = 1
Text = 'Edit1'
end
object Button2: TButton
Left = 488
Top = 184
Width = 89
Height = 65
Caption = 'Button2'
TabOrder = 2
OnClick = Button2Click
end
object Edit2: TEdit
Left = 312
Top = 80
Width = 97
Height = 24
TabOrder = 3
Text = 'Edit2'
end
object ListBox1: TListBox
Left = 40
Top = 168
Width = 377
Height = 145
ItemHeight = 16
TabOrder = 4
OnClick = ListBox1Click
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -