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

Delphi控件源码

开发平台:

Delphi

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 107
  4.   Width = 571
  5.   Height = 412
  6.   Caption = 'DomCreate'
  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 Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 97
  20.     Height = 385
  21.     Align = alLeft
  22.     TabOrder = 0
  23.     object btnObject: TButton
  24.       Left = 8
  25.       Top = 72
  26.       Width = 75
  27.       Height = 25
  28.       Caption = 'Object'
  29.       TabOrder = 0
  30.       OnClick = btnObjectClick
  31.     end
  32.     object btnSimple: TButton
  33.       Left = 8
  34.       Top = 8
  35.       Width = 75
  36.       Height = 25
  37.       Caption = 'Simple'
  38.       TabOrder = 1
  39.       OnClick = btnSimpleClick
  40.     end
  41.     object btnTable: TButton
  42.       Left = 8
  43.       Top = 40
  44.       Width = 75
  45.       Height = 25
  46.       Caption = 'Table'
  47.       TabOrder = 2
  48.       OnClick = btnTableClick
  49.     end
  50.     object btnTree: TButton
  51.       Left = 8
  52.       Top = 184
  53.       Width = 75
  54.       Height = 25
  55.       Caption = 'Tree'
  56.       TabOrder = 3
  57.       OnClick = btnTreeClick
  58.     end
  59.     object Button1: TButton
  60.       Left = 8
  61.       Top = 216
  62.       Width = 75
  63.       Height = 25
  64.       Caption = 'Button1'
  65.       TabOrder = 4
  66.     end
  67.     object btnRTTI: TButton
  68.       Left = 8
  69.       Top = 104
  70.       Width = 75
  71.       Height = 25
  72.       Caption = 'RTTI'
  73.       TabOrder = 5
  74.       OnClick = btnRTTIClick
  75.     end
  76.   end
  77.   object Panel2: TPanel
  78.     Left = 97
  79.     Top = 0
  80.     Width = 466
  81.     Height = 385
  82.     Align = alClient
  83.     BevelOuter = bvNone
  84.     TabOrder = 1
  85.     object Splitter1: TSplitter
  86.       Left = 0
  87.       Top = 185
  88.       Width = 466
  89.       Height = 3
  90.       Cursor = crVSplit
  91.       Align = alTop
  92.     end
  93.     object TreeView1: TTreeView
  94.       Left = 0
  95.       Top = 188
  96.       Width = 466
  97.       Height = 197
  98.       Align = alClient
  99.       Indent = 19
  100.       TabOrder = 0
  101.     end
  102.     object Memo1: TMemo
  103.       Left = 0
  104.       Top = 0
  105.       Width = 466
  106.       Height = 185
  107.       Align = alTop
  108.       TabOrder = 1
  109.     end
  110.   end
  111.   object Table1: TTable
  112.     DatabaseName = 'DBDEMOS'
  113.     TableName = 'customer.db'
  114.     Left = 232
  115.     Top = 72
  116.   end
  117.   object XMLDoc: TXMLDocument
  118.     Active = True
  119.     NodeIndentStr = '    '
  120.     Options = [doNodeAutoCreate, doNodeAutoIndent, doAttrNull, doAutoPrefix, doNamespaceDecl]
  121.     Left = 296
  122.     Top = 72
  123.     DOMVendorDesc = 'MSXML'
  124.   end
  125. end