object MvComponentListEditorForm: TMvComponentListEditorForm Left = 346 Height = 240 Top = 283 Width = 320 Caption = 'MvComponentListEditorForm' ClientHeight = 240 ClientWidth = 320 Position = poScreenCenter LCLVersion = '4.99.0.0' OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy object ChildrenListBox: TListBox Left = 0 Height = 198 Top = 42 Width = 320 Align = alClient ItemHeight = 0 MultiSelect = True TabOrder = 0 OnClick = ChildrenListBoxClick end object tbCommands: TToolBar Left = 0 Height = 42 Top = 0 Width = 320 AutoSize = True ButtonHeight = 40 ButtonWidth = 44 ShowCaptions = True TabOrder = 1 object tbAdd: TToolButton Left = 1 Top = 2 Caption = 'Add' DropdownMenu = menuAddItem end object tbDelete: TToolButton Left = 45 Top = 2 Caption = 'Delete' OnClick = tbDeleteClick end object tbMoveUp: TToolButton Left = 89 Top = 2 Caption = 'Up' OnClick = tbMoveUpClick end object tbMoveDown: TToolButton Left = 133 Top = 2 Caption = 'Down' OnClick = tbMoveDownClick end end object menuAddItem: TPopupMenu Left = 88 Top = 96 end end