home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2003 #3 / K-CD_2003-03.iso / Winamp / winamp3_0-full.exe / Skins / Default.wal / xml / player-shade-group.xml < prev    next >
Text File  |  2002-07-30  |  4KB  |  179 lines

  1. <!-- player-shade-group.xml defines the layout of the Winamp Player Window while in Window Shade. -->  
  2.  
  3. <groupdef id="player.shade" name="Winamp (Windowshade Mode)">
  4.  
  5. <layer id="highlight.left" x="0" y="0" image="player.winshade.highlight.left"/>
  6. <layer id="highlight.center" x="3" y="0" w="269" image="player.winshade.highlight.center"/>
  7. <layer id="highlight.right" x="272" y="0" image="player.winshade.highlight.right"/>
  8.  
  9. <layer id="placeholder" x="79" y="2" image="player.winshade.display.left"/>
  10. <layer id="placeholder" x="81" y="2" w="65" image="player.winshade.display.center"/>
  11. <layer id="placeholder" x="146" y="2" image="player.winshade.display.right"/>
  12.  
  13. <!-- Playback buttons -->
  14. <button 
  15.   id="Previous"
  16.   action="PREV" 
  17.   x="151" y="3" 
  18.   image="player.winshade.button.previous" 
  19.   downImage="player.winshade.button.previous.pressed" 
  20.   tooltip="Previous"
  21. />
  22. <button
  23.   id="Play"
  24.   action="PLAY"
  25.   x="164" y="3"
  26.   image="player.winshade.button.play"
  27.   downImage="player.winshade.button.play.pressed"
  28.   tooltip="Play"
  29. />
  30. <button
  31.   id="Pause"
  32.   action="PAUSE"
  33.   x="174" y="3"
  34.   image="player.winshade.button.pause"
  35.   downImage="player.winshade.button.pause.pressed"
  36.   tooltip="Pause"
  37. />
  38. <button
  39.   id="Stop"
  40.   action="STOP"
  41.   x="184" y="3"
  42.   image="player.winshade.button.stop"
  43.   downImage="player.winshade.button.stop.pressed"
  44.   tooltip="Stop"
  45. />
  46. <button
  47.   id="Next"
  48.   action="NEXT"
  49.   x="194" y="3"
  50.   image="player.winshade.button.next"
  51.   downImage="player.winshade.button.next.pressed"
  52.   tooltip="Next"
  53. />
  54. <button
  55.   id="Eject"
  56.   action="EJECT"
  57.   x="211" y="3"
  58.   image="player.winshade.button.eject"
  59.   downImage="player.winshade.button.eject.pressed"
  60.   tooltip="Open File"
  61. />
  62. <!-- Timer -->
  63. <text
  64.   id="timer"
  65.   display="time"
  66.   x="118" y="2"
  67.   w="30" h="10"
  68.   font="wasabi.font.default" fontsize="13" align="right"
  69. />
  70.  
  71. <!-- Music Visualzation -->
  72. <vis
  73.   id="vis"
  74.   x="80" y="3"
  75.   w="36" h="8"
  76. />
  77.  
  78.  
  79. <!-- Titlebar buttons -->
  80. <button
  81.   id="controlbutton"
  82.   action="CONTROLMENU"
  83.   x="5" y="3"
  84.   image="wasabi.button.sysmenu.pressed"
  85.   downImage="wasabi.button.sysmenu"
  86.   activeAlpha="0"
  87.   tooltip="Control Menu"
  88. />
  89. <button
  90.   id="controlbutton"
  91.   action="CONTROLMENU"
  92.   x="5" y="3"
  93.   image="wasabi.button.sysmenu"
  94.   downImage="wasabi.button.sysmenu.pressed"
  95.   inactiveAlpha="0"
  96.   tooltip="Control Menu"
  97. />
  98. <text
  99.  id="windowtitle"
  100.  x="32" y="2"
  101.  w="44" h="11"
  102.  dblClickAction="SWITCH;normal"
  103.  default="WINAMP"
  104.  font="studio.component.title"
  105.  inactiveAlpha="128"
  106.  move="1"
  107. />
  108. <button
  109.   id="MainMenu"
  110.   action="SYSMENU"
  111.   x="21" y="3"
  112.   image="wasabi.button.appmenu.pressed"
  113.   downImage="wasabi.button.appmenu"
  114.   tooltip="Main Menu"
  115.   activeAlpha="0"
  116. />
  117. <button
  118.   id="MainMenu"
  119.   action="SYSMENU"
  120.   x="21" y="3"
  121.   image="wasabi.button.appmenu"
  122.   downImage="wasabi.button.appmenu.pressed"
  123.   tooltip="Main Menu"
  124.   inactiveAlpha="0"
  125. />
  126. <button
  127.   id="Minimize"
  128.   action="MINIMIZE"
  129.   x="230" y="3"
  130.   image="wasabi.button.minimize.pressed"
  131.   downImage="wasabi.button.minimize"
  132.   tooltip="Minimize Winamp"
  133.   activeAlpha="0"
  134. />
  135. <button
  136.   id="Minimize"
  137.   action="MINIMIZE"
  138.   x="230" y="3"
  139.   image="wasabi.button.minimize"
  140.   downImage="wasabi.button.minimize.pressed"
  141.   tooltip="Minimize Winamp"
  142.   inactiveAlpha="0"
  143. />
  144. <button
  145.   id="winshade" tooltip="Windowshade Mode"
  146.   action="SWITCH" param="normal"
  147.   x="244" y="3"
  148.   image="wasabi.button.winshade.pressed"
  149.   downImage="wasabi.button.winshade"
  150.   activeAlpha="0"
  151. />
  152. <button
  153.   id="winshade" tooltip="Windowshade Mode"
  154.   action="SWITCH" param="normal"
  155.   x="244" y="3"
  156.   image="wasabi.button.winshade"
  157.   downImage="wasabi.button.winshade.pressed"
  158.   inactiveAlpha="0"
  159. />
  160. <button
  161.   id="Close"
  162.   action="CLOSE"
  163.   x="261" y="3"
  164.   image="wasabi.button.exit.pressed"
  165.   downImage="wasabi.button.exit"
  166.   tooltip="Exit Winamp"
  167.   activeAlpha="0"
  168. />
  169. <button
  170.   id="Close"
  171.   action="CLOSE"
  172.   x="261" y="3"
  173.   image="wasabi.button.exit"
  174.   downImage="wasabi.button.exit.pressed"
  175.   tooltip="Exit Winamp"
  176.   inactiveAlpha="0"
  177. />
  178. </groupdef>
  179.