home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / kolekce / d56 / TDSOFT.ZIP / DEMO / InvisibleFrm.dfm < prev    next >
Text File  |  2001-05-24  |  798b  |  38 lines

  1. object frmInvisible: TfrmInvisible
  2.   Left = 251
  3.   Top = 436
  4.   Width = 668
  5.   Height = 215
  6.   Caption = 'Invisible'
  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 = 0
  18.     Top = 0
  19.     Width = 660
  20.     Height = 188
  21.     Align = alClient
  22.     Alignment = taCenter
  23.     Caption = 'Trasparent Form'
  24.     Font.Charset = ANSI_CHARSET
  25.     Font.Color = clWindowText
  26.     Font.Height = -37
  27.     Font.Name = 'Verdana'
  28.     Font.Style = [fsBold]
  29.     ParentFont = False
  30.     Layout = tlCenter
  31.   end
  32.   object TDTW: TTDTrasparentWindow
  33.     Delay = 0
  34.     Left = 168
  35.     Top = 244
  36.   end
  37. end
  38.