home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / ArsClip / source.zip / UnitFrmDummyIcon.dfm < prev    next >
Text File  |  2002-05-16  |  519b  |  24 lines

  1. object frmDummyIcon: TfrmDummyIcon
  2.   Left = 273
  3.   Top = 228
  4.   Width = 374
  5.   Height = 177
  6.   Caption = 'frmDummyIcon'
  7.   Color = clBtnFace
  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.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 48
  18.     Top = 80
  19.     Width = 282
  20.     Height = 13
  21.     Caption = 'dummy form used to grab the icon of the foreground window'
  22.   end
  23. end
  24.