home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 November / Gamestar_67_2004-11_dvd.iso / Dema / footballmanager2005_betademo.exe / Data1.cab / _F4967807534C44F98C7B375CD770B01D < prev    next >
Extensible Markup Language  |  2004-08-30  |  741b  |  21 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.  
  11.     <!-- the left & right inset values are particularly important for column headings,
  12.          as they also determine the inset to be used for the data in that column
  13.          of a table
  14.     -->
  15.  
  16.     <integer id="left_border" value="7"/>
  17.     <integer id="top_border" value="5"/>
  18.     <integer id="right_border" value="3"/>
  19.     <integer id="bottom_border" value="1"/>
  20.     
  21. </properties>