home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / service / winamp3 / files / skins / Chronabie.wal / xml / player-normal.xml < prev    next >
Text File  |  2002-08-06  |  10KB  |  425 lines

  1. <!-- Normal mode layout  -->
  2.  
  3. <layout id="normal" background="player.base2" alphabackground="player.base.alpha" >
  4.  
  5. <!-- Visualization -->
  6.   <layer image="player.LCD Display" x="0" y="0" />
  7.     <vis
  8.       id="vis"
  9.       x="28" y="28"
  10.       w="90" h="41"
  11.     colorband1="160,160,160" 
  12.     colorband2="160,160,160"
  13.     colorband3="160,160,160" 
  14.     colorband4="160,160,160"
  15.     colorband5="160,160,160" 
  16.     colorband6="160,160,160"
  17.     colorband7="160,160,160"
  18.     colorband8="160,160,160"
  19.     colorband9="160,160,160" 
  20.     colorband10="160,160,160"
  21.     colorband11="160,160,160"
  22.     colorband12="160,160,160"
  23.     colorband13="160,160,160"
  24.     colorband14="160,160,160"
  25.     colorband15="160,160,160"
  26.     colorband16="160,160,160"
  27.     colorbandpeak="150,150,150" 
  28.     colorosc1="160,160,160" 
  29.     colorosc2="160,160,160" 
  30.     colorosc3="160,160,160"
  31.     colorosc4="160,160,160"
  32.     colorosc5="160,160,160" 
  33.   />
  34.   <layer image="player.vis-grid" x="28" y="30" ghost="1" />
  35.   <layer image="player.background dots" x="25" y="25" alpha="102" ghost="1" />
  36.   <layer image="player.slider background" x="67" y="92" alpha="255" />
  37.  
  38. <!-- Playlist & Ml Buttons -->
  39.  
  40.     <button
  41.       id="Pl" tooltip="Toggle Playlist Mode"
  42.       x="177" y="84"  action="TOGGLE" param="guid:pl"
  43.       image="player.pl" rectrgn="1"
  44.       downImage="player.pl.down"
  45.     />
  46.  
  47.      <button
  48.       id="Ml" tooltip="Toggle Media Library"
  49.       x="192" y="84" action="TOGGLE" param="guid:ml"
  50.       image="player.ml" rectrgn="1"
  51.       downImage="player.ml.down"
  52.     />
  53.  
  54. <!-- Eq stuff -->    
  55.   <slider
  56.     id="preamp"
  57.     action="EQ_PREAMP"
  58.     x="71" y="96"
  59.     w="8" h="35"
  60.     orientation="vertical"
  61.     thumb="player.eq slider"
  62.     downThumb="player.eq slider down"
  63.   />
  64.  
  65.   <slider
  66.     id="eq1"
  67.     action="EQ_BAND" param="1"
  68.     x="83" y="96"
  69.     w="8" h="35"
  70.     orientation="vertical"
  71.     thumb="player.eq slider"
  72.     downThumb="player.eq slider down"
  73.   />
  74.  
  75.   <slider
  76.     id="eq2"
  77.     action="EQ_BAND" param="2"
  78.     x="96" y="96"
  79.     w="8" h="35"
  80.     orientation="vertical"
  81.     thumb="player.eq slider"
  82.     downThumb="player.eq slider down"
  83.   />
  84.  
  85.   <slider
  86.     id="eq3"
  87.     action="EQ_BAND" param="3"
  88.     x="109" y="96"
  89.     w="8" h="35"
  90.     orientation="vertical"
  91.     thumb="player.eq slider"
  92.     downThumb="player.eq slider down"
  93.   />
  94.  
  95.   <slider
  96.     id="eq4"
  97.     action="EQ_BAND" param="4"
  98.     x="122" y="96"
  99.     w="8" h="35"
  100.     orientation="vertical"
  101.     thumb="player.eq slider"
  102.     downThumb="player.eq slider down"
  103.   />
  104.  
  105.   <slider
  106.     id="eq5"
  107.     action="EQ_BAND" param="5"
  108.     x="135" y="96"
  109.     w="8" h="35"
  110.     orientation="vertical"
  111.     thumb="player.eq slider"
  112.     downThumb="player.eq slider down"
  113.   />
  114.  
  115.   <slider
  116.     id="eq6"
  117.     action="EQ_BAND" param="6"
  118.     x="148" y="96"
  119.     w="8" h="35"
  120.     orientation="vertical"
  121.     thumb="player.eq slider"
  122.     downThumb="player.eq slider down"
  123.   />
  124.  
  125.   <slider
  126.     id="eq7"
  127.     action="EQ_BAND" param="7"
  128.     x="160" y="96"
  129.     w="8" h="35"
  130.     orientation="vertical"
  131.     thumb="player.eq slider"
  132.     downThumb="player.eq slider down"
  133.   />
  134.  
  135.   <slider
  136.     id="eq8"
  137.     action="EQ_BAND" param="8"
  138.     x="172" y="96"
  139.     w="8" h="35"
  140.     orientation="vertical"
  141.     thumb="player.eq slider"
  142.     downThumb="player.eq slider down"
  143.   />
  144.  
  145.   <slider
  146.     id="eq9"
  147.     action="EQ_BAND" param="9"
  148.     x="184" y="96"
  149.     w="8" h="35"
  150.     orientation="vertical"
  151.     thumb="player.eq slider"
  152.     downThumb="player.eq slider down"
  153.   />
  154.  
  155.   <slider
  156.     id="eq10"
  157.     action="EQ_BAND" param="10"
  158.     x="196" y="96"
  159.     w="8" h="35"
  160.     orientation="vertical"
  161.     thumb="player.eq slider"
  162.     downThumb="player.eq slider down"
  163.   />
  164.   
  165. <!-- RepeatButton -->
  166.  
  167.     <togglebutton
  168.       id="Repeat"
  169.       x="190" y="134"
  170.       image="player.repeat" rectrgn="1"
  171.       downimage="player.repeat.down"
  172.       activeImage="player.repeat.active"
  173.       tooltip="Repeat"
  174.     />
  175.  
  176. <!-- Shuffle-->
  177.  
  178.     <togglebutton
  179.       id="Shuffle"
  180.       x="156" y="134"
  181.       image="player.shuffle" rectrgn="1"
  182.       downimage="player.shuffle.down"
  183.       activeImage="player.shuffle.active"
  184.       tooltip="Shuffle"
  185.     />
  186.  
  187. <!-- Crossfade -->
  188.     <togglebutton
  189.       id="Crossfade"
  190.       x="173" y="134"
  191.       image="player.crossfade" rectrgn="1"
  192.       downImage="player.crossfade.down"
  193.       activeImage="player.crossfade.active"
  194.       tooltip="Crossfade"
  195.     />
  196.  
  197. <!-- the different eq switchess -->
  198.     <button
  199.       id="Eq_Power"
  200.       action="EQ_TOGGLE"
  201.       x="70" y="134"
  202.       image="player.eq.on.up" rectrgn="1"
  203.       downImage="player.eq.on.down"
  204.       activeImage="player.eq.on.active"
  205.       tooltip="Toggle EQ processing"
  206.     />
  207.     <button
  208.       id="Eq_auto"
  209.       action="EQ_AUTO"
  210.       x="89" y="134"
  211.       image="player.eq.auto.up" rectrgn="1"
  212.       downImage="player.eq.auto.down"
  213.       activeImage="player.eq.auto.active"
  214.       tooltip="Toggle EQ automatic processing"
  215.     />
  216.     <button
  217.       id="Presets"
  218.       action="MENU" param="presets" rectrgn="1"
  219.       x="119" y="134"
  220.       image="player.eq.presets"
  221.       downImage="player.eq.presets.down"
  222.       tooltip="Display Presets menu"
  223.     />
  224.     
  225.   <layer image="player.seeker" x="24" y="75" alpha="255" />
  226.      <text
  227.       id="Songticker" ticker="1"
  228.       display="songname" showlen="1"
  229.       x="119" y="25"
  230.       w="180" h="25"
  231.       font="player.font" fontsize="30" align="center"
  232.       color="86,86,86"    
  233.      />
  234.  
  235.     <text
  236.       id="timer"
  237.       display="time"
  238.       x="119" y="50"
  239.       w="116" h="25"
  240.       font="player.font" fontsize="40" align="center"
  241.       color="86,86,86"
  242.     
  243.     />
  244.      <text
  245.       id="infoline"
  246.       display="songinfo" default=""
  247.       x="24" y="82" h="10" w="148"
  248.       font="arial" fontsize="12" align="center"
  249.       color="86,86,86"
  250.      />
  251.  
  252.  
  253.     <!-- Sliders -->
  254.     <slider
  255.       id="Seeker"
  256.       action="SEEK"
  257.       x="24" y="71"
  258.       w="210" h="10"
  259.       thumb="player.seeker nob"
  260.       downThumb="player.seeker nob"
  261.     />
  262.  
  263.     <slider
  264.       id="SeekerGhost"
  265.       action="SEEK"
  266.       x="24" y="71"
  267.       w="210" h="10"
  268.       thumb="player.seeker nob"
  269.       downThumb="player.seeker nob"
  270.     />
  271.  
  272. <!-- Thinger stuff -->    
  273.     <componentbucket
  274.       id="Component list"
  275.       x="30" y="95"
  276.       w="34" h="35"
  277.     />
  278.     <button
  279.       id="ScrollLeft"
  280.       action="CB_PREV"
  281.       x="30" y="134" rectrgn="1"
  282.       image="thinger.scroll.left"
  283.       downImage="thinger.scroll.left.pressed"
  284.       tooltip="Scroll Left"
  285.     />
  286.  
  287.     <button
  288.       id="ScrollRight"
  289.       action="CB_NEXT"
  290.       x="48" y="134" rectrgn="1"
  291.       image="thinger.scroll.right"
  292.       downImage="thinger.scroll.right.pressed"
  293.       tooltip="Scroll Right"
  294.     />
  295.  
  296.  
  297.   <layer image="player.Glass" x="24" y="24" alpha="128" move="0" ghost="1"/>
  298.  
  299. <!-- Intro -->
  300.     <AnimatedLayer
  301.       id="shutter_intro"
  302.       x="7" y="7"
  303.       h="157" w="310" ghost="1"
  304.       image="chronabie.anim.intro"
  305.       autoplay="1"
  306.       move="0"
  307.       autoreplay="0"
  308.       framHeight="157"
  309.       speed="30"
  310.     />
  311.  
  312.   <layer image="player.base" x="7" y="7" alpha="255" ghost="1" move="0"/>
  313.   <layer image="player.bullet holes" x="217" y="19" alpha="255" />
  314.  
  315. <!-- Control Buttons -->  
  316.     <button
  317.       id="Play" 
  318.       action="Play"
  319.       x="240" y="81"
  320.       image="player.playz"
  321.       downImage="player.playz.down"
  322.       tooltip="Play"
  323.     />
  324.  
  325.     <button
  326.       id="EJECT" 
  327.       action="EJECT"
  328.       x="279" y="88" alpha="179"
  329.       image="player.vica-open"
  330.       downImage="player.vica-open-down"
  331.       tooltip="Eject"
  332.     />
  333.  
  334.     <button
  335.       id="pause" 
  336.       action="pause"
  337.       x="226" y="105"
  338.       image="player.pausez"
  339.       downImage="player.pausez.down"
  340.       tooltip="Pause"
  341.     />
  342.  
  343.     <button
  344.       id="stop" 
  345.       action="stop"
  346.       x="263" y="66"
  347.       image="player.stopz"
  348.       downImage="player.stopz.down"
  349.       tooltip="Stop"
  350.     />
  351.  
  352.     <button
  353.       id="previous" 
  354.       action="prev"
  355.       x="221" y="128"
  356.       image="player.prev"
  357.       downImage="player.prev.down"
  358.       tooltip="Previous"
  359.     />
  360.  
  361.     <button
  362.       id="next" 
  363.       action="next"
  364.       x="286" y="58"
  365.       image="player.nextz"
  366.       downImage="player.nextz.down"
  367.       tooltip="Next"
  368.     />
  369.      
  370.   <layer image="player.c-button-icons" x="225" y="64" alpha="204" ghost="1" />
  371.   <layer image="player.pill-glow" x="221" y="57" alpha="255" ghost="1" />
  372.  
  373. <layer x="256" y="103" id="volumeaniminfo" image="player.anim.volume" move="0" ghost="1"/>
  374.  
  375. <!-- Volume -->
  376.      <AnimatedLayer 
  377.         x="256" y="103" 
  378.         w="43" h="43"
  379.         id="VolumeAnim"
  380.         image="player.anim.volume" 
  381.         move="0"
  382.         sysregion="1" 
  383.         autoplay="0"
  384.         autoreplay="0"
  385.      />
  386.  
  387.   <slider id="HiddenVolume" 
  388.          ACTION="Volume" x="400" y="400" w="10" h="2"
  389.          thumb="player.anim.volume" />
  390.  
  391. <!-- Title bar -->
  392.  
  393. <!-- CloseButton -->
  394.  
  395.     <button
  396.       id="Close"
  397.       action="CLOSE"
  398.       x="284" y="7"
  399.       image="player.close"
  400.       downImage="player.close.down"
  401.       tooltip="Close"
  402.     />
  403.  
  404. <!-- MinimizeButton -->
  405.  
  406.     <button
  407.       id="Minimize"
  408.       action="MINIMIZE"
  409.       x="254" y="7"
  410.       image="player.min"
  411.       downImage="player.min.down"
  412.     />
  413.  
  414. <!-- Shade -->
  415.     <button
  416.       id="winshade" tooltip="Toggle Windowshade mode"
  417.       action="SWITCH" param="shade"
  418.       x="269" y="7"
  419.       image="player.shade"
  420.       downImage="player.shade.down" 
  421.     /> 
  422.   
  423. </layout>
  424.   
  425.