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

  1. object frmUndeleteProgress: TfrmUndeleteProgress
  2.   Left = 198
  3.   Top = 513
  4.   BorderStyle = bsDialog
  5.   Caption = 'Restore...'
  6.   ClientHeight = 130
  7.   ClientWidth = 391
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   Position = poMainFormCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lblTopic: TLabel
  21.     Left = 16
  22.     Top = 12
  23.     Width = 365
  24.     Height = 45
  25.     AutoSize = False
  26.     Caption = 'Please wait. Restoring the selected files. '
  27.     WordWrap = True
  28.   end
  29.   object lblFileName: TEllipsisLabel
  30.     Left = 16
  31.     Top = 48
  32.     Width = 341
  33.     Height = 13
  34.     AutoSize = False
  35.     WordWrap = True
  36.     EllipsisStyle = etEndEllipsis
  37.   end
  38.   object pbRecoverStatus: TProgressBar
  39.     Left = 16
  40.     Top = 68
  41.     Width = 364
  42.     Height = 15
  43.     Min = 0
  44.     Max = 100
  45.     TabOrder = 0
  46.   end
  47.   object btnCancel: TButton
  48.     Left = 305
  49.     Top = 96
  50.     Width = 75
  51.     Height = 23
  52.     Cancel = True
  53.     Caption = 'Cancel'
  54.     TabOrder = 1
  55.     OnClick = btnCancelClick
  56.   end
  57.   object timClose: TTimer
  58.     Enabled = False
  59.     Interval = 100
  60.     OnTimer = timCloseTimer
  61.     Left = 24
  62.     Top = 92
  63.   end
  64. end
  65.