;the "Insert | Footnote & Endnote..." menu command

object FootnoteForm: TFootnoteForm
  Caption = 'Nota al pie y Nota final'
  ClientHeight = 303
  ClientWidth = 282
  object LocationLbl: TLabel
    Left = 10
    Top = 10
    Caption = 'Ubicación'
  end
  object Bevel1: TBevel
    Left = 59
    Top = 16
    Width = 214
    Height = 2
  end
  object FootRadBtn: TRadioButton
    Left = 15
    Top = 34
    Caption = 'Notas al &pie:'
    OnClick = ControlChange
    OnDblClick = BtnClick
  end
  object FootLocatCmbBx: TComboBox
    Left = 126
    Top = 32
    Width = 148
    Style = csDropDownList
    Items.Strings = (
      'Parte inferior de la página'
      'Debajo del texto')
    OnChange = ControlChange
  end
  object EndRadBtn: TRadioButton
    Left = 15
    Top = 59
    Caption = 'Notas fina&les:'
    OnClick = ControlChange
    OnDblClick = BtnClick
  end
  object EndLocatCmbBx: TComboBox
    Left = 126
    Top = 57
    Width = 148
    Style = csDropDownList
    Items.Strings = (
      'Fin de la sección'
      'Fin del documento')
    OnChange = ControlChange
  end
  object FormatLbl: TLabel
    Left = 10
    Top = 88
    Caption = 'Formato'
  end
  object Bevel2: TBevel
    Left = 49
    Top = 94
    Width = 218
    Height = 2
  end
  object NumFmtLbl: TLabel
    Left = 15
    Top = 114
    Caption = 'Formato de &número:'
  end
  object NumFmtCmbBx: TComboBox
    Left = 126
    Top = 110
    Width = 148
    Style = csDropDownList
    OnChange = ControlChange
  end
  object CustomMarkLbl: TLabel
    Left = 15
    Top = 139
    Caption = '&Marca personalizada:'
  end
  object CustomMarkEdt: TEdit
    Left = 126
    Top = 135
    Width = 76
    OnChange = ControlChange
  end
  object SymbBtn: TButton
    Left = 206
    Top = 135
    Width = 68
    Height = 21
    Caption = '&Símbolo...'
    OnClick = BtnClick
  end
  object StartAtLbl: TLabel
    Left = 15
    Top = 164
    Caption = 'Com&enzar en:'
  end
  object StartAtUpDnEdt: TUpDownEdit
    Left = 126
    Top = 160
    Width = 59
    SepDigits = 0
    OnValChange = ControlChange
    Increment = 1
  end
  object FntBtn: TButton
    Left = 206
    Top = 160
    Width = 68
    Height = 21
    Caption = 'F&uente...'
    OnClick = BtnClick
  end
  object NumberingLbl: TLabel
    Left = 15
    Top = 189
    Caption = '&Numeración:'
  end
  object NumberingCmbBx: TComboBox
    Left = 126
    Top = 185
    Width = 148
    Style = csDropDownList
    OnChange = ControlChange
  end
  object ApplyLbl: TLabel
    Left = 15
    Top = 224
    Caption = 'Ap&licar cambios a:'
  end
  object ApplyCmbBx: TComboBox
    Left = 126
    Top = 220
    Width = 148
    Style = csDropDownList
  end
  object Bevel3: TBevel
    Left = 10
    Top = 255
    Width = 264
    Height = 2
  end
  object InsBtn: TButton
    Left = 11
    Top = 272
    Width = 61
    Caption = '&Insertar'
    Default = True
    OnClick = BtnClick
  end
  object CancelBtn: TButton
    Left = 76
    Top = 272
    Width = 61
    Cancel = True
    Caption = 'Cancelar'
    ModalResult = 2
  end
  object ApplyBtn: TButton
    Left = 141
    Top = 272
    Width = 61
    Caption = '&Aplicar'
    OnClick = BtnClick
  end
  object ConvertBtn: TButton
    Left = 206
    Top = 272
    Width = 67
    Caption = 'Con&vertir...'
    OnClick = BtnClick
  end
end