home *** CD-ROM | disk | FTP | other *** search
/ BUG 6 / BUGCD1997_09.BIN / DESKTOP / CROWD / _SETUP.1 / Crowd.exe / 0 / RCDATA / TTREEVIEWITEMS / TTREEVIEWITEMS.txt
Text File  |  1997-05-20  |  4KB  |  198 lines

  1. object TreeViewItems: TTreeViewItems
  2.   Left = 237
  3.   Top = 142
  4.   ActiveControl = TreeView
  5.   BorderStyle = bsDialog
  6.   Caption = 'TreeView Items Editor'
  7.   ClientHeight = 188
  8.   ClientWidth = 426
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object GroupBox1: TGroupBox
  18.     Left = 6
  19.     Top = 5
  20.     Width = 234
  21.     Height = 143
  22.     Caption = '&Items'
  23.     TabOrder = 0
  24.     object New: TButton
  25.       Left = 150
  26.       Top = 20
  27.       Width = 75
  28.       Height = 25
  29.       Caption = '&New Item'
  30.       Default = True
  31.       TabOrder = 1
  32.       OnClick = NewClick
  33.     end
  34.     object Delete: TButton
  35.       Left = 150
  36.       Top = 78
  37.       Width = 75
  38.       Height = 25
  39.       Caption = '&Delete'
  40.       TabOrder = 3
  41.       OnClick = DeleteClick
  42.     end
  43.     object TreeView: TTreeView
  44.       Left = 8
  45.       Top = 17
  46.       Width = 135
  47.       Height = 116
  48.       DragMode = dmAutomatic
  49.       HideSelection = False
  50.       Indent = 19
  51.       OnEdited = TreeViewEdited
  52.       OnChanging = TreeViewChanging
  53.       OnChange = TreeViewChange
  54.       ParentColor = False
  55.       TabOrder = 0
  56.       OnDragDrop = TreeViewDragDrop
  57.       OnDragOver = TreeViewDragOver
  58.     end
  59.     object NewSub: TButton
  60.       Left = 150
  61.       Top = 49
  62.       Width = 75
  63.       Height = 25
  64.       Caption = 'N&ew SubItem'
  65.       TabOrder = 2
  66.       OnClick = NewSubClick
  67.     end
  68.     object Load: TButton
  69.       Left = 150
  70.       Top = 107
  71.       Width = 75
  72.       Height = 25
  73.       Caption = '&Load'
  74.       TabOrder = 4
  75.       OnClick = LoadClick
  76.     end
  77.   end
  78.   object PropGroupBox: TGroupBox
  79.     Left = 246
  80.     Top = 5
  81.     Width = 175
  82.     Height = 143
  83.     Caption = 'Item Properties'
  84.     TabOrder = 1
  85.     object Label1: TLabel
  86.       Left = 10
  87.       Top = 25
  88.       Width = 24
  89.       Height = 13
  90.       Caption = '&Text:'
  91.       FocusControl = Text
  92.     end
  93.     object Label2: TLabel
  94.       Left = 10
  95.       Top = 52
  96.       Width = 61
  97.       Height = 13
  98.       Caption = 'I&mage Index:'
  99.       FocusControl = Image
  100.     end
  101.     object Label3: TLabel
  102.       Left = 10
  103.       Top = 107
  104.       Width = 57
  105.       Height = 13
  106.       Caption = 'State In&dex:'
  107.       FocusControl = StateImage
  108.     end
  109.     object Label4: TLabel
  110.       Left = 10
  111.       Top = 80
  112.       Width = 74
  113.       Height = 13
  114.       Caption = '&Selected Index:'
  115.       FocusControl = SelectedIndex
  116.     end
  117.     object Text: TEdit
  118.       Left = 86
  119.       Top = 21
  120.       Width = 79
  121.       Height = 21
  122.       TabOrder = 0
  123.       OnChange = ValueChange
  124.       OnExit = TextExit
  125.     end
  126.     object Image: TEdit
  127.       Left = 86
  128.       Top = 48
  129.       Width = 39
  130.       Height = 21
  131.       TabOrder = 1
  132.       OnChange = ValueChange
  133.       OnExit = ImageExit
  134.     end
  135.     object StateImage: TEdit
  136.       Left = 86
  137.       Top = 103
  138.       Width = 39
  139.       Height = 21
  140.       TabOrder = 3
  141.       OnChange = ValueChange
  142.       OnExit = StateImageExit
  143.     end
  144.     object SelectedIndex: TEdit
  145.       Left = 86
  146.       Top = 76
  147.       Width = 39
  148.       Height = 21
  149.       TabOrder = 2
  150.       OnChange = ValueChange
  151.       OnExit = SelectedIndexExit
  152.     end
  153.   end
  154.   object Button4: TButton
  155.     Left = 48
  156.     Top = 157
  157.     Width = 75
  158.     Height = 25
  159.     Caption = 'OK'
  160.     ModalResult = 1
  161.     TabOrder = 2
  162.   end
  163.   object Cancel: TButton
  164.     Left = 133
  165.     Top = 157
  166.     Width = 75
  167.     Height = 25
  168.     Cancel = True
  169.     Caption = 'Cancel'
  170.     ModalResult = 2
  171.     TabOrder = 3
  172.   end
  173.   object Apply: TButton
  174.     Left = 217
  175.     Top = 157
  176.     Width = 75
  177.     Height = 25
  178.     Caption = '&Apply'
  179.     TabOrder = 4
  180.     OnClick = ApplyClick
  181.   end
  182.   object Help: TButton
  183.     Left = 302
  184.     Top = 158
  185.     Width = 75
  186.     Height = 25
  187.     Caption = '&Help'
  188.     TabOrder = 5
  189.     OnClick = HelpClick
  190.   end
  191.   object OpenDialog1: TOpenDialog
  192.     FileEditStyle = fsEdit
  193.     Filter = 'All Files(*.*)|*.*'
  194.     Left = 389
  195.     Top = 154
  196.   end
  197. end
  198.