object ResultsForm: TResultsForm Left = 200 Top = 104 Width = 313 Height = 200 BorderIcons = [] Caption = 'Results' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 138 Width = 305 Height = 35 Align = alBottom BevelOuter = bvNone FullRepaint = False TabOrder = 0 object btnOK: TButton Left = 6 Top = 7 Width = 75 Height = 23 Cancel = True Caption = 'Close' Default = True ModalResult = 1 TabOrder = 0 end end object edtResults: TRichEdit Left = 0 Top = 0 Width = 305 Height = 138 Align = alClient PlainText = True ReadOnly = True ScrollBars = ssBoth TabOrder = 1 WantReturns = False WordWrap = False end end