home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / zkuste / delphi / kolekce / d56 / RMCTL.ZIP / rmTreeNonViewEdit.dfm / rmTreeNonViewEdit.txt
Text File  |  2001-06-22  |  2KB  |  116 lines

  1. object frmTreeNonViewEditor: TfrmTreeNonViewEditor
  2.   Left = 339
  3.   Top = 246
  4.   BorderStyle = bsDialog
  5.   Caption = 'TreeNonView Editor'
  6.   ClientHeight = 245
  7.   ClientWidth = 489
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object btnCancel: TButton
  19.     Left = 408
  20.     Top = 216
  21.     Width = 75
  22.     Height = 25
  23.     Cancel = True
  24.     Caption = '&Cancel'
  25.     ModalResult = 2
  26.     TabOrder = 0
  27.   end
  28.   object btnOK: TButton
  29.     Left = 328
  30.     Top = 216
  31.     Width = 75
  32.     Height = 25
  33.     Caption = '&OK'
  34.     Default = True
  35.     ModalResult = 1
  36.     TabOrder = 1
  37.   end
  38.   object grpItems: TGroupBox
  39.     Left = 4
  40.     Top = 8
  41.     Width = 285
  42.     Height = 201
  43.     Caption = 'Items'
  44.     TabOrder = 2
  45.     object tvItems: TrmPathTreeView
  46.       Left = 8
  47.       Top = 20
  48.       Width = 189
  49.       Height = 173
  50.       HideSelection = False
  51.       Indent = 19
  52.       ReadOnly = True
  53.       TabOrder = 0
  54.       OnChange = tvItemsChange
  55.     end
  56.     object btnNew: TButton
  57.       Left = 204
  58.       Top = 20
  59.       Width = 75
  60.       Height = 25
  61.       Caption = '&New'
  62.       TabOrder = 1
  63.       OnClick = btnNewClick
  64.     end
  65.     object btnNewSub: TButton
  66.       Left = 204
  67.       Top = 52
  68.       Width = 75
  69.       Height = 25
  70.       Caption = 'New &SubItem'
  71.       TabOrder = 2
  72.       OnClick = btnNewSubClick
  73.     end
  74.     object btnDelete: TButton
  75.       Left = 204
  76.       Top = 84
  77.       Width = 75
  78.       Height = 25
  79.       Caption = '&Delete'
  80.       TabOrder = 3
  81.       OnClick = btnDeleteClick
  82.     end
  83.     object btnLoad: TButton
  84.       Left = 204
  85.       Top = 168
  86.       Width = 75
  87.       Height = 25
  88.       Caption = '&Load'
  89.       TabOrder = 4
  90.     end
  91.   end
  92.   object grpProperties: TGroupBox
  93.     Left = 296
  94.     Top = 8
  95.     Width = 189
  96.     Height = 201
  97.     Caption = 'Properties'
  98.     TabOrder = 3
  99.     object Label1: TLabel
  100.       Left = 8
  101.       Top = 24
  102.       Width = 24
  103.       Height = 13
  104.       Caption = 'Text:'
  105.     end
  106.     object edText: TEdit
  107.       Left = 36
  108.       Top = 20
  109.       Width = 149
  110.       Height = 21
  111.       TabOrder = 0
  112.       OnKeyUp = edTextKeyUp
  113.     end
  114.   end
  115. end
  116.