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

object EditTabsForm: TEditTabsForm
  Caption = 'Tabulaciones'
  ClientHeight = 247
  ClientWidth = 370
  object Bevel2: TBevel
    Left = 9
    Top = 209
    Width = 354
    Height = 2
  end
  object AlignLbl: TLabel
    Left = 125
    Top = 54
    Caption = 'Alineación'
  end
  object AlignmentBevel: TBevel
    Left = 176
    Top = 60
    Width = 187
    Height = 2
  end
  object LeaderLbl: TLabel
    Left = 125
    Top = 122
    Caption = 'Relleno'
  end
  object LeaderBevel: TBevel
    Left = 165
    Top = 128
    Width = 198
    Height = 2
  end
  object TabStopLbl: TLabel
    Left = 9
    Top = 9
    Caption = 'Posiciones:'
  end
  object TabStopLstBx: TListBox
    Left = 9
    Top = 26
    Width = 104
    Height = 173
    OnClick = TabStopLstBxClick
    OnDblClick = EditTabStopBtnClick
  end
  object DefTabStopLbl: TLabel
    Left = 125
    Top = 9
    Caption = 'Posiciones de tabulación predeterminadas:'
  end
  object DefTabStopUpDnEdt: TUpDownEdit
    Left = 125
    Top = 26
  end
  object LeftAlignRadBtn: TRadioButton
    Left = 133
    Top = 70
    Caption = 'izquierda'
    OnClick = ControlChange
  end
  object CenterAlignRadBtn: TRadioButton
    Left = 133
    Top = 86
    Caption = 'centro'
    OnClick = ControlChange
  end
  object RightAlignRadBtn: TRadioButton
    Left = 245
    Top = 70
    Caption = 'derecha'
    OnClick = ControlChange
  end
  object DecimalAlignRadBtn: TRadioButton
    Left = 245
    Top = 86
    Caption = 'decimal'
    OnClick = ControlChange
  end
  object BarAlignRadBtn: TRadioButton
    Left = 133
    Top = 102
    Caption = 'barra'
    OnClick = ControlChange
  end
  object LeaderPanel: TPanel
    Left = 125
    Top = 135
    Width = 238
    Height = 41
    BevelOuter = bvNone
    object NoneLeaderRadBtn: TRadioButton
      Left = 8
      Top = 4
      Caption = 'ninguno'
      OnClick = ControlChange
    end
    object DotsLeaderRadBtn: TRadioButton
      Left = 8
      Top = 20
      Caption = '..........'
      OnClick = ControlChange
    end
    object HyphenLeaderRadBtn: TRadioButton
      Left = 120
      Top = 4
      Caption = '----------'
      OnClick = ControlChange
    end
    object UlineLeaderRadBtn: TRadioButton
      Left = 120
      Top = 20
      Caption = '_____'
      OnClick = ControlChange
    end
  end
  object AddTabStopBtn: TButton
    Left = 129
    Top = 180
    Width = 74
    Caption = 'Añadir...'
    OnClick = AddTabStopBtnClick
  end
  object EditTabStopBtn: TButton
    Left = 209
    Top = 180
    Width = 74
    Caption = 'Modificar...'
    OnClick = EditTabStopBtnClick
  end
  object DelTabStopBtn: TButton
    Left = 289
    Top = 180
    Width = 74
    Caption = 'Eliminar'
    OnClick = DelTabStopBtnClick
  end
end