;the "File | Favorites | Add To Favorites" menu command (when the "<user files>\Favorites" folder contains sub-folders)

object AddToFavForm: TAddToFavForm
  Caption = 'Añadir a favoritos'
  ClientHeight = 241
  ClientWidth = 317
  object Lbl: TLabel
    Left = 8
    Top = 8
    Caption = 'Elija una &carpeta:'
  end
  object LstBx: TListBox
    Left = 8
    Top = 25
    Width = 300
    Height = 173
  end
end