object Form1: TForm1 Left = 284 Top = 191 Width = 410 Height = 147 BorderIcons = [biSystemMenu] Caption = 'Form1' 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 Label1: TLabel Left = 128 Top = 96 Width = 102 Height = 13 Caption = 'Time To Reach Zero:' end object labeltime: TLabel Left = 240 Top = 96 Width = 37 Height = 13 Caption = 'FAILED' end object Run: TButton Left = 168 Top = 48 Width = 75 Height = 25 Caption = 'Run' TabOrder = 0 OnClick = RunClick end end