;the "Tools | Options..." menu command, the "Edit" tab, the "Font Sizes..." button

object FontSizesForm: TFontSizesForm
  Caption = 'Tamaños de fuente'
  ClientHeight = 166
  ClientWidth = 238
  object LstBx: TListBox
    Left = 10
    Top = 10
    Width = 55
    Height = 147
  end
  object UpDnEdt: TUpDownEdit
    Left = 76
    Top = 10
    Width = 45
    SepDigits = 1
    Increment = 5
  end
  object AddBtn: TButton
    Left = 147
    Top = 10
    Width = 82
    Caption = '&Añadir'
    OnClick = AddBtnClick
  end
  object DelBtn: TButton
    Left = 76
    Top = 40
    Width = 153
    Caption = '&Eliminar'
    OnClick = DelBtnClick
  end
  object RestoreBtn: TButton
    Left = 76
    Top = 88
    Width = 153
    Caption = 'Restaurar &predeterminado'
    OnClick = RestoreBtnClick
  end
end