home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2000 September / Igromania_09.iso / Disk.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2000-09-17  |  790b  |  35 lines

  1. object Form1: TForm1
  2.   Left = 216
  3.   Top = 0
  4.   Align = alTop
  5.   BorderStyle = bsNone
  6.   Caption = 'Form1'
  7.   ClientHeight = 600
  8.   ClientWidth = 800
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Visible = True
  17.   WindowState = wsMaximized
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnMouseDown = FormMouseDown
  21.   OnMouseMove = FormMouseMove
  22.   OnMouseUp = FormMouseUp
  23.   OnPaint = FormPaint
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object xp: TXaudioPlayer
  27.     Priority = 4
  28.     OnNotifyPlayerState = xpNotifyPlayerState
  29.     OnNotifyOutputVolume = xpNotifyOutputVolume
  30.     OnNotifyOutputMasterLevel = xpNotifyOutputMasterLevel
  31.     Left = 512
  32.     Top = 16
  33.   end
  34. end
  35.