home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / CANMAIN.DFM / CANMAIN.txt
Text File  |  1997-02-28  |  425b  |  24 lines

  1. object Form1: TForm1
  2.   Left = 199
  3.   Top = 114
  4.   Width = 278
  5.   Height = 300
  6.   Caption = 'Canvas'
  7.   Color = clBlack
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnPaint = FormPaint
  14.   OnResize = FormResize
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Timer1: TTimer
  18.     Interval = 500
  19.     OnTimer = Timer1Timer
  20.     Left = 24
  21.     Top = 16
  22.   end
  23. end
  24.