object NewDriverForm: TNewDriverForm Left = 105 Top = 373 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Neuer ODBC-Treiber' 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 = 'Treibername' 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 = 'Abbrechen' ModalResult = 2 TabOrder = 2 end object BtnHelp: TButton Left = 168 Top = 248 Width = 75 Height = 25 Caption = '&Hilfe' TabOrder = 3 OnClick = BtnHelpClick end object GroupBox2: TGroupBox Left = 8 Top = 64 Width = 233 Height = 49 Caption = 'ODBC-Treibernamen' 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 = 'Datenquellen zum Erstellen von Aliasen' TabOrder = 5 object ListDSN: TListBox Left = 8 Top = 16 Width = 217 Height = 89 ItemHeight = 13 MultiSelect = True TabOrder = 0 end end end