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 >
Text File  |  2001-04-18  |  2KB  |  98 lines

  1. <!-- Equalzier:Windowshade Mode -->
  2.  
  3.    <layout id="shade" background="player.eq.winshade.bg">
  4.    <layer id="placeholder" x="0" y="0" image="player.eq.winshade.placeHolder"/>
  5.  
  6.     <!-- Titlebar -->
  7.     <layer
  8.       id="blah"
  9.       dblClickAction="SWITCH;shade"
  10.       x="22" y="4"
  11.       image="player.eq.titlebar.active.left"
  12.     />
  13.     <layer
  14.       id="blah"
  15.       dblClickAction="SWITCH;shade"
  16.       x="25" y="4" w="3"
  17.       image="player.eq.titlebar.active.center"
  18.     />
  19.     <layer
  20.       id="blah"
  21.       dblClickAction="SWITCH;shade"
  22.       x="29" y="4"
  23.       image="player.eq.titlebar.active.right"
  24.     />
  25.     <layer
  26.       id="blah"
  27.       dblClickAction="SWITCH;shade"
  28.       x="101" y="4"
  29.       image="player.eq.titlebar.active.left"
  30.     />
  31.     <layer
  32.       id="blah"
  33.       dblClickAction="SWITCH;shade"
  34.       x="105" y="4" w="9"
  35.       image="player.eq.titlebar.active.center"
  36.     />
  37.     <layer
  38.       id="blah"
  39.       dblClickAction="SWITCH;shade"
  40.       x="111" y="4"
  41.       image="player.eq.titlebar.active.right"
  42.     />
  43.     <layer
  44.       id="blah"
  45.       dblClickAction="SWITCH;shade"
  46.       x="225" y="4"
  47.       image="player.eq.titlebar.active.left"
  48.     />
  49.     <layer
  50.       id="blah"
  51.       dblClickAction="SWITCH;shade"
  52.       x="230" y="4"
  53.       image="player.eq.titlebar.active.right"
  54.     />
  55.  
  56.     <!-- Sliderz -->
  57.     <slider
  58.       id="Volume"
  59.       action="VOLUME"
  60.       x="39" y="3"
  61.       w="59" h="9"
  62.       thumb="player.eq.winshade.button.volume"
  63.       downThumb="player.eq.winshade.button.volume.pressed"
  64.     />
  65.     <slider
  66.       id="Seeker"
  67.       action="SEEK"
  68.       x="121" y="3"
  69.       w="100" h="9"
  70.       thumb="player.eq.winshade.button.seek"
  71.       downThumb="player.eq.winshade.button.seek.pressed"
  72.     />
  73.  
  74.     <!-- Titlebar buttons -->
  75.     <button
  76.       id="sysbutton"
  77.       action="SYSMENU"
  78.       x="5" y="3"
  79.       image="player.eq.button.menu"
  80.       downImage="player.eq.button.menu.pressed"
  81.     />
  82.     <button
  83.       id="winshade" tooltip="Toggle Windowshade mode"
  84.       action="SWITCH" param="open"
  85.       x="240" y="3"
  86.       image="player.eq.button.winshade"
  87.       downImage="player.eq.button.winshade.pressed"
  88.     />
  89.     <button
  90.       id="Close"
  91.       action="CLOSE"
  92.       x="257" y="3"
  93.       image="player.eq.button.close"
  94.       downImage="player.eq.button.close.pressed"
  95.       tooltip="Close Window"
  96.     />
  97.    </layout>
  98.