object IconWindow: TIconWindow
  Left = 237
  Top = 154
  HelpContext = 22
  ActiveControl = Grid
  BorderStyle = bsSingle
  ClientHeight = 255
  ClientWidth = 560
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  Menu = MainMenu
  PixelsPerInch = 96
  Scaled = False
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnDragDrop = FormDragDrop
  OnDragOver = FormDragOver
  OnHide = FormHide
  OnMouseDown = FormMouseDown
  OnPaint = FormPaint
  OnResize = FormResize
  OnShow = FormShow
  TextHeight = 13
  object SelLabel: TLabel
    Left = 148
    Top = 236
    Width = 122
    Height = 13
    Cursor = -25
    Caption = '0 archivo(s) seleccionados  0 bytes'
    OnDragDrop = FormDragDrop
    OnDragOver = FormDragOver
    OnMouseDown = SelLabelMouseDown
  end
  object TotalLabel: TLabel
    Left = 8
    Top = 236
    Width = 43
    Height = 13
    Cursor = -25
    Caption = '0 objectos'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    ParentShowHint = False
    ShowHint = True
    OnClick = TotalLabelClick
    OnDragDrop = FormDragDrop
    OnDragOver = FormDragOver
    OnMouseDown = TotalLabelMouseDown
  end
  object DragPanel: TPanel
    Left = 116
    Top = 4
    Width = 3
    Height = 227
    Cursor = crHSplit
    BevelOuter = bvNone
    ParentColor = True
    TabOrder = 3
    OnMouseDown = DragPanelMouseDown
    OnMouseMove = DragPanelMouseMove
    OnMouseUp = DragPanelMouseUp
  end
  object TreePanel: TPanel
    Left = 3
    Top = 3
    Width = 113
    Height = 229
    BevelOuter = bvLowered
    BorderWidth = 1
    ParentColor = True
    TabOrder = 2
  end
  object Header: TSortHeader
    Left = 120
    Top = 4
    Width = 436
    Height = 18
    Sections.Sections = (
      #0'103'#0'Nombre'
      #0'54'#0'Tamao'
      #0'70'#0'Tipo'
      #0'84'#0'Modificado'
      #0'52'#0'Atributos'
      #0'61'#0'Descripcin')
    TabOrder = 1
    OnSized = HeaderSized
  end
  object Grid: TMultiGrid
    Tag = 2
    Left = 120
    Top = 21
    Width = 436
    Height = 210
    HelpContext = 22
    Focus = 0
    OnSelect = GridSelect
    OnCellSelected = GridCellSelected
    OnDrawCell = GridDrawCell
    OnSelectCell = GridSelectCell
    AllowMulti = True
    Limit = 0
    SelColor = clHighlight
    DefaultRowHeight = 48
    RowCount = 4
    DefaultDrawing = False
    GridLineWidth = 0
    ParentShowHint = False
    ShowHint = True
    Scrollbars = ssVertical
    TabOrder = 0
    OnDblClick = GridDblClick
    OnDragDrop = GridDragDrop
    OnDragOver = GridDragOver
    OnEndDrag = GridEndDrag
    OnKeyDown = GridKeyDown
    OnKeyPress = GridKeyPress
    OnMouseDown = GridMouseDown
    OnMouseMove = GridMouseMove
    OnMouseUp = GridMouseUp
  end
  object DropServer: TDropServer
    DesktopDrop = True
    OnFileDrop = DropServerFileDrop
    OnDeskDrop = DropServerDeskDrop
    Left = 160
    Top = 28
  end
  object DropClient: TDropClient
    OnDropFiles = DropClientDropFiles
    Left = 128
    Top = 28
  end
  object NetConnectDialog: TNetConnectDialog
    Printer = False
    Left = 192
    Top = 28
  end
  object NetDisconnectDialog: TNetDisconnectDialog
    Printer = False
    Left = 224
    Top = 28
  end
  object MainMenu: TMainMenu
    Left = 128
    Top = 60
    object FileMenu: TMenuItem
      Caption = '&Archivo'
      object FileOpen: TMenuItem
        Caption = '&Abrir'
        OnClick = OpenClick
        ShortCutText = 'Enter'
      end
      object FileOpenWith: TMenuItem
        Caption = 'Abrir &con...'
        OnClick = OpenWithClick
        ShortCutText = 'Ctrl+Enter'
      end
      object FileInspect: TMenuItem
        Caption = '&Inspeccionar'
        OnClick = InspectClick
        ShortCutText = 'Shift+Enter'
      end
      object N1: TMenuItem
        Caption = '-'
      end
      object FileNew: TMenuItem
        Caption = '&Nuevo'
        object FileNewFolder: TMenuItem
          Caption = '&Carpeta'
          OnClick = CreateFolderClick
          ShortCutText = 'Ins'
        end
        object FileNewAlias: TMenuItem
          Caption = '&Alias'
          OnClick = NewAliasClick
          ShortCutText = 'Ctrl+L'
        end
      end
      object N2: TMenuItem
        Caption = '-'
      end
      object FileDelete: TMenuItem
        Caption = '&Eliminar'
        OnClick = DeleteClick
        ShortCutText = 'Del'
      end
      object FileRename: TMenuItem
        Caption = 'Re&nombrar'
        OnClick = RenameClick
        ShortCutText = 'F2'
      end
      object FileDescribe: TMenuItem
        Caption = 'Descri&bir'
        OnClick = DescribeClick
        ShortCutText = 'Ctrl+B'
      end
      object FileProperties: TMenuItem
        Caption = '&Propiedades...'
        OnClick = PropertiesClick
        ShortCutText = 'Alt+Enter'
      end
      object N3: TMenuItem
        Caption = '-'
      end
      object File_Close: TMenuItem
        Caption = '&Cerrar'
        OnClick = CloseClick
        ShortCutText = 'Alt+F4'
      end
    end
    object EditMenu: TMenuItem
      Caption = '&Edicin'
      object EditCut: TMenuItem
        Caption = 'Cor&tar'
        OnClick = CutClick
        ShortCutText = 'Ctrl+X'
      end
      object EditCopy: TMenuItem
        Caption = '&Copiar'
        OnClick = CopyClick
        ShortCutText = 'Ctrl+C'
      end
      object EditPaste: TMenuItem
        Caption = '&Pegar'
        OnClick = PasteClick
        ShortCutText = 'Ctrl+V'
      end
      object N4: TMenuItem
        Caption = '-'
      end
      object EditSelectFiles: TMenuItem
        Caption = 'Seleccionar arc&hivos...'
        OnClick = SelectFilesClick
        ShortCutText = 'Ctrl+S'
      end
      object EditSelectAll: TMenuItem
        Caption = 'Seleccionar &todo'
        OnClick = SelectAllClick
        ShortCutText = 'Ctrl+E'
      end
    end
    object ViewMenu: TMenuItem
      Caption = '&Ver'
      object ViewToolbar: TMenuItem
        Caption = '&Barra de herramientas'
        OnClick = ToolbarClick
      end
      object ViewStatusbar: TMenuItem
        Caption = 'Barra de e&stado'
        OnClick = StatusbarClick
      end
      object N5: TMenuItem
        Caption = '-'
      end
      object ViewLargeIcons: TMenuItem
        Tag = 1
        Caption = 'Iconos &grandes'
        OnClick = ViewAsClick
      end
      object ViewSmallIcons: TMenuItem
        Tag = 2
        Caption = 'Iconos &pequeos'
        OnClick = ViewAsClick
      end
      object ViewDetails: TMenuItem
        Tag = 3
        Caption = '&Detalles'
        OnClick = ViewAsClick
      end
      object N6: TMenuItem
        Caption = '-'
      end
      object ViewArrangeIcons: TMenuItem
        Caption = 'Organizar &iconos'
        object ArrangeByName: TMenuItem
          Tag = 4
          Caption = 'por &Nombre'
          OnClick = SortByClick
        end
        object ArrangeByType: TMenuItem
          Tag = 5
          Caption = 'por &Tipo'
          OnClick = SortByClick
        end
        object ArrangeBySize: TMenuItem
          Tag = 6
          Caption = 'por Ta&mao'
          OnClick = SortByClick
        end
        object ArrangeByDate: TMenuItem
          Tag = 7
          Caption = 'por &Fecha'
          OnClick = SortByClick
        end
      end
      object N7: TMenuItem
        Caption = '-'
      end
      object Refresh1: TMenuItem
        Caption = 'Actualiza&r'
        OnClick = RefreshClick
        ShortCutText = 'F5'
      end
      object SetFilter1: TMenuItem
        Caption = 'Configurar &filtro...'
        OnClick = SetFilterClick
      end
      object Options1: TMenuItem
        Caption = '&Opciones...'
        OnClick = FileSystemClick
      end
    end
    object ToolsMenu: TMenuItem
      Caption = '&Herramientas'
      object ToolsFind: TMenuItem
        Caption = '&Buscar...'
        OnClick = FindClick
        ShortCutText = 'F3'
      end
      object ToolsRun: TMenuItem
        Caption = '&Ejecutar...'
        OnClick = RunClick
        ShortCutText = 'Ctrl+R'
      end
      object N8: TMenuItem
        Caption = '-'
      end
      object ToolsConnect: TMenuItem
        Caption = '&Conectar a unidad de red'
        OnClick = ConnectClick
      end
      object ToolsDisconnect: TMenuItem
        Caption = '&Desconectar unidad de red'
        OnClick = DisconnectClick
      end
      object N9: TMenuItem
        Caption = '-'
      end
      object ToolsGoto: TMenuItem
        Caption = '&Ir a...'
        OnClick = ToolsGotoClick
        ShortCutText = 'Ctrl+G'
      end
    end
    object HelpMenu: TMenuItem
      Caption = 'Ay&uda'
      object HelpContents: TMenuItem
        Caption = '&Contenidos'
        OnClick = ContentsClick
        ShortCutText = 'F1'
      end
      object HelpTopicSearch: TMenuItem
        Caption = 'Buscar &tema...'
        OnClick = TopicSearchClick
      end
      object HelpTipoftheday: TMenuItem
        Caption = 'Sugerencia del &da...'
        OnClick = TipofthedayClick
      end
      object N10: TMenuItem
        Caption = '-'
      end
      object HelpAbout: TMenuItem
        Caption = '&Acerca de...'
        OnClick = AboutClick
      end
    end
  end
end
