object ErrBox: TErrBox Left = 295 Top = 120 BorderIcons = [biSystemMenu] BorderStyle = bsNone ClientHeight = 57 ClientWidth = 244 Ctl3D = False Color = clBlack Font.Color = clRed Font.Height = -19 Font.Name = 'Kalkul Prop' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True PrintScale = poNone Scaled = False OnActivate = FormActivate OnCreate = FormCreate OnKeyDown = FormKeyDown OnMouseDown = FormMouseDown PixelsPerInch = 96 TextHeight = 21 object xBevel: TPanel Left = 0 Top = 0 Width = 244 Height = 57 Align = alClient BevelInner = bvLowered BorderStyle = bsSingle Color = clBlack Font.Color = clRed Font.Height = -19 Font.Name = 'K Prop' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnMouseDown = FormMouseDown object Txt: TLabel Left = 61 Top = 17 Width = 118 Height = 20 Alignment = taCenter Caption = 'Error Message' Font.Color = clRed Font.Height = -16 Font.Name = 'K Prop' Font.Style = [fsBold] ParentFont = False OnMouseDown = FormMouseDown end object xIcon: TImage Left = 16 Top = 12 Width = 32 Height = 32 Enabled = False Picture.Data = {} end end end