object NewAliasForm: TNewAliasForm Left = 374 Top = 103 HelpContext = 2030 ActiveControl = DriverList BorderIcons = [] BorderStyle = bsDialog Caption = 'New Database Alias' ClientHeight = 103 ClientWidth = 250 ParentFont = True HelpFile = 'dbexplr3.hlp' Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 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