home *** CD-ROM | disk | FTP | other *** search
- object ImportDbForm: TImportDbForm
- Left = 486
- Top = 258
- HelpContext = 2010
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Import Database'
- ClientHeight = 121
- ClientWidth = 251
- ParentFont = True
- HelpFile = 'dbexplr3.hlp'
- Position = poScreenCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object OKBtn: TButton
- Left = 8
- Top = 88
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- Enabled = False
- ModalResult = 1
- TabOrder = 0
- end
- object CancelBtn: TButton
- Left = 88
- Top = 88
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object HelpBtn: TButton
- Left = 168
- Top = 88
- Width = 75
- Height = 25
- Caption = '&Help'
- TabOrder = 2
- OnClick = HelpBtnClick
- end
- object DatabaseNameBox: TGroupBox
- Left = 8
- Top = 8
- Width = 233
- Height = 65
- Caption = 'Database Name'
- TabOrder = 3
- object DbList: TComboBox
- Left = 16
- Top = 16
- Width = 201
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- Sorted = True
- TabOrder = 0
- end
- object SystemObjects: TCheckBox
- Left = 16
- Top = 40
- Width = 137
- Height = 17
- Caption = 'Include System Tables'
- TabOrder = 1
- end
- end
- end
-