object MessageF: TMessageF Left = 179 Top = 180 BorderStyle = bsNone Caption = 'MessageF' ClientHeight = 168 ClientWidth = 281 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object Shape1: TShape Left = -3 Top = 0 Width = 284 Height = 169 Brush.Style = bsClear Pen.Color = clRed Pen.Width = 5 end object fMess: TGroupBox Left = 8 Top = 8 Width = 265 Height = 153 Color = clNavy ParentColor = False TabOrder = 0 object lMess: TLabel Left = 8 Top = 16 Width = 249 Height = 97 Alignment = taCenter AutoSize = False Font.Color = clWhite Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object bOkMess: TBitBtn Left = 96 Top = 120 Width = 75 Height = 25 TabOrder = 0 OnClick = bOkMessClick Kind = bkOK end end end