home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / soundCD_1.03.iso / players / WinAmp / winamp3_0-full.exe / Skins / Default.wal / xml / player-normal.xml < prev    next >
Text File  |  2002-07-30  |  3KB  |  95 lines

  1. <!-- player-normal.xml creates the layout of the Winamp Player Window. -->  
  2.  
  3. <include file="player-normal-group.xml" />
  4.  
  5. <layout id="normal" minimum_h="116" maximum_h="116" minimum_w="275" maximum_w="275" droptarget="pldr">
  6.  
  7.   <Wasabi:StandardFrame:NoStatus 
  8.     x="0" y="0" w="0" h="0" relatw="1" relath="1" 
  9.     content="player.content.group" 
  10.     padtitleleft="12"
  11.     padtitleright="28" 
  12.     shade="shade"
  13.   />
  14.   <sendparams target="window.titlebar.title" default="WINAMP"/>
  15.   <sendparams target="mousetrap" dblClickAction="SWITCH;shade"/>
  16.   <sendparams target="window.top.left;window.top;window.top.right;window.left;window.right;window.bottom.left.top;window.bottom.left;window.bottom.left.bottom;window.bottom.top;window.bottom;window.bottom.bottom;window.bottom.right.top;window.bottom.right;window.bottom.right.bottom;" resize="0"/>
  17.   <sendparams target="window.bottom.right.top;window.bottom.right;window.bottom.right.bottom;" scale="bottomright"/>
  18.   <hideobject target="close;close.inactive"/>
  19.   
  20. <button
  21.   id="MainMenu"
  22.   action="SYSMENU"
  23.   x="21" y="3"
  24.   image="wasabi.button.appmenu.pressed"
  25.   downImage="wasabi.button.appmenu"
  26.   tooltip="Main Menu"
  27.   activeAlpha="0"
  28. />
  29. <button
  30.   id="MainMenu"
  31.   action="SYSMENU"
  32.   x="21" y="3"
  33.   image="wasabi.button.appmenu"
  34.   downImage="wasabi.button.appmenu.pressed"
  35.   tooltip="Main Menu"
  36.   inactiveAlpha="0"
  37. />
  38.  
  39. <button
  40.   id="Minimize"
  41.   action="MINIMIZE"
  42.   x="230" y="3"
  43.   image="wasabi.button.minimize.pressed"
  44.   downImage="wasabi.button.minimize"
  45.   tooltip="Minimize Winamp"
  46.   activeAlpha="0"
  47. />
  48. <button
  49.   id="Minimize"
  50.   action="MINIMIZE"
  51.   x="230" y="3"
  52.   image="wasabi.button.minimize"
  53.   downImage="wasabi.button.minimize.pressed"
  54.   tooltip="Minimize Winamp"
  55.   inactiveAlpha="0"
  56. />
  57. <button
  58.   id="winshade"
  59.   action="SWITCH" param="shade"
  60.   x="244" y="3"
  61.   image="wasabi.button.winshade.pressed"
  62.   downImage="wasabi.button.winshade"
  63.   tooltip="Windowshade Mode"
  64.   activeAlpha="0"
  65. />
  66. <button
  67.   id="winshade"
  68.   action="SWITCH" param="shade"
  69.   x="244" y="3"
  70.   image="wasabi.button.winshade"
  71.   downImage="wasabi.button.winshade.pressed"
  72.   tooltip="Windowshade Mode"
  73.   inactiveAlpha="0"
  74. />
  75.  
  76. <button
  77.   id="Close"
  78.   action="CLOSE"
  79.   x="261" y="3"
  80.   image="wasabi.button.exit.pressed"
  81.   downImage="wasabi.button.exit"
  82.   tooltip="Exit Winamp"
  83.   activeAlpha="0"
  84. />
  85. <button
  86.   id="Close"
  87.   action="CLOSE"
  88.   x="261" y="3"
  89.   image="wasabi.button.exit"
  90.   downImage="wasabi.button.exit.pressed"
  91.   tooltip="Exit Winamp"
  92.   inactiveAlpha="0"
  93. />         
  94. </layout>
  95.