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 / match setup.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  2.8 KB  |  57 lines

  1. <screen name="setup" title="Setup Match" subtitle="enter details for a new match" version="1.0">
  2.   <widget class="titled_box" title="Match Details" width="600" height="400">
  3.     <!-- split into two panels, one on left, one on right -->
  4.     <layout class="arrange_horizontal_attachment">
  5.       <flags id="algn" value="fill"/>
  6.     </layout>
  7.     <layout class="stick_to_sides_attachment">
  8.       <flags id="algn" value="vertical"/>
  9.       <boolean id="laye" value="true"/>
  10.     </layout>
  11.  
  12.     <layout class="centre_in_parent_attachment">
  13.       <flags id="algn" value="all"/>
  14.     </layout>
  15.         
  16.     <!-- first panel contains labels for the various options -->
  17.     <widget class="group_box">
  18.       <!-- option labels are arranged vertically, and justified to the right of the box -->
  19.       <layout class="arrange_vertical_attachment" gap="8" alignment="top"/>
  20.       <layout class="stick_to_sides_attachment" alignment="right" layout_children="1"/>
  21.  
  22.       <widget class="label" text="Home Team" alignment="right" spec="control,large"/>
  23.       <widget class="label" text="Away Team" alignment="right" spec="control,large"/>
  24.       <widget class="label" text="Random Seed" alignment="right" spec="control,large"/>
  25.       <widget class="label" text="" alignment="right" spec="control,large"/>
  26.         
  27.       <widget class="group_box" height="32"/>
  28.  
  29.       <widget class="label" height="32" text="Soak Testing:" alignment="right" spec="control,large"/>
  30.       <widget class="label" text="Repeats Per Match" alignment="right" spec="control,large"/>
  31.       <widget class="label" text="Total Matches" alignment="right" spec="control,large"/>
  32.  
  33.     </widget>
  34.  
  35.     <!-- second panel contains the editable items -->
  36.     <widget class="group_box">
  37.       <layout class="arrange_vertical_attachment" gap="8" alignment="top"/>
  38.       <layout class="stick_to_sides_attachment" alignment="left" layout_children="1"/>
  39.  
  40.       <widget class="popup_button" id="home" spec="control,large" width="256" hint="Choose the home team from this list"/>
  41.       <widget class="popup_button" id="away" spec="control,large" width="256" hint="Choose the away team from this list"/>
  42.       <widget class="edit_box" id="rnd1" spec="control,large" width="256" hint="This should be a random number. Changing the number will change the outcome of the game."/>
  43.  
  44.       <widget class="action_button" text="Save" clke="SAVE"/>
  45.  
  46.       <widget class="group_box" height="64"/>
  47.  
  48.       <widget class="edit_box" id="skrp" spec="control,large" width="256" save_default_state="true"/>
  49.       <widget class="edit_box" id="skmt" spec="control,large" width="256" save_default_state="true"/>
  50.       <widget class="check_box" id="skrt" text="Random Teams" width="256" save_default_state="true"/>
  51.  
  52.       <widget class="group_box" height="32"/>
  53.  
  54.         <widget class="action_button" text="Run Soak Test" clke="soak"/>
  55.     </widget>
  56.   </widget>
  57. </screen>