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 / transfer speculation.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.8 KB  |  47 lines

  1. <screen title="Respond To Transfer Speculation" version="1.0">
  2.  
  3.     <boolean id="save_current_state" value="true"/>
  4.     
  5.     <list id="acts">
  6.         <record text="Confirm" id="fini" event_id="fini"/>
  7.         <record text="Cancel" id="canc" event_id="canc"/>
  8.     </list>
  9.     
  10.     <widget class="titled_box" title="Respond To Transfer Speculation">
  11.         <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0"/>
  12.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  13.         <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  14.  
  15.         <widget id="sptl" class="subsection_box" title="Speculation" height="160">
  16.             
  17.             <!-- could uncomment this to make the box size itself to the text, but this screen
  18.                  is so empty it's probably better having the boxes spaced out a bit
  19.                 <layout class="fit_children_attachment" alignment="vertical"/>
  20.             -->
  21.  
  22.             <layout class="stick_to_sides_attachment" alignment="horizontal, top" layout_children="true" />
  23.             <widget class="text" id="sptx" auto_size="vertical" spec="text"/>
  24.         </widget>
  25.  
  26.         <widget class="subsection_box" title="Assistant Manager" height="160">
  27.             <!-- could uncomment this to make the box size itself to the text, but this screen
  28.                  is so empty it's probably better having the boxes spaced out a bit
  29.                 <layout class="fit_children_attachment" alignment="vertical"/>
  30.             -->
  31.  
  32.             <layout class="stick_to_sides_attachment" alignment="horizontal, top" layout_children="true" />
  33.  
  34.             <widget class="text" id="aman" auto_size="vertical" spec="text"/>
  35.         </widget>
  36.  
  37.  
  38.         <widget class="subsection_box" title="Responses">
  39.             <widget class="table" id="resp" mode="0"  layout = "-1" alignment="centre">
  40.                 <layout class="stick_to_sides_attachment" alignment="all"/>
  41.             </widget>
  42.         </widget>
  43.         
  44.     </widget>
  45.  
  46. </screen>
  47.