object Form1: TForm1 Left = 200 Top = 77 Width = 256 Height = 163 Caption = 'Sample 0' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object MainLabel: TLabel Left = 0 Top = 0 Width = 248 Height = 136 Align = alClient Alignment = taCenter AutoSize = False Layout = tlCenter end object PollTime: TTimer Interval = 100 OnTimer = PollTimeTimer Left = 8 Top = 8 end end