object Bookmark: TBookmark Left = 222 Top = 225 Width = 181 Height = 300 BorderIcons = [biSystemMenu, biMinimize] Caption = 'Bookmarks' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Scaled = False OnCreate = FormCreate OnHide = FormHide OnShow = FormShow PixelsPerInch = 96 TextHeight = 16 object xPanel1: TxPanel Left = 0 Top = 0 Width = 173 Height = 273 Align = alClient BevelWidth = 2 TabOrder = 0 data_int = 0 language = 2 object Bevel1: TBevel Left = 8 Top = 8 Width = 157 Height = 225 Shape = bsFrame end object ListBox1: TListBox Left = 16 Top = 16 Width = 141 Height = 209 ItemHeight = 16 Sorted = True TabOrder = 0 OnClick = ListBox1Click OnDblClick = ListBox1DblClick end object xButton1: TxButton Left = 8 Top = 240 Width = 41 Height = 25 Caption = '&Gehe' TabOrder = 1 OnClick = GotoButtonClick Caption_English = '&Go' Caption_German = '&Gehe' data_int = 0 end object xButton2: TxButton Left = 56 Top = 240 Width = 41 Height = 25 Caption = '&Dazu' TabOrder = 2 OnClick = AddButtonClick Caption_English = '&Add' Caption_German = '&Dazu' data_int = 0 end object xButton3: TxButton Left = 104 Top = 240 Width = 61 Height = 25 Caption = '&Entfernen' TabOrder = 3 OnClick = DeleteButtonClick Caption_English = '&Remove' Caption_German = '&Entfernen' data_int = 0 end end object Timer1: TTimer Interval = 500 OnTimer = Timer1Timer Left = 132 Top = 172 end end