treeview_unit.dfm

来自「一系列DELPHI的控件如何使用的例子,例子有的比较简单,但是能详细的说明了控件」· DFM 代码 · 共 45 行

DFM
45
字号
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 + =
减小字号Ctrl + -
显示快捷键?