shop.xml 1.5 KB

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <skinset name="Default" image="window.png">
  3. <widget type="Window" xpos="260" ypos="0">
  4. <option name="showbuybackground" value="1" />
  5. <option name="showsellbackground" value="1" />
  6. <option name="captionoffsetx" value="20" />
  7. <option name="captionoffsety" value="7" />
  8. <option name="titlebarBold" value="1" />
  9. <option name="titlebarHeight" value="35" />
  10. <option name="padding" value="10" />
  11. <!-- Top Row -->
  12. <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" />
  13. <part type="top-edge" xpos="31" ypos="0" width="48" height="53" />
  14. <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" />
  15. <!-- Middle Row -->
  16. <part type="left-edge" xpos="0" ypos="54" width="30" height="24" />
  17. <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" />
  18. <part type="right-edge" xpos="80" ypos="54" width="30" height="24" />
  19. <!-- Bottom Row -->
  20. <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" />
  21. <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" />
  22. <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" />
  23. <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" />
  24. <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" />
  25. </widget>
  26. </skinset>