home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Joystick Magazine 2001 June
/
JOYCD127CD_2.iso
/
data
/
sharewares
/
audio
/
wa3install_alpha6.exe
/
Skins
/
Default.wal
/
xml
/
eq-shade.xml
< prev
next >
Wrap
Text File
|
2001-04-18
|
2KB
|
98 lines
<!-- Equalzier:Windowshade Mode -->
<layout id="shade" background="player.eq.winshade.bg">
<layer id="placeholder" x="0" y="0" image="player.eq.winshade.placeHolder"/>
<!-- Titlebar -->
<layer
id="blah"
dblClickAction="SWITCH;shade"
x="22" y="4"
image="player.eq.titlebar.active.left"
/>
<layer
id="blah"
dblClickAction="SWITCH;shade"
x="25" y="4" w="3"
image="player.eq.titlebar.active.center"
/>
<layer
id="blah"
dblClickAction="SWITCH;shade"
x="29" y="4"
image="player.eq.titlebar.active.right"
/>
<layer
id="blah"
dblClickAction="SWITCH;shade"
x="101" y="4"
image="player.eq.titlebar.active.left"
/>
<layer
id="blah"
dblClickAction="SWITCH;shade"
x="105" y="4" w="9"
image="player.eq.titlebar.active.center"
/>
<layer
id="blah"
dblClickAction="SWITCH;shade"
x="111" y="4"
image="player.eq.titlebar.active.right"
/>
<layer
id="blah"
dblClickAction="SWITCH;shade"
x="225" y="4"
image="player.eq.titlebar.active.left"
/>
<layer
id="blah"
dblClickAction="SWITCH;shade"
x="230" y="4"
image="player.eq.titlebar.active.right"
/>
<!-- Sliderz -->
<slider
id="Volume"
action="VOLUME"
x="39" y="3"
w="59" h="9"
thumb="player.eq.winshade.button.volume"
downThumb="player.eq.winshade.button.volume.pressed"
/>
<slider
id="Seeker"
action="SEEK"
x="121" y="3"
w="100" h="9"
thumb="player.eq.winshade.button.seek"
downThumb="player.eq.winshade.button.seek.pressed"
/>
<!-- Titlebar buttons -->
<button
id="sysbutton"
action="SYSMENU"
x="5" y="3"
image="player.eq.button.menu"
downImage="player.eq.button.menu.pressed"
/>
<button
id="winshade" tooltip="Toggle Windowshade mode"
action="SWITCH" param="open"
x="240" y="3"
image="player.eq.button.winshade"
downImage="player.eq.button.winshade.pressed"
/>
<button
id="Close"
action="CLOSE"
x="257" y="3"
image="player.eq.button.close"
downImage="player.eq.button.close.pressed"
tooltip="Close Window"
/>
</layout>