object TaskManager: TTaskManager
  Left = 264
  Top = 117
  HelpContext = 28
  BorderStyle = bsSingle
  Caption = 'Administrador 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
  OnClose = FormClose
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnHide = FormHide
  OnKeyDown = FormKeyDown
  OnPaint = FormPaint
  OnResize = FormResize
  OnShow = FormShow
  TextHeight = 13
  object TaskLabel: TLabel
    Left = 8
    Top = 354
    Width = 50
    Height = 13
    Caption = 'TaskLabel'
  end
  object MemLabel: TLabel
    Left = 140
    Top = 354
    Width = 49
    Height = 13
    Caption = 'MemLabel'
  end
  object TabPanel: TTabPanel
    Left = 8
    Top = 8
    Width = 326
    Height = 338
    Tabs.Strings = (
      'Aplicaciones')
    TabHeight = 20
    TabIndex = 0
    TabOrder = 0
    TabStop = True
    object Notebook: TNotebook
      Left = 1
      Top = 21
      Width = 323
      Height = 315
      Align = alClient
      TabOrder = 0
      object TPage
        Left = 0
        Top = 0
        Caption = 'Aplicaciones'
        object Bevel: TBevel
          Left = 11
          Top = 13
          Width = 302
          Height = 20
        end
        object SwitchToBtn: TStyleSpeed
          Left = 148
          Top = 280
          Width = 80
          Height = 23
          Caption = '&Pasar a'
          OnClick = TaskSwitchToClick
          Style = sbWin95
        end
        object EndTaskBtn: TStyleSpeed
          Left = 64
          Top = 280
          Width = 80
          Height = 23
          Caption = '&Finalizar tarea'
          OnClick = TaskEndTaskClick
          Style = sbWin95
        end
        object NewTaskBtn: TStyleSpeed
          Left = 232
          Top = 280
          Width = 80
          Height = 23
          Caption = '&Nueva tarea...'
          OnClick = TaskNewTaskClick
          Style = sbWin95
        end
        object Header: THeader
          Left = 12
          Top = 14
          Width = 300
          Height = 18
          Sections.Sections = (
            #0'208'#0'Tarea'
            #0'43'#0'Mdulo')
          TabOrder = 0
          OnSized = HeaderSized
        end
        object Grid: TMultiGrid
          Left = 12
          Top = 31
          Width = 300
          Height = 242
          Focus = 0
          OnDrawCell = GridDrawCell
          AllowMulti = True
          Limit = 0
          SelColor = clHighlight
          ThumbTrack = True
          DefaultColWidth = 0
          DefaultRowHeight = 16
          RowCount = 8
          ColCount = 1
          DefaultDrawing = False
          GridLineWidth = 0
          Scrollbars = ssVertical
          TabOrder = 1
          OnDblClick = TaskSwitchToClick
          OnKeyDown = GridKeyDown
          OnMouseDown = GridMouseDown
          OnMouseUp = GridMouseUp
        end
      end
    end
  end
  object TaskMenu: TPopupMenu
    OnPopup = TaskMenuPopup
    Left = 284
    Top = 65
    object TaskSwitchTo: TMenuItem
      Caption = '&Pasar a'
      OnClick = TaskSwitchToClick
    end
    object TaskHide: TMenuItem
      Caption = '&Ocultar'
      OnClick = TaskHideClick
    end
    object N1: TMenuItem
      Caption = '-'
    end
    object TaskMinimize: TMenuItem
      Caption = '&Minimizar'
      OnClick = TaskMinimizeClick
    end
    object TaskCascade: TMenuItem
      Caption = '&Cascada'
      OnClick = TaskCascadeClick
    end
    object TaskTileHorizontal: TMenuItem
      Caption = 'Mosaico &horizontal'
      OnClick = TaskTileHorizontalClick
    end
    object TaskTileVertical: TMenuItem
      Caption = 'Mosaico &vertical'
      OnClick = TaskTileVerticalClick
    end
    object N3: TMenuItem
      Caption = '-'
    end
    object TaskEndTask: TMenuItem
      Caption = '&Cerrar tarea'
      OnClick = TaskEndTaskClick
    end
    object TaskTerminateTask: TMenuItem
      Caption = '&Finalizar tarea'
      OnClick = TaskTerminateTaskClick
    end
    object N2: TMenuItem
      Caption = '-'
    end
    object TaskNewTask: TMenuItem
      Caption = '&Nueva tarea...'
      OnClick = TaskNewTaskClick
    end
    object TaskRefresh: TMenuItem
      Caption = 'Actualiza&r'
      OnClick = TaskRefreshClick
    end
  end
  object Timer: TTimer
    Enabled = False
    OnTimer = TimerTimer
    Left = 253
    Top = 65
  end
end
