home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 September / Chip_2002-09_cd1.bin / zkuste / delphi / kolekce / d56 / XMLCOMP.ZIP / test / FMain.dfm next >
Text File  |  2002-06-16  |  6KB  |  255 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 103
  4.   Width = 585
  5.   Height = 401
  6.   Caption = 'XML Test App'
  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.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Splitter1: TSplitter
  18.     Left = 400
  19.     Top = 57
  20.     Width = 3
  21.     Height = 269
  22.     Cursor = crHSplit
  23.     Align = alRight
  24.     Beveled = True
  25.   end
  26.   object Panel1: TPanel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 577
  30.     Height = 57
  31.     Align = alTop
  32.     TabOrder = 0
  33.     object Button1: TButton
  34.       Left = 4
  35.       Top = 4
  36.       Width = 87
  37.       Height = 25
  38.       Caption = 'Save Testmodel'
  39.       TabOrder = 0
  40.       OnClick = Button1Click
  41.     end
  42.     object Button2: TButton
  43.       Left = 92
  44.       Top = 4
  45.       Width = 86
  46.       Height = 25
  47.       Caption = 'Load Testmodel'
  48.       TabOrder = 1
  49.       OnClick = Button2Click
  50.     end
  51.     object cbReadOnlyProps: TCheckBox
  52.       Left = 430
  53.       Top = 32
  54.       Width = 139
  55.       Height = 17
  56.       Anchors = [akTop, akRight]
  57.       Caption = 'Write readonly properties'
  58.       TabOrder = 2
  59.       OnClick = cbReadOnlyPropsClick
  60.     end
  61.     object Button3: TButton
  62.       Left = 496
  63.       Top = 4
  64.       Width = 75
  65.       Height = 25
  66.       Anchors = [akTop, akRight]
  67.       Caption = 'Clear Dict.'
  68.       TabOrder = 3
  69.       OnClick = Button3Click
  70.     end
  71.     object Button4: TButton
  72.       Left = 4
  73.       Top = 28
  74.       Width = 87
  75.       Height = 25
  76.       Caption = 'Save Form'
  77.       TabOrder = 4
  78.       OnClick = Button4Click
  79.     end
  80.     object Button5: TButton
  81.       Left = 92
  82.       Top = 28
  83.       Width = 86
  84.       Height = 25
  85.       Caption = 'Load Form'
  86.       TabOrder = 5
  87.       OnClick = Button5Click
  88.     end
  89.     object Button6: TButton
  90.       Left = 180
  91.       Top = 4
  92.       Width = 83
  93.       Height = 25
  94.       Caption = 'Populate Model'
  95.       TabOrder = 6
  96.       OnClick = Button6Click
  97.     end
  98.   end
  99.   object Panel2: TPanel
  100.     Left = 0
  101.     Top = 326
  102.     Width = 577
  103.     Height = 46
  104.     Align = alBottom
  105.     BorderWidth = 2
  106.     Caption = 'Panel2'
  107.     TabOrder = 1
  108.     object Label1: TLabel
  109.       Left = 3
  110.       Top = 3
  111.       Width = 571
  112.       Height = 27
  113.       Align = alClient
  114.       AutoSize = False
  115.       Caption = 
  116.         '     This program demonstrates the use of the Dnote xml reader a' +
  117.         'nd writer to make components persistent. (c)2002 Dnote Software.'
  118.       WordWrap = True
  119.     end
  120.     object Image1: TImage
  121.       Left = 4
  122.       Top = 4
  123.       Width = 12
  124.       Height = 12
  125.       AutoSize = True
  126.       Picture.Data = {
  127.         07544269746D6170D6000000424DD60000000000000076000000280000000C00
  128.         00000C000000010004000000000060000000C40E0000C40E0000100000000000
  129.         000000000000000080000080000000808000800000008000800080800000C0C0
  130.         C000808080000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFF
  131.         FF00DDD000000DDD0000DD0FFFFFF0DD0000D0FFCCCCFF0D00000FFFFCCFFFF0
  132.         00000FFFFCCFFFF000000FFFFCCFFFF000000FFFFCCFFFF000000FFFCCCFFFF0
  133.         00000FFFFFFFFFF00000D0FFFCCFFF0D0000DD0FFFFFF0DD0000DDD000000DDD
  134.         0000}
  135.       Transparent = True
  136.     end
  137.     object Label2: TLabel
  138.       Left = 3
  139.       Top = 30
  140.       Width = 571
  141.       Height = 13
  142.       Cursor = crHandPoint
  143.       Align = alBottom
  144.       Caption = 
  145.         'See http://sourceforge.net/projects/xmlcomp/ for more informatio' +
  146.         'n.'
  147.       Font.Charset = DEFAULT_CHARSET
  148.       Font.Color = clBlue
  149.       Font.Height = -11
  150.       Font.Name = 'MS Sans Serif'
  151.       Font.Style = [fsUnderline]
  152.       ParentFont = False
  153.       OnClick = Label2Click
  154.     end
  155.   end
  156.   object ListView1: TListView
  157.     Left = 403
  158.     Top = 57
  159.     Width = 174
  160.     Height = 269
  161.     Align = alRight
  162.     Columns = <
  163.       item
  164.         Caption = 'ID'
  165.         Width = 85
  166.       end
  167.       item
  168.         Caption = 'ClassName'
  169.         Width = 85
  170.       end>
  171.     TabOrder = 2
  172.     ViewStyle = vsReport
  173.   end
  174.   object Panel3: TPanel
  175.     Left = 0
  176.     Top = 57
  177.     Width = 400
  178.     Height = 269
  179.     Align = alClient
  180.     BevelOuter = bvNone
  181.     TabOrder = 3
  182.     object Splitter2: TSplitter
  183.       Left = 0
  184.       Top = 177
  185.       Width = 400
  186.       Height = 3
  187.       Cursor = crVSplit
  188.       Align = alBottom
  189.       Beveled = True
  190.     end
  191.     object WebBrowser1: TWebBrowser
  192.       Left = 0
  193.       Top = 0
  194.       Width = 400
  195.       Height = 177
  196.       Align = alClient
  197.       TabOrder = 0
  198.       ControlData = {
  199.         4C000000572900004B1200000000000000000000000000000000000000000000
  200.         000000004C000000000000000000000001000000E0D057007335CF11AE690800
  201.         2B2E126208000000000000004C0000000114020000000000C000000000000046
  202.         8000000000000000000000000000000000000000000000000000000000000000
  203.         00000000000000000100000000000000000000000000000000000000}
  204.     end
  205.     object Memo1: TMemo
  206.       Left = 0
  207.       Top = 180
  208.       Width = 400
  209.       Height = 89
  210.       Align = alBottom
  211.       TabOrder = 1
  212.     end
  213.   end
  214.   object OpenDialog1: TOpenDialog
  215.     DefaultExt = 'xml'
  216.     Filter = '*.xml|*.xml'
  217.     Options = [ofFileMustExist, ofEnableSizing]
  218.     Title = 'Open XML file...'
  219.     Left = 292
  220.     Top = 36
  221.   end
  222.   object DnXmlReader1: TDnXmlReader
  223.     Dictionary = DnXmlDictionary1
  224.     SetObjPropMode = sopmFreeAndSet
  225.     ReadNameProperty = False
  226.     ReadTagProperty = False
  227.     Left = 348
  228.     Top = 36
  229.   end
  230.   object DnXmlWriter1: TDnXmlWriter
  231.     TopNodeName = 'topobj'
  232.     StoreTagProperty = False
  233.     StoreNameProperty = False
  234.     Dictionary = DnXmlDictionary1
  235.     Left = 376
  236.     Top = 36
  237.   end
  238.   object DnXmlDictionary1: TDnXmlDictionary
  239.     Left = 320
  240.     Top = 36
  241.   end
  242.   object dlgSave: TSaveDialog
  243.     DefaultExt = 'xml'
  244.     Filter = '*.xml|*.xml'
  245.     Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
  246.     Title = 'Save to xml...'
  247.     Left = 264
  248.     Top = 36
  249.   end
  250.   object DnTestModel1: TDnTestModel
  251.     Left = 264
  252.     Top = 64
  253.   end
  254. end
  255.