home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 March / Chip_2002-03_cd1.bin / sharewar / winamp / 300b / skins / assmosis.wal / xml / components.xml < prev    next >
Encoding:
Text File  |  2001-12-30  |  1.7 KB  |  42 lines

  1.   <include file="components-elements.xml"/>
  2.   
  3. <!--Dynamic containers aren't created at skin loading time but when the 
  4.     component(s) they own is being shown -->
  5.  
  6.   <container id="Component" name=":componenttitle" dynamic="1" component="guid:default" default_x="275" default_y="0">
  7.  
  8.    <!-- This is the group we will insert inside the standard frame -->
  9.  
  10.    <groupdef id="component.content.group">
  11.     <component
  12.       x="2"
  13.       y="8"
  14.       w="-5"
  15.       relatw="1"
  16.       h="4"
  17.       relath="1"
  18.       param="guid:default"
  19.     />
  20.    </groupdef>
  21.  
  22.    <!-- Our actual layout, composed of a standard frame with some content (see above) -->
  23.  
  24.    <layout id="normal" background="component.basetexture">
  25.  
  26.      <!-- the notify tells the standardframe to put this group inside its client area -->
  27.      <group id="studio.standardframe" x="0" y="0" w="0" h="0" relatw="1" relath="1" notify="content,component.content.group"/>
  28.  
  29.      <layer x="6" y="22" image="component.display.shaddow.top.left.corner"/>
  30.      <layer x="16" y="22" w="-33" relatw="1" image="component.display.shaddow.top.stretch"/>
  31.      <layer x="-17" relatx="1" y="22" image="component.display.shaddow.top.right.corner"/>
  32.  
  33.      <layer x="-17" relatx="1" y="32" h="-49" relath="1" image="component.display.shaddow.right.stretch"/>
  34.      <layer x="6" y="32" h="-49" relath="1" image="component.display.shaddow.left.stretch"/>
  35.  
  36.      <layer x="6" y="-17" relaty="1" image="component.display.shaddow.bottom.left.corner"/>
  37.      <layer x="16" y="-17" relaty="1" w="-33" relatw="1" image="component.display.shaddow.bottom.stretch"/>
  38.      <layer x="-17" relatx="1" y="-17" relaty="1" image="component.display.shaddow.bottom.right.corner"/>
  39.  
  40.    </layout>
  41.   </container>
  42.