;the "File | Favorites | Organize Favorites..." menu command

object OrgFavForm: TOrgFavForm
  Caption = 'Organizar Favoritos'
  ClientHeight = 113
  ClientWidth = 379
  object FldrLbl: TLabel
    Left = 10
    Top = 12
    Caption = 'Carpeta de &favoritos:'
  end
  object FldrEdt: TEdit
    Left = 125
    Top = 10
    Width = 180
    Color = -2147483633
    ReadOnly = True
  end
  object ViewFldrBtn: TButton
    Left = 309
    Top = 10
    Width = 61
    Height = 21
    Caption = '&Vista...'
    OnClick = ViewFldrBtnClick
  end
  object NoteLbl: TLabel
    Left = 11
    Top = 38
    Width = 362
    Height = 26
    AutoSize = False
    Caption = 'Nota: la carpeta de Favoritos de Atlantis no contiene documentos reales, solo enlaces a sus documentos favoritos.'
  end
  object Bevel: TBevel
    Left = 10
    Top = 72
    Width = 359
    Height = 2
  end
  object AddBtn: TButton
    Left = 10
    Top = 83
    Width = 130
    Caption = '&Aadir documentos...'
    OnClick = AddBtnClick
  end
  object RmvBtn: TButton
    Left = 150
    Top = 83
    Width = 110
    Caption = '&Eliminar Obsoletos'
    OnClick = RmvBtnClick
  end
  object CloseBtn: TButton
    Left = 295
    Top = 83
    Width = 75
    Cancel = True
    Caption = 'Cerrar'
    ModalResult = 1
  end
end