object Explorer: TExplorer
  Left = 138
  Top = 154
  HelpContext = 23
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Examinar carpetas'
  ClientHeight = 275
  ClientWidth = 270
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  Scaled = False
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnHide = FormHide
  OnPaint = FormPaint
  OnResize = FormResize
  OnShow = FormShow
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 12
    Width = 71
    Height = 13
    Caption = 'Seleccione una carpeta:'
  end
  object OKBtn: TPicBtn
    Left = 90
    Top = 244
    Width = 80
    Height = 25
    TabOrder = 1
    OnClick = OpenFolderClick
    Kind = bkOK
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object CancelBtn: TPicBtn
    Left = 174
    Top = 244
    Width = 80
    Height = 25
    TabOrder = 2
    Kind = bkCancel
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object Outline: TScrollTree
    Left = 8
    Top = 32
    Width = 255
    Height = 204
    HelpContext = 23
    OnExpand = OutlineExpand
    Options = []
    Style = otOwnerDraw
    ItemHeight = 16
    OnDrawItem = OutlineDrawItem
    TabOrder = 0
    OnClick = OutlineClick
    OnDragDrop = OutlineDragDrop
    OnDragOver = OutlineDragOver
    OnMouseDown = OutlineMouseDown
    OnMouseMove = OutlineMouseMove
    OnMouseUp = OutlineMouseUp
    OnKeyDown = OutlineKeyDown
    ItemSeparator = '\'
    PopupMenu = PopupMenu
    ScrollBars = ssVertical
    Data = {1F}
  end
  object PopupMenu: TPopupMenu
    AutoPopup = False
    OnPopup = PopupMenuPopup
    Left = 132
    Top = 160
    object OpenFolder: TMenuItem
      Caption = '&Explorar'
      OnClick = OpenFolderClick
      ShortCutText = 'Enter'
    end
    object OpenNew: TMenuItem
      Caption = 'Abrir en ventana &nueva'
      OnClick = OpenNewClick
      ShortCutText = 'Ctrl+Enter'
    end
    object Find: TMenuItem
      Caption = '&Buscar...'
      OnClick = FindClick
      ShortCutText = 'F3'
    end
    object RefreshTree: TMenuItem
      Caption = 'Actualiza&r'
      OnClick = RefreshTreeClick
      ShortCutText = 'F5'
    end
    object N1: TMenuItem
      Caption = '-'
    end
    object ExpandLevel: TMenuItem
      Caption = 'Expandir un nive&l'
      OnClick = ExpandLevelClick
      ShortCutText = '+'
    end
    object ExpandBranch: TMenuItem
      Caption = 'Expandir &rama'
      OnClick = ExpandBranchClick
      ShortCutText = '*'
    end
    object ExpandAll: TMenuItem
      Caption = 'Expandir &todo'
      OnClick = ExpandAllClick
      ShortCutText = 'Ctrl+*'
    end
    object CollapseBranch: TMenuItem
      Caption = '&Contraer rama'
      OnClick = CollapseBranchClick
      ShortCutText = '-'
    end
    object N2: TMenuItem
      Caption = '-'
    end
    object MapNetwork: TMenuItem
      Caption = '&Conectar a unidad de red...'
      OnClick = MapNetworkClick
    end
    object DisconnectNetwork: TMenuItem
      Caption = '&Desconectar unidad de red...'
      OnClick = DisconnectNetworkClick
    end
    object N3: TMenuItem
      Caption = '-'
    end
    object ShareAs: TMenuItem
      Caption = '&Compartir como...'
      OnClick = ShareAsClick
    end
    object StopSharing: TMenuItem
      Caption = 'De&tener compartir...'
      OnClick = StopSharingClick
    end
    object N4: TMenuItem
      Caption = '-'
    end
    object Properties: TMenuItem
      Caption = 'P&ropiedades'
      OnClick = PropertiesClick
      ShortCutText = 'Alt+Enter'
    end
  end
  object NetConnectDialog: TNetConnectDialog
    Printer = False
    Left = 132
    Top = 96
  end
  object NetDisconnectDialog: TNetDisconnectDialog
    Printer = False
    Left = 164
    Top = 96
  end
  object NetShareAsDialog: TNetShareAsDialog
    Printer = False
    Left = 132
    Top = 128
  end
  object NetStopShareDialog: TNetStopShareDialog
    Printer = False
    Left = 164
    Top = 128
  end
end
