object FormImportSources: TFormImportSources Left = 473 Height = 414 Top = 327 Width = 591 Caption = 'Import sources' ClientHeight = 414 ClientWidth = 591 OnShow = FormShow LCLVersion = '1.6.0.4' object ListView1: TListView Left = 8 Height = 398 Top = 8 Width = 577 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Name' Width = 150 end item Caption = 'URL' Width = 407 end> MultiSelect = True OwnerData = True PopupMenu = PopupMenuImportSource ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data OnDblClick = ListView1DblClick OnSelectItem = ListView1SelectItem end object ActionList1: TActionList Images = FormMain.ImageList1 left = 408 top = 224 object AAdd: TAction Caption = 'Add' OnExecute = AAddExecute ShortCut = 45 end object ARemove: TAction Caption = 'Remove' OnExecute = ARemoveExecute ShortCut = 46 end object AModify: TAction Caption = 'Modify' OnExecute = AModifyExecute ShortCut = 13 end object AProcess: TAction Caption = 'Process' OnExecute = AProcessExecute end end object PopupMenuImportSource: TPopupMenu Images = FormMain.ImageList1 left = 147 top = 220 object MenuItem1: TMenuItem Action = AAdd end object MenuItem2: TMenuItem Action = AModify end object MenuItem3: TMenuItem Action = ARemove end object MenuItem4: TMenuItem Action = AProcess end end end