;the "Tools | Options..." menu command, the "Load/Save" tab, the "Backup Files..." button, the "Delete Backup Files..." button

object DelBackupFilesForm: TDelBackupFilesForm
  Caption = 'Eliminar archivos de respaldo'
  ClientHeight = 293
  ClientWidth = 390
  object MainLbl: TLabel
    Left = 6
    Top = 9
    Caption = 'Elija los documentos cuyos archivos de respaldo desea eliminar:'
  end
  object ChkLstBx: TCheckListBox
    Left = 6
    Top = 27
    Width = 377
    Height = 230
  end
  object DelBtn: TButton
    Left = 225
    Top = 263
    Width = 75
    Caption = 'Eliminar'
    Default = True
    OnClick = DelBtnClick
  end
  object CancelBtn: TButton
    Left = 307
    Top = 263
    Width = 75
    Cancel = True
    Caption = 'Cancelar'
    ModalResult = 2
  end
end