object FilePropDlg: TFilePropDlg
  Left = 326
  Top = 102
  HelpContext = 46
  BorderStyle = bsDialog
  Caption = 'Propiedades'
  ClientHeight = 373
  ClientWidth = 342
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  KeyPreview = True
  PixelsPerInch = 96
  Position = poScreenCenter
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnKeyDown = FormKeyDown
  TextHeight = 13
  object LabelSel: TLabelSelect
    Left = 46
    Top = 346
    Width = 43
    Height = 15
    AutoSelect = False
    BorderStyle = bsNone
    Ctl3D = False
    ParentColor = True
    ParentCtl3D = False
    ParentShowHint = False
    ReadOnly = True
    ShowHint = True
    TabOrder = 4
    Text = 'LabelSel'
    Visible = False
  end
  object OKBtn: TPicBtn
    Left = 100
    Top = 344
    Width = 76
    Height = 25
    TabOrder = 1
    OnClick = OKBtnClick
    Kind = bkOK
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object CancelBtn: TPicBtn
    Left = 180
    Top = 344
    Width = 76
    Height = 25
    TabOrder = 2
    Kind = bkCancel
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object HelpBtn: TPicBtn
    Left = 260
    Top = 344
    Width = 76
    Height = 25
    Caption = 'Ayuda'
    TabOrder = 3
    Kind = bkHelp
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
  object TabPanel: TTabPanel
    Left = 4
    Top = 6
    Width = 334
    Height = 332
    Tabs.Strings = (
      'General'
      'Versin'
      'Asociacin')
    TabHeight = 20
    TabIndex = 0
    Notebook = Notebook
    OnChange = TabPanelChange
    ParentColor = True
    TabOrder = 0
    TabStop = True
    object Notebook: TNotebook
      Left = 1
      Top = 21
      Width = 331
      Height = 309
      Align = alClient
      Font.Color = clWindowText
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      object TPage
        Left = 0
        Top = 0
        Caption = 'General'
        object Label5: TLabel
          Left = 14
          Top = 238
          Width = 47
          Height = 13
          Caption = 'Atributos:'
        end
        object Bevel2: TBevel
          Left = 12
          Top = 224
          Width = 308
          Height = 4
          Shape = bsBottomLine
        end
        object Bevel1: TBevel
          Left = 12
          Top = 56
          Width = 308
          Height = 4
          Shape = bsBottomLine
        end
        object LongName: TLabel
          Left = 88
          Top = 24
          Width = 228
          Height = 13
          Cursor = crIBeam
          AutoSize = False
          Caption = 'LongName'
          ShowAccelChar = False
          OnMouseDown = FoldernameMouseDown
        end
        object ReadOnly: TCheckBox
          Left = 108
          Top = 236
          Width = 97
          Height = 17
          AllowGrayed = True
          Caption = '&Solo lectura'
          TabOrder = 0
          OnClick = ReadOnlyClick
        end
        object Archive: TCheckBox
          Left = 108
          Top = 256
          Width = 97
          Height = 17
          AllowGrayed = True
          Caption = '&Archivo'
          TabOrder = 1
          OnClick = ReadOnlyClick
        end
        object SystemFile: TCheckBox
          Left = 216
          Top = 256
          Width = 97
          Height = 17
          AllowGrayed = True
          Caption = '&Sistema'
          TabOrder = 3
          OnClick = ReadOnlyClick
        end
        object Hidden: TCheckBox
          Left = 216
          Top = 236
          Width = 97
          Height = 17
          AllowGrayed = True
          Caption = '&Oculto'
          TabOrder = 2
          OnClick = ReadOnlyClick
        end
        object Notes: TNotebook
          Left = 8
          Top = 66
          Width = 316
          Height = 151
          TabOrder = 4
          object TPage
            Left = 0
            Top = 0
            Caption = 'Propiedades de archivo'
            object Label1: TLabel
              Left = 4
              Top = 84
              Width = 74
              Height = 13
              Caption = 'Nombre MS-DOS:'
            end
            object Label2: TLabel
              Left = 4
              Top = 26
              Width = 44
              Height = 13
              Caption = 'Ubicacin:'
            end
            object Label3: TLabel
              Left = 4
              Top = 48
              Width = 23
              Height = 13
              Caption = 'Tamao:'
            end
            object Label4: TLabel
              Left = 4
              Top = 106
              Width = 43
              Height = 13
              Caption = 'Modificado:'
            end
            object FilenameLab: TLabel
              Left = 100
              Top = 84
              Width = 208
              Height = 13
              Cursor = crIBeam
              AutoSize = False
              Caption = 'FilenameLab'
              ParentShowHint = False
              ShowAccelChar = False
              ShowHint = False
              OnMouseDown = FoldernameMouseDown
            end
            object LocationLab: TLabel
              Left = 80
              Top = 26
              Width = 228
              Height = 13
              Cursor = crIBeam
              AutoSize = False
              Caption = 'LocationLab'
              ShowAccelChar = False
              OnMouseDown = FoldernameMouseDown
            end
            object SizeLab: TLabel
              Left = 80
              Top = 48
              Width = 228
              Height = 13
              Cursor = crIBeam
              AutoSize = False
              Caption = 'SizeLab'
              ParentShowHint = False
              ShowAccelChar = False
              ShowHint = True
              OnMouseDown = FoldernameMouseDown
            end
            object DateLab: TLabel
              Left = 100
              Top = 106
              Width = 208
              Height = 13
              Cursor = crIBeam
              AutoSize = False
              Caption = 'DateLab'
              ShowAccelChar = False
              OnMouseDown = FoldernameMouseDown
            end
            object Label10: TLabel
              Left = 4
              Top = 4
              Width = 27
              Height = 13
              Caption = 'Tipo:'
            end
            object TypeLab: TLabel
              Left = 80
              Top = 4
              Width = 228
              Height = 13
              Cursor = crIBeam
              AutoSize = False
              Caption = 'TypeLab'
              ShowAccelChar = False
              OnMouseDown = FoldernameMouseDown
            end
            object Bevel5: TBevel
              Left = 4
              Top = 72
              Width = 308
              Height = 4
              Shape = bsBottomLine
            end
          end
          object TPage
            Left = 0
            Top = 0
            Caption = 'Prpiedades de carpeta'
            object Label6: TLabel
              Left = 4
              Top = 84
              Width = 74
              Height = 13
              Caption = 'Nombre MS-DOS:'
            end
            object Foldername: TLabel
              Left = 100
              Top = 84
              Width = 208
              Height = 13
              Cursor = crIBeam
              AutoSize = False
              Caption = 'Foldername'
              ParentShowHint = False
              ShowAccelChar = False
              ShowHint = True
              OnMouseDown = FoldernameMouseDown
            end
            object Label8: TLabel
              Left = 4
              Top = 4
              Width = 44
              Height = 13
              Caption = 'Ubicacin:'
            end
            object FolderLoc: TLabel
              Left = 80
              Top = 4
              Width = 224
              Height = 13
              Cursor = crIBeam
              AutoSize = False
              Caption = 'FolderLoc'
              ShowAccelChar = False
              OnMouseDown = FoldernameMouseDown
            end
            object Label16: TLabel
              Left = 4
              Top = 48
              Width = 44
              Height = 13
              Caption = 'Contiene:'
            end
            object Foldersize: TLabel
              Left = 80
              Top = 48
              Width = 224
              Height = 13
              Cursor = crIBeam
              AutoSize = False
              Caption = 'FolderSizeLab'
              ParentShowHint = False
              ShowAccelChar = False
              ShowHint = True
              OnMouseDown = FoldernameMouseDown
            end
            object Label21: TLabel
              Left = 4
              Top = 106
              Width = 40
              Height = 13
              Caption = 'Creada:'
            end
            object FolderDate: TLabel
              Left = 100
              Top = 106
              Width = 208
              Height = 13
              Cursor = crIBeam
              AutoSize = False
              Caption = 'FolderDate'
              ShowAccelChar = False
              OnMouseDown = FoldernameMouseDown
            end
            object Label23: TLabel
              Left = 4
              Top = 26
              Width = 55
              Height = 13
              Caption = 'Exploracin profunda:'
            end
            object TotalLab: TLabel
              Left = 80
              Top = 26
              Width = 224
              Height = 13
              Cursor = -25
              AutoSize = False
              Caption = 'Haga clic aqu para explorar...'
              ParentShowHint = False
              ShowAccelChar = False
              ShowHint = True
              OnClick = TotalLabClick
            end
            object Bevel6: TBevel
              Left = 4
              Top = 72
              Width = 308
              Height = 4
              Shape = bsBottomLine
            end
          end
          object TPage
            Left = 0
            Top = 0
            Caption = 'Propiedades de mltiples elementos'
            object Label7: TLabel
              Left = 4
              Top = 4
              Width = 44
              Height = 13
              Caption = 'Ubicacin:'
            end
            object Label9: TLabel
              Left = 4
              Top = 26
              Width = 23
              Height = 13
              Caption = 'Tamao:'
            end
            object SelLoc: TLabel
              Left = 80
              Top = 4
              Width = 224
              Height = 13
              Cursor = crIBeam
              AutoSize = False
              Caption = 'SelLoc'
              ShowAccelChar = False
              OnMouseDown = FoldernameMouseDown
            end
            object SelSize: TLabel
              Left = 79
              Top = 27
              Width = 224
              Height = 13
              Cursor = crIBeam
              AutoSize = False
              Caption = 'SelSize'
              ParentShowHint = False
              ShowAccelChar = False
              ShowHint = True
              OnMouseDown = FoldernameMouseDown
            end
          end
        end
        object Panel1: TPanel
          Left = 16
          Top = 16
          Width = 32
          Height = 32
          BevelOuter = bvNone
          TabOrder = 5
          object ItemImage: TImage
            Left = 0
            Top = 0
            Width = 32
            Height = 32
          end
        end
      end
      object TPage
        Left = 0
        Top = 0
        Caption = 'Versin'
        object Bevel3: TBevel
          Left = 11
          Top = 115
          Width = 310
          Height = 20
        end
        object Label11: TLabel
          Left = 12
          Top = 16
          Width = 56
          Height = 13
          Caption = 'Versin de archivo:'
        end
        object Label12: TLabel
          Left = 12
          Top = 40
          Width = 56
          Height = 13
          Caption = 'Descripcin:'
        end
        object Label13: TLabel
          Left = 12
          Top = 64
          Width = 47
          Height = 13
          Caption = 'Copyright:'
        end
        object VerLab: TLabel
          Left = 88
          Top = 16
          Width = 231
          Height = 13
          Cursor = crIBeam
          AutoSize = False
          Caption = 'VerLab'
          ShowAccelChar = False
          OnMouseDown = FoldernameMouseDown
        end
        object DescLab: TLabel
          Left = 88
          Top = 40
          Width = 231
          Height = 13
          Cursor = crIBeam
          AutoSize = False
          Caption = 'DescLab'
          ShowAccelChar = False
          OnMouseDown = FoldernameMouseDown
        end
        object CopyLab: TLabel
          Left = 88
          Top = 64
          Width = 231
          Height = 13
          Cursor = crIBeam
          AutoSize = False
          Caption = 'CopyLab'
          ShowAccelChar = False
          OnMouseDown = FoldernameMouseDown
        end
        object Label14: TLabel
          Left = 12
          Top = 96
          Width = 120
          Height = 13
          Caption = 'Otra informacin de versin:'
        end
        object VerinfoList: TListBox
          Left = 12
          Top = 133
          Width = 308
          Height = 162
          IntegralHeight = True
          ItemHeight = 16
          Style = lbOwnerDrawFixed
          TabOrder = 1
          OnDrawItem = VerinfoListDrawItem
        end
        object Header1: THeader
          Left = 12
          Top = 116
          Width = 308
          Height = 18
          Sections.Sections = (
            #0'100'#0'Item name'
            #0'35'#0'Value')
          TabOrder = 0
          OnSized = Header1Sized
        end
      end
      object TPage
        Left = 0
        Top = 0
        Caption = 'Asociacin'
        object Bevel4: TBevel
          Left = 12
          Top = 19
          Width = 308
          Height = 278
          Shape = bsFrame
        end
        object AssocLabel: TLabel
          Left = 20
          Top = 12
          Width = 129
          Height = 13
          Caption = 'Asociar este tipo de archivo con:'
        end
        object BrowseBtn: TStyleSpeed
          Left = 284
          Top = 231
          Width = 22
          Height = 22
          OnClick = BrowseBtnClick
          Style = sbWin95
        end
        object rbRegistry: TRadioButton
          Left = 24
          Top = 32
          Width = 265
          Height = 17
          Caption = 'Uno de los siguientes programas registrados:'
          TabOrder = 0
          OnClick = rbRegistryClick
        end
        object rbCommand: TRadioButton
          Left = 24
          Top = 212
          Width = 200
          Height = 17
          Caption = 'Este comando o programa:'
          TabOrder = 2
          OnClick = rbRegistryClick
        end
        object UserCommand: TEdit
          Left = 44
          Top = 232
          Width = 233
          Height = 20
          Hint = 'Doble clic para seleccionar programa'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 3
          OnChange = AssocListClick
        end
        object rbNothing: TRadioButton
          Left = 24
          Top = 266
          Width = 200
          Height = 17
          Caption = 'Ninguno (quitar asociacin)'
          TabOrder = 4
          OnClick = rbRegistryClick
        end
        object AssocList: TListBox
          Left = 44
          Top = 52
          Width = 261
          Height = 146
          ItemHeight = 13
          Sorted = True
          TabOrder = 1
          OnClick = AssocListClick
          OnKeyPress = AssocListKeyPress
        end
      end
    end
  end
  object OpenDialog: TOpenDialog
    Filter = 'Todos los programas|*.exe *.com *.pif *.bat|Archivos ejecutables|*.exe|Archivos PIF|*.pif|Comandos de DOS|*.com|Archivos de proceso por lotes|*.bat|Todos los archivos|*.*'
    Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
    Title = 'Seleccionar programa'
    Left = 6
    Top = 339
  end
end
