object BeepMssg: TBeepMssg Left = 285 Top = 114 BorderStyle = bsNone Caption = 'BeepMssg' ClientHeight = 33 ClientWidth = 148 Enabled = False Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnKeyDown = FormKeyDown OnShow = FormShow TextHeight = 16 object Label1: TLabel Left = -2 Top = 2 Width = 149 Height = 19 Alignment = taCenter AutoSize = False Caption = 'Label1' WordWrap = True end object Timer: TTimer OnTimer = TimerTimer end end