;Shift+Alt+X

object XEForm: TXEForm
  ClientHeight = 371
  ClientWidth = 393
  object XELbl: TLabel
    Left = 10
    Top = 20
    Caption = 'Entrada del índice:'
  end
  object XEEdt: TEdit
    Left = 105
    Top = 17
    Width = 275
  end
  object XELbl2: TLabel
    Left = 105
    Top = 50
    Width = 285
    Height = 32
    AutoSize = False
    Caption = 'Separe las subentradas con dos puntos. Por ejemplo, "mamíferos:osos" o "mamíferos:osos:oso pardo"'
  end
  object IDLbl: TLabel
    Left = 10
    Top = 93
    Caption = 'Identificador:'
  end
  object IDCmbBx: TComboBox
    Left = 105
    Top = 90
    Width = 120
  end
  object RefLbl: TLabel
    Left = 10
    Top = 142
    Caption = 'Tipo de referencia:'
  end
  object Ref1Btn: TRadioButton
    Left = 20
    Top = 166
    Caption = 'Página actual'
  end
  object Ref2Btn: TRadioButton
    Left = 20
    Top = 192
    Caption = 'Referencia cruzada:'
    OnEnter = RadBtnEnter
  end
  object CrossRefEdt: TEdit
    Left = 140
    Top = 190
    TabStop = false
    Width = 240
    OnEnter = CrossRefEdtEnter
  end
  object Ref3Btn: TRadioButton
    Left = 20
    Top = 218
    Caption = 'Rango de páginas'
    OnEnter = RadBtnEnter
  end
  object BookmarkLbl: TLabel
    Left = 65
    Top = 242
    Caption = 'Marcador:'
  end
  object BookmarkCmbBx: TComboBox
    Left = 140
    TabStop = false
    Top = 239
    Width = 240
    OnEnter = BookmarkCmbBxEnter
  end
  object FormatLbl: TLabel
    Left = 10
    Top = 288
    Caption = 'Formato del número de página en'
  end
  object BChkBx: TCheckBox
    Left = 180
    Top = 287
    Caption = 'negrita'
  end
  object IChkBx: TCheckBox
    Left = 240
    Top = 287
    Caption = 'cursiva'
  end
  object MarkBtn: TButton
    Left = 149
    Top = 340
    Width = 75
    Caption = 'Marcar'
    Default = True
    OnClick = MarkBtnClick
  end
  object MarkAllBtn: TButton
    Left = 230
    Top = 340
    Width = 75
    Caption = 'Marcar todo'
    OnClick = MarkBtnClick
  end
  object CancelBtn: TButton
    Left = 311
    Top = 340
    Width = 75
    Cancel = True
    Caption = 'Cancelar'
    ModalResult = 2
  end
end