object Form1: TForm1 Left = 209 Top = 241 BorderStyle = bsNone Caption = 'HAD PLUS' ClientHeight = 323 ClientWidth = 492 Color = 5314315 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnActivate = FormActivate OnClick = FormClick OnCreate = FormCreate OnKeyDown = FormKeyDown OnMouseMove = FormMouseMove PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 232 Top = 96 Width = 6 Height = 13 Caption = '2' Visible = False end object Timer1: TTimer Enabled = False Interval = 100 OnTimer = Timer1Timer Left = 48 Top = 72 end object Timer2: TTimer Enabled = False Interval = 500 OnTimer = Timer2Timer Left = 96 Top = 64 end object Timer3: TTimer Enabled = False Interval = 1 OnTimer = Timer3Timer Left = 448 Top = 16 end end