object UpdateForm: TUpdateForm Left = 393 Top = 339 BorderStyle = bsDialog Caption = 'Cobian Backup' ClientHeight = 87 ClientWidth = 326 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Times New Roman' Font.Style = [] OldCreateOrder = False Position = poScreenCenter Scaled = False ShowHint = True OnClose = FormClose OnShow = FormShow PixelsPerInch = 120 TextHeight = 15 object l_Checking: TLabel Left = 8 Top = 8 Width = 223 Height = 17 Caption = 'Checking for updates. Wait or cancel.' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -15 Font.Name = 'Times New Roman' Font.Style = [] ParentFont = False end object l_Result: TLabel Left = 8 Top = 32 Width = 55 Height = 17 Caption = 'l_Result' Font.Charset = ANSI_CHARSET Font.Color = clRed Font.Height = -15 Font.Name = 'Times New Roman' Font.Style = [fsBold] ParentFont = False end object b_Cancel: TButton Left = 80 Top = 56 Width = 75 Height = 25 Hint = 'Cancel the update' Cancel = True Caption = '&Cancel' TabOrder = 0 OnClick = b_CancelClick end object b_Get: TButton Left = 160 Top = 56 Width = 75 Height = 25 Hint = 'Go to the program website and get the update' Caption = '&Get it' TabOrder = 1 OnClick = b_GetClick end object Timer: TTimer Interval = 60000 OnTimer = TimerTimer Left = 272 Top = 40 end end