object BinPropDlg: TBinPropDlg
  Left = 196
  Top = 107
  HelpContext = 42
  BorderStyle = bsDialog
  Caption = 'Propiedades de la Papelera de reciclaje'
  ClientHeight = 373
  ClientWidth = 342
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  Position = poScreenCenter
  OnCreate = FormCreate
  TextHeight = 13
  object TabPanel: TTabPanel
    Left = 4
    Top = 6
    Width = 334
    Height = 332
    Tabs.Strings = (
      'General')
    TabHeight = 20
    TabIndex = 0
    Notebook = Notebook
    ParentColor = True
    TabOrder = 0
    TabStop = True
    object Notebook: TNotebook
      Left = 1
      Top = 21
      Width = 331
      Height = 309
      Align = alClient
      TabOrder = 0
      object TPage
        Left = 0
        Top = 0
        Caption = 'General'
        object Bevel1: TBevel
          Left = 12
          Top = 11
          Width = 308
          Height = 70
          Shape = bsFrame
        end
        object Label4: TLabel
          Left = 20
          Top = 6
          Width = 61
          Height = 13
          Caption = 'Aspecto:'
        end
        object Label2: TLabel
          Left = 24
          Top = 28
          Width = 39
          Height = 13
          Caption = '&Nombre:'
          FocusControl = CapEdit
        end
        object Bevel2: TBevel
          Left = 12
          Top = 94
          Width = 308
          Height = 204
          Shape = bsFrame
        end
        object Label3: TLabel
          Left = 20
          Top = 86
          Width = 94
          Height = 13
          Caption = 'Administracin de la papelera:'
        end
        object CapEdit: TEdit
          Left = 91
          Top = 25
          Width = 172
          Height = 20
          Cursor = crIBeam
          TabOrder = 0
        end
        object cbIcons: TCheckBox
          Left = 91
          Top = 54
          Width = 218
          Height = 17
          Caption = '&Mostrar iconos pequeos en la lista'
          TabOrder = 1
        end
        object rbUseBin: TRadioButton
          Left = 24
          Top = 108
          Width = 285
          Height = 17
          Caption = '&Mover los archivos a los directorios almacenamiento'
          Checked = True
          TabOrder = 2
          TabStop = True
          OnClick = rbUseBinClick
        end
        object TrashPanel: TPanel
          Left = 42
          Top = 128
          Width = 267
          Height = 97
          BevelOuter = bvNone
          ParentColor = True
          TabOrder = 3
          object Label1: TLabel
            Left = 145
            Top = 73
            Width = 54
            Height = 13
            Caption = 'MB de uso'
          end
          object rbLeave: TRadioButton
            Left = 4
            Top = 24
            Width = 257
            Height = 17
            Caption = 'No &remover ningn archivo automticamente'
            Checked = True
            TabOrder = 0
            TabStop = True
            OnClick = rbCollectClick
          end
          object rbEmpty: TRadioButton
            Left = 4
            Top = 46
            Width = 257
            Height = 17
            Caption = '&Vaciar la papelera al apagar'
            TabOrder = 1
            OnClick = rbCollectClick
          end
          object rbCollect: TRadioButton
            Left = 4
            Top = 70
            Width = 83
            Height = 17
            Caption = 'Man&tener como mximo'
            TabOrder = 2
            OnClick = rbCollectClick
          end
          object cbDeleteToBin: TCheckBox
            Left = 4
            Top = 2
            Width = 257
            Height = 17
            Caption = 'Tambin &usar papelera para el comando Eliminar'
            TabOrder = 3
          end
          object SizeEdit: TSpinEdit
            Left = 91
            Top = 68
            Width = 45
            Height = 22
            MaxValue = 0
            MinValue = 0
            TabOrder = 4
            Value = 8
          end
        end
        object rbDelete: TRadioButton
          Left = 24
          Top = 226
          Width = 285
          Height = 17
          Caption = 'No &guardar - Eliminar objetos directamente'
          TabOrder = 4
          OnClick = rbUseBinClick
        end
      end
    end
  end
  object OKBtn: TPicBtn
    Left = 88
    Top = 344
    Width = 80
    Height = 25
    TabOrder = 1
    OnClick = OKBtnClick
    Kind = bkOK
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object CancelBtn: TPicBtn
    Left = 172
    Top = 344
    Width = 80
    Height = 25
    TabOrder = 2
    Kind = bkCancel
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object HelpBtn: TPicBtn
    Left = 256
    Top = 344
    Width = 80
    Height = 25
    Caption = 'Ayuda'
    TabOrder = 3
    Kind = bkHelp
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
end
