;the "Find/Replace" panel of the Control Board, the "Search options" button (the "gear" button), the "Saved Searches | Edit Saved Searches..." menu command

object EditSavedSearchForm: TEditSavedSearchForm
  ClientHeight = 302
  ClientWidth = 390
  object Lbl1: TLabel
    Left = 15
    Top = 15
    Caption = 'Búsquedas guardadas:'
  end
  object LstBx: TListBox
    Left = 14
    Top = 33
    Width = 250
    Height = 108
    OnClick = CtrlClick
  end
  object RenBtn: TButton
    Left = 278
    Top = 33
    Width = 100
    Caption = 'Renombrar...'
    OnClick = CtrlClick
  end
  object DelBtn: TButton
    Left = 278
    Top = 58
    Width = 100
    Caption = 'Eliminar'
    OnClick = CtrlClick
  end
  object Lbl2: TLabel
    Left = 15
    Top = 150
    Caption = 'Descripción:'
  end
  object DescMemo: TMemo
    Left = 14
    Top = 168
    Width = 250
    Height = 86
    Color = -2147483633
    ReadOnly = True
    ScrollBars = ssVertical
  end
end