object FormTargets: TFormTargets Left = 294 Height = 413 Top = 172 Width = 689 Caption = 'Compilers' ClientHeight = 413 ClientWidth = 689 DesignTimePPI = 144 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.2.6.0' 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 = 323 end> OwnerData = True ParentFont = False ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data OnDblClick = ListView1DblClick OnKeyPress = ListView1KeyPress end end