home *** CD-ROM | disk | FTP | other *** search
/ Screen - 100 Snelle Screensavers / ScreenSaver.iso / aquascape / setup.exe / 0 / RCDATA / TAQUAFORM / TAQUAFORM.txt
Text File  |  1997-06-29  |  737b  |  36 lines

  1. object AquaForm: TAquaForm
  2.   Left = 0
  3.   Top = 321
  4.   Cursor = crArrow
  5.   BorderStyle = bsNone
  6.   Caption = 'AquaScape'
  7.   ClientHeight = 251
  8.   ClientWidth = 381
  9.   Color = clBlack
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   WindowState = wsMaximized
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyDown = FormKeyDown
  21.   OnMouseMove = FormMouseMove
  22.   OnPaint = FormPaint
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object MediaPlayer: TMediaPlayer
  26.     Left = 276
  27.     Top = 271
  28.     Width = 29
  29.     Height = 30
  30.     VisibleButtons = []
  31.     DeviceType = dtWaveAudio
  32.     Visible = False
  33.     TabOrder = 0
  34.   end
  35. end
  36.