home *** CD-ROM | disk | FTP | other *** search
- object frmUndeleteProgress: TfrmUndeleteProgress
- Left = 198
- Top = 513
- BorderStyle = bsDialog
- Caption = 'Restore...'
- ClientHeight = 130
- ClientWidth = 391
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Scaled = False
- Position = poMainFormCenter
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object lblTopic: TLabel
- Left = 16
- Top = 12
- Width = 365
- Height = 45
- AutoSize = False
- Caption = 'Please wait. Restoring the selected files. '
- WordWrap = True
- end
- object lblFileName: TEllipsisLabel
- Left = 16
- Top = 48
- Width = 341
- Height = 13
- AutoSize = False
- WordWrap = True
- EllipsisStyle = etEndEllipsis
- end
- object pbRecoverStatus: TProgressBar
- Left = 16
- Top = 68
- Width = 364
- Height = 15
- Min = 0
- Max = 100
- TabOrder = 0
- end
- object btnCancel: TButton
- Left = 305
- Top = 96
- Width = 75
- Height = 23
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object timClose: TTimer
- Enabled = False
- Interval = 100
- OnTimer = timCloseTimer
- Left = 24
- Top = 92
- end
- end
-