home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2001 February / Net02.iso / Utility / blaze2.exe / %SYS% / MP3Play20.ocx / 0 / RCDATA / TMP3PLAY / TMP3PLAY.txt < prev   
Encoding:
Text File  |  2000-12-29  |  753 b   |  39 lines

  1. object MP3Play: TMP3Play
  2.   Left = 195
  3.   Top = 120
  4.   Width = 140
  5.   Height = 60
  6.   AutoSize = True
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = ActiveFormCreate
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object Image1: TImage
  18.     Left = 0
  19.     Top = 0
  20.     Width = 28
  21.     Height = 28
  22.     AutoSize = True
  23.     Picture.Data = {<image000.bmp>}
  24.   end
  25.   object mp: TMPEGPlayer
  26.     Seekable = False
  27.     FromStream = False
  28.     PlayerPriority = Normal
  29.     UseTimer = True
  30.     TimerFreq = 1000
  31.     AutoPlay = False
  32.     OutputDevice = wavemapper
  33.     StartPos = 0
  34.     EndPos = 0
  35.     OnPlayEnd = mpPlayEnd
  36.     Left = 88
  37.   end
  38. end
  39.