home *** CD-ROM | disk | FTP | other *** search
- object frmRestore: TfrmRestore
- Left = 403
- Top = 330
- BorderStyle = bsDialog
- Caption = 'Restore'
- ClientHeight = 99
- ClientWidth = 454
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poOwnerFormCenter
- OnCreate = FormCreate
- OnShow = FormShow
- DesignSize = (
- 454
- 99)
- PixelsPerInch = 96
- TextHeight = 13
- object lbfilename: TLabel
- Left = 8
- Top = 16
- Width = 441
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- AutoSize = False
- Transparent = True
- WordWrap = True
- end
- object pbFileProgress: TProgressBar
- Left = 8
- Top = 37
- Width = 431
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Smooth = True
- TabOrder = 0
- end
- object BitBtn1: TBitBtn
- Left = 192
- Top = 64
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 1
- OnClick = BitBtn1Click
- end
- end
-