CustNodesForm.dfm
Upload User: fh681027
Upload Date: 2022-07-23
Package Size: 1959k
Code Size: 1k
Category:

Delphi VCL

Development Platform:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 139
  4.   Width = 497
  5.   Height = 330
  6.   Caption = 'CustomNodes'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 16
  18.     Top = 272
  19.     Width = 377
  20.     Height = 13
  21.     HelpType = htKeyword
  22.     AutoSize = False
  23.     Caption = 'Info'
  24.   end
  25.   object TreeView1: TTreeView
  26.     Left = 16
  27.     Top = 16
  28.     Width = 377
  29.     Height = 249
  30.     Indent = 19
  31.     TabOrder = 0
  32.     OnClick = TreeView1Click
  33.     OnCreateNodeClass = TreeView1CreateNodeClass
  34.   end
  35.   object Button1: TButton
  36.     Left = 400
  37.     Top = 16
  38.     Width = 75
  39.     Height = 25
  40.     Caption = 'Add Nodes'
  41.     TabOrder = 1
  42.     OnClick = Button1Click
  43.   end
  44. end