home *** CD-ROM | disk | FTP | other *** search
- object frmRestoreDatabase: TfrmRestoreDatabase
- Left = 400
- Top = 393
- BorderStyle = bsDialog
- Caption = 'Restore Database'
- ClientHeight = 136
- ClientWidth = 329
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnClose = FormClose
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label3: TLabel
- Left = 8
- Top = 11
- Width = 85
- Height = 13
- Caption = 'Backup filename: '
- end
- object AbMeterItem: TAbMeter
- Left = 0
- Top = 120
- Width = 329
- Height = 16
- Align = alBottom
- Orientation = moHorizontal
- UnusedColor = clBtnFace
- UsedColor = clNavy
- end
- object edtBackupFile: TEdit
- Left = 8
- Top = 27
- Width = 289
- Height = 21
- TabOrder = 0
- end
- object btnOpenFile: TButton
- Left = 299
- Top = 27
- Width = 21
- Height = 21
- Caption = '...'
- TabOrder = 1
- OnClick = btnOpenFileClick
- end
- object btnRestore: TButton
- Left = 25
- Top = 86
- Width = 121
- Height = 25
- Caption = 'Restore Database'
- TabOrder = 2
- OnClick = btnRestoreClick
- end
- object btnClose: TButton
- Left = 184
- Top = 86
- Width = 121
- Height = 25
- Caption = 'Close'
- TabOrder = 3
- OnClick = btnCloseClick
- end
- object cbSaveCopy: TCheckBox
- Left = 11
- Top = 56
- Width = 305
- Height = 17
- Caption = 'Save a copy of current database before restoring backup'
- Checked = True
- State = cbChecked
- TabOrder = 4
- end
- object OpenDialog1: TOpenDialog
- Left = 256
- Top = 56
- end
- object ItemLink: TAbVCLMeterLink
- Meter = AbMeterItem
- Left = 264
- end
- object OvcIniFileStore1: TOvcIniFileStore
- IniFileName = 'ADS.INI'
- UseExeDir = True
- Left = 216
- Top = 8
- end
- end
-