object FileSysPropDlg: TFileSysPropDlg
  Left = 242
  Top = 110
  HelpContext = 47
  ActiveControl = TabPanel
  BorderStyle = bsDialog
  Caption = 'Propiedades del Sistema de archivos'
  ClientHeight = 373
  ClientWidth = 342
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  PixelsPerInch = 96
  Position = poScreenCenter
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  TextHeight = 13
  object TabPanel: TTabPanel
    Left = 4
    Top = 6
    Width = 334
    Height = 332
    Tabs.Strings = (
      'General'
      'Detalles'
      'Opciones'
      'Utilidades'
      '4DOS / LFN')
    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 Bevel3: TBevel
          Left = 10
          Top = 184
          Width = 308
          Height = 113
          Shape = bsFrame
        end
        object Label8: TLabel
          Left = 24
          Top = 194
          Width = 153
          Height = 13
          Caption = 'Buscar iconos en los siguien&tes archivos:'
          FocusControl = IconEdit
        end
        object Label11: TLabel
          Left = 24
          Top = 242
          Width = 165
          Height = 13
          Caption = 'Filtro para nuevas &ventanas (generalmente *.*)'
          FocusControl = FilterEdit
        end
        object Bevel7: TBevel
          Left = 10
          Top = 136
          Width = 308
          Height = 33
          Shape = bsFrame
        end
        object Contents: TRadioGroup
          Left = 10
          Top = 12
          Width = 308
          Height = 41
          Caption = 'Mostrar contenidos de nuevas ventanas como:'
          Columns = 3
          Items.Strings = (
            'Iconos gr&andes'
            'Iconos peque&os'
            '&Detalles')
          TabOrder = 0
        end
        object Sorting: TRadioGroup
          Left = 10
          Top = 64
          Width = 308
          Height = 57
          Caption = 'Ordenamiento predeterminado:'
          Columns = 2
          Items.Strings = (
            'Ordenar por &nombre'
            'Ordenar por &extensin'
            'Archivos &grandes primero'
            'Archivos &nuevos primero')
          TabOrder = 1
        end
        object IconEdit: TEdit
          Left = 24
          Top = 212
          Width = 281
          Height = 20
          Cursor = crIBeam
          Hint = 'Ingrese una lista de extensiones de archivo, separado por espacios'
          MaxLength = 31
          ParentShowHint = False
          ShowHint = True
          TabOrder = 3
        end
        object FilterEdit: TEdit
          Left = 24
          Top = 260
          Width = 281
          Height = 20
          Hint = 'Ingrese una lista de comodines, separado por punto y coma'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 4
        end
        object cbFileSysChange: TCheckBox
          Left = 20
          Top = 144
          Width = 289
          Height = 17
          Caption = 'Activar la notificacin de &cambio de sistema de archivos'
          TabOrder = 2
          OnClick = cbFileSysChangeClick
        end
      end
      object TPage
        Left = 0
        Top = 0
        Caption = 'Detalles'
        object Bevel5: TBevel
          Left = 10
          Top = 140
          Width = 308
          Height = 89
          Shape = bsFrame
        end
        object Bevel2: TBevel
          Left = 10
          Top = 16
          Width = 308
          Height = 109
          ParentShowHint = False
          Shape = bsFrame
          ShowHint = False
        end
        object Label2: TLabel
          Left = 40
          Top = 56
          Width = 124
          Height = 13
          Caption = '&Retraso antes de mostrar ayuda emergente:'
          FocusControl = slDelay
        end
        object Label3: TLabel
          Left = 44
          Top = 100
          Width = 58
          Height = 13
          Caption = '0.5 segundos'
        end
        object Label4: TLabel
          Left = 238
          Top = 98
          Width = 49
          Height = 13
          Caption = '3 segundos'
        end
        object Label5: TLabel
          Left = 20
          Top = 10
          Width = 41
          Height = 13
          Caption = 'Ayuda emergente en archivos'
        end
        object Label18: TLabel
          Left = 20
          Top = 164
          Width = 27
          Height = 13
          Caption = '&Mostrar'
          FocusControl = KBDecimalsEdit
        end
        object Label19: TLabel
          Left = 108
          Top = 164
          Width = 103
          Height = 13
          Caption = 'decimales en el tamao (KB)'
        end
        object Label12: TLabel
          Left = 20
          Top = 134
          Width = 93
          Height = 13
          Caption = 'Formato de detalle de archivo'
        end
        object Label23: TLabel
          Left = 20
          Top = 196
          Width = 27
          Height = 13
          Caption = 'M&ostrar'
          FocusControl = MBDecimalsEdit
        end
        object Label24: TLabel
          Left = 108
          Top = 196
          Width = 105
          Height = 13
          Caption = 'decimales en el tamao (MB)'
        end
        object cbFileHints: TCheckBox
          Left = 22
          Top = 30
          Width = 275
          Height = 17
          Hint = 'La ficha Opciones le permite seleccionar los detalles a mostrar'
          Caption = 'Mostrar &detalles de archivos cuando el cursor queda sobre un cono'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 0
        end
        object slDelay: TSlider
          Left = 44
          Top = 76
          Width = 241
          Height = 21
          TrackWidth = 8
          TrackColor = clWindow
          Orientation = slHorizontal
          Minimum = 500
          Maximum = 3000
          Value = 500
          Frequency = 250
          TabOrder = 1
          TabStop = True
        end
        object KBDecimalsEdit: TSpinEdit
          Left = 56
          Top = 160
          Width = 45
          Height = 22
          MaxLength = 1
          MaxValue = 3
          MinValue = 0
          TabOrder = 2
          Value = 0
        end
        object MBDecimalsEdit: TSpinEdit
          Left = 56
          Top = 192
          Width = 45
          Height = 22
          MaxLength = 1
          MaxValue = 3
          MinValue = 0
          TabOrder = 3
          Value = 0
        end
      end
      object TPage
        Left = 0
        Top = 0
        Caption = 'Opciones'
        object Label7: TLabel
          Left = 12
          Top = 12
          Width = 129
          Height = 13
          Caption = 'Preguntar por &confirmacin antes de:'
          FocusControl = ConfirmList
        end
        object Label9: TLabel
          Left = 12
          Top = 156
          Width = 107
          Height = 13
          Caption = 'Opciones &miscelneas:'
          FocusControl = MiscList
        end
        object ConfirmList: TCheckList
          Left = 10
          Top = 32
          Width = 308
          Height = 110
          CheckboxStyle = csWin95
          IntegralHeight = True
          ItemHeight = 18
          Items.Strings = (
            'Iniciar una operacin de copiar'
            'Iniciar una operacin de mover'
            'Iniciar una operacin de eliminar'
            'Copiar archivo'
            'Mover archivo'
            'Eliminar archivo'
            'Reemplazar arhivo'
            'Mover o eliminar archivo protegido'
            'Copiar carpeta'
            'Mover carpeta'
            'Eliminar carpeta'
            'Asignar un nombre para un alias nuevo')
          TabOrder = 0
        end
        object MiscList: TCheckList
          Left = 10
          Top = 176
          Width = 308
          Height = 110
          CheckboxStyle = csWin95
          IntegralHeight = True
          ItemHeight = 18
          Items.Strings = (
            'Mostrar barra de herramientas en el explorador y ventanas'
            'Mostrar barra de estado en el explorador y ventanas'
            'Mostrar iconos chatos en la barra de herramientas'
            'Utilizar nombre de carpeta/unidad para las ventanas'
            'Mostrar archivos ocultos y de sistema para ventanas nuevas'
            'Sombrear iconos seleccionados en la vista de Iconos grandes'
            'Mostrar iconos asociados en las vistas Iconos pequeos y Detalles'
            'Mostrar iconos pequeos en alta calidad (ms lento)'
            'Capitalizar la primer letra de cada nombre de archivo'
            'No mostrar extensin en los archivos con iconos propios'
            'Permitir que los archivos sean soltados en los programas'
            'Mostrar iconos de los archivos en el dilogo Buscar'
            'Mostrar smbolos de flecha en los alias'
            'Iniciar operaciones de arrastrar y soltar en modo copia'
            'Mostrar descripcin de archivo en la ayuda emergente'
            'Mostrar tamao de archivo en la ayuda emergente'
            'Mostrar tipo de archivo en la ayuda emergente'
            'Mostrar fecha de archivo en la ayuda emergente'
            'Mostrar hora de archivo en la ayuda emergente'
            'Mostrar atributos de archivo en la ayuda emergente'
            'Mostrar tamao de archivo en las columnas de vista detallada'
            'Mostrar tipo de archivo en las columnas de vista detallada'
            'Mostrar fecha de archivo en las columnas de vista detallada'
            'Mostrar hora de archivo en las columnas de vista detallada'
            'Mostrar atributos de archivo en las columnas de vista detallada'
            'Mostrar descripcin de archivo en las columnas de vista detallada')
          TabOrder = 1
        end
      end
      object TPage
        Left = 0
        Top = 0
        Caption = 'Utilidades'
        object Bevel4: TBevel
          Left = 10
          Top = 16
          Width = 308
          Height = 221
          Shape = bsFrame
        end
        object Label13: TLabel
          Left = 24
          Top = 32
          Width = 179
          Height = 13
          Caption = 'Al seleccionar &Inspeccionar desde el men objeto utilizar:'
          FocusControl = InspectEdit
        end
        object Label14: TLabel
          Left = 24
          Top = 80
          Width = 234
          Height = 13
          Caption = 'Al hacer &doble clic en un archivo sin programa asociado:'
          FocusControl = DefaultEdit
        end
        object Label15: TLabel
          Left = 24
          Top = 128
          Width = 233
          Height = 13
          Caption = 'Al presionar Ctrl+&U desde una ventana restaurar archivos con:'
          FocusControl = UndelEdit
        end
        object Label16: TLabel
          Left = 24
          Top = 178
          Width = 216
          Height = 13
          Caption = 'Al hacer &clic en el cono de Propiedades de Disco abrir:'
          FocusControl = DiskEdit
        end
        object Label17: TLabel
          Left = 20
          Top = 10
          Width = 123
          Height = 13
          Caption = 'Programas a ejecutar cuando'
        end
        object InspectEdit: TEdit
          Left = 24
          Top = 52
          Width = 281
          Height = 20
          Cursor = crIBeam
          Hint = 'Doble clic para seleccionar programa'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 0
          OnDblClick = InspectEditDblClick
        end
        object DefaultEdit: TEdit
          Left = 24
          Top = 100
          Width = 281
          Height = 20
          Cursor = crIBeam
          Hint = 'Doble clic para seleccionar programa'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 1
          OnDblClick = InspectEditDblClick
        end
        object UndelEdit: TEdit
          Left = 24
          Top = 148
          Width = 281
          Height = 20
          Cursor = crIBeam
          Hint = 'Doble clic para seleccionar programa'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 2
          OnDblClick = InspectEditDblClick
        end
        object DiskEdit: TEdit
          Left = 24
          Top = 198
          Width = 281
          Height = 20
          Cursor = crIBeam
          Hint = 'Doble clic para seleccionar programa'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 3
          OnDblClick = InspectEditDblClick
        end
      end
      object TPage
        Left = 0
        Top = 0
        Caption = '4DOS / LFN'
        object Bevel1: TBevel
          Left = 10
          Top = 16
          Width = 308
          Height = 125
          Shape = bsFrame
        end
        object Label6: TLabel
          Left = 20
          Top = 10
          Width = 90
          Height = 13
          Caption = 'Descripciones 4DOS'
        end
        object Bevel6: TBevel
          Left = 10
          Top = 160
          Width = 308
          Height = 137
          Shape = bsFrame
        end
        object Label20: TLabel
          Left = 20
          Top = 154
          Width = 136
          Height = 13
          Caption = 'Nombres largos de archivo de Windows 95'
          Font.Color = clGrayText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label21: TLabel
          Left = 38
          Top = 196
          Width = 213
          Height = 52
          Caption = 'Puede activar el soporte para nombres largos'#13#10'de archivo (LFN) por unidad. Para hacerlo haga'#13#10'clic con el botn secundario'#13#10'en una unidad en la vista de rbol. Luego'#13#10'seleccione '#39'Activar LFN'#39' en el men emergente.
          Font.Color = clGrayText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label22: TLabel
          Left = 40
          Top = 256
          Width = 99
          Height = 13
          Caption = 'No implementado an!'
          Font.Color = clRed
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object DescPanel: TPanel
          Left = 18
          Top = 50
          Width = 293
          Height = 63
          BevelOuter = bvNone
          TabOrder = 0
          object Label10: TLabel
            Left = 38
            Top = 20
            Width = 176
            Height = 13
            Caption = 'utilizado al mismo tiempo para procesar archivos'
          end
          object cbDescCaptions: TCheckBox
            Left = 20
            Top = 40
            Width = 269
            Height = 17
            Caption = 'Mostrar descripciones &como nombres de iconos'
            TabOrder = 1
          end
          object cbSimul4DOS: TCheckBox
            Left = 20
            Top = 2
            Width = 269
            Height = 17
            Caption = '&Mantener al da mientras las sesiones 4DOS son'
            TabOrder = 0
          end
        end
        object cb4DOSDesc: TCheckBox
          Left = 20
          Top = 30
          Width = 285
          Height = 17
          Caption = 'Utilizar descipciones de archivos compatibles con &4DOS'
          TabOrder = 1
          OnClick = cb4DOSDescClick
        end
        object cbEnableLFN: TCheckBox
          Left = 20
          Top = 174
          Width = 263
          Height = 17
          Caption = 'Activar soport&e para nombres largos de archivo (LFN)'
          Enabled = False
          Font.Color = clGrayText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
          TabOrder = 2
          OnClick = cb4DOSDescClick
        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
  object OpenDialog: TOpenDialog
    Filter = 'Programas|*.com;*.exe;*.bat;*.pif|Todos los archivos|*.*'
    Left = 4
    Top = 342
  end
end
