home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 July & August / Gamestar_64_2004-07-08_dvd.iso / Programy / winamp501_full.exe / $_14327_ / player-normal.xml < prev    next >
Text File  |  2003-10-10  |  2KB  |  111 lines

  1. <!-- player-normal.xml creates the layout of the Winamp Player Window. -->
  2.  
  3. <include file="player-normal-group.xml" />
  4.  
  5.   <layout
  6.   id="normal"
  7.   minimum_w="354"
  8.   minimum_h="280"
  9.   h="280"
  10.   w="354"
  11.   droptarget="pldr"
  12.   snapadjustbottom="116"
  13.   linkwidth="shade"
  14.   >
  15.  
  16.   <Wasabi:MainFrame:NoStatus
  17.     x="0" y="0" w="0" h="0" relatw="1" relath="1"
  18.     content="player.content.group"
  19.     padtitleleft="10"
  20.     padtitleright="25"
  21.     shade="shade"
  22.   />
  23.   <sendparams target="window.titlebar.title" default="WINAMP"/>
  24.   <sendparams target="mousetrap" dblClickAction="SWITCH;shade"/>
  25.   <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"/>
  26.   <hideobject target="close;close.inactive"/>
  27.  
  28.  
  29. <layer
  30.   x="-42" y="4"
  31.   relatx="1"
  32.   image="wasabi.button.bg.title"
  33. />
  34. <button
  35.   id="Minimize"
  36.   action="MINIMIZE"
  37.   x="-41" y="4"
  38.   relatx="1"
  39.   image="wasabi.button.minimize.inactive"
  40.   tooltip="Minimize Winamp"
  41.   activeAlpha="0"
  42. />
  43. <button
  44.   id="Minimize"
  45.   action="MINIMIZE"
  46.   x="-41" y="4"
  47.   relatx="1"
  48.   image="wasabi.button.minimize"
  49.   downImage="wasabi.button.minimize.pressed"
  50.   hoverImage="wasabi.button.minimize.hover"
  51.   tooltip="Minimize Winamp"
  52.   inactiveAlpha="0"
  53. />
  54.  
  55. <layer
  56.   x="-30" y="4"
  57.   relatx="1"
  58.   image="wasabi.button.bg.title"
  59. />
  60. <button
  61.   id="winshade"
  62.   action="SWITCH" param="shade"
  63.   x="-29" y="4"
  64.   relatx="1"
  65.   image="wasabi.button.winshade.inactive"
  66.   tooltip="Windowshade Mode"
  67.   activeAlpha="0"
  68. />
  69. <button
  70.   id="winshade"
  71.   action="SWITCH" param="shade"
  72.   x="-29" y="4"
  73.   relatx="1"
  74.   image="wasabi.button.winshade"
  75.   downImage="wasabi.button.winshade.pressed"
  76.   hoverImage="wasabi.button.winshade.hover"
  77.   tooltip="Windowshade Mode"
  78.   inactiveAlpha="0"
  79. />
  80.  
  81. <layer
  82.   x="-18" y="4"
  83.   relatx="1"
  84.   image="wasabi.button.bg.title"
  85. />
  86. <button
  87.   id="Close"
  88.   action="CLOSE"
  89.   x="-17" y="4"
  90.   relatx="1"
  91.   image="wasabi.button.exit.inactive"
  92.   tooltip="Exit Winamp"
  93.   activeAlpha="0"
  94. />
  95. <button
  96.   id="Close"
  97.   action="CLOSE"
  98.   x="-17" y="4"
  99.   relatx="1"
  100.   image="wasabi.button.exit"
  101.   downImage="wasabi.button.exit.pressed"
  102.   hoverImage="wasabi.button.exit.hover"
  103.   tooltip="Exit Winamp"
  104.   inactiveAlpha="0"
  105. />
  106.  
  107. </layout>
  108.  
  109.  
  110.  
  111.