object FormTargets: TFormTargets Left = 292 Height = 344 Top = 138 Width = 574 Caption = 'Compilers' ClientHeight = 344 ClientWidth = 574 DesignTimePPI = 120 OnCreate = FormCreate OnShow = FormShow LCLVersion = '1.8.2.0' object ListView1: TListView Left = 8 Height = 328 Top = 8 Width = 560 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Name' Width = 80 end item Caption = 'Execution path' Width = 200 end item Caption = 'Compiler path' Width = 261 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data OnDblClick = ListView1DblClick OnKeyPress = ListView1KeyPress end end