object Bin: TBin
  Left = 296
  Top = 176
  HelpContext = 24
  ActiveControl = Listbox
  BorderStyle = bsSingle
  Caption = 'Papelera de reciclaje'
  ClientHeight = 223
  ClientWidth = 295
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  Scaled = False
  WindowState = wsMinimized
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnDragDrop = FormDragDrop
  OnDragOver = FormDragOver
  OnPaint = FormPaint
  OnResize = FormResize
  TextHeight = 13
  object StatusLabel1: TLabel
    Left = 8
    Top = 204
    Width = 86
    Height = 13
    Caption = '0 objectos   0 bytes'
  end
  object StatusLabel2: TLabel
    Left = 148
    Top = 204
    Width = 121
    Height = 13
    Caption = '0 elementos seleccionados   0 bytes'
    OnMouseDown = StatusLabel2MouseDown
  end
  object Listbox: TListBox
    Tag = 4
    Left = 4
    Top = 21
    Width = 287
    Height = 178
    DragMode = dmAutomatic
    ItemHeight = 15
    MultiSelect = True
    PopupMenu = Menu
    Style = lbOwnerDrawFixed
    TabOrder = 0
    OnClick = ListboxClick
    OnDblClick = ListboxDblClick
    OnDragDrop = FormDragDrop
    OnDragOver = FormDragOver
    OnDrawItem = ListboxDrawItem
  end
  object Header: THeader
    Left = 4
    Top = 4
    Width = 287
    Height = 18
    Sections.Sections = (
      #0'80'#0'Nombre'
      #0'88'#0'Origen'
      #0'56'#0'Tamao'
      #0'48'#0'Modificado')
    TabOrder = 1
    OnSized = HeaderSized
  end
  object Menu: TPopupMenu
    OnPopup = MenuPopup
    Left = 20
    Top = 42
    object Restore: TMenuItem
      Caption = '&Restaurar'
      OnClick = RestoreClick
      ShortCutText = 'Enter'
    end
    object Delete: TMenuItem
      Caption = '&Eliminar'
      OnClick = DeleteClick
      ShortCutText = 'Del'
    end
    object Empty: TMenuItem
      Caption = '&Vaciar Papelera de reciclaje'
      OnClick = EmptyClick
      ShortCutText = 'Ctrl+Del'
    end
    object N1: TMenuItem
      Caption = '-'
    end
    object Properties: TMenuItem
      Caption = '&Propiedades...'
      OnClick = PropertiesClick
    end
  end
end
