object FormTargets: TFormTargets Left = 294 Height = 430 Top = 172 Width = 718 Caption = 'Compilers' ClientHeight = 430 ClientWidth = 718 DesignTimePPI = 150 OnClose = FormClose OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.2.0.4' object ListView1: TListView Left = 10 Height = 410 Top = 10 Width = 701 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Name' Width = 100 end item Caption = 'Execution path' Width = 250 end item Caption = 'Compiler path' Width = 336 end> OwnerData = True ParentFont = False ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data OnDblClick = ListView1DblClick OnKeyPress = ListView1KeyPress end end