treeview.dfm
来自「刻录机源码」· DFM 代码 · 共 71 行
DFM
71 行
object frmTree: TfrmTree
Left = 344
Top = 271
Width = 573
Height = 480
Caption = 'frmTree'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Splitter1: TSplitter
Left = 121
Top = 0
Width = 3
Height = 434
Cursor = crHSplit
end
object Msg: TPanel
Left = 0
Top = 434
Width = 565
Height = 19
Align = alBottom
BevelOuter = bvLowered
TabOrder = 0
end
object fl: TStringGrid
Left = 124
Top = 0
Width = 441
Height = 434
Hint = 'Double click on a file name to extract'
Align = alClient
ColCount = 2
DefaultRowHeight = 18
FixedCols = 0
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goDrawFocusSelected, goColSizing, goRowSelect, goThumbTracking]
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 1
OnDblClick = flDblClick
ColWidths = (
361
71)
end
object tvDir: TTreeView
Left = 0
Top = 0
Width = 121
Height = 434
Align = alLeft
Indent = 19
RightClickSelect = True
RowSelect = True
TabOrder = 2
OnClick = tvDirClick
end
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?