object FormImportFormats: TFormImportFormats Left = 473 Height = 622 Top = 327 Width = 887 Caption = 'Import formats' ClientHeight = 622 ClientWidth = 887 DesignTimePPI = 144 OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '3.6.0.0' object ListView1: TListView Left = 6 Height = 577 Top = 6 Width = 875 Align = alClient BorderSpacing.Around = 6 Columns = < item Caption = 'Name' Width = 860 end> MultiSelect = True OwnerData = True ParentFont = False PopupMenu = PopupMenuImportSource ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data OnDblClick = ListView1DblClick OnKeyPress = ListView1KeyPress OnSelectItem = ListView1SelectItem end object ToolBar1: TToolBar Left = 0 Height = 33 Top = 589 Width = 887 Align = alBottom Images = Core.ImageListSmall ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 object ToolButton1: TToolButton Left = 1 Top = 2 Action = AAdd end object ToolButton2: TToolButton Left = 36 Top = 2 Action = AModify end object ToolButton3: TToolButton Left = 71 Top = 2 Action = ARemove end end object ActionList1: TActionList Left = 612 Top = 336 object AAdd: TAction Caption = 'Add' ImageIndex = 0 OnExecute = AAddExecute ShortCut = 45 end object ARemove: TAction Caption = 'Remove' ImageIndex = 4 OnExecute = ARemoveExecute ShortCut = 46 end object AModify: TAction Caption = 'Modify' ImageIndex = 3 OnExecute = AModifyExecute ShortCut = 13 end end object PopupMenuImportSource: TPopupMenu Left = 221 Top = 330 object MenuItem1: TMenuItem Action = AAdd end object MenuItem2: TMenuItem Action = AModify end object MenuItem3: TMenuItem Action = ARemove end end end