object Taskbar: TTaskbar
  Left = 258
  Top = 188
  BorderIcons = []
  BorderStyle = bsNone
  Caption = 'Barra de tares'
  ClientHeight = 30
  ClientWidth = 400
  Font.Color = clBlack
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  KeyPreview = True
  PixelsPerInch = 96
  Position = poDefault
  Scaled = False
  Visible = True
  OnCreate = FormCreate
  OnDblClick = FormDblClick
  OnDestroy = FormDestroy
  OnDragOver = FormDragOver
  OnHide = FormHide
  OnKeyDown = FormKeyDown
  OnMouseDown = FormMouseDown
  OnMouseMove = FormMouseMove
  OnMouseUp = FormMouseUp
  OnPaint = FormPaint
  OnResize = FormResize
  OnShow = FormShow
  TextHeight = 13
  object StartButton: TStyleSpeed
    Left = 2
    Top = 4
    Width = 54
    Height = 22
    AllowAllUp = True
    GroupIndex = 2
    Caption = 'Inicio'
    Font.Color = clBlack
    Font.Height = -11
    Font.Name = 'MS Sans Serif'
    Font.Style = [fsBold]
    Glyph.Data = {
      F6000000424DF600000000000000760000002800000010000000100000000100
      0400000000008000000000000000000000001000000010000000000000000000
      80000080000000808000800000008000800080800000C0C0C000808080000000
      FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00777777777777
      777777000007777777700707000007777000077777000000000077CCCC00C000
      0B00C7C7CC00CC00BB00C7777700CC00BB00779999000C00B000979799000000
      00009777770090000A00770000009900AA00070700009900AA00077777000900
      A000777777700000000777777777700007777777777777777777}
    Margin = 2
    ParentFont = False
    ParentShowHint = False
    ShowHint = False
    Spacing = 2
    OnClick = StartButtonClick
    OnMouseDown = StartButtonMouseDown
    OnMouseMove = StartButtonMouseMove
    OnMouseUp = StartButtonMouseUp
    Style = sbWin95
  end
  object Clock: TPanel
    Left = 342
    Top = 4
    Width = 56
    Height = 22
    BevelOuter = bvLowered
    Caption = '00:00 AM'
    ParentColor = True
    ParentShowHint = False
    ShowHint = False
    TabOrder = 0
    OnDblClick = ClockDblClick
    OnMouseDown = ClockMouseDown
    OnMouseMove = ClockMouseMove
    OnMouseUp = ClockMouseUp
  end
  object QuickBar: TPanel
    Left = 64
    Top = 4
    Width = 60
    Height = 22
    BevelOuter = bvLowered
    ParentColor = True
    TabOrder = 1
  end
  object TaskMenu: TPopupMenu
    OnPopup = TaskMenuPopup
    Left = 132
    Top = 1
    object TaskRestore: TMenuItem
      Caption = '&Restaurar'
      OnClick = TaskRestoreClick
    end
    object TaskMinimize: TMenuItem
      Caption = 'Mi&nimizar'
      OnClick = TaskMinimizeClick
    end
    object TaskMaximize: TMenuItem
      Caption = 'Ma&ximizar'
      OnClick = TaskMaximizeClick
    end
    object N3: TMenuItem
      Caption = '-'
    end
    object TaskClose: TMenuItem
      Caption = '&Cerrar'
      OnClick = TaskCloseClick
    end
  end
  object SysMenu: TPopupMenu
    OnPopup = SysMenuPopup
    Left = 164
    Top = 1
    object HideTaskbar1: TMenuItem
      Caption = 'Ocultar barra de tareas'
      OnClick = HideTaskbar1Click
    end
    object StayVisible1: TMenuItem
      Tag = 2
      Caption = 'Siempre visible'
      OnClick = StayVisible1Click
    end
    object N1: TMenuItem
      Caption = '-'
    end
    object MinimizeAll1: TMenuItem
      Caption = 'Minimizar todas las ventanas'
      OnClick = MinimizeAll1Click
    end
    object N4: TMenuItem
      Caption = '-'
    end
    object Spy: TMenuItem
      Caption = 'Mostrar informacin de ventana'
      OnClick = SpyClick
    end
    object Terminate: TMenuItem
      Caption = 'Finalizar tarea'
      OnClick = TerminateClick
    end
    object TaskManager: TMenuItem
      Caption = 'Administrador de tareas...'
      OnClick = TaskManagerClick
    end
    object N2: TMenuItem
      Caption = '-'
    end
    object StartProperties: TMenuItem
      Caption = 'Propiedades del Men Inicio...'
      OnClick = StartPropertiesClick
    end
    object TaskbarProperties: TMenuItem
      Caption = 'Propiedades de la barra de tareas...'
      OnClick = TaskbarPropertiesClick
    end
  end
  object HintTimer: TTimer
    Enabled = False
    Interval = 800
    OnTimer = HintTimerTimer
    Left = 228
    Top = 1
  end
  object TrayMenu: TPopupMenu
    Left = 196
    Top = 1
    object TrayOpen: TMenuItem
      Caption = '&Abrir'
      OnClick = TrayOpenClick
    end
    object N5: TMenuItem
      Caption = '-'
    end
    object TrayAdd: TMenuItem
      Caption = '&Agregar...'
      OnClick = TrayAddClick
    end
    object TrayRemove: TMenuItem
      Caption = 'Quita&r'
      OnClick = TrayRemoveClick
    end
    object N6: TMenuItem
      Caption = '-'
    end
    object TrayProperties: TMenuItem
      Caption = '&Propiepades...'
      OnClick = TrayPropertiesClick
    end
  end
end
