home *** CD-ROM | disk | FTP | other *** search
/ Freelog 38 / Freelog038.iso / Bas / Systeme / Coback / cbui.000 / 0 / RCDATA / TUPDATEFORM / TUPDATEFORM.txt
Text File  |  2002-08-29  |  2KB  |  76 lines

  1. object UpdateForm: TUpdateForm
  2.   Left = 393
  3.   Top = 339
  4.   BorderStyle = bsDialog
  5.   Caption = 'Cobian Backup'
  6.   ClientHeight = 87
  7.   ClientWidth = 326
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Times New Roman'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   ShowHint = True
  18.   OnClose = FormClose
  19.   OnShow = FormShow
  20.   PixelsPerInch = 120
  21.   TextHeight = 15
  22.   object l_Checking: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 223
  26.     Height = 17
  27.     Caption = 'Checking for updates. Wait or cancel.'
  28.     Font.Charset = ANSI_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -15
  31.     Font.Name = 'Times New Roman'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object l_Result: TLabel
  36.     Left = 8
  37.     Top = 32
  38.     Width = 55
  39.     Height = 17
  40.     Caption = 'l_Result'
  41.     Font.Charset = ANSI_CHARSET
  42.     Font.Color = clRed
  43.     Font.Height = -15
  44.     Font.Name = 'Times New Roman'
  45.     Font.Style = [fsBold]
  46.     ParentFont = False
  47.   end
  48.   object b_Cancel: TButton
  49.     Left = 80
  50.     Top = 56
  51.     Width = 75
  52.     Height = 25
  53.     Hint = 'Cancel the update'
  54.     Cancel = True
  55.     Caption = '&Cancel'
  56.     TabOrder = 0
  57.     OnClick = b_CancelClick
  58.   end
  59.   object b_Get: TButton
  60.     Left = 160
  61.     Top = 56
  62.     Width = 75
  63.     Height = 25
  64.     Hint = 'Go to the program website and get the update'
  65.     Caption = '&Get it'
  66.     TabOrder = 1
  67.     OnClick = b_GetClick
  68.   end
  69.   object Timer: TTimer
  70.     Interval = 60000
  71.     OnTimer = TimerTimer
  72.     Left = 272
  73.     Top = 40
  74.   end
  75. end
  76.