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

object FieldForm: TFieldForm
  Caption = 'Campos de datos'
  ClientHeight = 294
  ClientWidth = 513
  object FieldLbl: TLabel
    Left = 7
    Top = 7
    Caption = '&Campos disponibles:'
  end
  object FieldLstBx: TListBox
    Left = 7
    Top = 24
    Width = 200
    Height = 264
    OnClick = FieldLstBxClick
  end
  object Desc1Lbl: TLabel
    Left = 217
    Top = 7
    Caption = 'Descripción'
  end
  object Bevel1: TBevel
    Left = 276
    Top = 13
    Width = 230
    Height = 2
  end
  object Desc2Lbl: TLabel
    Left = 217
    Top = 23
    Width = 289
    Height = 40
    AutoSize = False
  end
  object FmtLbl: TLabel
    Left = 217
    Top = 69
    Caption = 'Formato'
  end
  object Bevel2: TBevel
    Left = 276
    Top = 75
    Width = 230
    Height = 2
  end
  object CaseLstBx: TListBox
    Left = 217
    Top = 85
    Width = 290
    Height = 80
    Items.Strings = (
      'Mayúsculas'
      'Minúsculas'
      'Primera mayúscula'
      'Título')
  end
  object NumFmtLbl: TLabel
    Left = 217
    Top = 160
    Caption = '&Formato de número:'
  end
  object NumFmtLstBx: TListBox
    Left = 217
    Top = 176
    Width = 290
    Height = 80
    Items.Strings = (
      '1, 2, 3, 4, 5, ...'
      'a, b, c, d, e, ...'
      'A, B, C, D, E, ...'
      'i, ii, iii, iv, v, ...'
      'I, II, III, IV, V, ...')
    OnClick = NumFmtLstBxClick
  end
  object DateFmtLbl: TLabel
    Left = 217
    Top = 160
    Caption = '&Formato de fecha:'
  end
  object DateFmtLstBx: TListBox
    Left = 217
    Top = 176
    Width = 290
    Height = 80
  end
  object TimeFmtLbl: TLabel
    Left = 217
    Top = 160
    Caption = '&Formato de hora:'
  end
  object TimeFmtLstBx: TListBox
    Left = 217
    Top = 176
    Width = 290
    Height = 80
  end
  object StyleLbl: TLabel
    Left = 217
    Top = 160
    Caption = '&Estilo:'
  end
  object StyleLstBx: TListBox
    Left = 217
    Top = 176
    Width = 290
    Height = 56
  end
  object SearchPagePanel: TPanel
    Left = 217
    Top = 232
    Width = 290
    Height = 23
    BevelOuter = bvNone
    object SearchPageLbl: TLabel
      Top = 5
      Caption = 'Buscar la página desde parte'
    end
    object SearchFromTopRadBtn: TRadioButton
      Left = 146
      Top = 4
      Caption = '&superior'
      Checked = True
    end
    object SearchFromBottomRadBtn: TRadioButton
      Left = 212
      Top = 4
      Caption = '&inferior'
    end
  end
  object BookmarkLbl: TLabel
    Left = 217
    Top = 64
    Caption = '&Marcadores:'
  end
  object BookmarkLstBx: TListBox
    Left = 217
    Top = 80
    Width = 290
    Height = 56
  end
  object HyperlinkChkBx: TCheckBox
    Left = 217
    Top = 138
    Caption = 'Insertar como &hipervínculo'
  end
  object RelPosChkBx: TCheckBox
    Left = 368
    Top = 138
    Caption = 'Mostrar posición &relativa'
  end
  object NoteRefPanel: TPanel
    Left = 217
    Top = 64
    Width = 290
    Height = 189
    BevelOuter = bvNone
    object NoteRefLbl: TLabel
      Width = 65
      Caption = '&Referencia a:'
    end
    object NoteRefCmbBx: TComboBox
      Top = 15
      Width = 110
      Style = csDropDownList
      Items.Strings = (
        'nota al pie'
        'nota final')
      OnChange = FieldLstBxClick
    end
    object NoteRefInsFormattedChkBx: TCheckBox
      Left = 125
      Top = 5
      Caption = 'Insertar for&mato'
      State = cbChecked
    end
    object NoteRefInsHLinkChkBx: TCheckBox
      Left = 125
      Top = 21
      Caption = 'Insertar como &hipervínculo'
    end
    object WhichNoteLbl: TLabel
      Top = 45
    end
    object FootnoteLstBx: TListBox
      Top = 61
      Width = 290
      Height = 116
      OnClick = FieldLstBxClick
    end
    object EndnoteLstBx: TListBox
      Top = 61
      Width = 290
      Height = 116
      OnClick = FieldLstBxClick
    end
  end
end