home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 November
/
CDVD1105.ISO
/
Util
/
Winamp
/
Skins
/
Overdrive_2.wal
/
xml
/
player-shade.xml
< prev
next >
Wrap
Text File
|
2002-10-18
|
4KB
|
193 lines
<!-- Player:Windowshade Mode -->
<layout id="shade" background="player.winshade.bg">
<!-- Playback buttons -->
<button
id="Previous"
action="PREV"
x="90" y="35"
image="player.winshade.button.previous"
downImage="player.winshade.button.previous.pressed"
tooltip="Previous"
/>
<button
id="Play"
action="PLAY"
x="106" y="35"
image="player.winshade.button.play"
downImage="player.winshade.button.play.pressed"
tooltip="Play"
/>
<button
id="Pause"
action="PAUSE"
x="122" y="35"
image="player.winshade.button.pause"
downImage="player.winshade.button.pause.pressed"
tooltip="Pause"
/>
<button
id="Stop"
action="STOP"
x="138" y="35"
image="player.winshade.button.stop"
downImage="player.winshade.button.stop.pressed"
tooltip="Stop"
/>
<button
id="Next"
action="NEXT"
x="154" y="35"
image="player.winshade.button.next"
downImage="player.winshade.button.next.pressed"
tooltip="Next"
/>
<button
id="Eject"
action="EJECT"
x="170" y="35"
image="player.winshade.button.eject"
downImage="player.winshade.button.eject.pressed"
tooltip="Eject"
/>
<!-- Volume and Timer -->
<layer
id="volbg"
x="196" y="27"
w="74" h="20"
image="volbg"
/>
<slider
id="Volume"
action="VOLUME"
x="210" y="27"
w="60" h="20"
thumb="player.button.volume"
downThumb="player.button.volume.pressed"
/>
<layer
id="odbg"
x="197" y="7"
w="70" h="16"
image="odometerbg"
/>
<text
id="timer"
display="time"
x="197" y="7"
w="70" h="18"
font="player.BIGNUM" fontsize="21" align="right"
timecolonwidth="7"
timeroffstyle="0"
/>
<!-- Da song ticker -->
<text
id="songticker" ticker="1"
display="songname" default="" showlen="1"
x="4" y="11"
w="192" h="15"
font="player.Small" fontsize="15"
color="255,255,255"
/>
<!-- Info line -->
<text
id="infoline" ticker="1"
display="songinfo" default=""
x="3" y="23"
w="180" h="14"
font="player.Small" fontsize="14"
color="205,205,205"
/>
<!-- Little status bitmap -->
<status
id="status"
x="3" y="37"
w="84" h="12"
stopBitmap="player.status.stop"
playBitmap="player.status.play"
pauseBitmap="player.status.pause"
/>
<!-- Seeker -->
<layer
x="277" y="0"
id="mph outer"
image="shade.mph.outer"
/>
<layer
x="279" y="2"
id="mph"
image="shade.mph"
/>
<layer x="551" y="1" id="seekaniminfo" image="shade.anim.seek" move="0" ghost="1"/>
<AnimatedLayer
x="279" y="2"
w="48" h="48"
id="SeekAnim"
image="shade.anim.seek"
move="0"
autoplay="0"
autoreplay="0"
/>
<slider id="HiddenSeek"
ACTION="Seek" x="400" y="400" w="40" h="2"
thumb="shade.anim.seek" />
<layer
x="299" y="22"
id="mph.circ"
image="shade.mph.circ"
/>
<!-- Titlebar buttons -->
<button
id="controlbutton"
action="CONTROLMENU"
x="2" y="2"
image="player.button.ctrlmenu"
downImage="player.button.ctrlmenu.pressed"
tooltip="Control Menu"
/>
<button
id="sysbutton"
action="SYSMENU"
x="15" y="2"
image="player.button.mainmenu"
downImage="player.button.mainmenu.pressed"
tooltip="Main Menu"
/>
<button
id="Minimize"
action="MINIMIZE"
x="330" y="2"
image="player.button.minimize"
downImage="player.button.minimize.pressed"
tooltip="Minimize Winamp"
/>
<button
id="winshade" tooltip="Toggle Windowshade mode"
action="SWITCH" param="normal"
x="330" y="15"
image="player.winshade.button.winshade"
downImage="player.winshade.button.winshade.pressed"
/>
<button
id="Close"
action="CLOSE"
x="330" y="28"
image="player.button.close"
downImage="player.button.close.pressed"
tooltip="Exit Winamp"
/>
</layout>