;right-click a footnote, the "Footnote | Note Options..." menu command, the "Convert..." button

object ConvertNotesForm: TConvertNotesForm
  Caption = 'Convertir notas'
  ClientHeight = 110
  ClientWidth = 270
  object F2ERadBtn: TRadioButton
    Left = 10
    Top = 10
    Caption = 'Convertir todas las &notas al pie a notas finales'
  end
  object E2FRadBtn: TRadioButton
    Left = 10
    Top = 30
    Caption = 'Convertir todas las &notas finales a notas al pie'
  end
  object SwapRadBtn: TRadioButton
    Left = 10
    Top = 50
    Caption = '&Intercambiar notas al pie y notas finales'
  end
end