object NewDriverForm: TNewDriverForm Left = 105 Top = 373 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'New ODBC Driver' ClientHeight = 280 ClientWidth = 251 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object GroupBox1: TGroupBox Left = 8 Top = 8 Width = 233 Height = 49 Caption = 'Driver Name' TabOrder = 0 object DriverName: TEdit Left = 8 Top = 16 Width = 217 Height = 21 TabOrder = 0 end end object BtnOK: TButton Left = 8 Top = 248 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = BtnOKClick end object BtnCancel: TButton Left = 88 Top = 248 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object BtnHelp: TButton Left = 168 Top = 248 Width = 75 Height = 25 Caption = '&Help' TabOrder = 3 OnClick = BtnHelpClick end object GroupBox2: TGroupBox Left = 8 Top = 64 Width = 233 Height = 49 Caption = 'ODBC Driver Name' TabOrder = 4 object ComboODBCDriver: TComboBox Left = 8 Top = 16 Width = 217 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 OnChange = ComboODBCDriverChange end end object GroupBox3: TGroupBox Left = 8 Top = 120 Width = 233 Height = 113 Caption = 'Select Data Sources to Create Aliases' TabOrder = 5 object ListDSN: TListBox Left = 8 Top = 16 Width = 217 Height = 89 ItemHeight = 13 MultiSelect = True TabOrder = 0 end end end