object FormPersonAuswahl: TFormPersonAuswahl Left = 202 Top = 109 AutoScroll = False Caption = 'Person w�hlen' ClientHeight = 325 ClientWidth = 504 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True Position = poScreenCenter OnClose = FormClose OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 293 Width = 504 Height = 32 Align = alBottom TabOrder = 0 object BitBtn1: TBitBtn Left = 426 Top = 4 Width = 75 Height = 25 TabOrder = 0 OnClick = BitBtn1Click Kind = bkOK end end object DBGrid1: TDBGrid Left = 0 Top = 0 Width = 504 Height = 293 Align = alClient Columns = < item FieldName = 'Name' Width = 100 end item FieldName = 'Vorname' Width = 102 end item FieldName = 'Plz' Width = 61 end item FieldName = 'Strasse' Title.Caption = 'Stra�e' Width = 107 end item FieldName = 'Ort' Width = 96 end> Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit] TabOrder = 1 TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] end end