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
Wrap
Text File
|
1997-01-16
|
1KB
|
75 lines
object ImportDbForm: TImportDbForm
Left = 344
Top = 108
HelpContext = 2100
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Import Database'
ClientHeight = 113
ClientWidth = 251
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poScreenCenter
OnShow = FormShow
TextHeight = 13
object OKBtn: TButton
Left = 8
Top = 80
Width = 75
Height = 25
Caption = 'OK'
Default = True
Enabled = False
ModalResult = 1
TabOrder = 0
end
object CancelBtn: TButton
Left = 88
Top = 80
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object HelpBtn: TButton
Left = 168
Top = 80
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