home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 June / HDC50.iso / Runimage / Delphi50 / Bin / DCLSTD50.BPL / 0 / RCDATA / TLISTVIEWITEMS / TLISTVIEWITEMS.txt
Text File  |  1999-08-11  |  3KB  |  165 lines

  1. object ListViewItems: TListViewItems
  2.   Left = 190
  3.   Top = 158
  4.   ActiveControl = TreeView
  5.   BorderStyle = bsDialog
  6.   Caption = 'ListView Items Editor'
  7.   ClientHeight = 164
  8.   ClientWidth = 405
  9.   ParentFont = True
  10.   KeyPreview = True
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object GroupBox1: TGroupBox
  16.     Left = 7
  17.     Top = 5
  18.     Width = 219
  19.     Height = 115
  20.     Caption = '&Items'
  21.     TabOrder = 0
  22.     object New: TButton
  23.       Left = 137
  24.       Top = 20
  25.       Width = 75
  26.       Height = 25
  27.       Caption = '&New Item'
  28.       Default = True
  29.       TabOrder = 1
  30.       OnClick = NewClick
  31.     end
  32.     object Delete: TButton
  33.       Left = 137
  34.       Top = 81
  35.       Width = 75
  36.       Height = 25
  37.       Caption = '&Delete'
  38.       TabOrder = 3
  39.       OnClick = DeleteClick
  40.     end
  41.     object TreeView: TTreeView
  42.       Left = 9
  43.       Top = 13
  44.       Width = 121
  45.       Height = 97
  46.       DragMode = dmAutomatic
  47.       HideSelection = False
  48.       Indent = 19
  49.       OnEditing = TreeViewEditing
  50.       OnEdited = TreeViewEdited
  51.       OnChanging = TreeViewChanging
  52.       OnChange = TreeViewChange
  53.       TabOrder = 0
  54.       OnDragDrop = TreeViewDragDrop
  55.       OnDragOver = TreeViewDragOver
  56.       OnKeyDown = TreeViewKeyDown
  57.     end
  58.     object NewSub: TButton
  59.       Left = 137
  60.       Top = 51
  61.       Width = 75
  62.       Height = 25
  63.       Caption = 'N&ew SubItem'
  64.       TabOrder = 2
  65.       OnClick = NewSubClick
  66.     end
  67.   end
  68.   object PropGroupBox: TGroupBox
  69.     Left = 233
  70.     Top = 5
  71.     Width = 166
  72.     Height = 115
  73.     Caption = 'Item Properties'
  74.     TabOrder = 1
  75.     object Label1: TLabel
  76.       Left = 9
  77.       Top = 25
  78.       Width = 39
  79.       Height = 13
  80.       Caption = '&Caption:'
  81.       FocusControl = Text
  82.     end
  83.     object Label2: TLabel
  84.       Left = 7
  85.       Top = 53
  86.       Width = 61
  87.       Height = 13
  88.       Caption = 'I&mage Index:'
  89.       FocusControl = Image
  90.     end
  91.     object Label3: TLabel
  92.       Left = 5
  93.       Top = 82
  94.       Width = 57
  95.       Height = 13
  96.       Caption = '&State Index:'
  97.       FocusControl = StateImage
  98.     end
  99.     object Text: TEdit
  100.       Left = 76
  101.       Top = 21
  102.       Width = 79
  103.       Height = 21
  104.       TabOrder = 0
  105.       OnChange = ValueChange
  106.       OnExit = TextExit
  107.     end
  108.     object Image: TEdit
  109.       Left = 76
  110.       Top = 49
  111.       Width = 39
  112.       Height = 21
  113.       TabOrder = 1
  114.       OnChange = ValueChange
  115.       OnExit = ImageExit
  116.     end
  117.     object StateImage: TEdit
  118.       Left = 76
  119.       Top = 78
  120.       Width = 39
  121.       Height = 21
  122.       TabOrder = 2
  123.       OnChange = ValueChange
  124.       OnExit = StateImageExit
  125.     end
  126.   end
  127.   object Button4: TButton
  128.     Left = 38
  129.     Top = 132
  130.     Width = 75
  131.     Height = 25
  132.     Caption = 'OK'
  133.     ModalResult = 1
  134.     TabOrder = 2
  135.   end
  136.   object Cancel: TButton
  137.     Left = 123
  138.     Top = 132
  139.     Width = 75
  140.     Height = 25
  141.     Cancel = True
  142.     Caption = 'Cancel'
  143.     ModalResult = 2
  144.     TabOrder = 3
  145.   end
  146.   object Apply: TButton
  147.     Left = 207
  148.     Top = 132
  149.     Width = 75
  150.     Height = 25
  151.     Caption = '&Apply'
  152.     TabOrder = 4
  153.     OnClick = ApplyClick
  154.   end
  155.   object Button7: TButton
  156.     Left = 292
  157.     Top = 133
  158.     Width = 75
  159.     Height = 25
  160.     Caption = '&Help'
  161.     TabOrder = 5
  162.     OnClick = Button7Click
  163.   end
  164. end
  165.