home *** CD-ROM | disk | FTP | other *** search
/ CD Action 80 / cdaction-80.iso / #uzytki / Winamp3 / winamp3_0-full.exe / Skins / Default.wal / xml / player-normal-group.xml < prev    next >
Text File  |  2002-07-30  |  5KB  |  223 lines

  1. <!-- player-normal-group.xml defines the layout of the Winamp Player Window. -->  
  2. <!-- Playback buttons -->
  3. <groupdef id="player.normal.playbuttons" name="Player buttons">
  4.  
  5. <button 
  6.   id="Previous"
  7.   action="PREV" 
  8.   x="0" y="0" 
  9.   image="player.button.previous" 
  10.   downImage="player.button.previous.pressed" 
  11.   tooltip="Previous"
  12. />
  13. <button
  14.   id="Play"
  15.   action="PLAY"
  16.   x="23" y="0"
  17.   image="player.button.play"
  18.   downImage="player.button.play.pressed"
  19.   tooltip="Play"
  20. />
  21. <button
  22.   id="Pause"
  23.   action="PAUSE"
  24.   x="46" y="0"
  25.   image="player.button.pause"
  26.   downImage="player.button.pause.pressed"
  27.   tooltip="Pause"
  28. />
  29. <button
  30.   id="Stop"
  31.   action="STOP"
  32.   x="69" y="0"
  33.   image="player.button.stop"
  34.   downImage="player.button.stop.pressed"
  35.   tooltip="Stop"
  36. />
  37. <button
  38.   id="Next"
  39.   action="NEXT"
  40.   x="92" y="0"
  41.   image="player.button.next"
  42.   downImage="player.button.next.pressed"
  43.   tooltip="Next"
  44. />
  45. <button
  46.   id="Eject"
  47.   action="EJECT"
  48.   x="121" y="1"
  49.   image="player.button.eject"
  50.   downImage="player.button.eject.pressed"
  51.   tooltip="Open File(s)"
  52. />
  53.  
  54. </groupdef>
  55.  
  56. <groupdef id="player.content.group" name="Winamp" inherit_group="wasabi.panel">
  57.  
  58. <layer x="0" y="0" w="0" h="0" relatw="1" relath="1"/>
  59.  
  60. <layer id="placeholder" x="6" y="5" ghost="1" image="player.placeHolder"/>
  61. <layer id="display.background" x="7" y="6" ghost="1" image="player.display.background"/>
  62.  
  63. <!-- the playback buttons -->
  64. <group id="player.normal.playbuttons" x="7" y="70" />
  65.  
  66. <togglebutton
  67.   id="Crossfade"
  68.   x="157" y="75"
  69.   image="player.toggler.crossfade.disabled"
  70.   downImage="player.toggler.crossfade.pressed"
  71.   activeImage="player.toggler.crossfade.enabled"
  72.   tooltip="Toggle Crossfading Between Tracks"
  73.   cfgattrib="{FC3EAF78-C66E-4ED2-A0AA-1494DFCC13FF};Enable crossfading"
  74. />
  75. <togglebutton
  76.   id="Shuffle"
  77.   x="183" y="75"
  78.   image="player.toggler.shuffle.disabled"
  79.   downImage="player.toggler.shuffle.pressed"
  80.   activeImage="player.toggler.shuffle.enabled"
  81.   tooltip="Toggle Playlist Shuffling"
  82.   cfgattrib="{45F3F7C1-A6F3-4EE6-A15E-125E92FC3F8D};Shuffle"
  83. />
  84. <togglebutton
  85.   id="Repeat"
  86.   x="209" y="75"
  87.   image="player.toggler.repeat.disabled"
  88.   downImage="player.toggler.repeat.pressed"
  89.   activeImage="player.toggler.repeat.enabled"
  90.   tooltip="Toggle Playlist Repeating"
  91.   cfgattrib="{45F3F7C1-A6F3-4EE6-A15E-125E92FC3F8D};Repeat"
  92.   cfgval="2"
  93. />
  94. <button
  95.   id="Thinger"
  96.   action="TOGGLE" param="thinger"
  97.   x="237" y="68"
  98.   image="player.button.thinger"
  99.   downImage="player.button.thinger.pressed"
  100.   tooltip="Thinger"
  101. />
  102. <layer
  103.   id="Resizer"
  104.   scale="bottomright"
  105.   x="254" y="85"
  106.   image="player.button.resize"
  107. />
  108.  
  109. <!-- Window switching buttons -->
  110. <!-- 
  111. Note that you can also use "guid:avs" or "guid:pl", however, you can also use the 
  112. guid for the component itself for toggling parameters. For example.
  113. Media library : guid:{6B0EDF80-C9A5-11d3-9F26-00C04F39FFC6}
  114. Playlist Editor : guid:{45f3f7c1-a6f3-4ee6-a15e-125e92fc3f8d}
  115. -->
  116. <button
  117.   id="eq"
  118.   action="TOGGLE" param="eq"
  119.   x="180" y="38"
  120.   image="player.switch.eq.disabled"
  121.   downImage="player.switch.eq.pressed"
  122.   activeImage="player.switch.eq.enabled"
  123.   tooltip="Equalizer"
  124. />
  125. <button
  126.   id="ml"
  127.   action="TOGGLE" param="guid:ml"
  128.   x="208" y="38"
  129.   image="player.switch.ml.disabled"
  130.   downImage="player.switch.ml.pressed"
  131.   activeImage="player.switch.ml.enabled"
  132.   tooltip="Media Library"
  133. />
  134. <button
  135.   id="pl"
  136.   action="TOGGLE" param="guid:pl"
  137.   x="236" y="38"
  138.   image="player.switch.playlist.disabled"
  139.   downImage="player.switch.playlist.pressed"
  140.   activeImage="player.switch.playlist.enabled"
  141.   tooltip="Playlist Editor"
  142. />
  143.  
  144. <!-- Sliders -->
  145. <slider
  146.   id="Seeker"
  147.   action="SEEK"
  148.   x="6" y="55"
  149.   w="252" h="13"
  150.   thumb="player.button.seek"
  151.   downThumb="player.button.seek.pressed"
  152.   tooltip="Seeker"
  153. />
  154. <slider
  155.   id="SeekerGhost"
  156.   action="SEEK"
  157.   x="6" y="55"
  158.   w="252" h="13"
  159.   thumb="player.button.seek"
  160.   downThumb="player.button.seek.pressed"
  161. />
  162. <layer
  163.   id="volume.slider.bar"
  164.   x="98" y="41"
  165.   image="player.volume.slider"
  166. />
  167. <slider
  168.   id="Volume"
  169.   action="VOLUME"
  170.   x="97" y="40"
  171.   w="79" h="13"
  172.   thumb="player.button.volume"
  173.   downThumb="player.button.volume.pressed"
  174.   tooltip="Volume"
  175. />
  176.  
  177. <!-- Timer -->
  178. <text
  179.   id="timer"
  180.   display="time"
  181.   x="25" y="9"
  182.   w="70" h="18"
  183.   font="player.BIGNUM" fontsize="21" align="right"
  184.   timecolonwidth="7"
  185. />
  186.  
  187. <!-- Song Name Ticker -->
  188. <text
  189.   id="songticker" ticker="1"
  190.   display="songname" default="" showlen="1"
  191.   x="103" y="8"
  192.   w="157" h="14"
  193.   font="wasabi.font.default" fontsize="13"
  194. />
  195.  
  196. <!-- Song File Information-->
  197. <text
  198.   id="infoline" ticker="1"
  199.   display="songinfo" default=""
  200.   x="103" y="22"
  201.   w="157" h="11"
  202.   font="wasabi.font.default" fontsize="12" ghost="1"
  203. />
  204.  
  205. <!-- Playback Status -->
  206. <status
  207.   id="status"
  208.   x="13" y="12"
  209.   w="9" h="9"
  210.   stopBitmap="player.status.stop"
  211.   playBitmap="player.status.play"
  212.   pauseBitmap="player.status.pause"
  213. />
  214.  
  215. <!-- Visualzation -->
  216. <vis
  217.   id="vis"
  218.   x="15" y="31"
  219.   w="72" h="16"
  220. />
  221. <script id="main" file="scripts/main.maki" />
  222. </groupdef>
  223.