home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / screens / own player rc.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  2.6 KB  |  75 lines

  1. <screen title="Release Media Comment" version="1.0">
  2.  
  3.     <!-- actions -->
  4.     <list id="acts">
  5.         <record text="Confirm" id="set " event_id="set "/>
  6.         <record text="Undo Changes" event_id="revt" />
  7.         <record text="Cancel Changes" event_id="disc"/>
  8.     </list>
  9.  
  10.     <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/>
  11.     
  12.     <container class="titled_box" title="Release Comment">
  13.     
  14.         <!-- <layout class="arrange_horizontal_attachment" alignment="left" offset="0" gap="0"/> -->
  15.         <!-- <layout class="stick_to_sides_attachment" alignment="all" inset="0" layout_children="true"/> -->
  16.         <layout class="arrange_vertical_attachment" alignment="top" offset="0"/> 
  17.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  18.         
  19.         <widget class="player_transfer_panel" id="pxfr" /> <!-- Transfer Panel - named "Overview" -->        
  20.         <widget class="player_happiness_panel" id="phap" /> <!-- Happiness -->
  21.                 
  22.         <container class="subsection_box" title="Possible Comments">
  23.         
  24.             <layout class="fit_children_attachment" alignment="vertical"/>
  25.             <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>
  26.             <layout class="stick_to_sides_attachment" alignment="top" layout_children="true"/>
  27.     
  28.             <widget class="table" id="leag" mode="keyboard" layout="-8" stretch_to_fit_rows="true">
  29.                 <!-- <boolean id="fixed_size_rows" value="false"/> -->
  30.                 <boolean id="auto_size_rows" value="true"/>
  31.                 <boolean id="all_content_same_height" value="false"/>
  32.                 <integer id="row_spacing" value="4"/>
  33.                 
  34.                 <record id="default_properties">
  35.                     <flags id="alignment" value="left,centre_y"/>
  36.                     <flags id="auto_size" value="vertical"/>
  37.                 </record>
  38.             
  39.                 <list id="column_display_properties">
  40.                     <record index="0" sort_disabled="true" left="4"/>
  41.                 </list>
  42.             
  43.             </widget>
  44.         </container>
  45.                 
  46.         
  47.         <!-- <container class="subsection_box" title="Debug Details" id="dede">
  48.             <widget class="table" id="desc" mode="fill_rows,keyboard" layout="-1,-3">
  49.                 <boolean id="fixed_size_rows" value="false"/>
  50.                 <boolean id="auto_size_rows" value="true"/>
  51.                 
  52.                 <layout class="stick_to_sides_attachment" alignment="all"/>
  53.                     
  54.                 <record id="default_properties">
  55.                     <flags id="alignment" value="left,centre_y"/>
  56.                     <flags id="auto_size" value="vertical"/>
  57.                 </record>
  58.  
  59.                 <list id="column_properties">
  60.                     <record index="0" spec="control" colour="selection"/>
  61.                     <record index="1" spec="control"/>
  62.                 </list>
  63.  
  64.                 <list id="column_display_properties">
  65.                     <record index="0" sort_disabled="true"/>
  66.                     <record index="1"/>
  67.                 </list>
  68.                 
  69.             </widget>
  70.         </container> -->
  71.         
  72.         
  73.     </container>
  74. </screen>
  75.