object frmBookmarks: TfrmBookmarks Left = 388 Top = 241 Anchors = [] BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Bookmarks Editor' ClientHeight = 357 ClientWidth = 393 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object bvlPie: TBevel Left = 0 Top = 317 Width = 401 Height = 7 Shape = bsTopLine end object lblDescription: TLabel Left = 8 Top = 291 Width = 57 Height = 13 Caption = 'Description:' end object pnlCabezera: TPanel Left = 0 Top = 0 Width = 393 Height = 57 Align = alTop BevelOuter = bvNone Color = clWhite TabOrder = 5 object bvlBottom: TBevel Left = 0 Top = 48 Width = 393 Height = 9 Align = alBottom Shape = bsBottomLine Style = bsRaised end object lblCustom: TLabel Left = 16 Top = 10 Width = 100 Height = 13 Caption = 'Bookmarks Editor' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False Transparent = True end object lblCustomHint: TLabel Left = 24 Top = 26 Width = 226 Height = 13 Caption = 'Edit, sort and remove the bookmarks positions.' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False Transparent = True end object Image1: TImage Left = 333 Top = 1 Width = 55 Height = 55 Picture.Data = {} end end object btnOK: TBitBtn Left = 292 Top = 326 Width = 88 Height = 25 Cancel = True Caption = '&OK' Default = True TabOrder = 4 OnClick = btnOKClick end object lvBookmarks: TListView Left = 0 Top = 57 Width = 393 Height = 214 Align = alTop Columns = < item Caption = 'Time' Width = 55 end item Caption = 'Description' Width = 334 end> HideSelection = False HotTrackStyles = [] ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnClick = lvBookmarksClick end object btnSort: TBitBtn Left = 8 Top = 326 Width = 77 Height = 25 Caption = '&Sort' Enabled = False TabOrder = 2 OnClick = btnSortClick end object btnRemove: TBitBtn Left = 94 Top = 326 Width = 77 Height = 25 Caption = '&Remove' Enabled = False TabOrder = 3 OnClick = btnRemoveClick end object edDescription: TEdit Left = 83 Top = 288 Width = 310 Height = 21 Enabled = False TabOrder = 1 OnChange = edDescriptionChange end object btnClear: TBitBtn Left = 180 Top = 326 Width = 77 Height = 25 Caption = '&Clear All' Enabled = False TabOrder = 6 OnClick = btnClearClick end end