object MainForm: TMainForm Left = 192 Top = 107 BorderStyle = bsNone ClientHeight = 205 ClientWidth = 308 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object StartTimer: TTimer Enabled = False Interval = 100 OnTimer = StartTimerTimer Left = 112 Top = 16 end end