;the "Format | Font..." menu command

object FontFormatForm: TFontFormatForm
  Caption = 'Formato de Fuente'
  ClientHeight = 444
  ClientWidth = 466
  object PageControl: TPageControl
    Left = 9
    Top = 9
    Width = 449
    Height = 394
    OnChange = TabChange
    object FontTabSheet: TTabSheet
      Caption = 'Fuente'
      object FontNameLbl: TLabel
        Left = 14
        Top = 11
        Caption = '&Fuente:'
      end
      object FontEdt: TEdit
        Left = 14
        Top = 27
        Width = 217
        OnChange = ControlChange
      end
      object FontLstBx: TListBox
        Left = 26
        Top = 48
        Width = 205
        Height = 177
        OnClick = ControlChange
      end
      object FontSizeLbl: TLabel
        Left = 241
        Top = 11
        Caption = 'Ta&maño:'
      end
      object FontSizeEdt: TValEdit
        Left = 241
        Top = 27
        Width = 60
        SepDigits = 1
        OnValChange = ControlChange
      end
      object FontSizeLstBx: TListBox
        Left = 253
        Top = 48
        Width = 48
        Height = 177
        OnClick = ControlChange
      end
      object FontColorLbl: TLabel
        Left = 14
        Top = 229
        Caption = 'Color de fue&nte:'
      end
      object ColorCmbBx: TColorPalComboBox
        Left = 14
        Top = 245
        Width = 90
        OnChange = ControlChange
      end
      object HiliteLbl: TLabel
        Left = 111
        Top = 229
        Caption = 'Color de &resaltado:'
      end
      object HiliteCmbBx: TColorPalComboBox
        Left = 111
        Top = 245
        Width = 105
        OnChange = ControlChange
      end
      object UStyleLbl: TLabel
        Left = 223
        Top = 229
        Caption = 'Estilo de s&ubrayado:'
      end
      object UStyleCmbBx: TComboBox
        Left = 223
        Top = 245
        Width = 99
        Height = 22
        Style = csOwnerDrawFixed
        OnChange = ControlChange
      end
      object UColorLbl: TLabel
        Left = 329
        Top = 229
        Caption = 'Color de &subrayado:'
      end
      object UColorCmbBx: TColorPalComboBox
        Left = 329
        Top = 245
        Width = 95
        OnChange = ControlChange
      end
      object EffectLbl: TLabel
        Left = 311
        Top = 11
        Caption = 'Efectos:'
      end
      object BChkBx: TCheckBox
        Left = 311
        Top = 27
        Caption = 'Ne&grita'
        OnClick = ControlChange
      end
      object IChkBx: TCheckBox
        Left = 311
        Top = 43
        Caption = 'Cursi&va'
        OnClick = ControlChange
      end
      object StrikeChkBx: TCheckBox
        Left = 311
        Top = 59
        Caption = 'Tac&hado'
        OnClick = ControlChange
      end
      object DblStrikeChkBx: TCheckBox
        Left = 311
        Top = 75
        Caption = 'Dobl&e tachado'
        OnClick = ControlChange
      end
      object SupChkBx: TCheckBox
        Left = 311
        Top = 91
        Caption = 'Su&períndice'
        OnClick = ControlChange
      end
      object SubChkBx: TCheckBox
        Left = 311
        Top = 107
        Caption = 'Subínd&ice'
        OnClick = ControlChange
      end
      object SmallCapsChkBx: TCheckBox
        Left = 311
        Top = 123
        Caption = '&Versalitas'
        OnClick = ControlChange
      end
      object AllCapsChkBx: TCheckBox
        Left = 311
        Top = 139
        Caption = 'To&das en mayúsculas'
        OnClick = ControlChange
      end
      object ShadChkBx: TCheckBox
        Left = 311
        Top = 155
        Caption = 'So&mbra'
        OnClick = ControlChange
      end
      object OutlChkBx: TCheckBox
        Left = 311
        Top = 171
        Caption = '&Contorno'
        OnClick = ControlChange
      end
      object EmbossChkBx: TCheckBox
        Left = 311
        Top = 187
        Caption = 'Re&lievo'
        OnClick = ControlChange
      end
      object EngraveChkBx: TCheckBox
        Left = 311
        Top = 203
        Caption = 'Gra&bado'
        OnClick = ControlChange
      end
    end
    object IntervalTabSheet: TTabSheet
      Caption = 'Espaciado'
      object CharScaleLbl: TLabel
        Left = 14
        Top = 30
        Caption = 'Esc&ala:'
      end
      object CharScaleUpDnEdt: TUpDownEdit
        Left = 97
        Top = 26
        SepDigits = 0
        TailString = '%'
        OnValChange = ControlChange
      end
      object IntervalLbl: TLabel
        Left = 13
        Top = 61
        Caption = 'Es&paciado:'
      end
      object IntervalTypeCmbBx: TComboBox
        Left = 97
        Top = 57
        Width = 120
        Style = csDropDownList
        Items.Strings = (
          'Normal'
          'Expandido'
          'Comprimido')
        OnChange = ControlChange
      end
      object IntervalValLbl: TLabel
        Left = 225
        Top = 61
        Caption = '&por'
      end
      object IntervalValUpDnEdt: TUpDownEdit
        Left = 247
        Top = 57
        OnValChange = ControlChange
      end
      object LocatLbl: TLabel
        Left = 13
        Top = 92
        Caption = 'Ubicac&ión:'
      end
      object LocatTypeCmbBx: TComboBox
        Left = 97
        Top = 88
        Width = 120
        Style = csDropDownList
        Items.Strings = (
          'Normal'
          'Superior'
          'Inferior')
        OnChange = ControlChange
      end
      object LocatValLbl: TLabel
        Left = 225
        Top = 92
        Caption = '&por'
      end
      object LocatValUpDnEdt: TUpDownEdit
        Left = 247
        Top = 88
        SepDigits = 0
        OnValChange = ControlChange
        Increment = 1
      end
      object KernChkBx: TCheckBox
        Left = 12
        Top = 123
        Caption = 'Interletra&do:'
        OnClick = ControlChange
      end
      object KernLbl: TLabel
        Left = 185
        Top = 123
        Caption = '&puntos y mayores'
      end
      object KernEdt: TUpDownEdit
        Left = 97
        Top = 119
        Width = 65
        SepDigits = 1
        OnValChange = ControlChange
      end
    end
  end
  object PreviewPanel: TPanel
    Left = 16
    Top = 308
    Width = 434
    Height = 88
    BevelOuter = bvNone
    object PreviewLbl: TLabel
      Left = 11
      Caption = 'Vista previa'
    end
    object PreviewBevel: TBevel
      Left = 57
      Top = 7
      Width = 364
      Height = 2
    end
    object PreviewImg: TImage
      Left = 11
      Top = 17
      Width = 410
      Height = 66
    end
  end
  object DefBtn: TButton
    Left = 9
    Top = 414
    Width = 104
    Caption = 'Predeterminado&...'
    OnClick = ControlChange
  end
  object CopyBtn: TButton
    Left = 120
    Top = 414
    Width = 50
    Caption = 'Copiar'
    OnClick = ControlChange
  end
  object PasteBtn: TButton
    Left = 175
    Top = 414
    Width = 50
    Caption = 'Pegar'
    OnClick = ControlChange
  end
  object UndefMenu: TPopupMenu
    object UndefMItem: TMenuItem
      Caption = '&Borrar'
      OnClick = ControlChange
    end
  end
end