home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / RescueCenter.exe / RCDATA / TFRMRESTOREPROGRESS / TFRMRESTOREPROGRESS.txt
Encoding:
Text File  |  2004-03-31  |  1.1 KB  |  56 lines

  1. object frmRestoreProgress: TfrmRestoreProgress
  2.   Left = 525
  3.   Top = 378
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Restoring'
  7.   ClientHeight = 142
  8.   ClientWidth = 365
  9.   Color = clBtnFace
  10.   Font.Charset = ANSI_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object lblQuestion: TLabel
  22.     Left = 12
  23.     Top = 10
  24.     Width = 343
  25.     Height = 35
  26.     AutoSize = False
  27.     Caption = 
  28.       'Please wait until the selected backups have been restored. This ' +
  29.       'operation cannot be cancelled.'
  30.     WordWrap = True
  31.   end
  32.   object lblStatus: TLabel
  33.     Left = 12
  34.     Top = 117
  35.     Width = 336
  36.     Height = 17
  37.     AutoSize = False
  38.     Caption = '%s'
  39.   end
  40.   object aniProgress: TAnimate
  41.     Left = 12
  42.     Top = 45
  43.     Width = 272
  44.     Height = 60
  45.     Active = False
  46.     StopFrame = 31
  47.   end
  48.   object tmrRestore: TTimer
  49.     Enabled = False
  50.     Interval = 10
  51.     OnTimer = tmrRestoreTimer
  52.     Left = 324
  53.     Top = 101
  54.   end
  55. end
  56.