home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 April A / Pcwk4a98.iso / PROGRAM / DELPHI16 / Calmira / Src / SRC / SHORTS.DFM / SHORTS.txt
Text File  |  1996-12-10  |  590b  |  30 lines

  1. object Short: TShort
  2.   Left = 320
  3.   Top = 216
  4.   Width = 149
  5.   Height = 116
  6.   Caption = 'Shortcut'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   WindowState = wsMinimized
  13.   OnClose = FormClose
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnDragDrop = FormDragDrop
  18.   OnDragOver = FormDragOver
  19.   TextHeight = 13
  20.   object DropClient: TDropClient
  21.     OnDropFiles = DropClientDropFiles
  22.     Left = 16
  23.     Top = 12
  24.   end
  25.   object SystemMenu: TSystemMenu
  26.     Left = 54
  27.     Top = 12
  28.   end
  29. end
  30.