home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 November / Gamestar_67_2004-11_dvd.iso / Dema / footballmanager2005_betademo.exe / Data1.cab / _2BF954CB867148C38909703377CDF90A < prev    next >
Extensible Markup Language  |  2004-08-30  |  924b  |  22 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE propertylist SYSTEM "http://www.sigames.com/dtds/sios/properties.dtd">
  3.  
  4. <!-- image properties -->
  5. <properties>
  6.  
  7.     <!-- image borders -->
  8.     <!-- these determine how many pixels any content is inset from each side of the image -->
  9.     <!-- (for example, in the case of a button, the content would be the text label) -->
  10.     <integer id="left_border" value="4"/>
  11.     <integer id="top_border" value="1"/>
  12.     <integer id="right_border" value="4"/>
  13.     <integer id="bottom_border" value="0"/>
  14.     
  15.     <!-- although the checkbox graphics aren't resizeable, we mark them                 -->
  16.     <!-- as not being fixed width, so that the checkbox widget doesn't get             -->
  17.     <!-- resized to fit the images (which we don't want, since we need to account    -->
  18.     <!-- for the size of the text label too                                            -->
  19.     
  20.     <boolean id="fixh" value="false"/>
  21.     <boolean id="fixw" value="false"/>
  22. </properties>