home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 July / Gamestar_07_1999-07_cd2.bin / Program / Fillets.exe / 0 / RCDATA / TOVL / TOVL.txt
Text File  |  1998-03-27  |  659b  |  31 lines

  1. object Ovl: TOvl
  2.   Left = 815
  3.   Top = 428
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Ovl∩┐╜d∩┐╜n∩┐╜'
  7.   ClientHeight = 405
  8.   ClientWidth = 161
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnKeyDown = FormKeyDown
  18.   OnKeyUp = FormKeyUp
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 155
  25.     Height = 395
  26.     OnMouseDown = OvlMouseDown
  27.     OnMouseMove = OvlMouseMove
  28.     OnMouseUp = OvlMouseUp
  29.   end
  30. end
  31.