home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 December / Chip_2001-12_cd1.bin / zkuste / delphi / kompon / d23456 / CAJSCRTP.ZIP / demo_del / demo2.dfm / demo2.txt
Text File  |  2001-04-30  |  558b  |  28 lines

  1. object PaintForm: TPaintForm
  2.   Left = 296
  3.   Top = 203
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Paint Form'
  7.   ClientHeight = 354
  8.   ClientWidth = 429
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object PaintBox1: TPaintBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 429
  23.     Height = 354
  24.     Align = alClient
  25.     OnPaint = PaintBox1Paint
  26.   end
  27. end
  28.