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

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE panel SYSTEM "http://www.sigames.com/dtds/sios/panel.dtd">
  3. <panel title="Player Transfer Panel">
  4.     <layout class="fit_children_attachment" alignment="vertical, fill" offset="0" gap="0"/>
  5.     <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0"/>    
  6.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>    
  7.  
  8.         <widget class="table" id="pxfb" layout="-1,-3" mode="fill_rows" auto_size_rows="true" stretch_to_fit_rows="true">
  9.             <boolean id="fixed_size_rows" value="false"/>
  10.             <boolean id="auto_size_rows" value="true"/>
  11.                     
  12.             <!-- Title of box -->
  13.             <list id="headings">
  14.                 <record text="Overview" column_span="4" alignment="left,centre_y"/>
  15.             </list>
  16.             
  17.             <!-- everything should be left aligned -->
  18.             <record id="default_properties" alignment="left,centre_y"/>
  19.  
  20.             <!-- 2nd columns should be yellow, and have the same text style as the labels -->
  21.             <list id="column_properties">
  22.                   <record indx="1" spec="text" colour="selection"/>
  23.             </list>        
  24.             
  25.             <!-- table isn't sortable -->
  26.             <list id="column_display_properties">
  27.                 <record indx="0" sort_disabled="true"/>
  28.                 <record indx="1" sort_disabled="true" top="2" bottom="2"/>
  29.             </list>        
  30.             
  31.             <!-- full name -->
  32.             <widget class="label" text="Full Name" col="0" row="0"/>
  33.             <widget class="text" id="namw" col="1" row="0" auto_size="vertical"/>
  34.  
  35.             <!-- date of birth -->
  36.             <widget class="label" text="Date Of Birth" col="0" row="1"/>
  37.             <widget class="text" id="dobw" col="1" row="1" auto_size="vertical"/>    
  38.  
  39.             <!-- place of birth -->
  40.             <widget class="label" text="Place Of Birth" col="0" row="2"/>
  41.             <widget class="text" id="cobw" col="1" row="2" auto_size="vertical"/>
  42.             
  43.             <!-- nationalities -->
  44.             <widget class="label" id="otnt" text="Other Nationalities" col="0" row="3"/>
  45.             <widget class="text" id="natw" col="1" row="3" auto_size="vertical"/>
  46.             
  47.             <!-- languages -->
  48.             <widget class="label" text="Languages" col="0" row="4"/>
  49.             <widget class="text" id="lngw" col="1" row="4" auto_size="vertical"/>
  50.                         
  51.             <!-- value -->
  52. <!-- Moved to Contracts panel - if putting back renumber row for all all subsequent items
  53.             <widget class="label" text="Value" col="0" row="5"/>
  54.             <widget class="text" id="valw" col="1" row="5" auto_size="vertical"/>
  55. -->            
  56.             <!-- asking price -->
  57. <!-- Moved to Contracts panel - if putting back renumber row for all all subsequent items
  58.             <widget class="label" text="Asking Price" col="0" row="5"/>
  59.             <widget class="text" id="askw" col="1" row="5" auto_size="vertical"/>
  60. -->            
  61.             <!-- favoured clubs -->
  62.             <widget class="label" text="Favoured Clubs" col="0" row="5"/>
  63.             <widget class="text" id="fvcw" col="1" row="5" auto_size="vertical"/>
  64.             
  65.             <!-- favoured persons -->
  66.             <widget class="label" text="Favoured Personnel" col="0" row="6"/>
  67.             <widget class="text" id="fvpw" col="1" row="6" auto_size="vertical"/>
  68.     
  69.             <!-- scout reports -->
  70.             <widget class="label" text="Scout Reports" col="0" row="7"/>
  71.             <widget class="text" id="sctw" col="1" row="7" auto_size="vertical"/>
  72.             
  73.             <!-- description -->
  74.             <widget class="label" text="Description" col="0" row="8"/>
  75.             <widget class="text" id="desw" col="1" row="8" auto_size="vertical"/>
  76.             
  77.             <!-- personality -->
  78.             <widget class="label" text="Personality" col="0" row="9"/>
  79.             <widget class="text" id="perw" col="1" row="9" auto_size="vertical"/>
  80.             
  81.             <!-- reputation -->
  82.             <widget class="label" text="Reputation" col="0" row="10"/>
  83.             <widget class="text" id="repw" col="1" row="10" auto_size="vertical"/>
  84.  
  85.             <!-- offers (only shown here for non players) -->
  86.             <widget class="label" text="Offers" col="0" row="11"/>
  87.             <widget class="text" id="offw" col="1" row="11" auto_size="vertical"/>
  88.  
  89.             <!-- debug only -->
  90.             <!--
  91.             <widget class="label" id="minp" text="Min Allowed Sale Value" col="0" row="13"/>
  92.             <widget class="text" id="minw" col="1" row="13" colour="cyan1"/>
  93.  
  94.             <widget class="label" id="maxp" text="Max Allowed Purchase Value" col="0" row="14"/>
  95.             <widget class="text" id="maxw" col="1" row="14" colour="cyan1"/>
  96.  
  97.             <widget class="label" id="unrp" text="Unrefusable Purchase Amount" col="0" row="15"/>
  98.             <widget class="text" id="unrw" col="1" row="15" colour="cyan1"/>
  99.             -->
  100.         
  101.         </widget>
  102. </panel>