home *** CD-ROM | disk | FTP | other *** search
- <!-- Player:Windowshade Mode -->
-
- <groupdef id="shade.content">
-
- <!-- Timer -->
- <text
- id="timer"
- display="time"
- x="14" y="40"
- w="49" h="8"
- font="player.font3" fontsize="13" align="center"
- />
-
- <!-- Sound Analyzer -->
- <vis
- id="vis"
- x="12" y="19"
- w="51" h="17"
- colorband1="0,80,154"
- colorband2="0,80,154"
- colorband3="0,80,154"
- colorband4="0,80,154"
- colorband5="0,80,154"
- colorband6="0,80,154"
- colorband7="0,80,154"
- colorband8="0,80,154"
- colorband9="0,80,154"
- colorband10="0,80,154"
- colorband11="0,80,154"
- colorband12="0,80,154"
- colorband13="0,80,154"
- colorband14="0,80,154"
- colorband15="0,80,154"
- colorband16="0,80,154"
- colorbandpeak="0,80,154"
- colorosc1="0,80,154"
- colorosc2="0,80,154"
- colorosc3="0,80,154"
- colorosc4="0,80,154"
- colorosc5="0,80,154"
- />
-
- <!-- layer id="ws-seek-off" x="0" y="0" image="player.ws.seek" move="0" sysregion="1"/ -->
- <!-- layer id="ws-seek-on" x="0" y="0" image="player.ws.seek-on" move="0" ghost="1"/ -->
-
- <!-- layer id="ws-vol-off" x="0" y="0" image="player.ws.vol" move="0" sysregion="1"/ -->
- <!-- layer id="ws-vol-on" x="0" y="0" image="player.ws.vol-on" move="0" ghost="1"/ -->
-
- <layer id="shadeavsmask" x="0" y="0" image="player.ws.bg-avsmask" move="0" ghost="1"/>
- <layer id="shadeglass" x="0" y="0" image="player.ws.bg-glass" move="0" ghost="1"/>
- <layer id="shadeglass2" x="0" y="0" image="player.ws.bg-glass2" move="0" ghost="1"/>
-
- <layer id="shadeframe" x="0" y="0" image="player.ws.bg-frame" move="0" ghost="1"/>
-
- <!-- Playback buttons -->
- <button
- id="Previous"
- action="PREV"
- x="12" y="58"
- image="player.ws.previous"
- downImage="player.ws.previous-pressed"
- tooltip="Previous"
- />
- <button
- id="Play"
- action="PLAY"
- x="33" y="70"
- image="player.ws.play"
- downImage="player.ws.play-pressed"
- tooltip="Play"
- />
- <button
- id="Pause"
- action="PAUSE"
- x="33" y="70"
- image="player.ws.pause"
- downImage="player.ws.pause-pressed"
- tooltip="Pause"
- />
- <button
- id="Stop"
- action="STOP"
- x="55" y="60"
- image="player.ws.stop"
- downImage="player.ws.stop-pressed"
- tooltip="Stop"
- />
- <button
- id="Next"
- action="NEXT"
- x="18" y="64"
- image="player.ws.next"
- downImage="player.ws.next-pressed"
- tooltip="Next"
- />
- <button
- id="Eject"
- action="EJECT"
- x="12" y="88"
- image="player.ws.eject"
- downImage="player.ws.eject-pressed"
- tooltip="Eject"
- />
-
- <!-- Titlebar buttons -->
- <button
- id="Minimize"
- action="MINIMIZE"
- x="77" y="59"
- image="player.minimize"
- downImage="player.minimize-pressed"
- tooltip="Minimize Winamp"
- />
- <button
- id="winshade" tooltip="Toggle Windowshade mode"
- action="SWITCH" param="normal"
- x="74" y="70"
- image="player.winshade"
- downImage="player.winshade-pressed"
- />
- <button
- id="Close"
- action="CLOSE"
- x="76" y="46"
- image="player.close"
- downImage="player.close-pressed"
- tooltip="Exit Winamp"
- />
-
- </groupdef>
-
- <layout id="shade" background="player.ws.bg" desktopalpha="1">
- <layer id="player.ws.bgbluescreen" x="0" y="0" image="player.ws.bgbluescreen" move="0" ghost="1"/>
- <group id="shade.content" x="5" y="5" w="94" h="138" />
-
- </layout>
-