object MessDlg: TMessDlg Left = 591 Top = 437 BorderStyle = bsNone Caption = 'Dialog' ClientHeight = 125 ClientWidth = 250 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Position = poDefault OnClick = FormClick OnCreate = FormCreate OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Mess: TLabel Left = 24 Top = 20 Width = 201 Height = 93 Alignment = taCenter AutoSize = False Font.Color = clBlack Font.Height = -16 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False Transparent = True OnClick = FormClick end end