object frmSimpleMessage: TfrmSimpleMessage Left = 290 Top = 176 Width = 473 Height = 394 Caption = 'Message' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnClose = FormClose PixelsPerInch = 96 TextHeight = 13 object Memo1: TMemo Left = 0 Top = 0 Width = 465 Height = 319 Align = alClient Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = 'Lucida Console' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 end object Panel1: TPanel Left = 0 Top = 319 Width = 465 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 1 object btnOK: TButton Left = 192 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 0 OnClick = btnOKClick end end end