;the "File | Open..." menu command, the "Folders" box at the bottom, the "Edit History List..." command

object EdtFldrHistoryLstForm: TEdtFldrHistoryLstForm
  Caption = 'Editar lista de historial de carpetas'
  ClientHeight = 239
  ClientWidth = 488
  object LstBx: TListBox
    Left = 9
    Top = 9
    Width = 470
    Height = 186
  end
  object AddBtn: TButton
    Left = 11
    Top = 209
    Width = 75
    Caption = 'Aadir...'
    OnClick = AddBtnClick
  end
  object DelBtn: TButton
    Left = 90
    Top = 209
    Width = 75
    Caption = 'Eliminar'
    OnClick = DelBtnClick
  end
  object LockChkBx: TCheckBox
    Left = 188
    Top = 212
    Caption = 'Bloqueado'
  end
end