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
12        <!-- Top Row -->
13        <part type="top-left-corner" xpos="0" ypos="0" width="30" height="53" />
14        <part type="top-edge" xpos="31" ypos="0" width="48" height="53" />
15        <part type="top-right-corner" xpos="80" ypos="0" width="30" height="53" />
16
17        <!-- Middle Row -->
18        <part type="left-edge" xpos="0" ypos="54" width="30" height="24" />
19        <part type="bg-quad" xpos="31" ypos="54" width="48" height="24" />
20        <part type="right-edge" xpos="80" ypos="54" width="30" height="24" />
21
22        <!-- Bottom Row -->
23        <part type="bottom-left-corner" xpos="0" ypos="79" width="30" height="28" />
24        <part type="bottom-edge" xpos="31" ypos="79" width="48" height="28" />
25        <part type="bottom-right-corner" xpos="80" ypos="79" width="30" height="28" />
26
27        <part type="closeImage" xpos="-163" ypos="0" width="22" height="22" />
28        <part type="closeImageHighlighted" xpos="-138" ypos="0" width="22" height="22" />
29    </widget>
30</skinset>
31