object FMErrorForm: TFMErrorForm Left = 1217 Top = 320 Width = 482 Height = 417 Caption = '- Database Error Log- ' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter DesignSize = ( 474 383) PixelsPerInch = 96 TextHeight = 13 object Memo: TMemo Left = 0 Top = 0 Width = 474 Height = 350 Align = alTop Anchors = [akLeft, akTop, akRight, akBottom] Font.Charset = ANSI_CHARSET Font.Color = clMaroon Font.Height = -15 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False ScrollBars = ssBoth TabOrder = 0 end object OKBtn: TButton Left = 393 Top = 353 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '&OK' ModalResult = 1 TabOrder = 1 end end