object MessagesForm: TMessagesForm Left = 530 Height = 240 Top = 231 Width = 320 Caption = 'Messages' ClientHeight = 240 ClientWidth = 320 LCLVersion = '0.9.29' object ListView1: TListView Left = 0 Height = 240 Top = 0 Width = 320 Align = alClient Columns = < item Caption = 'File' Width = 80 end item Caption = 'Position' end item Caption = 'Message' Width = 500 end> ItemIndex = -1 OwnerData = True ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnClick = ListView1Click OnData = ListView1Data OnSelectItem = ListView1SelectItem end object CoolDockClient1: TCoolDockClient Floatable = False Master = MainForm.CoolDockMaster1 left = 76 top = 71 end end