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

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 580
  5.   Height = 428
  6.   Caption = 'XmlInterface'
  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.   DesignSize = (
  15.     572
  16.     401)
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object btnTitle: TButton
  20.     Left = 200
  21.     Top = 16
  22.     Width = 75
  23.     Height = 25
  24.     Caption = 'Title'
  25.     TabOrder = 0
  26.     OnClick = btnTitleClick
  27.   end
  28.   object Memo1: TMemo
  29.     Left = 24
  30.     Top = 56
  31.     Width = 524
  32.     Height = 324
  33.     Anchors = [akLeft, akTop, akRight, akBottom]
  34.     TabOrder = 1
  35.   end
  36.   object btnMemo: TButton
  37.     Left = 112
  38.     Top = 16
  39.     Width = 75
  40.     Height = 25
  41.     Caption = 'To Memo'
  42.     TabOrder = 2
  43.     OnClick = btnMemoClick
  44.   end
  45.   object btnLoad: TButton
  46.     Left = 24
  47.     Top = 16
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'Load'
  51.     TabOrder = 3
  52.     OnClick = btnLoadClick
  53.   end
  54.   object btnAttr: TButton
  55.     Left = 288
  56.     Top = 16
  57.     Width = 75
  58.     Height = 25
  59.     Caption = 'Attribute'
  60.     TabOrder = 4
  61.     OnClick = btnAttrClick
  62.   end
  63.   object btnAllTitles: TButton
  64.     Left = 376
  65.     Top = 16
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'All Titles'
  69.     TabOrder = 5
  70.     OnClick = btnAllTitlesClick
  71.   end
  72.   object XMLDocument1: TXMLDocument
  73.     NodeIndentStr = '      '
  74.     Options = [doNodeAutoCreate, doNodeAutoIndent, doAttrNull, doAutoPrefix, doNamespaceDecl]
  75.     Left = 176
  76.     Top = 112
  77.     DOMVendorDesc = 'MSXML'
  78.   end
  79. end