;the "Edit | Paste Options | Paste Special..." menu command

object PasteSpecialForm: TPasteSpecialForm
  Caption = 'Pegar Especial'
  ClientHeight = 141
  ClientWidth = 270
  object MainLbl: TLabel
    Left = 10
    Top = 10
    Caption = 'Pegar contenido del portapapeles &como:'
  end
  object LstBx: TListBox
    Left = 10
    Top = 30
    Width = 250
    Height = 69
    OnDblClick = LstBxDblClick
  end
end