unit1.dfm

来自「delphi 的 treeview应用演示」· DFM 代码 · 共 64 行

DFM
64
字号
object Form1: TForm1
  Left = 179
  Top = 169
  Width = 468
  Height = 348
  Caption = 'Treeview'
  Color = clBackground
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object TreeView1: TTreeView
    Left = 16
    Top = 32
    Width = 241
    Height = 249
    HideSelection = False
    Indent = 19
    TabOrder = 0
  end
  object Button1: TButton
    Left = 304
    Top = 56
    Width = 97
    Height = 25
    Caption = #26032#22686#20844#21496
    TabOrder = 1
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 304
    Top = 104
    Width = 97
    Height = 25
    Caption = #26032#22686#37096#38376
    TabOrder = 2
    OnClick = Button2Click
  end
  object Button3: TButton
    Left = 304
    Top = 198
    Width = 97
    Height = 25
    Caption = #21024#38500
    TabOrder = 3
    OnClick = Button3Click
  end
  object Button4: TButton
    Left = 304
    Top = 152
    Width = 97
    Height = 25
    Caption = #32534#36753
    TabOrder = 4
    OnClick = Button4Click
  end
end

⌨️ 快捷键说明

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