object FormTargets: TFormTargets Left = 292 Height = 343 Top = 138 Width = 522 Caption = 'Targets' ClientHeight = 343 ClientWidth = 522 OnShow = FormShow LCLVersion = '1.1' object ListView1: TListView Left = 8 Height = 327 Top = 8 Width = 508 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Name' Width = 80 end item Caption = 'Compiler path' Width = 200 end item Caption = 'Executor path' Width = 200 end> OwnerData = True PopupMenu = PopupMenu1 ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data OnDblClick = ATargetOptionsExecute end object PopupMenu1: TPopupMenu Images = FormMain.ImageList1 left = 124 top = 69 end object ActionList1: TActionList left = 200 top = 72 object ATargetOptions: TAction Caption = 'Options' Hint = 'Target options' OnExecute = ATargetOptionsExecute end end end