;the "Overused words" command of the "Tools" category

object OverusedWordsForm: TOverusedWordsForm
  Caption = 'Palabras Sobreutilizadas'
  ClientHeight = 178
  ClientWidth = 529
  FormStyle = fsStayOnTop
  OnActivate = FormActivate
  OnDeactivate = FormDeactivate
  object PgCtrl: TPageControl
    Left = 7
    Top = 7
    Width = 516
    Height = 164
    OnChange = PgCtrlChange
    object TooCloseTabSheet: TTabSheet
      Caption = ' Repeticiones '
      object OptionsLbl: TLabel
        Left = 6
        Top = 12
        Caption = 'Opciones'
      end
      object Bevel: TBevel
        Left = 50
        Top = 19
        Width = 205
        Height = 2
      end
      object InflectChkBx: TCheckBox
        Left = 6
        Top = 35
        Caption = 'Indicar formas in&flectadas'
        OnClick = InflectChkBxClick
      end
      object InflectBtn: TButton
        Left = 160
        Top = 32
        Width = 82
        Caption = '&Personalizar...'
        OnClick = WordlistBtnClick
      end
      object HomophoneChkBx: TCheckBox
        Left = 6
        Top = 60
        Caption = 'Indicar &homófonos'
        OnClick = HomophoneChkBxClick
      end
      object HomophoneBtn: TButton
        Left = 160
        Top = 57
        Width = 82
        Caption = 'P&ersonalizar...'
        OnClick = WordlistBtnClick
      end
      object MinDistLbl: TLabel
        Left = 6
        Top = 95
        Width = 120
        Height = 30
        AutoSize = False
        Caption = 'Ign&orar repeticiones separadas por al menos por'
      end
      object MinDistUpDnEdt: TUpDownEdit
        Left = 125
        Top = 105
        Width = 27
        SepDigits = 0
        Increment = 1
      end
      object MinDistLbl2: TLabel
        Left = 175
        Top = 108
        Caption = 'palabras'
      end
      object PrevBtn: TButton
        Left = 268
        Top = 32
        Width = 115
        Caption = '&Anterior'
        OnClick = FindWordBtnClick
      end
      object NextBtn: TButton
        Left = 387
        Top = 32
        Width = 115
        Caption = '&Siguiente'
        Default = True
        OnClick = FindWordBtnClick
      end
      object IgnoreBtn: TButton
        Left = 268
        Top = 57
        Width = 115
        Caption = '&Ignorar siempre'
        OnClick = IgnoreBtnClick
      end
      object IgnoredBtn: TButton
        Left = 387
        Top = 57
        Width = 115
        Caption = 'Palabras a ig&norar...'
        OnClick = WordlistBtnClick
      end
    end
    object StatsTabSheet: TTabSheet
      Caption = ' Frecuencias '
      object WordLbl: TLabel
        Left = 6
        Top = 10
        Caption = '&Palabras y frases:'
        FocusControl = WordLstBx
      end
      object WordLstBx: TListBox
        Left = 6
        Top = 31
        Width = 251
        Height = 103
          Style = lbOwnerDrawFixed
        OnClick = WordLstBxClick
        OnDblClick = SelAllBtnClick
        OnDrawItem = WordLstBxDrawItem
      end
      object AbortedPanel: TPanel
        Left = 6
        Top = 31
        Width = 251
        Height = 80
        BevelInner = bvRaised
        BevelOuter = bvLowered
        object AbortedLbl: TLabel
          Left = 7
          Top = 17
          Caption = 'Operación abortada por el usuario.'
          Font.Style = [fsBold]
        end
        object ResumeBtn: TButton
          Left = 166
          Top = 13
          Width = 60
          Caption = 'Reanudar'
          TabStop = False
          OnClick = ResumeBtnClick
        end
      end
      object PrevOccurBtn: TButton
        Left = 268
        Top = 32
        Width = 115
        Caption = '&Ocurrencia anterior'
        OnClick = FindWordBtn2Click
      end
      object NextOccurBtn: TButton
        Left = 387
        Top = 32
        Width = 115
        Caption = 'Ocurrencia &siguiente'
        OnClick = FindWordBtn2Click
      end
      object SelAllBtn: TButton
        Left = 268
        Top = 57
        Width = 234
        Caption = 'Seleccionar &todas las ocurrencias'
        OnClick = SelAllBtnClick
      end
      object UnwantedBtn: TButton
        Left = 268
        Top = 82
        Width = 177
        Caption = 'Palabras y frases &indeseadas...'
        OnClick = UnwantedBtnClick
      end
      object AddToUnwantedBtn: TButton
        Left = 450
        Top = 82
        Width = 24
        Caption = '+'
        Hint = 'Añadir el elemento resaltado a palabras y frases indeseadas'
        Font.Size = 16
        Font.Name = 'Times New Roman'
        OnClick = AddRmvUnwantedBtnClick
      end
      object RmvFromUnwantedBtn: TButton
        Left = 478
        Top = 82
        Width = 24
        Caption = '–'
        Hint = 'Eliminar el elemento resaltado de palabras y frases indeseadas'
        Font.Size = 16
        Font.Name = 'Times New Roman'
        OnClick = AddRmvUnwantedBtnClick
      end
    end
    object SentTabSheet: TTabSheet
      Caption = 'Frases demasiado largas'
      object SentOptionsLbl: TLabel
        Left = 6
        Top = 12
        Caption = 'Opciones'
      end
      object SentBevel: TBevel
        Left = 50
        Top = 19
        Width = 205
        Height = 2
      end
      object SentSizeLbl1: TLabel
        Left = 6
        Top = 35
        Caption = '&Frases de al menos'
      end
      object SentSizeEdt: TUpDownEdit
        Left = 110
        Top = 32
        Width = 23
        SepDigits = 0
        Increment = 1
      end
      object SentSizeLbl2: TLabel
        Left = 158
        Top = 35
        Width = 105
        Height = 30
        AutoSize = False
        Caption = 'palabras son'#13'demasiado largas'
      end
      object SentPrevBtn: TButton
        Left = 268
        Top = 32
        Width = 115
        Caption = '&Anterior'
        OnClick = FindSentBtnClick
      end
      object SentNextBtn: TButton
        Left = 387
        Top = 32
        Width = 115
        Caption = '&Siguiente'
        Default = True
        OnClick = FindSentBtnClick
      end
    end
  end
  object CloseBtn: TButton
    Left = 279
    Top = 138
    Width = 234
    Cancel = True
    Caption = 'Cerrar'
    OnClick = CloseBtnClick
  end
  object WordLstBxPopupMenu: TPopupMenu
    object SendToClipboardMenuItem: TMenuItem
      Caption = 'Enviar al &portapapeles'
      OnClick = SendToClipboardMenuItemClick
    end
  end
end