object lstext: Tlstext Left = 100 Top = 106 BorderIcons = [] BorderStyle = bsDialog Caption = 'Listen - Text bearbeiten' ClientHeight = 199 ClientWidth = 430 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poDefaultSizeOnly OnClose = FormClose OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 47 Top = 14 Width = 345 Height = 20 Caption = 'Bitte den Text der gew�hlten Adresse bearbeiten' Font.Color = clBlack Font.Height = -16 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 20 Top = 49 Width = 44 Height = 13 Caption = 'Adresse :' end object Label3: TLabel Left = 20 Top = 97 Width = 27 Height = 13 Caption = 'Text :' end object Edit1: TEdit Left = 20 Top = 117 Width = 397 Height = 21 MaxLength = 80 TabOrder = 1 OnExit = Edit1Exit end object Edit2: TEdit Left = 20 Top = 68 Width = 89 Height = 21 MaxLength = 10 TabOrder = 0 OnEnter = Edit2Enter OnExit = Edit2Exit end object Button1: TButton Left = 122 Top = 154 Width = 75 Height = 25 Caption = 'OK' TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 219 Top = 154 Width = 75 Height = 25 Caption = 'Abbruch' TabOrder = 3 OnClick = Button2Click end end