object frmLogs: TfrmLogs Left = 153 Top = 260 Width = 871 Height = 378 Caption = 'Logs' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object lstLogs: TListBox Left = 0 Top = 0 Width = 129 Height = 350 Align = alLeft BorderStyle = bsNone Color = clMoneyGreen Ctl3D = False Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [fsBold] ItemHeight = 16 ParentCtl3D = False ParentFont = False TabOrder = 0 OnClick = lstLogsClick end object memLog: TMemo Left = 129 Top = 0 Width = 734 Height = 350 Align = alClient BorderStyle = bsNone Ctl3D = False Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentCtl3D = False ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 1 end end