object Bookmark: TBookmark Left = 564 Top = 408 Width = 180 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 GotoButton: TButton Left = 0 Top = 244 Width = 89 Height = 26 Caption = '->' TabOrder = 3 OnClick = GotoButtonClick end object ListBox1: TListBox Left = 0 Top = -4 Width = 169 Height = 245 ItemHeight = 16 Sorted = True TabOrder = 0 OnClick = ListBox1Click OnDblClick = ListBox1DblClick end object AddButton: TButton Left = 89 Top = 244 Width = 40 Height = 26 Caption = '+' TabOrder = 1 OnClick = AddButtonClick end object DeleteButton: TButton Left = 128 Top = 244 Width = 41 Height = 26 Caption = '-' TabOrder = 2 OnClick = DeleteButtonClick end object Timer1: TTimer Interval = 500 OnTimer = Timer1Timer Left = 136 Top = 212 end end