home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / shareware / screen / AquaLX.exe / 0 / RCDATA / TAQUAFORM / TAQUAFORM.txt
Text File  |  1998-03-04  |  792b  |  38 lines

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