;the "Insert | Drop Cap..." menu command

object DropCapForm: TDropCapForm
  Caption = 'Capitular'
  ClientHeight = 298
  ClientWidth = 250
  object PosLbl: TLabel
    Left = 15
    Top = 12
    Caption = 'Posición:'
  end
  object Bevel: TBevel
    Left = 15
    Top = 132
    Width = 220
    Height = 2
  end
  object LineLbl: TLabel
    Left = 15
    Top = 152
    Caption = 'Líneas a bajar:'
  end
  object LineEdt: TUpDownEdit
    Left = 148
    Top = 149
    Max = 10
    Min = 1
    SepDigits = 0
    OnValChange = ControlChange
    Increment = 1
  end
  object DistLbl: TLabel
    Left = 15
    Top = 185
    Caption = 'Distancia del texto:'
  end
  object DistEdt: TUpDownEdit
    Left = 148
    Top = 182
    OnValChange = ControlChange
  end
  object FntLbl: TLabel
    Left = 15
    Top = 218
    Caption = 'Fuente:'
  end
  object FntBx: TAdvComboBox
    Left = 60
    Top = 215
    Width = 177
    Style = csDropDownList
  end
end