DomTreeForm.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:2k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object FormXmlTree: TFormXmlTree
  2.   Left = 192
  3.   Top = 107
  4.   Width = 465
  5.   Height = 401
  6.   Caption = 'XmlDomTree'
  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 TreeView1: TTreeView
  17.     Left = 0
  18.     Top = 41
  19.     Width = 457
  20.     Height = 333
  21.     Align = alClient
  22.     Indent = 19
  23.     TabOrder = 0
  24.   end
  25.   object Panel1: TPanel
  26.     Left = 0
  27.     Top = 0
  28.     Width = 457
  29.     Height = 41
  30.     Align = alTop
  31.     TabOrder = 1
  32.     object btnLoad: TButton
  33.       Left = 16
  34.       Top = 8
  35.       Width = 75
  36.       Height = 25
  37.       Caption = 'Load'
  38.       TabOrder = 0
  39.       OnClick = btnLoadClick
  40.     end
  41.     object Button1: TButton
  42.       Left = 96
  43.       Top = 8
  44.       Width = 75
  45.       Height = 25
  46.       Caption = 'Root Attr'
  47.       TabOrder = 1
  48.       OnClick = Button1Click
  49.     end
  50.     object Button2: TButton
  51.       Left = 180
  52.       Top = 8
  53.       Width = 75
  54.       Height = 25
  55.       Caption = 'First Author'
  56.       TabOrder = 2
  57.       OnClick = Button2Click
  58.     end
  59.     object Button3: TButton
  60.       Left = 264
  61.       Top = 8
  62.       Width = 75
  63.       Height = 25
  64.       Caption = 'Error'
  65.       TabOrder = 3
  66.       OnClick = Button3Click
  67.     end
  68.   end
  69.   object XMLDocument1: TXMLDocument
  70.     Left = 40
  71.     Top = 40
  72.     DOMVendorDesc = 'MSXML'
  73.   end
  74.   object OpenDialog1: TOpenDialog
  75.     Left = 40
  76.     Top = 96
  77.   end
  78. end