📄 treeview_unit.dfm
字号:
object Form1: TForm1
Left = 192
Top = 107
Width = 422
Height = 480
Caption = 'Form1'
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object TreeView1: TTreeView
Left = 0
Top = 0
Width = 414
Height = 453
Align = alClient
Indent = 19
TabOrder = 0
OnExpanding = TreeView1Expanding
end
object DriveComboBox1: TDriveComboBox
Left = 136
Top = 56
Width = 145
Height = 19
TabOrder = 1
Visible = False
end
object FileListBox1: TFileListBox
Left = 136
Top = 120
Width = 145
Height = 97
FileType = [ftDirectory, ftNormal]
ItemHeight = 13
TabOrder = 2
end
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -