object Console: TConsole
  Left = 202
  Top = 135
  Width = 436
  Height = 336
  Caption = 'Consola de depuracin de Calmira'
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  PixelsPerInch = 96
  OnCloseQuery = FormCloseQuery
  TextHeight = 13
  object Listbox: TListBox
    Left = 0
    Top = 0
    Width = 428
    Height = 309
    Align = alClient
    BorderStyle = bsNone
    ItemHeight = 13
    TabOrder = 0
    OnKeyPress = ListboxKeyPress
  end
end
