object FindForm: TFindForm
  Left = 222
  Top = 152
  HelpContext = 48
  BorderStyle = bsSingle
  Caption = 'Buscar archivos'
  ClientHeight = 271
  ClientWidth = 410
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  PixelsPerInch = 96
  Position = poScreenCenter
  OnClose = FormClose
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnHide = FormHide
  OnKeyDown = FormKeyDown
  OnPaint = FormPaint
  OnResize = FormResize
  OnShow = FormShow
  TextHeight = 13
  object Image: TImage
    Left = 344
    Top = 104
    Width = 32
    Height = 32
  end
  object SelLabel: TLabel
    Left = 180
    Top = 252
    Width = 49
    Height = 13
    Caption = '0 seleccionados'
  end
  object FoundLabel: TLabel
    Left = 8
    Top = 252
    Width = 63
    Height = 13
    Caption = '0 elementos encontrados'
    ShowAccelChar = False
  end
  object TabPanel: TTabPanel
    Left = 8
    Top = 8
    Width = 301
    Height = 144
    Tabs.Strings = (
      'Nombre y Ubicacin'
      'Avanzado')
    TabHeight = 20
    TabIndex = 0
    Notebook = Notebook
    ParentColor = True
    TabOrder = 0
    TabStop = True
    object Notebook: TNotebook
      Left = 1
      Top = 21
      Width = 298
      Height = 121
      Align = alClient
      TabOrder = 0
      object TPage
        Left = 0
        Top = 0
        Caption = 'Nombre y Ubicacin'
        object Label1: TLabel
          Left = 12
          Top = 12
          Width = 52
          Height = 13
          Caption = '&Buscar:'
          FocusControl = FileEdit
        end
        object Label2: TLabel
          Left = 12
          Top = 42
          Width = 48
          Height = 13
          Caption = 'Iniciar &desde:'
          FocusControl = StartEdit
        end
        object BrowseBtn: TStyleSpeed
          Left = 266
          Top = 39
          Width = 22
          Height = 22
          OnClick = BrowseBtnClick
          Style = sbWin95
        end
        object FileEdit: TComboBox
          Left = 86
          Top = 10
          Width = 202
          Height = 20
          ItemHeight = 13
          ParentShowHint = False
          ShowHint = True
          TabOrder = 0
          Text = '*.*'
          OnKeyPress = StartEditKeyPress
        end
        object StartEdit: TComboBox
          Left = 86
          Top = 40
          Width = 174
          Height = 20
          ItemHeight = 13
          MaxLength = 79
          ParentShowHint = False
          ShowHint = True
          TabOrder = 1
          Text = 'c:\'
          OnKeyPress = StartEditKeyPress
        end
        object SubFolders: TCheckBox
          Left = 86
          Top = 64
          Width = 143
          Height = 17
          Caption = '&Incluir subcarpetas'
          State = cbChecked
          TabOrder = 2
        end
      end
      object TPage
        Left = 0
        Top = 0
        Caption = 'Avanzado'
        object Label3: TLabel
          Left = 12
          Top = 12
          Width = 73
          Height = 13
          Caption = 'Con el &texto:'
        end
        object MatchCase: TCheckBox
          Left = 102
          Top = 34
          Width = 96
          Height = 17
          Caption = '&Maysculas/minsculas'
          TabOrder = 1
        end
        object TextEdit: TComboBox
          Left = 102
          Top = 10
          Width = 186
          Height = 20
          ItemHeight = 13
          TabOrder = 0
        end
      end
    end
  end
  object Header: THeader
    Left = 4
    Top = 159
    Width = 402
    Height = 18
    Sections.Sections = (
      #0'91'#0'Archivo'
      #0'180'#0'Ubicacin'
      #0'65'#0'Tamao'
      #0'48'#0'Modificado')
    TabOrder = 1
    OnSized = HeaderSized
  end
  object Listbox: TListBox
    Left = 4
    Top = 176
    Width = 402
    Height = 71
    DragMode = dmAutomatic
    Enabled = False
    ItemHeight = 16
    MultiSelect = True
    Style = lbOwnerDrawFixed
    TabOrder = 2
    OnClick = ListboxClick
    OnDblClick = OpenClick
    OnDrawItem = ListboxDrawItem
    OnEndDrag = ListboxEndDrag
    OnMouseDown = ListboxMouseDown
    OnMouseMove = ListboxMouseMove
  end
  object SearchBtn: TPicBtn
    Left = 320
    Top = 28
    Width = 80
    Height = 25
    Caption = 'Buscar'
    Default = True
    TabOrder = 3
    OnClick = SearchBtnClick
    Glyph.Data = {
      F6000000424DF600000000000000760000002800000010000000100000000100
      0400000000008000000000000000000000001000000010000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00222222222222
      22222222222222222222222222222220022222222222224EC0222222222224EC
      C022222222224ECC022222222224ECC0222222280087CC0222222287E7080022
      222228FE7E708222222228EFE7E08222222228FEFE7082222222228FEF082222
      2222222880822222222222222222222222222222222222222222}
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
  object ClearBtn: TPicBtn
    Left = 320
    Top = 58
    Width = 80
    Height = 25
    Caption = '&Restablecer'
    TabOrder = 4
    OnClick = ClearBtnClick
    Glyph.Data = {
      F6000000424DF600000000000000760000002800000010000000100000000100
      0400000000008000000000000000000000001000000010000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
      0333333333300778803333333007777880333330077277788033333877222278
      8803333872727278880333877277777888033387222722788803338772772278
      888033877722FFFF8880387777FF8777FF803877FF0887777FF038FF8808777F
      F883388FF8077FF8833333388F8FF88333333333388883333333}
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
  object Menu: TPopupMenu
    OnPopup = MenuPopup
    Left = 13
    Top = 182
    object Open: TMenuItem
      Caption = '&Abrir'
      OnClick = OpenClick
      ShortCutText = 'Enter'
    end
    object OpenWith: TMenuItem
      Caption = 'Abrir &con...'
      OnClick = OpenWithClick
      ShortCutText = 'Ctrl+Enter'
    end
    object OpenParent: TMenuItem
      Caption = 'Abrir car&peta contenedora'
      OnClick = OpenParentClick
      ShortCutText = 'Space'
    end
    object N1: TMenuItem
      Caption = '-'
    end
    object Delete: TMenuItem
      Caption = '&Eliminar'
      OnClick = DeleteClick
      ShortCutText = 'Del'
    end
    object N2: TMenuItem
      Caption = '-'
    end
    object CopyFilenames: TMenuItem
      Caption = '&Copiar nombres de archivo'
      OnClick = CopyFilenamesClick
    end
    object CopyFileInfo: TMenuItem
      Tag = 1
      Caption = 'Copiar d&etalles'
      OnClick = CopyFilenamesClick
      ShortCutText = 'Ctrl+C'
    end
  end
  object DropServer: TDropServer
    OnFileDrop = DropServerFileDrop
    Left = 47
    Top = 182
  end
end
