home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / ITEMEDIT.DFM / ITEMEDIT.txt
Text File  |  1997-02-28  |  3KB  |  168 lines

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