home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2004 November
/
Gamestar_67_2004-11_dvd.iso
/
Dema
/
footballmanager2005_betademo.exe
/
Data1.cab
/
_EBC9F3E5D8D94C9BAD45176001DF9118
< prev
next >
Wrap
Extensible Markup Language
|
2004-08-30
|
924b
|
22 lines
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE propertylist SYSTEM "http://www.sigames.com/dtds/sios/properties.dtd">
<!-- image properties -->
<properties>
<!-- image borders -->
<!-- these determine how many pixels any content is inset from each side of the image -->
<!-- (for example, in the case of a button, the content would be the text label) -->
<integer id="left_border" value="4"/>
<integer id="top_border" value="1"/>
<integer id="right_border" value="4"/>
<integer id="bottom_border" value="0"/>
<!-- although the checkbox graphics aren't resizeable, we mark them -->
<!-- as not being fixed width, so that the checkbox widget doesn't get -->
<!-- resized to fit the images (which we don't want, since we need to account -->
<!-- for the size of the text label too -->
<boolean id="fixh" value="false"/>
<boolean id="fixw" value="false"/>
</properties>