object FormMusic: TFormMusic Left = 452 Top = 165 Width = 329 Height = 152 Caption = 'FormMusic' Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 12 object MediaPlayer1: TMediaPlayer Left = 8 Top = 8 Width = 253 Height = 20 TabOrder = 0 end object VorbisGem: TVorbisGem Left = 184 Top = 40 Width = 100 Height = 41 OnPlayingDone = VorbisGemPlayingDone OnDLLLoadErr = VorbisGemDLLLoadErr end object TimerWaitDone: TTimer Enabled = False OnTimer = TimerWaitDoneTimer Left = 128 Top = 40 end object MP3Player1: TMP3Player AutoOpen = True AutoPlay = True ChangePosStep = 400 DecodePriority = tpNormal EqualizerEnabled = False EqualizerCount = 6 EqualizerMode = memSubBand NeedInfoType = [mitID3V1, mitID3V2, mitRiff] NoisySeek = True InvertPolarity = False UsingCpuCapabilities = [mccMMX, mcc3DNow, mccKNI, mccE3DNow, mccCMOV, mccEMMX] VolBalance = 0 Volume = 0 OnEndPlay = MP3Player1EndPlay Left = 88 Top = 40 end end