home *** CD-ROM | disk | FTP | other *** search
- <!-- Player:Standard mode -->
-
- <!-- Control drawer group definition -->
- <groupdef id="controldrawer" background="player.topdrawer">
- <togglebutton
- id="Crossfade"
- x="78" y="59"
- image="player.crossfade"
- activeImage="player.crossfade-pressed"
- tooltip="Crossfade"
- />
- <togglebutton
- id="Shuffle"
- x="81" y="43"
- image="player.shuffle"
- activeImage="player.shuffle-pressed"
- tooltip="Shuffle"
- />
- <togglebutton
- id="Repeat"
- x="75" y="73"
- image="player.repeat"
- activeImage="player.repeat-pressed"
- tooltip="Repeat"
- />
- </groupdef>
-
-
- <!-- EQ drawer group definition -->
- <groupdef id="eqdrawer" background="player.eq.menu-background">
- <slider
- id="preamp"
- action="EQ_PREAMP"
- x="30" y="17"
- w="5" h="31"
- orientation="vertical"
- thumb="player.eq.slider"
- downThumb="player.eq.slider-pressed"
- />
-
- <slider
- id="eq1"
- action="EQ_BAND" param="1"
- x="41" y="17"
- w="5" h="31"
- orientation="vertical"
- thumb="player.eq.slider"
- downThumb="player.eq.slider-pressed"
- />
-
- <slider
- id="eq2"
- action="EQ_BAND" param="2"
- x="49" y="17"
- w="5" h="31"
- orientation="vertical"
- thumb="player.eq.slider"
- downThumb="player.eq.slider-pressed"
- />
-
- <slider
- id="eq3"
- action="EQ_BAND" param="3"
- x="57" y="17"
- w="5" h="31"
- orientation="vertical"
- thumb="player.eq.slider"
- downThumb="player.eq.slider-pressed"
- />
-
- <slider
- id="eq4"
- action="EQ_BAND" param="4"
- x="65" y="17"
- w="5" h="31"
- orientation="vertical"
- thumb="player.eq.slider"
- downThumb="player.eq.slider-pressed"
- />
-
- <slider
- id="eq5"
- action="EQ_BAND" param="5"
- x="73" y="17"
- w="5" h="31"
- orientation="vertical"
- thumb="player.eq.slider"
- downThumb="player.eq.slider-pressed"
- />
-
- <slider
- id="eq6"
- action="EQ_BAND" param="6"
- x="81" y="17"
- w="5" h="31"
- orientation="vertical"
- thumb="player.eq.slider"
- downThumb="player.eq.slider-pressed"
- />
-
- <slider
- id="eq7"
- action="EQ_BAND" param="7"
- x="89" y="17"
- w="5" h="31"
- orientation="vertical"
- thumb="player.eq.slider"
- downThumb="player.eq.slider-pressed"
- />
-
- <slider
- id="eq8"
- action="EQ_BAND" param="8"
- x="97" y="17"
- w="5" h="31"
- orientation="vertical"
- thumb="player.eq.slider"
- downThumb="player.eq.slider-pressed"
- />
-
- <slider
- id="eq9"
- action="EQ_BAND" param="9"
- x="105" y="17"
- w="5" h="31"
- orientation="vertical"
- thumb="player.eq.slider"
- downThumb="player.eq.slider-pressed"
- />
-
- <slider
- id="eq10"
- action="EQ_BAND" param="10"
- x="113" y="17"
- w="5" h="31"
- orientation="vertical"
- thumb="player.eq.slider"
- downThumb="player.eq.slider-pressed"
- />
-
- <layer id="eqmenu" x="0" y="0" image="player.eq.menu" move="0" ghost="1"/>
-
- <button
- id="eqon"
- action="EQ_TOGGLE"
- x="18" y="17"
- image="player.eq.on-disabled"
- downImage="player.eq.on-pressed"
- activeImage="player.eq.on-enabled"
- tooltip="Toggle EQ processing"
- />
-
- <button
- id="eqauto"
- action="EQ_AUTO"
- x="74" y="49"
- image="player.eq.auto-disabled"
- downImage="player.eq.auto-pressed"
- activeImage="player.eq.auto-enabled"
- tooltip="Toggle EQ automatic processing"
- />
-
- <button
- id="eqpresets"
- action="MENU" param="presets"
- x="39" y="50"
- image="player.eq.preset"
- downImage="player.eq.preset-pressed"
- tooltip="Display Presets menu"
- />
- </groupdef>
-
- <groupdef id="player.content" background="player.constraints" drawbackground="0">
-
- <!-- Timer -->
- <text
- id="timer"
- display="time"
- x="15" y="91"
- w="110" h="14"
- font="player.numfont" fontsize="21" align="right" timecolonwidth="7"
- />
-
- <!-- Da song ticker -->
- <text
- id="songticker" ticker="1"
- display="songname" default=""
- x="22" y="72"
- w="150" h="7"
- font="player.font" fontsize="13"
- />
-
- <!-- Info line -->
- <text
- id="infoline" ticker="1"
- display="songinfo" default=""
- x="24" y="83"
- w="150" h="6"
- font="player.font2" fontsize="6"
- />
-
- <!-- Sound Analyzer -->
- <vis
- id="vis"
- x="13" y="21"
- w="177" h="48"
- 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="bg2" x="0" y="0" image="player.bg2" move="0" ghost="1"/>
-
- <!-- EQ Spline -->
- <!--eqvis
- id="spline"
- x="13" y="18"
- w="177" h="48"
- colortop="91,19,159" colormiddle="0,80,154" colorbottom="0,80,154"
- colorpreamp="0,68,133" gamma="128"
- /-->
-
- <layer id="bg-glass" x="0" y="0" image="player.bg-glass" move="0" ghost="1"/>
- <layer id="bg-glass2" x="0" y="0" image="player.bg-glass2" move="0" ghost="1"/>
- <layer id="bg-seeker" x="0" y="0" image="player.seeker" move="0" sysregion="1"/>
- <layer id="HiddenSeeker" x="0" y="0" image="player.seeker-on" move="0" ghost="1"/>
-
- <!-- EQ drawer -->
- <group id="eqdrawer" x="0" y="122" w="189" h="89" move="0"/>
-
- <!-- Controls drawer -->
- <group id="controldrawer" x="120" y="2" w="133" h="125" move="0"/>
-
- <!-- Put back the frame around the whole thing to hide things like drawers -->
- <layer id="frame" x="0" y="0" image="player.bg-frame" move="1" ghost="0" sysregion="1"/>
-
- <!-- Playback buttons -->
- <button
- id="Previous"
- action="PREV"
- x="118" y="137"
- image="player.previous"
- downImage="player.previous-pressed"
- tooltip="Previous"
- />
- <button
- id="Play"
- action="PLAY"
- x="124" y="120"
- image="player.play"
- downImage="player.play-pressed"
- tooltip="Play"
- />
- <button
- id="Pause"
- action="PAUSE"
- x="136" y="104"
- image="player.pause"
- downImage="player.pause-pressed"
- tooltip="Pause"
- />
- <button
- id="Stop"
- action="STOP"
- x="155" y="94"
- image="player.stop"
- downImage="player.stop-pressed"
- tooltip="Stop"
- />
- <button
- id="Next"
- action="NEXT"
- x="177" y="87"
- image="player.next"
- downImage="player.next-pressed"
- tooltip="Next"
- />
-
- <Layer id="VolumeKnob" x="140" y="121" w="60" h="60" image="player.volume-knob" move="0" ghost="0"/>
- <Layer id="VolumeKnobOv" x="140" y="121" w="60" h="60" image="player.volume-knob-overlay" move="0" ghost="1"/>
-
- <button
- id="Eject"
- action="EJECT"
- x="183" y="119"
- image="player.eject"
- downImage="player.eject-pressed"
- tooltip="Eject"
- />
-
- <!-- Titlebar buttons -->
- <button
- id="Minimize"
- action="MINIMIZE"
- x="214" y="98"
- image="player.minimize"
- downImage="player.minimize-pressed"
- tooltip="Minimize Winamp"
- />
- <button
- id="winshade" tooltip="Toggle Windowshade mode"
- action="SWITCH" param="shade"
- x="211" y="109"
- image="player.winshade"
- downImage="player.winshade-pressed"
- />
- <button
- id="Close"
- action="CLOSE"
- x="213" y="85"
- image="player.close"
- downImage="player.close-pressed"
- tooltip="Exit Winamp"
- />
-
-
- <!-- Window switching buttons -->
- <!-- note that you can also use "guid:avs" or "guid:pl" for toggling parameters -->
- <button
- id="ml"
- action="TOGGLE" param="guid:{6B0EDF80-C9A5-11d3-9F26-00C04F39FFC6}"
- x="94" y="154"
- image="player.ml-disabled"
- downImage="player.ml-pressed"
- activeImage="player.ml-enabled"
- tooltip="Toggle Music Library"
- />
-
-
- <!-- guid:{45f3f7c1-a6f3-4ee6-a15e-125e92fc3f8d} -->
-
- <button
- id="pl"
- action="TOGGLE" param="guid:{45f3f7c1-a6f3-4ee6-a15e-125e92fc3f8d}"
- x="72" y="152"
- image="player.pl-disabled"
- downImage="player.pl-pressed"
- activeImage="player.pl-enabled"
- tooltip="Toggle Playlist Editor"
- />
- </groupdef>
-
-
-
- <!-- Player layout definition -->
-
- <layout id="normal" background="player.bg" desktopalpha="1">
- <layer id="player.bgbluescreen" x="0" y="0" image="player.bgbluescreen" move="0" ghost="1" desktopalpha="1"/>
- <group id="player.content" x="5" y="5" w="232" h="184" />
-
- </layout>
-