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

object BFRForm: TBFRForm
  Caption = 'Editar búsqueda y reemplazo por lotes'
  ClientHeight = 324
  ClientWidth = 390
  object Lbl1: TLabel
    Left = 15
    Top = 15
    Caption = 'Búsqueda y reemplazo por &lotes:'
  end
  object LstBx: TListBox
    Left = 14
    Top = 33
    Width = 250
    Height = 108
    OnClick = ControlChange
  end
  object NewBtn: TButton
    Left = 278
    Top = 33
    Width = 100
    Caption = '&Nuevo...'
    OnClick = ControlChange
  end
  object RenBtn: TButton
    Left = 278
    Top = 58
    Width = 100
    Caption = '&Renombrar...'
    OnClick = ControlChange
  end
  object DupBtn: TButton
    Left = 278
    Top = 83
    Width = 100
    Caption = 'Duplicar &como...'
    OnClick = ControlChange
  end
  object DelBtn: TButton
    Left = 278
    Top = 108
    Width = 100
    Caption = '&Eliminar'
    OnClick = ControlChange
  end
  object Lbl2: TLabel
    Left = 15
    Top = 150
    Caption = '&Búsquedas guardadas incluidas:'
  end
  object LstBx2: TListBox
    Left = 14
    Top = 168
    Width = 250
    Height = 108
    OnClick = ControlChange
  end
  object AddBtn: TButton
    Left = 278
    Top = 168
    Width = 100
    Caption = '&Añadir...'
    OnClick = ControlChange
  end
  object UpBtn: TButton
    Left = 278
    Top = 193
    Width = 100
    Caption = 'Mover hacia ar&riba'
    OnClick = ControlChange
  end
  object DnBtn: TButton
    Left = 278
    Top = 218
    Width = 100
    Caption = 'Mover hacia ab&ajo'
    OnClick = ControlChange
  end
  object DelBtn2: TButton
    Left = 279
    Top = 243
    Width = 100
    Caption = '&Eliminar'
    OnClick = ControlChange
  end
end