;the "Insert | Table of Contents..." menu command

object TOCForm: TTOCForm
  Caption = 'Tabla de contenidos'
  ClientHeight = 268
  ClientWidth = 471
  object PreviewLbl: TLabel
    Left = 6
    Top = 8
    Caption = 'Vista previa:'
  end
  object OptionLbl: TLabel
    Left = 310
    Top = 8
    Caption = 'Opciones'
  end
  object Bevel: TBevel
    Left = 355
    Top = 15
    Width = 100
    Height = 2
  end
  object ScrlBx: TScrollBox
    Left = 6
    Top = 29
    Width = 293
    Height = 233
    object PreviewImg: TImage
    end
  end
  object ShowTitleChkBx: TCheckBox
    Left = 310
    Top = 29
    Caption = 'Mostrar títul&o:'
    OnClick = ControlChange
  end
  object TitleEdt: TEdit
    Left = 310
    Top = 48
    Width = 150
    OnChange = ControlChange
  end
  object EntrBtn: TButton
    Left = 310
    Top = 76
    Width = 150
    Caption = 'Entradas...'
    OnClick = ControlChange
  end
  object PageNumChkBx: TCheckBox
    Left = 310
    Top = 106
    Caption = 'Mostrar números de &página'
    OnClick = ControlChange
  end
  object RightAlignChkBx: TCheckBox
    Left = 310
    Top = 124
    Caption = 'Alinear números a la &derecha'
    OnClick = ControlChange
  end
  object LeaderLbl: TLabel
    Left = 310
    Top = 150
    Caption = 'Ta&bulación:'
  end
  object LeaderCmbBx: TComboBox
    Left = 379
    Top = 146
    Width = 80
    Style = csDropDownList
    Items.Strings = (
      '(none)'
      '.......'
      '-------'
      '____')
    OnChange = ControlChange
  end
  object FormatLbl: TLabel
    Left = 310
    Top = 180
    Caption = 'Usar &formatos en:'
  end
  object FormatCmbBx: TComboBox
    Left = 310
    Top = 196
    Width = 150
    Style = csDropDownList
    OnChange = ControlChange
  end
end