home *** CD-ROM | disk | FTP | other *** search
- object frmRestoreProgress: TfrmRestoreProgress
- Left = 525
- Top = 378
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Restoring'
- ClientHeight = 142
- ClientWidth = 365
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lblQuestion: TLabel
- Left = 12
- Top = 10
- Width = 343
- Height = 35
- AutoSize = False
- Caption =
- 'Please wait until the selected backups have been restored. This ' +
- 'operation cannot be cancelled.'
- WordWrap = True
- end
- object lblStatus: TLabel
- Left = 12
- Top = 117
- Width = 336
- Height = 17
- AutoSize = False
- Caption = '%s'
- end
- object aniProgress: TAnimate
- Left = 12
- Top = 45
- Width = 272
- Height = 60
- Active = False
- StopFrame = 31
- end
- object tmrRestore: TTimer
- Enabled = False
- Interval = 10
- OnTimer = tmrRestoreTimer
- Left = 324
- Top = 101
- end
- end
-