object Form7: TForm7 Left = 233 Top = 185 BorderStyle = bsNone Caption = 'Form7' ClientHeight = 453 ClientWidth = 688 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop KeyPreview = True OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyDown = FormKeyDown OnMouseUp = FormMouseUp OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Timer1: TTimer Enabled = False Interval = 20000 OnTimer = Timer1Timer Left = 8 Top = 8 end object TimerEx1: TTimerEx Enabled = False Interval = 50 ThreadSafe = False OnTimer = TimerEx1Timer Left = 48 Top = 72 end end