object GetBookMarkName: TGetBookMarkName Left = 352 Top = 500 BorderStyle = bsDialog Caption = 'Lesezeichen setzen' ClientHeight = 132 ClientWidth = 469 Font.Color = clWindowText Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter Scaled = False PixelsPerInch = 96 TextHeight = 16 object Bevel1: TBevel Left = 10 Top = 10 Width = 455 Height = 75 Shape = bsFrame end object Label1: TLabel Left = 104 Top = 24 Width = 246 Height = 16 Caption = 'Set a short description for your bookmark.' Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object OKBtn: TButton Left = 121 Top = 98 Width = 92 Height = 27 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end object CancelBtn: TButton Left = 252 Top = 98 Width = 92 Height = 27 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end object Edit1: TEdit Left = 136 Top = 48 Width = 185 Height = 24 MaxLength = 17 TabOrder = 0 end end