home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Internet / Javadraw / DATA.Z / Runclass.exe / 0 / RCDATA / TOUTPUTFORM / TOUTPUTFORM.txt
Text File  |  1996-08-07  |  519b  |  30 lines

  1. object OutputForm: TOutputForm
  2.   Left = 692
  3.   Top = 213
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'output'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object output: TMemo
  15.     Left = 0
  16.     Top = 0
  17.     Width = 427
  18.     Height = 273
  19.     Align = alClient
  20.     TabOrder = 0
  21.   end
  22.   object Timer1: TTimer
  23.     Enabled = False
  24.     Interval = 50
  25.     OnTimer = Timer1Timer
  26.     Left = 16
  27.     Top = 16
  28.   end
  29. end
  30.