object ListViewItems: TListViewItems Left = 216 Top = 139 ActiveControl = TreeView BorderStyle = bsDialog Caption = 'ListView Items Editor' ClientHeight = 164 ClientWidth = 405 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 7 Top = 5 Width = 219 Height = 115 Caption = '&Items' TabOrder = 0 object New: TButton Left = 137 Top = 20 Width = 75 Height = 25 Caption = '&New Item' Default = True TabOrder = 1 OnClick = NewClick end object Delete: TButton Left = 137 Top = 81 Width = 75 Height = 25 Caption = '&Delete' TabOrder = 3 OnClick = DeleteClick end object TreeView: TTreeView Left = 9 Top = 13 Width = 121 Height = 97 DragMode = dmAutomatic HideSelection = False Indent = 19 Items.Data = {00000000} OnEdited = TreeViewEdited OnChanging = TreeViewChanging OnChange = TreeViewChange ParentColor = False TabOrder = 0 OnDragDrop = TreeViewDragDrop OnDragOver = TreeViewDragOver end object NewSub: TButton Left = 137 Top = 51 Width = 75 Height = 25 Caption = 'N&ew SubItem' TabOrder = 2 OnClick = NewSubClick end end object PropGroupBox: TGroupBox Left = 233 Top = 5 Width = 166 Height = 115 Caption = 'Item Properties' TabOrder = 1 object Label1: TLabel Left = 9 Top = 25 Width = 39 Height = 13 Caption = '&Caption:' FocusControl = Text end object Label2: TLabel Left = 7 Top = 53 Width = 61 Height = 13 Caption = 'I&mage Index:' FocusControl = Image end object Label3: TLabel Left = 5 Top = 82 Width = 57 Height = 13 Caption = '&State Index:' FocusControl = StateImage end object Text: TEdit Left = 76 Top = 21 Width = 79 Height = 21 TabOrder = 0 OnChange = ValueChange OnExit = TextExit end object Image: TEdit Left = 76 Top = 49 Width = 39 Height = 21 TabOrder = 1 OnChange = ValueChange OnExit = ImageExit end object StateImage: TEdit Left = 76 Top = 78 Width = 39 Height = 21 TabOrder = 2 OnChange = ValueChange OnExit = StateImageExit end end object Button4: TButton Left = 38 Top = 132 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 2 end object Cancel: TButton Left = 123 Top = 132 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object Apply: TButton Left = 207 Top = 132 Width = 75 Height = 25 Caption = '&Apply' TabOrder = 4 OnClick = ApplyClick end object Button7: TButton Left = 292 Top = 133 Width = 75 Height = 25 Caption = '&Help' TabOrder = 5 OnClick = Button7Click end end