home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April / Chip_1997-04_cd.bin / prezent / cb / data.z / DBX.DLL / RCDATA / TIMPORTDBFORM / TIMPORTDBFORM.txt
Text File  |  1997-01-16  |  1KB  |  75 lines

  1. object ImportDbForm: TImportDbForm
  2.   Left = 344
  3.   Top = 108
  4.   HelpContext = 2100
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Import Database'
  8.   ClientHeight = 113
  9.   ClientWidth = 251
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object OKBtn: TButton
  19.     Left = 8
  20.     Top = 80
  21.     Width = 75
  22.     Height = 25
  23.     Caption = 'OK'
  24.     Default = True
  25.     Enabled = False
  26.     ModalResult = 1
  27.     TabOrder = 0
  28.   end
  29.   object CancelBtn: TButton
  30.     Left = 88
  31.     Top = 80
  32.     Width = 75
  33.     Height = 25
  34.     Cancel = True
  35.     Caption = 'Cancel'
  36.     ModalResult = 2
  37.     TabOrder = 1
  38.   end
  39.   object HelpBtn: TButton
  40.     Left = 168
  41.     Top = 80
  42.     Width = 75
  43.     Height = 25
  44.     Caption = '&Help'
  45.     TabOrder = 2
  46.     OnClick = HelpBtnClick
  47.   end
  48.   object DatabaseNameBox: TGroupBox
  49.     Left = 8
  50.     Top = 8
  51.     Width = 233
  52.     Height = 65
  53.     Caption = 'Database Name'
  54.     TabOrder = 3
  55.     object DbList: TComboBox
  56.       Left = 16
  57.       Top = 16
  58.       Width = 201
  59.       Height = 21
  60.       Style = csDropDownList
  61.       ItemHeight = 13
  62.       Sorted = True
  63.       TabOrder = 0
  64.     end
  65.     object SystemObjects: TCheckBox
  66.       Left = 16
  67.       Top = 40
  68.       Width = 137
  69.       Height = 17
  70.       Caption = 'Include System Tables'
  71.       TabOrder = 1
  72.     end
  73.   end
  74. end
  75.