home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / ctenari / Zernovac / magnify / magnify.exe / 0 / RCDATA / TDUMMYWND / TDUMMYWND.txt
Encoding:
Text File  |  1999-08-31  |  551 b   |  29 lines

  1. object dummyWnd: TdummyWnd
  2.   Left = 200
  3.   Top = 104
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'dummyWnd'
  7.   ClientHeight = 40
  8.   ClientWidth = 132
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object AppEvents: TAppEvents
  18.     OnMessage = AppEventsMessage
  19.     Left = 8
  20.     Top = 4
  21.   end
  22.   object Check: TProgramCheck
  23.     Active = True
  24.     AutoCheck = True
  25.     Left = 66
  26.     Top = 4
  27.   end
  28. end
  29.