home *** CD-ROM | disk | FTP | other *** search
/ Chip: Net Guide / CHIP NET Rehberi Eylül 1998.iso / ftp / fpb.exe / _SETUP.1 / FlyPage Backup.exe / 0 / RCDATA / TFRMDATADOCTORDLG / TFRMDATADOCTORDLG.txt
Encoding:
Text File  |  1998-04-23  |  1.6 KB  |  85 lines

  1. object frmDataDoctorDlg: TfrmDataDoctorDlg
  2.   Left = 102
  3.   Top = 99
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Removing Deleted Records from the Database'
  7.   ClientHeight = 183
  8.   ClientWidth = 378
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object GroupBox1: TGroupBox
  19.     Left = 8
  20.     Top = 8
  21.     Width = 361
  22.     Height = 129
  23.     Caption = 'Packing Table'
  24.     TabOrder = 1
  25.     object Label3: TLabel
  26.       Left = 12
  27.       Top = 48
  28.       Width = 19
  29.       Height = 13
  30.       Caption = 'File:'
  31.     end
  32.     object Label4: TLabel
  33.       Left = 12
  34.       Top = 24
  35.       Width = 53
  36.       Height = 13
  37.       Caption = 'Data Base:'
  38.     end
  39.     object Gauge1: TGauge
  40.       Left = 50
  41.       Top = 96
  42.       Width = 261
  43.       Height = 20
  44.       Color = clNavy
  45.       ForeColor = clNavy
  46.       ParentColor = False
  47.       Progress = 0
  48.     end
  49.     object Label5: TLabel
  50.       Left = 139
  51.       Top = 76
  52.       Width = 84
  53.       Height = 13
  54.       Caption = 'Percent Complete'
  55.     end
  56.     object edtFileName: TEdit
  57.       Left = 88
  58.       Top = 49
  59.       Width = 197
  60.       Height = 21
  61.       Color = clBtnFace
  62.       ReadOnly = True
  63.       TabOrder = 0
  64.     end
  65.     object edtDatabase: TEdit
  66.       Left = 88
  67.       Top = 21
  68.       Width = 197
  69.       Height = 21
  70.       Color = clBtnFace
  71.       ReadOnly = True
  72.       TabOrder = 1
  73.     end
  74.   end
  75.   object btnDone: TButton
  76.     Left = 151
  77.     Top = 147
  78.     Width = 75
  79.     Height = 25
  80.     Caption = '&Cancel'
  81.     TabOrder = 0
  82.     OnClick = btnDoneClick
  83.   end
  84. end
  85.