object FormTargets: TFormTargets Left = 292 Height = 514 Top = 138 Width = 783 Caption = 'Targets' ClientHeight = 514 ClientWidth = 783 DesignTimePPI = 144 OnShow = FormShow LCLVersion = '3.2.0.0' object ListView1: TListView Left = 12 Height = 490 Top = 12 Width = 762 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Name' Width = 120 end item Caption = 'Compiler path' Width = 300 end item Caption = 'Executor path' Width = 327 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 = 186 Top = 104 end object ActionList1: TActionList Left = 300 Top = 108 object ATargetOptions: TAction Caption = 'Options' Hint = 'Target options' OnExecute = ATargetOptionsExecute end end end