home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Calmira / Src / SRC / DEBUG.DFM / DEBUG.txt
Text File  |  1996-11-26  |  382b  |  23 lines

  1. object Console: TConsole
  2.   Left = 197
  3.   Top = 140
  4.   Width = 435
  5.   Height = 246
  6.   Caption = 'Console'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   TextHeight = 16
  13.   object Listbox: TListBox
  14.     Left = 0
  15.     Top = 0
  16.     Width = 425
  17.     Height = 217
  18.     Align = alClient
  19.     ItemHeight = 16
  20.     TabOrder = 0
  21.   end
  22. end
  23.