home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Comunicatii / poster / tptinstall.exe / %MAINDIR% / Toaster.exe / 0 / RCDATA / TFRMRESTOREDATABASE / TFRMRESTOREDATABASE.txt
Encoding:
Text File  |  2004-09-23  |  1.8 KB  |  96 lines

  1. object frmRestoreDatabase: TfrmRestoreDatabase
  2.   Left = 400
  3.   Top = 393
  4.   BorderStyle = bsDialog
  5.   Caption = 'Restore Database'
  6.   ClientHeight = 136
  7.   ClientWidth = 329
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label3: TLabel
  21.     Left = 8
  22.     Top = 11
  23.     Width = 85
  24.     Height = 13
  25.     Caption = 'Backup filename: '
  26.   end
  27.   object AbMeterItem: TAbMeter
  28.     Left = 0
  29.     Top = 120
  30.     Width = 329
  31.     Height = 16
  32.     Align = alBottom
  33.     Orientation = moHorizontal
  34.     UnusedColor = clBtnFace
  35.     UsedColor = clNavy
  36.   end
  37.   object edtBackupFile: TEdit
  38.     Left = 8
  39.     Top = 27
  40.     Width = 289
  41.     Height = 21
  42.     TabOrder = 0
  43.   end
  44.   object btnOpenFile: TButton
  45.     Left = 299
  46.     Top = 27
  47.     Width = 21
  48.     Height = 21
  49.     Caption = '...'
  50.     TabOrder = 1
  51.     OnClick = btnOpenFileClick
  52.   end
  53.   object btnRestore: TButton
  54.     Left = 25
  55.     Top = 86
  56.     Width = 121
  57.     Height = 25
  58.     Caption = 'Restore Database'
  59.     TabOrder = 2
  60.     OnClick = btnRestoreClick
  61.   end
  62.   object btnClose: TButton
  63.     Left = 184
  64.     Top = 86
  65.     Width = 121
  66.     Height = 25
  67.     Caption = 'Close'
  68.     TabOrder = 3
  69.     OnClick = btnCloseClick
  70.   end
  71.   object cbSaveCopy: TCheckBox
  72.     Left = 11
  73.     Top = 56
  74.     Width = 305
  75.     Height = 17
  76.     Caption = 'Save a copy of current database before restoring backup'
  77.     Checked = True
  78.     State = cbChecked
  79.     TabOrder = 4
  80.   end
  81.   object OpenDialog1: TOpenDialog
  82.     Left = 256
  83.     Top = 56
  84.   end
  85.   object ItemLink: TAbVCLMeterLink
  86.     Meter = AbMeterItem
  87.     Left = 264
  88.   end
  89.   object OvcIniFileStore1: TOvcIniFileStore
  90.     IniFileName = 'ADS.INI'
  91.     UseExeDir = True
  92.     Left = 216
  93.     Top = 8
  94.   end
  95. end
  96.