home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMEDITNODES / TFRMEDITNODES.txt
Text File  |  2006-09-21  |  4KB  |  167 lines

  1. object frmEditNodes: TfrmEditNodes
  2.   Left = 240
  3.   Top = 185
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Objects editor'
  7.   ClientHeight = 284
  8.   ClientWidth = 495
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   DesignSize = (
  20.     495
  21.     284)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object btnNewNode: TButton
  25.     Left = 398
  26.     Top = 9
  27.     Width = 90
  28.     Height = 22
  29.     HelpContext = 4500
  30.     Caption = '&New node'
  31.     TabOrder = 0
  32.     OnClick = btnNewNodeClick
  33.   end
  34.   object btnDelNode: TButton
  35.     Left = 398
  36.     Top = 37
  37.     Width = 90
  38.     Height = 22
  39.     HelpContext = 4510
  40.     Caption = '&Delete node'
  41.     TabOrder = 1
  42.     OnClick = btnDelNodeClick
  43.   end
  44.   object btnNodeProp: TButton
  45.     Left = 398
  46.     Top = 65
  47.     Width = 90
  48.     Height = 22
  49.     HelpContext = 4520
  50.     Caption = 'Node &properties'
  51.     TabOrder = 2
  52.     OnClick = btnNodePropClick
  53.   end
  54.   object btnAddLeaf: TButton
  55.     Left = 398
  56.     Top = 99
  57.     Width = 90
  58.     Height = 22
  59.     HelpContext = 4530
  60.     Caption = '&Add leaf'
  61.     TabOrder = 3
  62.     OnClick = btnAddLeafClick
  63.   end
  64.   object btnDelLeaf: TButton
  65.     Left = 398
  66.     Top = 127
  67.     Width = 90
  68.     Height = 22
  69.     HelpContext = 4550
  70.     Caption = 'De&lete leaf'
  71.     Enabled = False
  72.     TabOrder = 5
  73.     OnClick = btnDelLeafClick
  74.   end
  75.   object btnClose: TButton
  76.     Left = 398
  77.     Top = 227
  78.     Width = 90
  79.     Height = 22
  80.     HelpContext = 878
  81.     Cancel = True
  82.     Caption = '&Close'
  83.     Default = True
  84.     ModalResult = 1
  85.     TabOrder = 7
  86.   end
  87.   object btnEditLeaf: TButton
  88.     Left = 398
  89.     Top = 155
  90.     Width = 90
  91.     Height = 22
  92.     HelpContext = 4540
  93.     Caption = '&Edit leaf'
  94.     Enabled = False
  95.     TabOrder = 4
  96.     OnClick = btnEditLeafClick
  97.   end
  98.   object btnReset: TButton
  99.     Left = 398
  100.     Top = 189
  101.     Width = 90
  102.     Height = 22
  103.     HelpContext = 4560
  104.     Caption = 'Reset'
  105.     TabOrder = 6
  106.     OnClick = btnResetClick
  107.   end
  108.   object BtnHelp: TButton
  109.     Left = 398
  110.     Top = 255
  111.     Width = 90
  112.     Height = 22
  113.     HelpContext = 7
  114.     Caption = '&Help'
  115.     TabOrder = 8
  116.     OnClick = BtnHelpClick
  117.   end
  118.   object tlNodesDefs: TcxTreeList
  119.     Left = 10
  120.     Top = 10
  121.     Width = 376
  122.     Height = 266
  123.     Anchors = [akLeft, akTop, akRight, akBottom]
  124.     Bands = <
  125.       item
  126.       end>
  127.     BufferedPaint = False
  128.     Images = frmTop.ilIObjects
  129.     LookAndFeel.Kind = lfStandard
  130.     LookAndFeel.NativeStyle = True
  131.     OptionsBehavior.ImmediateEditor = False
  132.     OptionsData.Deleting = False
  133.     OptionsView.ColumnAutoWidth = True
  134.     TabOrder = 9
  135.     OnEditing = tlNodesDefsEditing
  136.     OnFocusedNodeChanged = tlNodesDefsFocusedNodeChanged
  137.     object colTag: TcxTreeListColumn
  138.       DataBinding.ValueType = 'String'
  139.       Options.Moving = False
  140.       Position.ColIndex = 0
  141.       Position.RowIndex = 0
  142.       Position.BandIndex = 0
  143.     end
  144.     object colAttr: TcxTreeListColumn
  145.       DataBinding.ValueType = 'String'
  146.       Options.Moving = False
  147.       Position.ColIndex = 1
  148.       Position.RowIndex = 0
  149.       Position.BandIndex = 0
  150.     end
  151.     object colValue: TcxTreeListColumn
  152.       DataBinding.ValueType = 'String'
  153.       Options.Moving = False
  154.       Position.ColIndex = 2
  155.       Position.RowIndex = 0
  156.       Position.BandIndex = 0
  157.     end
  158.     object colName: TcxTreeListColumn
  159.       DataBinding.ValueType = 'String'
  160.       Options.Moving = False
  161.       Position.ColIndex = 3
  162.       Position.RowIndex = 0
  163.       Position.BandIndex = 0
  164.     end
  165.   end
  166. end
  167.