home *** CD-ROM | disk | FTP | other *** search
- <!-- Player:Windowshade Mode -->
-
- <layout id="shade" background="player.winshade.bg"
- inactive="player.winshade.bg.inactive">
-
- <layer id="placeholder" x="0" y="0" image="player.winshade.placeHolder"/>
-
- <!-- Playback buttons -->
- <button
- id="Play"
- action="PLAY"
- x="32" y="0"
- image="player.winshade.button.play"
- downImage="player.winshade.button.play.pressed"
- tooltip="Play"
- />
- <button
- id="Eject"
- action="EJECT"
- x="51" y="21"
- image="player.winshade.button.eject"
- downImage="player.winshade.button.eject.pressed"
- tooltip="Eject"
- />
-
- <!-- Da song ticker -->
- <text
- id="songticker" ticker="1"
- display="songname" default="" showlen="1"
- x="15" y="80"
- w="72" h="14"
- font="player.SmallFixed" fontsize="13"
- />
-
- <!-- Timer -->
- <text
- id="timer"
- display="time"
- x="19" y="102"
- w="60" h="16"
- font="player.BIGNUM" fontsize="21" align="right"
- timecolonwidth="7"
- />
-
- <!-- Sound Analyzer -->
- <vis
- id="vis"
- x="23" y="130"
- w="45" h="16"
- colorband1="164,134,119"
- colorband2="0,0,0"
- colorband3="164,134,119"
- colorband4="0,0,0"
- colorband5="164,134,119"
- colorband6="0,0,0"
- colorband7="164,134,119"
- colorband8="0,0,0"
- colorband9="164,134,119"
- colorband10="0,0,0"
- colorband11="164,134,119"
- colorband12="0,0,0"
- colorband13="164,134,119"
- colorband14="0,0,0"
- colorband15="164,134,119"
- colorband16="0,0,0"
- colorband17="164,134,119"
- colorband18="0,0,0"
- colorbandpeak="0,0,0"
- />
-
-
- <!-- Titlebar buttons -->
- <button
- id="sysbutton"
- action="SYSMENU"
- x="555" y="3"
- image="player.button.menu"
- downImage="player.button.menu.pressed"
- />
- <layer
- id="blah"
- dblClickAction="SWITCH;normal"
- x="523" y="2"
- image="player.titlebar.active.text"
- />
- <button
- id="Minimize"
- action="MINIMIZE"
- x="530" y="3"
- image="player.button.minimize"
- downImage="player.button.minimize.pressed"
- tooltip="Minimize Winamp"
- />
- <button
- id="winshade" tooltip="Toggle Windowshade mode"
- action="SWITCH" param="normal"
- x="544" y="3"
- image="player.winshade.button.winshade"
- downImage="player.winshade.button.winshade.pressed"
- />
- <button
- id="Close"
- action="CLOSE"
- x="561" y="3"
- image="player.button.close"
- downImage="player.button.close.pressed"
- tooltip="Exit Winamp"
- />
- <button
- id="sglass"
- x="10" y="27"
- image="player.shade.glass"
- />
-
- </layout>
-