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

  1.  <groupdef id="studio.standardframe" background="component.basetexture">
  2.  
  3.    <layer
  4.      id="topleftcorner"
  5.      x="0"
  6.      y="0"
  7.      image="component.top.left.corner"
  8.      resize="topleft"
  9.    />
  10.    <layer
  11.      id="toprightcorner"
  12.      x="-25"
  13.      relatx="1"
  14.      y="0"
  15.      image="component.top.right.corner"
  16.      resize="topright"
  17.    />
  18.  
  19.    <layer
  20.      id="topleftcornermask"
  21.      x="0"
  22.      y="0"
  23.      image="component.top.left.corner.mask"
  24.      sysregion="-2"/>
  25.    <layer
  26.      id="toprightcornermask"
  27.      x="-12"
  28.      relatx="1"
  29.      y="0"
  30.      image="component.top.right.corner.mask"
  31.      sysregion="-2"/>
  32.  
  33.    <layer
  34.      id="bottomleftcorner"
  35.      x="0"
  36.      y="-25"
  37.      relaty="1"
  38.      image="component.bottom.left.corner"
  39.      resize="bottomleft"
  40.    />
  41.    <layer
  42.      id="bottomrightcorner"
  43.      x="-25"
  44.      relatx="1"
  45.      y="-25"
  46.      relaty="1"
  47.      image="component.bottom.right.corner"
  48.      resize="bottomright"
  49.    />
  50.    <layer
  51.      id="topstretch"
  52.      x="25"
  53.      y="0"
  54.      w="-50"
  55.      relatw="1"
  56.      image="component.top.stretch"
  57.    />
  58.    <layer
  59.      id="leftstretch"
  60.      x="0"
  61.      y="25"
  62.      h="-50"
  63.      relath="1"
  64.      image="component.left.stretch"
  65.      resize="left"
  66.    />
  67.    <layer
  68.      id="bottomstretch"
  69.      x="25"
  70.      y="-25"
  71.      relaty="1"
  72.      w="-50"
  73.      relatw="1"
  74.      image="component.bottom.stretch"
  75.      resize="bottom"
  76.    />
  77.    <layer
  78.      id="rightstretch"
  79.      x="-25"
  80.      relatx="1"
  81.      y="25"
  82.      h="-50"
  83.      relath="1"
  84.      image="component.right.stretch"
  85.      resize="right"
  86.    />
  87.  
  88.    <layer x="5" y="4" image="component.button.bevel"/>
  89.    <layer x="-19" relatx="1" y="4" image="component.button.bevel"/>
  90.  
  91.    <button
  92.       id="config"
  93.       action="SYSMENU"
  94.       x="9" y="8"
  95.       image="component.sysmenu.unpressed"
  96.       downImage="component.sysmenu.pressed"
  97.       tooltip="Configure"
  98.    />
  99.    <button
  100.       id="Close"
  101.       action="CLOSE"
  102.       x="-15" y="8"
  103.       relatx="1"
  104.       image="component.minimize.unpressed"
  105.       downImage="component.minimize.pressed"
  106.       tooltip="Close Window"
  107.    />
  108.  
  109.    <text
  110.     id="titlebar"
  111.     ghost="1"
  112.     x="22"
  113.     y="4"
  114.     w="-43"
  115.     relatw="1"
  116.     h="14"
  117.     align="center"
  118.     default=":componentname"
  119.     font="studio.component.title"
  120.     bold="0"
  121.     fontsize="12"
  122.     antialias="1"
  123.     color="161,161,161"
  124.   />
  125.  
  126.    <script id="standardframe.script" file="scripts/standardframe.maki" param="5,15,-10,-34,0,0,1,1" />
  127.  
  128.  </groupdef>
  129.