main.dfm
来自「delphi开发语言下的源代码分析」· DFM 代码 · 共 44 行
DFM
44 行
object MainForm: TMainForm
Left = 391
Top = 275
Width = 521
Height = 300
Caption = 'MainForm'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object AddBtn: TButton
Left = 392
Top = 15
Width = 113
Height = 22
Caption = #28155#21152#21040#30417#35270#21015#34920
TabOrder = 0
OnClick = AddBtnClick
end
object DirectoryEdit: TEdit
Left = 8
Top = 16
Width = 377
Height = 21
TabOrder = 1
Text = 'DirectoryEdit'
end
object DirectoryListBox: TListBox
Left = 8
Top = 40
Width = 497
Height = 225
ItemHeight = 13
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?