home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Runimage / Delphi50 / Bin / DBX50.BPL / 0 / RCDATA / TIMPORTDBFORM / TIMPORTDBFORM.txt
Encoding:
Text File  |  1999-08-11  |  1.3 KB  |  73 lines

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