?? treeview.dfm
字號:
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -