object messageBoxFrm: TmessageBoxFrm Left = 0 Top = 0 BiDiMode = bdRightToLeft BorderStyle = bsNone Caption = 'messageBoxFrm' ClientHeight = 68 ClientWidth = 258 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False ParentBiDiMode = False OnCreate = FormCreate OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 GlassFrame.Bottom = 10 GlassFrame.Enabled = True GlassFrame.Left = 10 GlassFrame.Right = 10 GlassFrame.SheetOfGlass = True object Panel1: TPanel Left = 0 Top = 0 Width = 258 Height = 68 Align = alClient BevelKind = bkFlat BevelOuter = bvNone TabOrder = 0 object msgText: TLabel Left = 8 Top = 8 Width = 239 Height = 49 AutoSize = False Caption = 'msgText' Font.Charset = DEFAULT_CHARSET Font.Color = clGray Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end end object fadeIn: TTimer Enabled = False Interval = 15 OnTimer = fadeInTimer Left = 8 Top = 8 end object startFadeOut: TTimer Enabled = False Interval = 10000 OnTimer = startFadeOutTimer Left = 40 Top = 8 end object fadeOut: TTimer Enabled = False Interval = 15 OnTimer = fadeOutTimer Left = 72 Top = 8 end end