object TaskPropDlg: TTaskPropDlg
  Left = 254
  Top = 102
  HelpContext = 53
  ActiveControl = TabPanel
  BorderStyle = bsDialog
  Caption = 'Propiedades de la Barra de tareas'
  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
  OnKeyDown = FormKeyDown
  TextHeight = 13
  object TabPanel: TTabPanel
    Left = 4
    Top = 6
    Width = 334
    Height = 332
    Tabs.Strings = (
      'General'
      'Adicional'
      'Exclusiones')
    TabHeight = 20
    TabIndex = 0
    Notebook = Notebook
    ParentColor = True
    TabOrder = 0
    TabStop = True
    object Notebook: TNotebook
      Left = 1
      Top = 21
      Width = 331
      Height = 309
      Align = alClient
      TabOrder = 0
      object TPage
        Left = 0
        Top = 0
        Caption = 'General'
        object Bevel4: TBevel
          Left = 12
          Top = 200
          Width = 308
          Height = 81
          Shape = bsFrame
        end
        object Label4: TLabel
          Left = 20
          Top = 194
          Width = 90
          Height = 13
          Caption = 'Animacin de la barra de tareas:'
          Font.Color = clWindowText
          Font.Height = -11
          Font.Name = 'MS Sans Serif'
          Font.Style = []
          ParentFont = False
        end
        object Label9: TLabel
          Left = 24
          Top = 220
          Width = 183
          Height = 13
          Caption = 'Nmero de pxeles a mover (simple columna):'
        end
        object Label10: TLabel
          Left = 24
          Top = 248
          Width = 115
          Height = 13
          Caption = 'Retraso de "bajar velocidad" (ms):'
        end
        object Label11: TLabel
          Left = 12
          Top = 12
          Width = 39
          Height = 13
          Caption = 'Opciones:'
        end
        object CheckList: TCheckList
          Left = 12
          Top = 32
          Width = 308
          Height = 146
          CheckboxStyle = csWin95
          IntegralHeight = True
          ItemHeight = 18
          Items.Strings = (
            'Ocultar y desactivar la barra de tareas'
	    'Mantener la barra de tareas siempre visible'
            'Encajar las ventanas maximizar por arriba de la barra de tareas'
            'Mostrar reloj en formato 24 horas'
            'Mostrar recursos sobre el reloj'
            'Mostrar fecha completa sobre el reloj'
            'Animar la barra de tareas al aparecer'
            'Mostrar controles de la barra de tareas al animar'
            'Mostrar nombre completo de ventana como ayuda emergente'
            'Mover ventanas minimizadas sobre la barra'
            'Ocultar los iconos de las aplicaciones minimizadas'
            'Mostrar botones para las ventanas'
            'Mostrar botn para el explorador'
            'Mostrar ruta completa de MS-DOS en las ventanas'
            'Mostrar nombre de documento antes del nombre de programa'
            'Cambiar el nombre del documento a minsculas'
            'Mostrar menues reales del sistema sobre los botones de la barra de tareas'
          ParentShowHint = False
          ShowHint = True
          TabOrder = 0
        end
        object PixelsEdit: TSpinEdit
          Left = 260
          Top = 216
          Width = 45
          Height = 22
          MaxValue = 4
          MinValue = 1
          TabOrder = 1
          Value = 1
        end
        object SlowDownEdit: TSpinEdit
          Left = 260
          Top = 244
          Width = 45
          Height = 22
          MaxValue = 15
          MinValue = 0
          TabOrder = 2
          Value = 0
        end
      end
      object TPage
        Left = 0
        Top = 0
        Caption = 'Adicional'
        object Bevel1: TBevel
          Left = 11
          Top = 30
          Width = 310
          Height = 20
        end
        object Label1: TLabel
          Left = 12
          Top = 12
          Width = 114
          Height = 13
          Caption = 'Elementos en la barra del sis&tema:'
          FocusControl = AppTrayList
        end
        object AddAppBtn: TStyleSpeed
          Left = 72
          Top = 184
          Width = 80
          Height = 23
          Caption = 'Agregar'
          OnClick = AddAppBtnClick
          Style = sbWin95
        end
        object RemoveBtn: TStyleSpeed
          Left = 240
          Top = 184
          Width = 80
          Height = 23
          Caption = 'Quitar'
          OnClick = RemoveBtnClick
          Style = sbWin95
        end
        object ModifyBtn: TStyleSpeed
          Left = 156
          Top = 184
          Width = 80
          Height = 23
          Caption = 'Modificar'
          OnClick = ModifyBtnClick
          Style = sbWin95
        end
        object Header1: THeader
          Left = 12
          Top = 31
          Width = 308
          Height = 18
          Sections.Sections = (
            #0'104'#0'Ayuda emergente'
            #0'89'#0'Nombre de programa')
          TabOrder = 0
          OnSized = Header1Sized
        end
        object AppTrayList: TListBox
          Left = 12
          Top = 48
          Width = 308
          Height = 128
          ItemHeight = 16
          Style = lbOwnerDrawFixed
          TabOrder = 1
          OnDrawItem = AppTrayListDrawItem
          OnKeyDown = AppTrayListKeyDown
        end
      end
      object TPage
        Left = 0
        Top = 0
        Caption = 'Exclusiones'
        object Bevel2: TBevel
          Left = 11
          Top = 30
          Width = 310
          Height = 20
        end
        object Label3: TLabel
          Left = 12
          Top = 12
          Width = 178
          Height = 13
          Caption = 'Programas a &excluir de la barra de tareas:'
          FocusControl = ExcludeList
        end
        object AddExclusionBtn: TStyleSpeed
          Left = 72
          Top = 184
          Width = 80
          Height = 23
          Caption = 'Agregar'
          OnClick = AddExclusionBtnClick
          Style = sbWin95
        end
        object RemoveExcludeBtn: TStyleSpeed
          Left = 240
          Top = 184
          Width = 80
          Height = 23
          Caption = 'Quitar'
          OnClick = RemoveExcludeBtnClick
          Style = sbWin95
        end
        object ModifyExclusionBtn: TStyleSpeed
          Left = 156
          Top = 184
          Width = 80
          Height = 23
          Caption = 'Modificar'
          OnClick = ModifyExclusionBtnClick
          Style = sbWin95
        end
        object Header2: THeader
          Left = 12
          Top = 31
          Width = 308
          Height = 18
          Sections.Sections = (
            #0'104'#0'Nombre de programa'
            #0'62'#0'Clase')
          TabOrder = 0
          OnSized = Header2Sized
        end
        object ExcludeList: TListBox
          Left = 12
          Top = 48
          Width = 308
          Height = 128
          ItemHeight = 16
          Style = lbOwnerDrawFixed
          TabOrder = 1
          OnDrawItem = ExcludeListDrawItem
          OnKeyDown = ExcludeListKeyDown
        end
      end
    end
  end
  object OKBtn: TPicBtn
    Left = 88
    Top = 344
    Width = 80
    Height = 25
    TabOrder = 1
    OnClick = OKBtnClick
    Kind = bkOK
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object CancelBtn: TPicBtn
    Left = 172
    Top = 344
    Width = 80
    Height = 25
    TabOrder = 2
    Kind = bkCancel
    Margin = 4
    Style = bsNew
    Spacing = -1
    IsControl = True
  end
  object HelpBtn: TPicBtn
    Left = 256
    Top = 344
    Width = 80
    Height = 25
    Caption = 'Ayuda'
    TabOrder = 3
    Kind = bkHelp
    Margin = 4
    Style = bsNew
    Spacing = -1
  end
end
