⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 unit1.dfm

📁 Treeview 控件的精通使用
💻 DFM
字号:
object Form1: TForm1
  Left = 249
  Top = 208
  Width = 696
  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 tv1: TTreeView
    Left = 32
    Top = 56
    Width = 201
    Height = 329
    Indent = 19
    TabOrder = 0
  end
  object lst1: TListBox
    Left = 376
    Top = 56
    Width = 273
    Height = 329
    ImeName = #20013#25991' ('#31616#20307') - '#35895#27468#25340#38899#36755#20837#27861
    ItemHeight = 13
    TabOrder = 1
  end
  object btn1: TButton
    Left = 264
    Top = 120
    Width = 75
    Height = 25
    Caption = ' '#20445' '#23384
    TabOrder = 2
    OnClick = btn1Click
  end
  object btn2: TButton
    Left = 264
    Top = 256
    Width = 75
    Height = 25
    Caption = ' '#22238' '#26174
    TabOrder = 3
    OnClick = btn2Click
  end
  object btn3: TButton
    Left = 264
    Top = 384
    Width = 75
    Height = 25
    Caption = ' '#36864' '#20986
    TabOrder = 4
    OnClick = btn3Click
  end
  object btn4: TButton
    Left = 264
    Top = 352
    Width = 75
    Height = 25
    Caption = ' '#28165' '#31354
    TabOrder = 5
    OnClick = btn4Click
  end
end

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -