object SelectFileDlg: TSelectFileDlg
  Left = 214
  Top = 197
  ActiveControl = Edit
  BorderStyle = bsDialog
  Caption = 'Seleccionar archivos'
  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 = 12
    Top = 60
    Width = 30
    Height = 13
    Caption = '&Archivo(s):'
    FocusControl = Edit
  end
  object Label2: TLabel
    Left = 64
    Top = 12
    Width = 212
    Height = 26
    Caption = 'Ingrese la mscara de comodines de los archivos a seleccionar.'#13#10'Separe los filtros con punto y coma.'
  end
  object Image: TImage
    Left = 12
    Top = 12
    Width = 32
    Height = 32
  end
  object Edit: TEdit
    Left = 64
    Top = 56
    Width = 277
    Height = 20
    CharCase = ecLowerCase
    TabOrder = 0
    Text = '*.*'
  end
  object SelectBtn: TPicBtn
    Left = 100
    Top = 116
    Width = 80
    Height = 25
    Caption = '&Seleccionar'
    TabOrder = 1
    OnClick = SelectBtnClick
    Glyph.Data = {
      F6000000424DF600000000000000760000002800000010000000100000000100
      0400000000008000000000000000000000001000000010000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF0024B4B4B4B4B4
      B4B42B4444444444444B24440000000004442B440FFFFFFF044B24440FFFFFFF
      04442B440FFFFFFF044B24440FFFFFFF04442B440FFFFFFF044B24440FFFFFFF
      04442B440FFFFFFF044B24440FFFF00004442B440FFFF0F0444B24440FFFF004
      44442B4400000044444B24444444444444442B4B4B4B4B4B4B4B}
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
  object DeselectBtn: TPicBtn
    Left = 184
    Top = 116
    Width = 80
    Height = 25
    Caption = '&Deseleccionar'
    TabOrder = 2
    OnClick = SelectBtnClick
    Glyph.Data = {
      10010000424D1001000000000000760000002800000010000000100000000100
      0400000000008000000000000000000000000000000000000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00220202020202
      02022022222222222220222200000000022220220FFFFFFF022022220FFFFFFF
      022220220FFFFFFF022022220FFFFFFF022220220FFFFFFF022022220FFFFFFF
      022220220FFFFFFF022022220FFFF000022220220FFFF0F0222022220FFFF002
      2222202200000022222022222222222222222020202020202020000000000000
      0000000000000000000000000000000000000000}
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
  object CloseBtn: TPicBtn
    Left = 268
    Top = 116
    Width = 80
    Height = 25
    Caption = '&Cerrar'
    TabOrder = 3
    OnClick = CloseBtnClick
    Kind = bkCancel
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
end
