object FormLog: TFormLog Left = 593 Height = 649 Top = 106 Width = 1037 Caption = 'Log messages' ClientHeight = 649 ClientWidth = 1037 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.5' object ListViewItems: TListView Left = 8 Height = 192 Top = 8 Width = 1021 Align = alTop BorderSpacing.Around = 8 Columns = < item Caption = 'Revision' Width = 100 end item Caption = 'Actions' Width = 100 end item Caption = 'Author' Width = 100 end item Caption = 'Date' Width = 150 end item Caption = 'Messages' Width = 554 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnData = ListViewItemsData OnSelectItem = ListViewItemsSelectItem end object MemoMessages: TMemo Left = 8 Height = 152 Top = 221 Width = 1021 Align = alTop BorderSpacing.Around = 8 TabOrder = 1 end object ListViewFiles: TListView Left = 8 Height = 192 Top = 394 Width = 1021 Align = alTop BorderSpacing.Around = 8 Columns = < item Caption = 'Path' Width = 300 end item Caption = 'Actions' Width = 704 end> OwnerData = True ReadOnly = True RowSelect = True TabOrder = 2 ViewStyle = vsReport OnData = ListViewFilesData end object Splitter1: TSplitter Cursor = crVSplit Left = 0 Height = 5 Top = 381 Width = 1037 Align = alTop ResizeAnchor = akTop end object Splitter2: TSplitter Cursor = crVSplit Left = 0 Height = 5 Top = 208 Width = 1037 Align = alTop ResizeAnchor = akTop end object Button1: TButton Left = 928 Height = 25 Top = 613 Width = 75 Anchors = [akRight, akBottom] Caption = 'Ok' ModalResult = 1 TabOrder = 5 end end