object FormTargets: TFormTargets Left = 292 Height = 413 Top = 138 Width = 689 Caption = 'Compilers' ClientHeight = 413 ClientWidth = 689 DesignTimePPI = 144 OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.0.0.4' object ListView1: TListView Left = 10 Height = 393 Top = 10 Width = 672 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Name' Width = 96 end item Caption = 'Execution path' Width = 240 end item Caption = 'Compiler path' Width = 313 end> OwnerData = True ParentFont = False ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data OnDblClick = ListView1DblClick OnKeyPress = ListView1KeyPress end end