home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / temacd / fineview / finevw69.exe / FineView.exe / 0 / RCDATA / TFORMMUSIC / TFORMMUSIC.txt
Text File  |  2004-10-09  |  1KB  |  58 lines

  1. object FormMusic: TFormMusic
  2.   Left = 452
  3.   Top = 165
  4.   Width = 329
  5.   Height = 152
  6.   Caption = 'FormMusic'
  7.   Color = clBtnFace
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object MediaPlayer1: TMediaPlayer
  19.     Left = 8
  20.     Top = 8
  21.     Width = 253
  22.     Height = 20
  23.     TabOrder = 0
  24.   end
  25.   object VorbisGem: TVorbisGem
  26.     Left = 184
  27.     Top = 40
  28.     Width = 100
  29.     Height = 41
  30.     OnPlayingDone = VorbisGemPlayingDone
  31.     OnDLLLoadErr = VorbisGemDLLLoadErr
  32.   end
  33.   object TimerWaitDone: TTimer
  34.     Enabled = False
  35.     OnTimer = TimerWaitDoneTimer
  36.     Left = 128
  37.     Top = 40
  38.   end
  39.   object MP3Player1: TMP3Player
  40.     AutoOpen = True
  41.     AutoPlay = True
  42.     ChangePosStep = 400
  43.     DecodePriority = tpNormal
  44.     EqualizerEnabled = False
  45.     EqualizerCount = 6
  46.     EqualizerMode = memSubBand
  47.     NeedInfoType = [mitID3V1, mitID3V2, mitRiff]
  48.     NoisySeek = True
  49.     InvertPolarity = False
  50.     UsingCpuCapabilities = [mccMMX, mcc3DNow, mccKNI, mccE3DNow, mccCMOV, mccEMMX]
  51.     VolBalance = 0
  52.     Volume = 0
  53.     OnEndPlay = MP3Player1EndPlay
  54.     Left = 88
  55.     Top = 40
  56.   end
  57. end
  58.