utreelistform.dfm
来自「观察者模式delphi实例实现,同时注意软件的设计」· DFM 代码 · 共 27 行
DFM
27 行
object TreeListForm: TTreeListForm
Left = 340
Top = 201
AutoScroll = False
Caption = 'TreeList'
ClientHeight = 218
ClientWidth = 202
Color = clBtnFace
Font.Charset = GB2312_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = #23435#20307
Font.Style = []
OldCreateOrder = False
PixelsPerInch = 96
TextHeight = 12
object TreeView: TTreeView
Left = 0
Top = 0
Width = 202
Height = 218
Align = alClient
Indent = 19
TabOrder = 0
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?