object ErrForm: TErrForm Left = 178 Top = 301 HelpContext = 1060 BorderStyle = bsDialog Caption = 'Error Message' ClientHeight = 82 ClientWidth = 334 Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter Scaled = False OnClose = FormClose OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 5 Top = 8 Width = 320 Height = 45 Alignment = taCenter AutoSize = False Caption = 'error' Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 270 Top = 56 Width = 59 Height = 25 Caption = 'OK' Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 0 OnClick = Button1Click end object Timer1: TTimer Enabled = False Interval = 10000 OnTimer = Timer1Timer Left = 215 Top = 17 end end