object TreeViewItems: TTreeViewItems Left = 237 Top = 142 ActiveControl = TreeView BorderStyle = bsDialog Caption = 'TreeView Items Editor' ClientHeight = 188 ClientWidth = 426 ParentFont = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 6 Top = 5 Width = 234 Height = 143 Caption = '&Items' TabOrder = 0 object New: TButton Left = 150 Top = 20 Width = 75 Height = 25 Caption = '&New Item' Default = True TabOrder = 1 OnClick = NewClick end object Delete: TButton Left = 150 Top = 78 Width = 75 Height = 25 Caption = '&Delete' TabOrder = 3 OnClick = DeleteClick end object TreeView: TTreeView Left = 8 Top = 17 Width = 135 Height = 116 DragMode = dmAutomatic HideSelection = False Indent = 19 OnEdited = TreeViewEdited OnChanging = TreeViewChanging OnChange = TreeViewChange TabOrder = 0 OnDragDrop = TreeViewDragDrop OnDragOver = TreeViewDragOver end object NewSub: TButton Left = 150 Top = 49 Width = 75 Height = 25 Caption = 'N&ew SubItem' TabOrder = 2 OnClick = NewSubClick end object Load: TButton Left = 150 Top = 107 Width = 75 Height = 25 Caption = '&Load' TabOrder = 4 OnClick = LoadClick end end object PropGroupBox: TGroupBox Left = 246 Top = 5 Width = 175 Height = 143 Caption = 'Item Properties' TabOrder = 1 object Label1: TLabel Left = 10 Top = 25 Width = 24 Height = 13 Caption = '&Text:' FocusControl = Text end object Label2: TLabel Left = 10 Top = 52 Width = 61 Height = 13 Caption = 'I&mage Index:' FocusControl = Image end object Label3: TLabel Left = 10 Top = 107 Width = 57 Height = 13 Caption = 'State Inde&x:' FocusControl = StateImage end object Label4: TLabel Left = 10 Top = 80 Width = 74 Height = 13 Caption = '&Selected Index:' FocusControl = SelectedIndex end object Text: TEdit Left = 86 Top = 21 Width = 79 Height = 21 TabOrder = 0 OnChange = ValueChange OnExit = TextExit end object Image: TEdit Left = 86 Top = 48 Width = 39 Height = 21 TabOrder = 1 OnChange = ValueChange OnExit = ImageExit end object StateImage: TEdit Left = 86 Top = 103 Width = 39 Height = 21 TabOrder = 3 OnChange = ValueChange OnExit = StateImageExit end object SelectedIndex: TEdit Left = 86 Top = 76 Width = 39 Height = 21 TabOrder = 2 OnChange = ValueChange OnExit = SelectedIndexExit end end object Button4: TButton Left = 48 Top = 157 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 2 end object Cancel: TButton Left = 133 Top = 157 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end object Apply: TButton Left = 217 Top = 157 Width = 75 Height = 25 Caption = '&Apply' TabOrder = 4 OnClick = ApplyClick end object Help: TButton Left = 302 Top = 158 Width = 75 Height = 25 Caption = '&Help' TabOrder = 5 OnClick = HelpClick end object OpenDialog1: TOpenDialog Filter = 'All Files(*.*)|*.*' Left = 389 Top = 154 end end