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

  1. <!-- pledit-shade-group.xml defines the layout for the playlist editor windowshade mode group. -->  
  2.  
  3. <groupdef id="pledit.shade.content.songdisplay">
  4.    <text
  5.     id="shadesongticker" ticker="0"
  6.     y="1"
  7.     relatw="1" w="-52"
  8.     relath="1" 
  9.     display="songname" default="" showlen="0"
  10.     font="wasabi.font.default" fontsize="12"
  11.     dblClickAction="SWITCH;normal" 
  12.     nograb="1"
  13.     color="96,240,96"
  14.     move="1"
  15.    />
  16.    <text x="-38" relatx="1" h="0" relath="1"
  17.     display="songlength" 
  18.     font="wasabi.font.default" fontsize="12"
  19.     dblClickAction="SWITCH;normal" 
  20.     nograb="1"
  21.     color="96,240,96"
  22.     move="1"
  23.    />
  24. </groupdef>
  25.  
  26. <groupdef id="pledit.shade.content.group">
  27.  
  28.   <layer id="highlight-left" x="0" y="0" image="pledit.winshade.highlight.left"/>
  29.   <layer id="highlight-center" x="3" y="0" w="-6" relatw="1" image="pledit.winshade.highlight.center"/>
  30.   <layer id="highlight-right" x="-3" relatx="1" y="0" image="pledit.winshade.highlight.right"/>
  31.   
  32.   <layer id="display" dblClickAction="SWITCH;shade" x="2" y="2" image="pledit.winshade.display.left"/>
  33.   <layer id="display" dblClickAction="SWITCH;shade" x="4" y="2" w="-54" relatw="1" image="pledit.winshade.display.center"/>
  34.   <layer id="display" dblClickAction="SWITCH;shade" x="-50" relatx="1" y="2" image="pledit.winshade.display.right"/>
  35.   
  36.   <layer id="sizer" x="-44" relatx="1" y="2" resize="right" image="pledit.winshade.sizer"/>
  37.   
  38.   
  39.   <!-- Song Name Ticker -->
  40.   <group id="pledit.shade.content.songdisplay" x="6" y="0" w="-42" h="0" relatw="1" relath="1" />
  41.  
  42.   <button
  43.     id="winshade" tooltip="Windowshade Mode"
  44.     action="SWITCH" param="normal"
  45.     x="-35" relatx="1" y="3"
  46.     image="wasabi.button.winshade.pressed"
  47.     downImage="wasabi.button.winshade"
  48.     activeAlpha="0"
  49.   />
  50.   
  51.   <button
  52.     id="winshade" tooltip="Windowshade Mode"
  53.     action="SWITCH" param="normal"
  54.     x="-35" relatx="1" y="3"
  55.     image="wasabi.button.winshade"
  56.     downImage="wasabi.button.winshade.pressed"
  57.     inactiveAlpha="0"
  58.   />
  59.   
  60.    <button
  61.     id="Close" 
  62.     action="CLOSE"
  63.     x="-18" relatx="1" y="3"
  64.     image="wasabi.button.close.pressed"
  65.     downImage="wasabi.button.close"
  66.     activeAlpha="0"
  67.   />
  68.   
  69.   <button
  70.     id="Close"
  71.     action="CLOSE"
  72.     x="-18" relatx="1" y="3"
  73.     image="wasabi.button.close"
  74.     downImage="wasabi.button.close.pressed"
  75.     tooltip="Close Window"
  76.     inactiveAlpha="0"
  77.   />
  78.  
  79.  
  80. </groupdef>
  81.