;the "Format | Paragraph..." menu command

object ParFormatForm: TParFormatForm
  Caption = 'Formato de párrafo'
  ClientHeight = 310
  ClientWidth = 402
  object PageControl: TPageControl
    Left = 9
    Top = 9
    Width = 384
    Height = 260
    object IndentTabSheet: TTabSheet
      Caption = '  Sangrías e intervalos  '
      object AlignLbl: TLabel
        Left = 14
        Top = 20
        Caption = '&Alineación:'
      end
      object AlignBx: TComboBox
        Left = 80
        Top = 16
        Width = 87
        Style = csDropDownList
        Items.Strings = (
          'Izquierda'
          'Centrada'
          'Derecha'
          'Justificada')
        OnChange = ControlChange
      end
      object OutlineLbl: TLabel
        Left = 192
        Top = 20
        Caption = '&Esquema:'
      end
      object OutlineBx: TComboBox
        Left = 245
        Top = 16
        Width = 116
        Style = csDropDownList
        OnChange = ControlChange
      end
      object IndentLbl: TLabel
        Left = 14
        Top = 47
        Caption = 'Sangrías'
      end
      object Bevel1: TBevel
        Left = 60
        Top = 53
        Width = 300
        Height = 2
      end
      object LILbl: TLabel
        Left = 27
        Top = 69
        Caption = '&Izquierda:'
      end
      object LIEdt: TUpDownEdit
        Left = 80
        Top = 66
        OnValChange = ControlChange
      end
      object RILbl: TLabel
        Left = 27
        Top = 95
        Caption = '&Derecha:'
      end
      object RIEdt: TUpDownEdit
        Left = 80
        Top = 92
        OnValChange = ControlChange
      end
      object FIKindLbl: TLabel
        Left = 192
        Top = 76
        Caption = '&Primera línea:'
      end
      object FIBx: TComboBox
        Left = 192
        Top = 92
        Width = 79
        Style = csDropDownList
        Items.Strings = (
          '(ninguna)'
          'Sangría'
          'Desinscribir')
        OnChange = ControlChange
      end
      object FILbl: TLabel
        Left = 273
        Top = 76
        Caption = 'en:'
      end
      object FIEdt: TUpDownEdit
        Left = 273
        Top = 92
        OnValChange = ControlChange
      end
      object IntervalLbl: TLabel
        Left = 14
        Top = 122
        Caption = 'Espaciado'
      end
      object Bevel2: TBevel
        Left = 60
        Top = 128
        Width = 300
        Height = 2
      end
      object SBLbl: TLabel
        Left = 27
        Top = 144
        Caption = '&Antes:'
      end
      object SBEdt: TUpDownEdit
        Left = 80
        Top = 141
        Increment = 100
        OnValChange = ControlChange
      end
      object SALbl: TLabel
        Left = 27
        Top = 170
        Caption = 'Desp&ués:'
      end
      object SAEdt: TUpDownEdit
        Left = 80
        Top = 167
        Increment = 100
        OnValChange = ControlChange
      end
      object LSpLbl: TLabel
        Left = 192
        Top = 151
        Caption = 'Espaciado entre líneas:'
      end
      object LSpBx: TComboBox
        Left = 192
        Top = 167
        Width = 79
        Style = csDropDownList
        Items.Strings = (
          'Sencillo'
          '1.5 líneas'
          'Doble'
          'Al menos'
          'Exactamente'
          'Múltiple')
        OnChange = ControlChange
      end
      object LSpEdt: TUpDownEdit
        Left = 273
        Top = 167
        OnValChange = ControlChange
      end
      object ContextBx: TCheckBox
        Left = 27
        Top = 196
        Caption = 'No añadir espacio entre párrafos del mismo est&ilo'
        OnClick = ControlChange
      end
    end
    object LocationTabSheet: TTabSheet
      Caption = '  Saltos de línea y página  '
      object KWNChkBx: TCheckBox
        Left = 12
        Top = 18
        Caption = 'Mantener con el &siguiente párrafo'
        OnClick = ControlChange
      end
      object IntactBx: TCheckBox
        Left = 12
        Top = 37
        Caption = 'Mantener líneas &juntas'
        OnClick = ControlChange
      end
      object BreakBx: TCheckBox
        Left = 200
        Top = 18
        Caption = 'Salto de &página antes'
        OnClick = ControlChange
      end
      object WOBx: TCheckBox
        Left = 200
        Top = 37
        Caption = 'Control de &viudas y huérfanos'
        OnClick = ControlChange
      end
      object Bevel3: TBevel
        Left = 15
        Top = 65
        Width = 344
        Height = 2
      end
      object HyphBx: TCheckBox
        Left = 12
        Top = 78
        Caption = 'No &dividir palabras'
        OnClick = ControlChange
      end
      object NumBx: TCheckBox
        Left = 200
        Top = 78
        Caption = '&Suprimir números de línea'
        OnClick = ControlChange
      end
    end
  end
  object DefBtn: TButton
    Left = 9
    Top = 280
    Width = 102
    Caption = '&Predeterminado...'
    OnClick = ControlChange
  end
  object MoreBtn: TSpeedButton
    Left = 114
    Top = 280
    Width = 49
    Height = 22
    Caption = 'Más'
    OnClick = ControlChange
  end
  object CopyBtn: TButton
    Left = 168
    Top = 280
    Width = 47
    Caption = 'Copiar'
    OnClick = ControlChange
  end
  object PasteBtn: TButton
    Left = 216
    Top = 280
    Width = 47
    Caption = 'Pegar'
    OnClick = ControlChange
  end
  object UndefMenu: TPopupMenu
    object UndefMItem: TMenuItem
      Caption = '&Borrar'
      OnClick = ControlChange
    end
  end
  object MoreMenu: TPopupMenu
    object TabMItem: TMenuItem
      Caption = '&Tabulaciones...'
      OnClick = ControlChange
    end
    object BrdMItem: TMenuItem
      Caption = 'Bordes y Sombras...'
      OnClick = ControlChange
    end
  end
end