home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Freeware / Programare / gdiplusdelphi / demos / Using Regions / Hit Testing with a Region / Unit1.dfm < prev    next >
Encoding:
Text File  |  2002-02-02  |  402 b   |  19 lines

  1. object Form1: TForm1
  2.   Left = 192
  3.   Top = 114
  4.   Width = 160
  5.   Height = 182
  6.   Caption = 'Hit Testing with a Region'
  7.   Color = clWhite
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnMouseMove = FormMouseMove
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18. end
  19.