object frmConnect: TfrmConnect Left = 251 Top = 160 HelpContext = 1 BorderStyle = bsDialog Caption = 'ODBC' ClientHeight = 150 ClientWidth = 454 Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 438 Height = 104 Shape = bsFrame IsControl = True end object lblPath: TLabel Left = 16 Top = 20 Width = 57 Height = 13 Caption = '&DataSource' FocusControl = edtDataSource end object lblUserName: TLabel Left = 16 Top = 52 Width = 53 Height = 13 Caption = '&User Name' FocusControl = edtUserName end object lblPassword: TLabel Left = 16 Top = 84 Width = 46 Height = 13 Caption = '&Password' FocusControl = edtPassword end object OKBtn: TBitBtn Left = 200 Top = 120 Width = 77 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 3 NumGlyphs = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 284 Top = 120 Width = 77 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 4 NumGlyphs = 2 Spacing = -1 IsControl = True end object HelpBtn: TBitBtn Left = 368 Top = 120 Width = 77 Height = 25 HelpContext = 10 Caption = '&Help' TabOrder = 5 OnClick = HelpBtnClick NumGlyphs = 2 Spacing = -1 IsControl = True end object edtDataSource: TEdit Left = 96 Top = 18 Width = 340 Height = 21 TabOrder = 0 end object edtUserName: TEdit Left = 96 Top = 50 Width = 340 Height = 21 TabOrder = 1 end object edtPassword: TEdit Left = 96 Top = 82 Width = 340 Height = 21 TabOrder = 2 end end