object FormMessages: TFormMessages Left = 347 Height = 251 Top = 237 Width = 415 Caption = 'Messages' ClientHeight = 251 ClientWidth = 415 LCLVersion = '1.1' object ListView1: TListView Left = 0 Height = 251 Top = 0 Width = 415 Align = alClient Columns = < item Caption = 'File' Width = 80 end item Caption = 'Position' end item Caption = 'Message' Width = 500 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnClick = ListView1Click OnData = ListView1Data OnSelectItem = ListView1SelectItem end end