home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Kompuutteri Kaikille K-CD 2003 #3
/
K-CD_2003-03.iso
/
Winamp
/
winamp3_0-full.exe
/
Skins
/
Default.wal
/
xml
/
player-normal-group.xml
< prev
next >
Wrap
Text File
|
2002-07-30
|
5KB
|
223 lines
<!-- player-normal-group.xml defines the layout of the Winamp Player Window. -->
<!-- Playback buttons -->
<groupdef id="player.normal.playbuttons" name="Player buttons">
<button
id="Previous"
action="PREV"
x="0" y="0"
image="player.button.previous"
downImage="player.button.previous.pressed"
tooltip="Previous"
/>
<button
id="Play"
action="PLAY"
x="23" y="0"
image="player.button.play"
downImage="player.button.play.pressed"
tooltip="Play"
/>
<button
id="Pause"
action="PAUSE"
x="46" y="0"
image="player.button.pause"
downImage="player.button.pause.pressed"
tooltip="Pause"
/>
<button
id="Stop"
action="STOP"
x="69" y="0"
image="player.button.stop"
downImage="player.button.stop.pressed"
tooltip="Stop"
/>
<button
id="Next"
action="NEXT"
x="92" y="0"
image="player.button.next"
downImage="player.button.next.pressed"
tooltip="Next"
/>
<button
id="Eject"
action="EJECT"
x="121" y="1"
image="player.button.eject"
downImage="player.button.eject.pressed"
tooltip="Open File(s)"
/>
</groupdef>
<groupdef id="player.content.group" name="Winamp" inherit_group="wasabi.panel">
<layer x="0" y="0" w="0" h="0" relatw="1" relath="1"/>
<layer id="placeholder" x="6" y="5" ghost="1" image="player.placeHolder"/>
<layer id="display.background" x="7" y="6" ghost="1" image="player.display.background"/>
<!-- the playback buttons -->
<group id="player.normal.playbuttons" x="7" y="70" />
<togglebutton
id="Crossfade"
x="157" y="75"
image="player.toggler.crossfade.disabled"
downImage="player.toggler.crossfade.pressed"
activeImage="player.toggler.crossfade.enabled"
tooltip="Toggle Crossfading Between Tracks"
cfgattrib="{FC3EAF78-C66E-4ED2-A0AA-1494DFCC13FF};Enable crossfading"
/>
<togglebutton
id="Shuffle"
x="183" y="75"
image="player.toggler.shuffle.disabled"
downImage="player.toggler.shuffle.pressed"
activeImage="player.toggler.shuffle.enabled"
tooltip="Toggle Playlist Shuffling"
cfgattrib="{45F3F7C1-A6F3-4EE6-A15E-125E92FC3F8D};Shuffle"
/>
<togglebutton
id="Repeat"
x="209" y="75"
image="player.toggler.repeat.disabled"
downImage="player.toggler.repeat.pressed"
activeImage="player.toggler.repeat.enabled"
tooltip="Toggle Playlist Repeating"
cfgattrib="{45F3F7C1-A6F3-4EE6-A15E-125E92FC3F8D};Repeat"
cfgval="2"
/>
<button
id="Thinger"
action="TOGGLE" param="thinger"
x="237" y="68"
image="player.button.thinger"
downImage="player.button.thinger.pressed"
tooltip="Thinger"
/>
<layer
id="Resizer"
scale="bottomright"
x="254" y="85"
image="player.button.resize"
/>
<!-- Window switching buttons -->
<!--
Note that you can also use "guid:avs" or "guid:pl", however, you can also use the
guid for the component itself for toggling parameters. For example.
Media library : guid:{6B0EDF80-C9A5-11d3-9F26-00C04F39FFC6}
Playlist Editor : guid:{45f3f7c1-a6f3-4ee6-a15e-125e92fc3f8d}
-->
<button
id="eq"
action="TOGGLE" param="eq"
x="180" y="38"
image="player.switch.eq.disabled"
downImage="player.switch.eq.pressed"
activeImage="player.switch.eq.enabled"
tooltip="Equalizer"
/>
<button
id="ml"
action="TOGGLE" param="guid:ml"
x="208" y="38"
image="player.switch.ml.disabled"
downImage="player.switch.ml.pressed"
activeImage="player.switch.ml.enabled"
tooltip="Media Library"
/>
<button
id="pl"
action="TOGGLE" param="guid:pl"
x="236" y="38"
image="player.switch.playlist.disabled"
downImage="player.switch.playlist.pressed"
activeImage="player.switch.playlist.enabled"
tooltip="Playlist Editor"
/>
<!-- Sliders -->
<slider
id="Seeker"
action="SEEK"
x="6" y="55"
w="252" h="13"
thumb="player.button.seek"
downThumb="player.button.seek.pressed"
tooltip="Seeker"
/>
<slider
id="SeekerGhost"
action="SEEK"
x="6" y="55"
w="252" h="13"
thumb="player.button.seek"
downThumb="player.button.seek.pressed"
/>
<layer
id="volume.slider.bar"
x="98" y="41"
image="player.volume.slider"
/>
<slider
id="Volume"
action="VOLUME"
x="97" y="40"
w="79" h="13"
thumb="player.button.volume"
downThumb="player.button.volume.pressed"
tooltip="Volume"
/>
<!-- Timer -->
<text
id="timer"
display="time"
x="25" y="9"
w="70" h="18"
font="player.BIGNUM" fontsize="21" align="right"
timecolonwidth="7"
/>
<!-- Song Name Ticker -->
<text
id="songticker" ticker="1"
display="songname" default="" showlen="1"
x="103" y="8"
w="157" h="14"
font="wasabi.font.default" fontsize="13"
/>
<!-- Song File Information-->
<text
id="infoline" ticker="1"
display="songinfo" default=""
x="103" y="22"
w="157" h="11"
font="wasabi.font.default" fontsize="12" ghost="1"
/>
<!-- Playback Status -->
<status
id="status"
x="13" y="12"
w="9" h="9"
stopBitmap="player.status.stop"
playBitmap="player.status.play"
pauseBitmap="player.status.pause"
/>
<!-- Visualzation -->
<vis
id="vis"
x="15" y="31"
w="72" h="16"
/>
<script id="main" file="scripts/main.maki" />
</groupdef>