;the "Tools | Options..." menu command, the "Accessibility" tab, the "Text Cursor Options..." button

object CaretOptForm: TCaretOptForm2
  Caption = 'Opciones del cursor de texto'
  ClientHeight = 525
  ClientWidth = 387
  object InsLbl: TLabel
    Left = 15
    Top = 12
    Caption = 'Cursor de texto estándar'
  end
  object InsBevel: TBevel
    Left = 127
    Top = 19
    Width = 247
    Height = 2
  end
  object InsCXLbl: TLabel
    Left = 39
    Top = 43
    Caption = 'Gro&sor:'
  end
  object InsCXCmbBx: TComboBox
    Left = 104
    Top = 39
    Width = 100
    Style = csDropDownList
    OnChange = ControlChange
  end
  object InsColLbl: TLabel
    Left = 234
    Top = 43
    Caption = 'Co&lor:'
  end
  object InsColCmbBx: TColorPalComboBox
    Left = 274
    Top = 39
    Width = 100
    OnChange = ControlChange
  end
  object OvrLbl: TLabel
    Left = 15
    Top = 78
    Caption = 'Cursor de texto de sobrescritura'
  end
  object OvrBevel: TBevel
    Left = 179
    Top = 85
    Width = 195
    Height = 2
  end
  object OvrCXLbl: TLabel
    Left = 39
    Top = 109
    Caption = 'Grosor:'
  end
  object OvrCXCmbBx: TComboBox
    Left = 104
    Top = 105
    Width = 100
    Style = csDropDownList
    OnChange = ControlChange
  end
  object OvrColLbl: TLabel
    Left = 234
    Top = 109
    Caption = 'Color:'
  end
  object OvrColCmbBx: TColorPalComboBox
    Left = 274
    Top = 105
    Width = 100
    OnChange = ControlChange
  end
  object IndChkBx: TCheckBox
    Left = 15
    Top = 144
    Caption = 'Indicador del cursor de texto'
    OnClick = ControlChange
  end
  object IndBevel: TBevel
    Left = 180
    Top = 151
    Width = 194
    Height = 2
  end
  object IndShapeLbl: TLabel
    Left = 43
    Top = 173
    Caption = '&Figura:'
  end
  object Shape1Btn: TRadioButton
    Left = 104
    Top = 173
    Caption = 'triáng&ulo'
    OnClick = ControlChange
  end
  object Shape2Btn: TRadioButton
    Left = 180
    Top = 173
    Caption = 'círcul&o'
    OnClick = ControlChange
  end
  object IndSizeLbl: TLabel
    Left = 43
    Top = 205
    Caption = 'Tamaño:'
  end
  object IndTrackBar: TTrackBar
    Left = 104
    Top = 197
    Width = 100
    Height = 45
    OnChange = ControlChange
  end
  object IndColLbl: TLabel
    Left = 234
    Top = 205
    Caption = 'Color:'
  end
  object IndColCmbBx: TColorPalComboBox
    Left = 274
    Top = 201
    Width = 100
    OnChange = ControlChange
  end
  object PreviewLbl: TLabel
    Left = 15
    Top = 240
    Caption = 'Vista previa:'
  end
  object PreviewBox: TPaintBox
    Left = 15
    Top = 260
    Width = 359
    Height = 188
    OnPaint = PreviewBoxPaint
  end
  object NavXLChkBx: TCheckBox
    Left = 15
    Top = 460
    Caption = 'Mostrar &brevemente un cursor grande señalando el objeto de interés'
    OnClick = ControlChange
  end
  object RestoreBtn: TButton
    Left = 8
    Top = 495
    Width = 150
    Caption = 'Restaurar pre&determinado'
    OnClick = ControlChange
  end
end