object FormCompilers: TFormCompilers Left = 292 Height = 264 Top = 138 Width = 360 Caption = 'Compilers' ClientHeight = 264 ClientWidth = 360 OnShow = FormShow LCLVersion = '0.9.31' object ListView1: TListView Left = 8 Height = 248 Top = 8 Width = 346 Anchors = [akTop, akLeft, akRight, akBottom] Columns = < item Caption = 'Name' Width = 80 end item Caption = 'Execution path' Width = 247 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListView1Data OnDblClick = ListView1DblClick end end