object FormImportFormats: TFormImportFormats Left = 473 Height = 518 Top = 327 Width = 739 Caption = 'Import formats' ClientHeight = 518 ClientWidth = 739 DesignTimePPI = 120 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '2.0.2.0' object ListView1: TListView Left = 5 Height = 476 Top = 5 Width = 729 Align = alClient BorderSpacing.Around = 5 Columns = < item Caption = 'Name' Width = 704 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 Top = 486 Width = 739 Align = alBottom Images = Core.ImageList1 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 object ToolButton1: TToolButton Left = 1 Top = 2 Action = AAdd end object ToolButton2: TToolButton Left = 30 Top = 2 Action = AModify end object ToolButton3: TToolButton Left = 59 Top = 2 Action = ARemove end end object ActionList1: TActionList Images = Core.ImageList1 left = 510 top = 280 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 Images = Core.ImageList1 left = 184 top = 275 object MenuItem1: TMenuItem Action = AAdd end object MenuItem2: TMenuItem Action = AModify end object MenuItem3: TMenuItem Action = ARemove end end end