object Form1: TForm1 Left = 231 Top = 106 Width = 696 Height = 617 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object DBGrid1: TDBGrid Left = 8 Top = 8 Width = 650 Height = 425 Constraints.MaxHeight = 425 Constraints.MaxWidth = 650 Constraints.MinHeight = 425 Constraints.MinWidth = 650 DataSource = DataSource1 TabOrder = 0 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] end object Memo1: TMemo Left = 32 Top = 448 Width = 521 Height = 113 Lines.Strings = ( 'SELECT*' 'FROM Kunde' ';' '') TabOrder = 1 end object Button1: TButton Left = 584 Top = 456 Width = 65 Height = 89 Caption = 'abschicken' TabOrder = 2 OnClick = Button1Click end object DataSource1: TDataSource DataSet = ADOQuery1 Left = 40 Top = 80 end object ADOConnection1: TADOConnection Connected = True ConnectionString = 'Provider=MSDASQL.1;Persist Security Info=False;Extended Properti' + 'es="DSN=Microsoft Access-Datenbank;DBQ=H:\Datenbanken\DB3 Handel' + '\U_HANDEL2_Abfr.MDB;DefaultDir=H:\Datenbanken\DB3 Handel;DriverI' + 'd=25;FIL=MS Access;MaxBufferSize=2048;PageTimeout=5;UID=admin;"' Left = 40 end object ADOQuery1: TADOQuery Connection = ADOConnection1 CursorType = ctStatic Parameters = <> Left = 40 Top = 40 end end