unit2.dfm
来自「学习Delphi最好的教材。通过一个个简单而实用的实例」· DFM 代码 · 共 36 行
DFM
36 行
object Form2: TForm2
Left = 166
Top = 102
Width = 579
Height = 394
Caption = 'Form2'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 571
Height = 367
Caption = 'Panel1'
TabOrder = 0
OnDblClick = Panel1DblClick
object Button1: TButton
Left = 296
Top = 56
Width = 75
Height = 25
Caption = 'Button1'
TabOrder = 0
OnClick = Button1Click
end
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?