;the "Insert | Index..." menu command

object IndexForm: TIndexForm
  Caption = 'Índice'
  ClientHeight = 425
  ClientWidth = 592
  object TypeLbl: TLabel
    Left = 10
    Top = 35
    Caption = 'Tipo:'
  end
  object IndentedBtn: TRadioButton
    Left = 40
    Top = 19
    Caption = '&sangrado'
    OnClick = ControlChange
  end
  object RunInBtn: TRadioButton
    Left = 40
    Top = 50
    Caption = '&corrido'
    OnClick = ControlChange
  end
  object AlignNumChkBx: TCheckBox
    Left = 120
    Top = 19
    Caption = 'Alinear &números de p. a la derecha'
    OnClick = ControlChange
  end
  object TablLeaderLbl: TLabel
    Left = 323
    Top = 20
    Caption = '&Relleno:'
  end
  object TabLeaderCmbBx: TComboBox
    Left = 392
    Top = 17
    Width = 190
    Style = csDropDownList
    Items.Strings = (
      '(ninguno)'
      '..........'
      '----------'
      '_____')
    OnChange = ControlChange
  end
  object ColLbl: TLabel
    Left = 120
    Top = 51
    Caption = '&Columnas:'
  end
  object ColUpDnEdt: TUpDownEdit
    Left = 180
    Top = 48
    Width = 60
    Increment = 1
    SepDigits = 0
    OnValChange = ControlChange
  end
  object LangLbl: TLabel
    Left = 323
    Top = 51
    Caption = '&Idioma:'
  end
  object LangCmbBx: TComboBox
    Left = 392
    Top = 48
    Width = 190
    Style = csOwnerDrawFixed
    OnDrawItem = LangCmbBxDrawItem
    OnChange = ControlChange
  end
  object HChkBx: TCheckBox
    Left = 120
    Top = 81
    Caption = '&Títulos de índice'
    OnClick = ControlChange
  end
  object IDLbl: TLabel
    Left = 323
    Top = 82
    Caption = 'I&dentificador:'
  end
  object IDCmbBx: TComboBox
    Left = 392
    Top = 79
    Width = 190
  end
  object BookmarkLbl: TLabel
    Left = 323
    Top = 113
    Caption = '&Marcador:'
  end
  object BookmarkCmbBx: TComboBox
    Left = 392
    Top = 110
    Width = 190
  end
  object PreviewLbl: TLabel
    Left = 10
    Top = 146
    Caption = 'Vista previa:'
  end
  object PreviewBox: TScrollBox
    Left = 10
    Top = 166
    Width = 572
    Height = 212
    object PreviewImg: TImage
    end
  end
end