home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / kompon / d23456 / CAJSCRTP.ZIP / demo_kylix / demo2.dfm / demo2.txt
Text File  |  2001-05-20  |  585b  |  31 lines

  1. object PaintForm: TPaintForm
  2.   Left = 300
  3.   Top = 221
  4.   Width = 429
  5.   Height = 354
  6.   BorderIcons = []
  7.   Caption = 'Paint Form'
  8.   Color = clBackground
  9.   Font.Color = clText
  10.   Font.Height = 11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Pitch = fpVariable
  13.   Font.Style = []
  14.   Font.Weight = 0
  15.   ParentFont = False
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   TextWidth = 5
  22.   object PaintBox1: TPaintBox
  23.     Left = 0
  24.     Top = 0
  25.     Width = 429
  26.     Height = 354
  27.     Align = alClient
  28.     OnPaint = PaintBox1Paint
  29.   end
  30. end
  31.