object FilterDialog: TFilterDialog
  Left = 214
  Top = 270
  ActiveControl = FilterEdit
  BorderStyle = bsDialog
  Caption = 'Configurar filtro de archivo'
  ClientHeight = 149
  ClientWidth = 356
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  Position = poScreenCenter
  OnCreate = FormCreate
  TextHeight = 13
  object Label1: TLabel
    Left = 60
    Top = 12
    Width = 219
    Height = 26
    Caption = 'Ingrese los comodines de los archivos a mostrar.'#13#10'Para separar mltiples mscaras utilice punto y coma (;).'
    WordWrap = True
  end
  object Label2: TLabel
    Left = 12
    Top = 60
    Width = 25
    Height = 13
    Caption = '&Filtro:'
    FocusControl = FilterEdit
  end
  object Image: TImage
    Left = 12
    Top = 12
    Width = 32
    Height = 32
  end
  object FilterEdit: TComboBox
    Left = 60
    Top = 56
    Width = 281
    Height = 20
    ItemHeight = 13
    TabOrder = 0
    Text = '*.*'
  end
  object OKBtn: TPicBtn
    Left = 184
    Top = 116
    Width = 80
    Height = 25
    TabOrder = 1
    OnClick = OKBtnClick
    Kind = bkOK
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
  object CancelBtn: TPicBtn
    Left = 268
    Top = 116
    Width = 80
    Height = 25
    TabOrder = 2
    Kind = bkCancel
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
  object cbHidSys: TCheckBox
    Left = 60
    Top = 80
    Width = 201
    Height = 17
    Caption = '&Mostrar archivos ocultos y de sistema'
    TabOrder = 3
  end
end
