home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
DBX.DLL
/
RCDATA
/
TNEWALIASFORM
/
TNEWALIASFORM.txt
Wrap
Text File
|
1997-01-16
|
1KB
|
68 lines
object NewAliasForm: TNewAliasForm
Left = 374
Top = 103
HelpContext = 2300
ActiveControl = DriverList
BorderIcons = []
BorderStyle = bsDialog
Caption = 'New Database Alias'
ClientHeight = 103
ClientWidth = 250
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 96
Position = poDefaultPosOnly
OnShow = FormShow
TextHeight = 13
object HelpBtn: TButton
Left = 168
Top = 72
Width = 75
Height = 25
Caption = '&Help'
TabOrder = 0
OnClick = HelpBtnClick
end
object OKBtn: TButton
Left = 8
Top = 72
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
end
object CancelBtn: TButton
Left = 88
Top = 72
Width = 75
Height = 25
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object AliasBox: TGroupBox
Left = 8
Top = 8
Width = 233
Height = 57
Caption = 'Database Driver Name'
TabOrder = 3
object DriverList: TComboBox
Left = 14
Top = 22
Width = 205
Height = 21
Style = csDropDownList
Ctl3D = False
ItemHeight = 13
ParentCtl3D = False
TabOrder = 0
end
end
end