home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Util / Winamp / Skins / MMD3.wal / xml / player-shade2.xml < prev    next >
Text File  |  2002-12-02  |  13KB  |  478 lines

  1. <groupdef id="shade2main">
  2.  
  3. <layer id="shade2bg" x="0" y="0" w="108" h="174" image="playershade2.rbg" ghost="0" dblClickAction="SWITCH;normal"/>
  4. <layer id="shade2front1" x="1" y="105" w="106" h="56" image="playershade2.front1" ghost="0" dblClickAction="SWITCH;normal"/>
  5. <layer id="shade2front2" x="1" y="15" w="106" h="90" image="playershade2.front2" ghost="0" dblClickAction="SWITCH;normal"/>
  6.  
  7. <!-- Player Buttons -->
  8. <button
  9.     id="s2Previous"
  10.     action="PREV"
  11.     x="13" y="70"
  12.     image="playershade.button.prev"
  13.     downImage="playershade.button.prev.down"
  14.     tooltip="Previous"
  15. />
  16.  
  17. <button
  18.     id="s2Next"
  19.     action="NEXT"
  20.     x="83" y="70"
  21.     image="playershade.button.next"
  22.     downImage="playershade.button.next.down"
  23.     tooltip="Next"
  24. />
  25. <button
  26.     id="s2Pause"
  27.     action="PAUSE"
  28.     x="49" y="86"
  29.     image="playershade.button.pause"
  30.     downImage="playershade.button.pause.down"
  31.     tooltip="Pause"
  32. />
  33. <button
  34.     id="s2Play"
  35.     action="PLAY"
  36.     x="34" y="86"
  37.     image="playershade.button.play"
  38.     downImage="playershade.button.play.down"
  39.     tooltip="Play"
  40. />
  41. <button
  42.     id="s2Stop"
  43.     action="STOP"
  44.     x="64" y="86"
  45.     image="playershade.button.stop"
  46.     downImage="playershade.button.stop.down"
  47.     tooltip="Stop"
  48. />
  49. <button
  50.     id="s2big2"
  51.     action="SWITCH" param="normal"
  52.     x="84" y="4"
  53.     image="playershade.button.big2"
  54.     downImage="playershade.button.big2.down"
  55.     tooltip="Switch to normal mode"
  56.     rectrgn="1"
  57. />
  58. <button
  59.     id="s2Minimize"
  60.     action="MINIMIZE"
  61.     x="73" y="4"
  62.     image="playershade.button.minimize"
  63.     downImage="playershade.button.minimize.down"
  64.     tooltip="minimize"
  65. />
  66. <button
  67.     id="s2Close"
  68.     action="CLOSE"
  69.     x="95" y="4"
  70.     image="playershade.button.close"
  71.     downImage="playershade.button.close.down"
  72.     tooltip="Close"
  73. />
  74.  
  75. <button
  76.     id="shade2Sys"
  77.     action="CONTROLMENU"
  78.     x="7" y="19"
  79.     image="playershade2.button.sys"
  80.     downImage="playershade2.button.sys.down"
  81.     hoverImage="playershade2.button.sys.down"
  82.     tooltip="Main Menu"
  83.     rectrgn="1"
  84. />
  85.  
  86. <!-- Volume -->
  87. <slider
  88.     id="sVolume"
  89.     action="VOLUME"
  90.     x="23" y="120"
  91.     w="62" h="10"
  92.     thumb="playershade.button.volume"
  93.     downThumb="playershade.button.volume.down"
  94.     tooltip="Volume"
  95. />
  96.  
  97.  
  98.  
  99.  
  100.  
  101. <layer id="shade2label3" x="24" y="112" image="playershade.textlabel3" ghost="1" />
  102. <layer id="shade2label2" x="14" y="140" image="playershade.textlabel2" ghost="1" />
  103.  
  104. <layer id="s2display" x="9" y="42" image="playershade2.display1" ghost="1" />
  105.  
  106.  
  107. <!-- Songticker -->
  108. <text
  109.     id="SongtickerShade2" ticker="1"
  110.     display="songname" showlen="1"
  111.     x="11" y="48"
  112.     w="86" h="21"
  113.     font="player.ticker.font3"
  114.     align="center"
  115.  />
  116.  
  117.  
  118. <!--vis -->
  119. <vis id="visualshade2" gammagroup="display"
  120.     x="17" y="43" w="76" h="10"
  121.     ColorBand1="255,255,255"
  122.     ColorBand2="255,255,255"
  123.     ColorBand3="255,255,255"
  124.     ColorBand4="255,255,255"
  125.     ColorBand5="255,255,255"
  126.     ColorBand6="255,255,255"
  127.     ColorBand7="255,255,255"
  128.     ColorBand8="255,255,255"
  129.     ColorBand9="255,255,255"
  130.     ColorBand10="255,255,255"
  131.     ColorBand11="255,255,255"
  132.     ColorBand12="255,255,255"
  133.     ColorBand13="255,255,255"
  134.     ColorBand14="255,255,255"
  135.     ColorBand15="255,255,255"
  136.     ColorBand16="255,255,255"
  137.  
  138.     colorbandpeak="255,255,255"
  139.      colorosc1="255,255,255"
  140.     colorosc2="255,255,255"
  141.     colorosc3="255,255,255"
  142.     colorosc4="255,255,255"
  143.     colorosc5="255,255,255"
  144. />
  145.  
  146. <!-- Time -->
  147. <text
  148.     id="timer2" display="time"
  149.     x="29" y="59" w="48" h="21"
  150.     font="player.time.font3"
  151.     timeroffstyle="1"
  152.     align="center"
  153.     timecolonwidth="4"
  154. />
  155.  
  156. <layer id="s2display" x="9" y="42" image="playershade2.display1.overlay" ghost="1" />
  157.  
  158. <layer id="s2frontoverlay" x="9" y="39" image="playershade2.front2.overlay" ghost="1" />
  159.  
  160. <button
  161.     id="s2EJECT"
  162.     action="EJECT"
  163.     x="44" y="38"
  164.     image="playershade.button.open"
  165.     downImage="playershade.button.open.down"
  166.     tooltip="Open file(s)"
  167. />
  168.  
  169. <layer id="s2mainlabel" x="21" y="17" image="player.textlabel11" ghost="1" />
  170.  
  171. <togglebutton
  172.     id="Crossfade2"
  173.     x="74" y="148"
  174.     image="player-winshade.toggler.crossfade"
  175.     downImage="player-winshade.toggler.crossfade.down"
  176.     activeImage="player-winshade.toggler.crossfade.down"
  177.     tooltip="Toggle Crossfading Between Tracks"
  178.     cfgattrib="{FC3EAF78-C66E-4ED2-A0AA-1494DFCC13FF};Enable crossfading"
  179. />
  180.  
  181. <togglebutton
  182.     id="Shuffle2"
  183.     x="14" y="148"
  184.     image="player-winshade.toggler.shuffle"
  185.     downImage="player-winshade.toggler.shuffle.down"
  186.     activeImage="player-winshade.toggler.shuffle.down"
  187.     tooltip="Toggle Playlist Shuffling"
  188.     cfgattrib="{45F3F7C1-A6F3-4EE6-A15E-125E92FC3F8D};Shuffle"
  189. />
  190.  
  191. <togglebutton
  192.     id="Repeat2"
  193.     x="46" y="148"
  194.     image="player-winshade.toggler.repeat"
  195.     downImage="player-winshade.toggler.repeat.down"
  196.     activeImage="player-winshade.toggler.repeat.down"
  197.     tooltip="Toggle Playlist Repeating"
  198.     cfgattrib="{45F3F7C1-A6F3-4EE6-A15E-125E92FC3F8D};Repeat"
  199.     cfgval="2"
  200. />
  201.  
  202. <slider
  203.     id="s2Seeker"
  204.     action="SEEK"
  205.     x="29" y="71"
  206.     w="49" h="12"
  207.     thumb="playershade2.button.pos1"
  208.     downThumb="playershade2.button.pos1.down"
  209.     tooltip="Seeker"
  210. />
  211.  
  212.  
  213. <button id="shade2ct" image="playershade2.button.ct" downImage="playershade2.button.ct.down" x="1" y="1" tooltip="Open ColorThemes Drawer"/>
  214.  
  215.  
  216. <button
  217.     id="s2thinger"
  218.     x="1" y="161"
  219.     image="playershade2.button.tools.thinger"
  220.     downImage="playershade2.button.tools.thinger.down"
  221.     activeImage="playershade2.button.tools.thinger.active"
  222.     tooltip="Show/Hide Thinger"
  223. />
  224.  
  225. <button
  226.     id="s2eq"
  227.     x="32" y="161"
  228.     image="playershade2.button.tools.eq"
  229.     downImage="playershade2.button.tools.eq.down"
  230.     activeImage="playershade2.button.tools.eq.active"
  231.     tooltip="Show/Hide EQ"
  232. />
  233.  
  234. <button
  235.     id="s2cfg"
  236.     x="80" y="161"
  237.     image="playershade2.button.tools.cfg"
  238.     downImage="playershade2.button.tools.cfg.down"
  239.     activeImage="playershade2.button.tools.cfg.active"
  240.     tooltip="Show/Hide Configuration"
  241. />
  242.  
  243. <button
  244.     id="s2pl"
  245.     x="46" y="161"
  246.     action="TOGGLE" param="guid:pl"
  247.     image="playershade2.button.tools.pl"
  248.     downImage="playershade2.button.tools.pl.down"
  249.     activeImage="playershade2.button.tools.pl.active"
  250.     tooltip="Show/Hide Playlist"
  251. />
  252. </groupdef>
  253.  
  254.  
  255. <groupdef id="shade2.cthemes" background="playershade2.ct.bg">
  256.     <layer image="playershade2.ctdummy1" x="1" y="31"/>
  257.     <layer image="playershade2.ctdummy2" x="1" y="19"/>
  258.     <layer image="playershade2.ctdummy3" x="59" y="77"/>
  259.     <layer image="player.button.switch" x="37" y="182"/>
  260.     <layer id="shade2label4" x="4" y="5" image="playershade2.textlabel4" ghost="1" />
  261.     <button id="ctwsh2big" x="1" y="190" action="TOGGLE" param="ctsbig" image="playershade2.button.ctbig" downimage="playershade2.button.ctbig.down" tooltip="open ColorThemes in new window" />
  262. </groupdef>
  263.  
  264. <groupdef id="shade2.ctlist" background="playershade2.ct.listbg">
  265.     <ColorThemes:List id="shade2.colorthemes.list" x="1" y="0" w="107" h="158" sysregion="1"/>
  266.     <Button id="sh2Switch" action="colorthemes_switch" image="player.button.switch" downimage="player.button.switch.down" action_target="shade2.colorthemes.list" x="37" y="163" tooltip="Switch to selected ColorTheme"/>
  267. </groupdef>
  268.  
  269.  
  270. <groupdef id="shade2.thinger" background="playershade2.thinger.bg">
  271.     <layer id="playershade2label1" x="3" y="5" image="playershade2.textlabel1" ghost="1" />
  272.  
  273.     <layer id="playershade2thingerdisplay" x="32" y="14" w="44" h="44" image="playershade2.thinger.display" ghost="1" />
  274.  
  275.     <componentbucket id="Component list" x="35" y="18" w="37" h="36" alpha="128" spacing="2" leftmargin="-3" rightmargin="-6"/>
  276.  
  277.     <layer id="playershade2thingerdisplayoverlay" x="32" y="14" w="44" h="44" image="playershade2.thinger.display.overlay" ghost="1" />
  278.     <layer id="playershade2thingerfront" x="6" y="9" w="95" h="55" image="playershade2.thinger.front" ghost="1" />
  279.     <button
  280.             id="ts2left"
  281.             action="CB_PREV"
  282.             x="13" y="30"
  283.             image="playershade2.thinger.main.lefta"
  284.             downimage="playershade2.thinger.main.lefta.down"
  285.             tooltip="Scroll Left"
  286.             rectrgn="1"
  287.     />
  288.  
  289.     <button
  290.             id="ts2right"
  291.             action="CB_NEXT"
  292.             x="82" y="30"
  293.             image="playershade2.thinger.main.righta"
  294.             downimage="playershade2.thinger.main.righta.down"
  295.             tooltip="Scroll Right"
  296.             rectrgn="1"
  297.     />
  298.  
  299. </groupdef>
  300.  
  301.  
  302.  
  303. <groupdef id="shade2.eq" background="playershade2.eq.bg">
  304.     <layer id="playershade2label2" x="3" y="5" image="playershade2.textlabel2" ghost="1" />
  305.     <slider
  306.         id="preamp"
  307.         action="EQ_BAND" param="preamp"
  308.         x="12" y="28"
  309.         w="7" h="30"
  310.         orientation="vertical"
  311.         thumb="playershade.main.eq.knob"
  312.         downthumb="playershade.main.eq.knob.down"
  313.     />
  314.  
  315.     <slider
  316.         id="shadeeq1"
  317.         action="EQ_BAND" param="1"
  318.         x="28" y="28"
  319.         w="7" h="30"
  320.         orientation="vertical"
  321.         thumb="playershade.main.eq.knob"
  322.         downthumb="playershade.main.eq.knob.down"
  323.     />
  324.  
  325.     <slider
  326.         id="shadeeq2"
  327.         action="EQ_BAND" param="2"
  328.         x="35" y="28"
  329.         w="7" h="30"
  330.         orientation="vertical"
  331.         thumb="playershade.main.eq.knob"
  332.         downthumb="playershade.main.eq.knob.down"
  333.     />
  334.  
  335.     <slider
  336.         id="shadeeq3"
  337.         action="EQ_BAND" param="3"
  338.         x="42" y="28"
  339.         w="7" h="30"
  340.         orientation="vertical"
  341.         thumb="playershade.main.eq.knob"
  342.         downthumb="playershade.main.eq.knob.down"
  343.     />
  344.  
  345.     <slider
  346.         id="shadeeq4"
  347.         action="EQ_BAND" param="4"
  348.         x="49" y="28"
  349.         w="7" h="30"
  350.         orientation="vertical"
  351.         thumb="playershade.main.eq.knob"
  352.         downthumb="playershade.main.eq.knob.down"
  353.     />
  354.  
  355.     <slider
  356.         id="shadeeq5"
  357.         action="EQ_BAND" param="5"
  358.         x="56" y="28"
  359.         w="7" h="30"
  360.         orientation="vertical"
  361.         thumb="playershade.main.eq.knob"
  362.         downthumb="playershade.main.eq.knob.down"
  363.     />
  364.  
  365.     <slider
  366.         id="shadeeq6"
  367.         action="EQ_BAND" param="6"
  368.         x="63" y="28"
  369.         w="7" h="30"
  370.         orientation="vertical"
  371.         thumb="playershade.main.eq.knob"
  372.         downthumb="playershade.main.eq.knob.down"
  373.     />
  374.  
  375.     <slider
  376.         id="shadeeq7"
  377.         action="EQ_BAND" param="7"
  378.         x="70" y="28"
  379.         w="7" h="30"
  380.         orientation="vertical"
  381.         thumb="playershade.main.eq.knob"
  382.         downthumb="playershade.main.eq.knob.down"
  383.     />
  384.  
  385.     <slider
  386.         id="shadeeq8"
  387.         action="EQ_BAND" param="8"
  388.         x="77" y="28"
  389.         w="7" h="30"
  390.         orientation="vertical"
  391.         thumb="playershade.main.eq.knob"
  392.         downthumb="playershade.main.eq.knob.down"
  393.     />
  394.  
  395.     <slider
  396.         id="shadeeq9"
  397.         action="EQ_BAND" param="9"
  398.         x="84" y="28"
  399.         w="7" h="30"
  400.         orientation="vertical"
  401.         thumb="playershade.main.eq.knob"
  402.         downthumb="playershade.main.eq.knob.down"
  403.     />
  404.  
  405.     <slider
  406.         id="shadeeq10"
  407.         action="EQ_BAND" param="10"
  408.         x="91" y="28"
  409.         w="7" h="30"
  410.         orientation="vertical"
  411.         thumb="playershade.main.eq.knob"
  412.         downthumb="playershade.main.eq.knob.down"
  413.     />
  414.  
  415.     <button id="shade2eqonoff" image="playershade2.button.eq.on" downImage="playershade2.button.eq.on.down" activeimage="playershade2.button.eq.on.active" action="EQ_TOGGLE" x="34" y="5" tooltip="EQ on/off"/>
  416.     <button id="shade2eqauto" image="playershade2.button.eq.auto" downimage="playershade2.button.eq.auto.down" activeimage="playershade2.button.eq.auto.active" action="EQ_AUTO" x="48" y="5" tooltip="EQ auto"/>
  417.     <button id="shade2eqpresets" image="playershade2.button.eq.presets" downimage="playershade2.button.eq.presets.down" action="MENU" param="presets" x="70" y="5" tooltip="open Presets"/>
  418. </groupdef>
  419.  
  420. <groupdef id="shade2.cfg" background="playershade2.cfg.bg">
  421.     <layer id="playershade2label3" x="3" y="5" image="playershade2.textlabel3" ghost="1" />
  422.  
  423.  
  424.     <togglebutton
  425.         id="s2aot"
  426.         x="7" y="24"
  427.         image="playershade2.button.cfg.aot"
  428.         downImage="playershade2.button.cfg.aot.down"
  429.         activeImage="playershade2.button.cfg.aot.active"
  430.         tooltip="Automatic Always on top in whinshade mode"
  431.         rectrgn="1"
  432.     />
  433.     <togglebutton
  434.         id="scrolltickershade2"
  435.         x="7" y="39"
  436.         image="playershade2.button.cfg.scroll"
  437.         downImage="playershade2.button.cfg.scroll.down"
  438.         activeImage="playershade2.button.cfg.scroll.active"
  439.         tooltip="Scroll SongTicker on/off"
  440.         rectrgn="1"
  441.     />
  442.  
  443.     <button id="shade2vertical" image="playershade2.button.mode.v.active" downImage="playershade2.button.mode.v.active" activeimage="playershade2.button.mode.v.active" x="1" y="55"/>
  444.     <button id="shade2horizontal" action="SWITCH" param="shade" image="playershade2.button.mode.h" downImage="playershade2.button.mode.h.down" activeimage="playershade2.button.mode.h.active" x="52" y="55" tooltip="switch to horizontal winshade"/>
  445.  
  446. </groupdef>
  447.  
  448.  
  449. <groupdef id="shade2.ctcloser">
  450.     <Button id="sh2closect" image="playershade2.button.closect" downimage="playershade2.button.closect.down" x="0" y="0" tooltip="Close ColorThemes"/>
  451. </groupdef>
  452.  
  453. <layout
  454.     id="shade2"
  455.     background="playershade2.bg"
  456.     dblClickAction="SWITCH;normal"
  457.     droptarget="pldr"
  458.     w="108"
  459.     h="375"
  460. >
  461.  
  462. <group id="shade2.cfg" x="0" y="105" w="108" h="68" sysregion="1" move="1"/>
  463. <group id="shade2.eq" x="0" y="105" w="108" h="68" sysregion="1" move="1"/>
  464. <group id="shade2.thinger" x="0" y="105" w="108" h="68" sysregion="1" move="1"/>
  465.  
  466. <!-- ColorThemes Drawer -->
  467. <group id="shade2.cthemes" x="0" y="-29" w="108" h="202" sysregion="1" move="1"/>
  468.  
  469. <!-- CTList -->
  470. <group id="shade2.ctlist" x="0" y="192" w="108" h="175" sysregion="1"/>
  471.  
  472. <group id="shade2main" x="0" y="0" w="108" h="174" sysregion="1" move="1"/>
  473.  
  474. <group id="shade2.ctcloser" x="1" y="161" w="106" h="12" sysregion="1"/>
  475.  
  476.  
  477. </layout>
  478.