修改的是 ml-winamp2-skin\minilyrics.xml ,适用于 winamp 2 和 winamp 5。
仅修改了歌词显示面板,修改后能完美显示 winamp 的经典皮肤。
用 UltraEdit 打开,删除 37~60 行,在 36 行后插入以下代码。
<skinwnd name="minilyrics" wndsizeXmin="275" wndsizeYmin="35" EnableResize="TRUE" Width="400" Height="200">
<LyricShowMultiRow left="9" top="20" width="w - 18" height="h - 20 - 9" id="ID_LYRICSSHOWOBJ" name="Lyrics Show Object" >
</LyricShowMultiRow>
<SkinFocusImage left="0" top="0" width="25" height="20" id="ID_NONE" name="Left2Topcaption" image="PLEDIT.BMP" ImageRect="0,21,25,20" BltMode="copy" imageFocus="PLEDIT.BMP" imageFocusRect="0,0,25,20">
</SkinFocusImage>
<SkinFocusImage left="25" top="0" width="w - 50" height="20" id="ID_NONE" name="Left2Topcaption" image="PLEDIT.BMP" ImageRect="139,21,1,20" BltMode="stretch" imageFocus="PLEDIT.BMP" imageFocusRect="139,0,1,20">
</SkinFocusImage>
<SkinFocusImage left="w/2-50" top="0" width="25" height="20" id="ID_NONE" name="Left2Topcaption" image="PLEDIT.BMP" ImageRect="26,21,100,20" BltMode="copy" imageFocus="PLEDIT.BMP" imageFocusRect="26,0,100,20">
</SkinFocusImage>
<SkinFocusImage left="w - 25" top="0" width="25" height="20" id="ID_NONE" name="LeftTopImage" image="PLEDIT.BMP" ImageRect="153,21,25,20" BltMode="copy" imageFocus="PLEDIT.BMP" imageFocusRect="153,0,25,20">
</SkinFocusImage>
<SkinYScaleImage left="0" top="20" width="9" height="h - 20" id="ID_NONE" name="Left Frame" image="PLEDIT.BMP" ImageRect="0,42,9,20" imageScaleYStart="42" imageScaleYEnd="43">
</SkinYScaleImage>
<SkinYScaleImage left="w - 9" top="20" width="9" height="h - 20" id="ID_NONE" name="Right Frame" image="PLEDIT.BMP" ImageRect="42,42,9,20" imageScaleYStart="42" imageScaleYEnd="43">
</SkinYScaleImage>
<SkinXScaleImage left="0" top="h - 9" width="w" height="9" id="ID_NONE" name="Bottom Frame" image="PLEDIT.BMP" ImageRect="0,101,276,9" imageScaleXStart="20" imageScaleXEnd="21">
</SkinXScaleImage>
<SkinFocusImage left="17" top="h - 9" width="w - 34" height="9" id="ID_NONE" name="Bottom Frame" image="PLEDIT.BMP" ImageRect="39,101,1,9" BltMode="stretch" imageFocus="PLEDIT.BMP" imageFocusRect="39,101,1,9">
</SkinFocusImage>
</skinwnd>
你可以使用这个链接引用该篇文章 http://publishblog.blogchina.com/blog/tb.b?diaryID=1799242