object frmPaused: TfrmPaused Left = 96 Top = 106 Width = 289 Height = 104 HelpContext = 320 ActiveControl = btnContinue BorderIcons = [biMinimize] Caption = 'Link Checking Paused' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object lblMessage: TLabel Left = 3 Top = 15 Width = 274 Height = 22 AutoSize = False Caption = 'InfoLink Paused. Waiting To Continue. ' Font.Color = clBlack Font.Height = -12 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object lblTime: TLabel Left = 207 Top = 51 Width = 70 Height = 13 Alignment = taCenter AutoSize = False Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False end object Label1: TLabel Left = 132 Top = 51 Width = 71 Height = 15 Caption = 'Time Elapsed' Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False end object btnContinue: TButton Left = 6 Top = 48 Width = 94 Height = 22 HelpContext = 320 Caption = 'Continue' Font.Color = clBlack Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False TabOrder = 0 OnClick = btnContinueClick end object tmrTimer: TTimer OnTimer = tmrTimerTimer Left = 102 Top = 49 end end