home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / CHIP_CD_2004-12.iso / service / winamp / skin / The_Gun.wal / xml / player.xml < prev    next >
Text File  |  2003-10-06  |  3KB  |  47 lines

  1. <elements>
  2.  <include file="player-elements.xml" />
  3. </elements>
  4.  
  5. <gammaset id="Default">
  6.  <gammagroup id="Thinger icons" value="0,0,0"/>
  7. </gammaset>
  8.  
  9. <container id="main" name="Main window">
  10.  <include file="player-groups.xml" />
  11.  
  12.  <layout id="normal" w="414" h="427" background="tube.background" desktopalpha="1" droptarget="pldr" >
  13.   <group id="group.barrel" x="0" y="0" w="414" h="99" />
  14.   <group id="group.clip" x="50" y="60" w="297" h="220" />
  15.   <layer x="36" y="56" w="363" h="224" image="main.handle.bg" sysregion="1" />
  16.   
  17.   <button x="118" y="151" image="main.play" downimage="main.play.down" action="play" tooltip="Play" />
  18.   <button x="106" y="146" image="main.prev" downimage="main.prev.down" action="prev" tooltip="Previous" />
  19.   <button x="113" y="166" image="main.stop" downimage="main.stop.down" action="stop" tooltip="Stop" />
  20.   <button x="133" y="146" image="main.next" downimage="main.next.down" action="next" tooltip="Next" />
  21.   <button x="113" y="139" image="main.open" downimage="main.open.down" action="eject" tooltip="Open Media" />
  22.   
  23.   <togglebutton x="208" y="64" image="main.ml" downimage="main.ml.down" activeimage="main.ml.down" action="toggle" param="guid:ml" tooltip="Toggle Media Library" />
  24.   <togglebutton x="132" y="79" image="main.pl" downimage="main.pl.down" activeimage="main.pl.down" action="toggle" param="guid:pl" tooltip="Toggle Playlist Editor" />
  25.   <togglebutton id="eq" x="90" y="219" image="main.eq" downimage="main.eq.down" activeimage="main.eq.down" tooltip="Toggle Equalizer/Thinger" />
  26.  </layout>
  27.  
  28.  <layout id="shade" w="186" h="134" desktopalpha="1" droptarget="pldr" >
  29.   <group id="group.shade.drawer" x="0" y="0" w="186" h="134" />
  30.   <layer x="0" y="0" w="186" h="134" image="shade.background" sysregion="1" />
  31.   <button id="voldown" x="130" y="10" image="shade.vol.sub" downimage="shade.vol.sub.down" tooltip="Lower Volume" />
  32.   <button id="volup" x="165" y="10" image="shade.vol.add" downimage="shade.vol.add.down" tooltip="Raise Volume" />
  33.   
  34.   <button x="64" y="10" image="shade.next" downimage="shade.next.down" action="next" tooltip="Next" />
  35.   <button x="49" y="10" image="shade.prev" downimage="shade.prev.down" action="prev" tooltip="Previous" />
  36.   <button x="31" y="10" image="shade.stop" downimage="shade.stop.down" action="stop" tooltip="Stop" />
  37.   <button x="4" y="10" image="shade.play" downimage="shade.play.down" action="play" tooltip="Play" />
  38.   
  39.   <layer id="seekfill" x="64" y="37" w="0" h="6" image="main.seek.fill" tile="1" />
  40.   <slider id="seek" x="64" y="37" w="75" h="6" thumb="main.blank" downthumb="main.blank" action="seek" />
  41.  
  42.   <text x="50" y="29" w="46" h="10" font="font.normal" timeroffstyle="1" fontsize="15" display="time" color="90,90,90" align="right" />
  43.   <text x="98" y="28" w="85" h="10" font="font.normal" fontsize="10" bold="1" display="songname" color="90,90,90" ticker="1" showlen="1" />
  44.   
  45.  </layout>
  46. </container>
  47.