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