object frmRecentMessages: TfrmRecentMessages Left = 341 Top = 169 Width = 448 Height = 411 Caption = 'Recent Messages' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnKeyPress = FormKeyPress PixelsPerInch = 96 TextHeight = 13 object log: TMemo Left = 0 Top = 0 Width = 440 Height = 339 Align = alClient Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Courier New' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 OnChange = logChange end object Panel1: TPanel Left = 0 Top = 339 Width = 440 Height = 38 Align = alBottom BevelOuter = bvNone TabOrder = 1 object Button1: TButton Left = 176 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 0 OnClick = Button1Click end end end