object AddUrl: TAddUrl Left = 243 Top = 217 ActiveControl = URLEdit BorderStyle = bsDialog ClientHeight = 99 ClientWidth = 328 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object URLEdit: TEdit Left = 24 Top = 27 Width = 272 Height = 21 TabOrder = 0 end object Button1: TButton Left = 109 Top = 65 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object Button2: TButton Left = 202 Top = 65 Width = 75 Height = 25 Cancel = True Caption = 'Storno' ModalResult = 2 TabOrder = 2 end end