home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / 06_02.iso / bonus / winamp3 / wa3install_beta3.exe / Skins / Default.wal / xml / pledit.xml < prev    next >
Encoding:
Text File  |  2002-01-31  |  2.2 KB  |  74 lines

  1. <include file="pledit-elements.xml" />
  2.  
  3.   <container id="Pledit" name="Playlist editor" component="guid:{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D}" default_visible="0" >
  4.  
  5.    <!-- This is the group we will insert inside the standard frame -->
  6.  
  7.    <groupdef id="pledit.content.group">
  8.     <component
  9.       x="0"
  10.       y="0"
  11.       w="0"
  12.       relatw="1"
  13.       h="0"
  14.       relath="1"
  15.       param="guid:{45F3F7C1-A6F3-4ee6-A15E-125E92FC3F8D}"
  16.       autoopen="1"
  17.       autoclose="1"
  18.     />
  19.    </groupdef>
  20.  
  21.    <!-- Our actual layout, composed of a standard frame with some content (see above) -->
  22.  
  23.    <layout id="normal" background="pledit.basetexture" desktopalpha="0" default_h="302" default_w="275">
  24.  
  25.      <!-- the notify tells the standardframe to put this group inside its client area -->
  26.      <group id="studio.standardframe" 
  27.       x="0" y="0" w="0" h="0" relatw="1" relath="1" 
  28.       notify="content,pledit.content.group" 
  29.       notify1="padtitleright,18" 
  30.       notify2="shade,shade" 
  31.      />
  32.     <button
  33.       id="winshade" tooltip="Toggle Windowshade mode"
  34.       action="SWITCH" param="shade"
  35.       x="-34" relatx="1" y="3"
  36.       image="pledit.button.winshade"
  37.       downImage="pledit.button.winshade.pressed"
  38.       inactiveAlpha="128"
  39.     />
  40.    </layout>
  41.  
  42.    <!-- and another layout for windowshade mode -->
  43.  
  44.    <layout id="shade" dblClickAction="SWITCH;normal" background="pledit.winshade.bg">
  45.   
  46.     <layer id="placeholder" x="0" y="0" image="pledit.winshade.placeholder"/>
  47.  
  48.     <svc id="plshade" x="2" y="2" w="-43" relatw="1"
  49.      guid="{07917C36-A49A-40e3-85DF-AA1817DA10DA}"
  50.      font="pledit.smallfixed"
  51.      dblClickAction="SWITCH;normal"
  52.     />
  53.  
  54.     <button
  55.       id="winshade" tooltip="Toggle Windowshade mode"
  56.       action="SWITCH" param="normal"
  57.       x="241" y="3"
  58.       image="pledit.button.winshade"
  59.       downImage="pledit.button.winshade.pressed"
  60.       inactiveAlpha="128"
  61.     />
  62.     <button
  63.       id="Close"
  64.       action="CLOSE"
  65.       x="257" y="3"
  66.       image="pledit.button.close"
  67.       downImage="pledit.button.close.pressed"
  68.       tooltip="Close"
  69.       inactiveAlpha="128"
  70.     />
  71.   </layout>
  72.  
  73.   </container>
  74.