object FMsg: TFMsg Left = 405 Top = 283 BorderStyle = bsNone Caption = 'FMsg' ClientHeight = 80 ClientWidth = 400 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Image1: TImage Left = 24 Top = 24 Width = 32 Height = 32 AutoSize = True Picture.Data = {} end object Shape1: TShape Left = 228 Top = 4 Width = 89 Height = 17 Brush.Style = bsClear Pen.Color = clWhite Pen.Width = 3 end object text: TLabel Left = 76 Top = 32 Width = 22 Height = 13 Caption = 'text' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end end