home *** CD-ROM | disk | FTP | other *** search
- <!-- Player:Windowshade Mode -->
-
- <layout id="shade" background="player.shade-base-alpha" desktopalpha="1">
-
- <layer image="player.shade-LCD" x="23" y="4" alpha="255" />
-
- <!-- Seeker behind timer -->
- <layer id="shadeseek" x="31" y="22" image="player.shade-seek" move="0" />
- <layer id="shadeseekfull" x="31" y="22" image="player.shade-seek-full" move="0" ghost="1" />
- <slider id="shadehidseek" action="SEEK" x="0" y="0" w="83" h="0"/>
-
- <layer image="player.shade-backgrounddots" x="25" y="5" alpha="128" ghost="1" />
-
- <!-- Song ticker -->
- <text
- id="Songticker" ticker="1"
- display="songname" showlen="1"
- x="104" y="5"
- w="123" h="12"
- font="arial" fontsize="12" align="center"
- color="86,86,86"
- />
-
- <!-- MP3TimeWindow -->
- <text
- id="timer"
- x="36" y="24"
- w="76" h="19"
- display="time"
- font="player.shade.font" fontsize="24" align="center"
- color="86,86,86"
- ghost="1"
- timecolonwidth="5"
- />
-
- <layer image="player.shade-base" x="3" y="4" alpha="255" ghost="1"/>
-
- <layer image="player.base-shade" x="0" y="1" alpha="255" ghost="1"/>
- <layer image="player.shade-bulletholes" x="39" y="6" alpha="204" ghost="1"/>
-
- <layer image="player.shade-timer-glass" x="31" y="22" alpha="140" ghost="1"/>
- <layer image="player.shade-ticker-glass" x="93" y="4" alpha="128" ghost="1"/>
-
- <!-- Playback buttons -->
- <button
- id="Previous"
- action="PREV"
- x="132" y="27"
- image="player.shade-previous"
- downImage="player.shade-previous-press"
- tooltip="Previous"
- />
-
- <button
- id="play"
- action="PLAY"
- x="11" y="11"
- image="player.shade-play"
- downImage="player.shade-play-press"
- tooltip="Play"
- />
-
- <button
- id="pause"
- action="pause"
- x="11" y="11"
- image="player.shade-pause"
- downImage="player.shade-pause-press"
- tooltip="Pause"
- />
-
- <button
- id="Stop"
- action="STOP"
- x="153" y="27"
- image="player.shade-stop"
- downImage="player.shade-stop-press"
- tooltip="Stop"
- />
-
- <button
- id="Next"
- action="NEXT"
- x="174" y="27"
- image="player.shade-next"
- downImage="player.shade-next-press"
- tooltip="Next"
- />
-
- <button
- id="EJECT"
- action="EJECT"
- x="194" y="27"
- image="player.shade-open"
- downImage="player.shade-open-press"
- tooltip="Eject"
- />
-
- <layer image="player.shade-pill-glow" x="11" y="11" alpha="255" ghost="1"/>
- <layer image="player.shade-c-button-icons" x="22" y="21" alpha="204" ghost="1"/>
-
- <slider
- id="Volume"
- action="VOLUME"
- x="115" y="18"
- w="96" h="4"
- thumb="player.shade-volume-nob"
- downThumb="player.shade-volume-nob"
- />
-
- <!-- Titlebar buttons -->
- <button
- id="Minimize"
- action="MINIMIZE"
- x="251" y="8"
- image="player.shade-min"
- downImage="player.shade-min-press"
- tooltip="Minimize Winamp"
- />
- <button
- id="plmode" tooltip="Toggle Normal mode"
- x="254" y="19"
- action="SWITCH" param="normal"
- image="player.shade-switch"
- downImage="player.shade-switch-press"
- />
- <button
- id="Close"
- action="CLOSE"
- x="251" y="30"
- image="player.shade-close"
- downImage="player.shade-close-press"
- tooltip="Exit Winamp"
- />
-
- </layout>
-