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 / preferences.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  20.2 KB  |  506 lines

  1. <screen title="Preferences" subtitle="Use this screen to change game options" version="1.0">
  2.  
  3.     <boolean id="save_current_state" value="true"/>
  4.     
  5.     <flags id="fmtc" value="true" />
  6.  
  7.     <list id="acts">
  8.         <record text="Confirm" event_id="conf" id="conf" />
  9.         <record text="Undo Changes" event_id="sdef" id="sdef" />
  10.         <record text="Cancel" event_id="canc" id="canc" />
  11.     </list>
  12.  
  13.         
  14.     <container class="titled_box" id="sets" title="Preferences">
  15.  
  16.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  17.         <!-- <layout class="stick_to_sides_attachment" alignment="vertical"/> -->
  18.  
  19.  
  20.         <container class="scrolling_box">
  21.             <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  22.  
  23.             <container>
  24.  
  25.                 <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
  26.                 <layout class="fit_children_attachment" alignment="vertical, fill" inset="0"/>
  27.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  28.  
  29.                 <!-- Game Settings -->
  30.                 <widget class="table" id="tabl" mode="fill_rows" layout="-4,12,-6,-1,-8" row_span="0" row_height="23">
  31.                     <boolean id="stretch_to_fit_rows" value="true"/>
  32.  
  33.                     <list id="headings">
  34.                         <record text="Game" alignment="left, centre_y" column_span="5"/>
  35.                     </list>
  36.  
  37.                     <record id="default_properties" alignment="left,centre_y"/>
  38.  
  39.                     <list id="column_properties">
  40.                         <record indx="1" colour="selection"/>
  41.                     </list>
  42.  
  43.                     <!-- small inset from sides of table -->
  44.                     <list id="column_display_properties">
  45.                         <record indx="0" sort_disabled="true"/>
  46.                         <record indx="1" sort_disabled="true"/>
  47.                         <record indx="2" sort_disabled="true"/>
  48.                         <record indx="3" sort_disabled="true" top="3"/>
  49.                     </list>
  50.  
  51.                     <widget class="label" row="0" col="0" text="Language"/>
  52.                     <widget class="subtle_popup" id="lang" row="0" col="1" column_span="2"/>
  53.  
  54.                     <widget class="label" row="1" col="0" text="Currency"/>
  55.                     <widget class="subtle_popup" id="curr" row="1" col="1" column_span="2"/>
  56.  
  57.                     <widget class="label" row="2" col="0" text="Date Format[label on game settings screen]"/>
  58.                     <widget class="subtle_popup" id="dtfr" row="2" col="1" column_span="2">
  59.                         <list id="items">
  60.                             <record text="dd/mm/yyyy" id="0"/>
  61.                             <record text="mm/dd/yyyy" id="1"/>
  62.                         </list>
  63.                     </widget>
  64.  
  65.                     <widget class="label" row="3" col="0" text="Wages"/>
  66.                     <widget class="subtle_popup" id="wage" row="3" col="1" column_span="2">
  67.                         <list id="items">
  68.                             <record text="Weekly" id="1"/>
  69.                             <record text="Monthly" id="2"/>
  70.                             <record text="Yearly" id="3"/>
  71.                         </list>
  72.                     </widget>
  73.  
  74.                     <widget class="label" row="4" col="0" text="Temperature"/>                
  75.                     <widget class="subtle_popup" id="tmps" row="4" col="1" column_span="2"/>
  76.  
  77.                     <widget class="label" row="5" col="0" text="Height[COMMENT - preferences screen; height label]"/>                
  78.                     <widget class="subtle_popup" id="heip" row="5" col="1" column_span="2">
  79.                         <list id="items">
  80.                             <record text="Centimetres[COMMENT - height option on preferences screen]" id="1"/>
  81.                             <record text="Metres[COMMENT - height option on preferences screen]" id="2"/>
  82.                             <record text="Feet[COMMENT - height option on preferences screen]" id="3"/>
  83.                         </list>
  84.                     </widget>
  85.  
  86.                     <widget class="label" row="6" col="0" text="Weight[COMMENT - preferences screen; height label]"/>                
  87.                     <widget class="subtle_popup" id="weip" row="6" col="1" column_span="2">
  88.                         <list id="items">
  89.                             <record text="Kilograms[COMMENT - weight option on preferences screen]" id="1"/>
  90.                             <record text="Pounds[COMMENT - weight option on preferences screen]" id="2"/>
  91.                             <record text="Stones[COMMENT - weight option on preferences screen]" id="3"/>
  92.                         </list>
  93.                     </widget>
  94.  
  95.                     <widget class="label" row="7" col="0" text="Processing Fixtures"/>
  96.                     <widget class="subtle_popup" id="pmod" row="7" col="1" column_span="2">
  97.                         <list id="items">
  98.                             <record text="Fastest (Can't Interrupt)" id="0"/>
  99.                             <record text="Faster (Less Responsive)" id="1"/>
  100.                             <record text="Slower (More Responsive)" id="2"/>
  101.                             <record text="Slowest (Play In Background)" id="3"/>
  102.                         </list>
  103.                     </widget>
  104.  
  105.                     <widget class="label" row="8" col="0" text="Auto Save"/>
  106.                     <widget class="subtle_popup" id="save" select_event="asmd" row="8" col="1" column_span="2">
  107.                         <list id="items">
  108.                             <record text="Disabled" id="0"/>
  109.                             <record text="Every Day" id="1"/>
  110.                             <record text="Every Week" id="2"/>
  111.                             <record text="Every Fortnight" id="7"/>
  112.                             <record text="Every Month" id="3"/>
  113.                             <record text="Every Three Months" id="4"/>
  114.                             <record text="Every Year" id="5"/>
  115.                             <record text="Every Five Years" id="6"/>
  116.                         </list>
  117.                     </widget>
  118.  
  119.                     <widget class="label" row="9" col="0" text="Continue Game Timeout"/>
  120.                     <widget class="subtle_popup" id="time" row="9" col="1" column_span="2">
  121.                         <list id="items">
  122.                             <record text="Disabled" id="-1"/>
  123.                             <record text="Instant" id="0"/>
  124.                             <record text="2 Seconds" id="2"/>
  125.                             <record text="5 Seconds" id="5"/>
  126.                             <record text="10 Seconds" id="10"/>
  127.                         </list>
  128.                     </widget>    
  129.                     
  130.                     <widget class="label" row="10" col="0" text="News Ticker Level"/>
  131.                     <widget class="subtle_popup" id="ntmc" row="10" col="1" column_span="2">
  132.                         <list id="items">
  133.                             <record text="Disabled[COMMENT: News Ticker Level]" id="12000"/>
  134.                             <record text="Worldwide Only[COMMENT: News Ticker Level]" id="7000"/>
  135.                             <record text="Continental & Above[COMMENT: News Ticker Level]" id="6250"/>
  136.                             <record text="National & Above[COMMENT: News Ticker Level]" id="5250"/>
  137.                             <record text="Regional & Above[COMMENT: News Ticker Level]" id="4250"/>
  138.                             <record text="Local & Above[COMMENT: News Ticker Level]" id="3500"/>
  139.                         </list>
  140.                     </widget>
  141.                     
  142.                     <widget class="label" row="11" col="0" text="News Ticker Display"/>
  143.                     <widget class="subtle_popup" id="ntdt" row="11" col="1" column_span="2">
  144.                         <list id="items">
  145.                             <record text="1 Second[COMMENT: length of time news ticker events are displayed]" id="1"/>
  146.                             <record text="2 Seconds[COMMENT: length of time news ticker events are displayed]" id="2"/>
  147.                             <record text="3 Seconds[COMMENT: length of time news ticker events are displayed]" id="3"/>
  148.                             <record text="4 Seconds[COMMENT: length of time news ticker events are displayed]" id="4"/>
  149.                             <record text="5 Seconds[COMMENT: length of time news ticker events are displayed]" id="5"/>
  150.                             <record text="6 Seconds[COMMENT: length of time news ticker events are displayed]" id="6"/>
  151.                             <record text="7 Seconds[COMMENT: length of time news ticker events are displayed]" id="7"/>
  152.                             <record text="8 Seconds[COMMENT: length of time news ticker events are displayed]" id="8"/>
  153.                             <record text="9 Seconds[COMMENT: length of time news ticker events are displayed]" id="9"/>
  154.                             <record text="10 Seconds[COMMENT: length of time news ticker events are displayed]" id="10"/>
  155.                         </list>
  156.                     </widget>
  157.                     
  158.                     <widget class="check_box" clke="erat" id="eras" row="0" col="4" text="Rolling Autosave"/>
  159.  
  160.                     <widget class="check_box" clke="icst" id="icsv" row="1" col="4" text="Incremental Save"/>
  161.  
  162.                     <widget class="check_box" id="sagc" row="2" col="4" text="Compress Save Games[COMMENT: option label: save game in compressed format]"/>
  163.  
  164.                     <widget class="check_box" id="thrd" row="5" col="4" text="Threading"/>
  165.  
  166.                     <widget class="check_box" id="mmtv" row="7" col="4" text="Move Matches for TV"/>
  167.  
  168.                     <widget class="check_box" id="emhy" row="8" col="4" text="Enable Media Hyperlinks"/>
  169.                     
  170.                     <widget class="check_box" id="ntlp" row="9" col="4" text="News Ticker Loop"/>
  171.                     
  172.                     <!-- <widget class="check_box" id="sctm" row="10" col="4" text="Screenshot Ticker Messages[COMMENT: debug only don't translate this]"/>    -->    
  173.  
  174.                     <!-- <widget class="check_box" id="vido" row="4" col="4" text="Show agent video"/> -->
  175.                 </widget>
  176.  
  177.                 <!-- display settings -->
  178.                 <widget class="table" id="disp" mode="fill_rows" layout="-4,12,-6,-1,-8" row_span="0" stretch_to_fit_rows="true">
  179.                     <boolean id="fixed_size_rows" value="false"/>
  180.                     <boolean id="auto_size_rows" value="true"/>
  181.                 
  182.  
  183.                     <list id="headings">
  184.                         <record text="Display" alignment="left, centre_y" column_span="5"/>
  185.                     </list>
  186.  
  187.                     <list id="column_properties">
  188.                         <record indx="1" colour="selection"/>
  189.                           <record indx="2" spec="text" colour="selection" />
  190.                           <record indx="4" auto_size="vertical"/>
  191.                     </list>
  192.  
  193.                     <!-- small inset from sides of table -->
  194.                     <list id="column_display_properties">
  195.                         <record indx="0" sort_disabled="true"/>
  196.                         <record indx="1" sort_disabled="true"/>
  197.                         <record indx="2" sort_disabled="true" top="4" bottom="5"/>
  198.                         <record indx="3" sort_disabled="true" top="3"/>
  199.                         <record indx="4" sort_disabled="true" top="4" bottom="4"/>
  200.                     </list>
  201.  
  202.                     <!-- skin properties -->
  203.                     <widget class="label" row="0" col="0" text="Skin"/>
  204.                     <widget class="subtle_popup" id="skin" row="0" col="1" column_span="2" sele="skms" hint="Select a skin from the drop down to change the appearance of the interface"/>
  205.  
  206.                     <widget class="label" row="1" col="0" text="Author" />
  207.                     <widget class="text" row="1" col="2" id="skat" hint="The creator of the selected skin" auto_size="vertical"/>
  208.                     <widget class="label" row="2" col="0" text="Version" />
  209.                     <widget class="text" row="2" col="2" id="skve" text="qaz" hint="Skin version" auto_size="vertical"/>
  210.  
  211.                     <widget class="label" row="3" col="0" text="Website" />
  212.                     <widget class="text" row="3" col="2" id="skde" auto_size="vertical"/>
  213.  
  214.                     <widget class="label" row="6" col="0" text="Recent Folders List[COMMENT: preferences: recent folder history label]" />
  215.                     <widget class="subtle_popup" id="refo" row="6" col="1" column_span="2" hint="Choose how many recent folders the file dialog remembers[COMMENT: preferences: recent folder history hint]">
  216.                         <list id="items">
  217.                             <record id="5" text="5" />
  218.                             <record id="10" text="10" />
  219.                             <record id="20" text="20" />
  220.                             <record id="40" text="40" />
  221.                         </list>
  222.                     </widget>
  223.  
  224.                     <widget class="check_box" id="pavt" row="0" col="4" text="Display Graphical Attributes In Profile[COMMENT: show graphical or numerical attributes in player/staff profiles]" hint="Choose whether you want to display numerical or graphical attributes in player and staff profiles[COMMENT: numerical or graphical attributes in profiles - hint]" />
  225.  
  226.                     <widget class="check_box" id="shpp" row="1" col="4" text="Show Player Pictures" hint="Choose whether or not to display player pictures on their profile screen"/>
  227.  
  228.                     <!-- THIS NEEDS IMPLEMENTING TOO -->
  229.                     <widget class="check_box" id="shlg" row="2" col="4" text="Show Badges / Logos" hint="Choose whether or not to display logos on the title panel"/>
  230.  
  231.                     <widget class="check_box" id="bgpc" row="3" col="4" text="Show Background Pictures"/>
  232.  
  233.                     <widget class="check_box" id="uniq" row="4" col="4" text="Show Unique Ids"/>
  234.  
  235.                     <widget class="check_box" id="full" row="5" col="4" text="Full Screen" hint="Run in full screen mode"/>
  236.  
  237.                     <widget class="check_box" id="cach" row="6" col="4" text="Use Skin Cache[COMMENT: skin preference: use the skin cache]" hint="Don't rebuild the skin cache[COMMENT: skin preference tooltip]"/>
  238.     
  239.                 </widget>
  240.  
  241.                 <!-- sound settings -->
  242.                 <widget class="table" id="soun" mode="fill_rows" layout="-4,12,-6,-1,-8" row_span="0" row_height="23">
  243.                     <boolean id="stretch_to_fit_rows" value="true"/>
  244.  
  245.                     <record id="default_properties" alignment="left,centre_y"/>                                
  246.  
  247.                     <list id="headings">
  248.                         <record text="Sound" alignment="left, centre_y" column_span="5"/>
  249.                     </list>
  250.  
  251.                     <list id="column_properties">
  252.                         <record indx="1" colour="selection"/>
  253.                         <record indx="3" colour="selection"/>
  254.                     </list>.
  255.  
  256.                     <!-- small inset from sides of table -->
  257.                     <list id="column_display_properties">
  258.                         <record indx="0" sort_disabled="true"/>
  259.                         <record indx="1" sort_disabled="true"/>
  260.                         <record indx="2" sort_disabled="true"/>
  261.                         <record indx="3" sort_disabled="true" top="3"/>
  262.                     </list>
  263.  
  264.                     <widget class="label" row="0" col="0" text="Sound Cache"/>
  265.                     <widget class="subtle_popup" id="sdca" row="0" col="1" column_span="2">
  266.                         <list id="items">
  267.                             <record text="None" id="0"/>
  268.                             <record text="Smart" id="1"/>
  269.                             <record text="All" id="2"/>
  270.                         </list>
  271.                     </widget>    
  272.  
  273.                     <widget class="check_box" id="psnd" row="0" col="4" text="Play Sounds"/>
  274.  
  275.                 </widget>
  276.  
  277.  
  278.                 <!-- Server Settings -->
  279.                 <widget class="table" id="svpn" mode="fill_columns, fill_rows" layout="-4,12,-6,-1,-8" row_height="23" row_span="0">
  280.                     <boolean id="stretch_to_fit_rows" value="true"/>
  281.  
  282.                     <record id="default_properties" alignment="left,centre_y"/>
  283.  
  284.                     <list id="headings">
  285.                         <record text="Network/Internet" alignment="left, centre_y" column_span="5"/>
  286.                     </list>
  287.  
  288.                     <list id="column_properties">
  289.                         <record indx="1" colour="selection"/>
  290.                     </list>
  291.  
  292.                     <!-- small inset from sides of table -->
  293.                     <list id="column_display_properties">
  294.                         <record indx="0" sort_disabled="true"/>
  295.                         <record indx="1" sort_disabled="true"/>
  296.                         <record indx="2"/>
  297.                     </list>
  298.  
  299.                     <!-- Server Name --> 
  300.                     <widget class="label" text="Server Name" row="0" col="0"/>
  301.                     <widget class="edit_box" id="svnm" text="Little Red"  row="0" col="2">
  302.                         <attachment kind="mxln" lgth="50"/>
  303.                     </widget>
  304.  
  305.                     <!-- Password --> 
  306.                     <widget class="label" text="Password" row="1" col="0" />
  307.                     <widget class="edit_box" id="pswd" text="" row="1" col="2">
  308.                         <attachment kind="mxln" lgth="19"/>
  309.                     </widget>
  310.  
  311.                     <!-- force continue % -->
  312.                     <widget class="label" text="Force Continue" row="2" col="0"/>
  313.                     <widget class="check_box" clke="frtg" id="fren" row="2" col="2" text="Enabled[COMMENT - forced continue enabled option on preferences screen]"/>
  314.                     <widget class="subtle_popup" id="frc%" row="3" col="1" column_span="3"/>
  315.                     
  316.                     <!-- force continue timeout -->
  317.                     <widget class="subtle_popup" id="frcd" row="4" col="1" column_span="3">
  318.                         <list id="items">
  319.                             <record text="30 Seconds" id="30"/>
  320.                             <record text="1 Minute" id="60"/>
  321.                             <record text="2 Minutes" id="120"/>
  322.                             <record text="3 Minutes" id="180"/>
  323.                             <record text="4 Minutes" id="240"/>
  324.                             <record text="5 Minutes" id="300"/>
  325.                         </list>
  326.                     </widget>
  327.                     
  328.                     <!-- Run As Server --> 
  329.                     <widget class="check_box" id="stsv" row="0" col="4" text="Run As Server"/>
  330.                 </widget>
  331.  
  332.                 <!-- EDT FILE SETTINGS -->
  333.                 <widget class="table" id="eedt" layout="-1" mode="fill_rows" auto_size_rows="true" row_span="0">
  334.                     <boolean id="stretch_to_fit_rows" value="true"/>
  335.  
  336.                     <record id="default_properties" alignment="left,centre_y"/>
  337.  
  338.                     <list id="column_display_properties">
  339.                         <record indx="0" sort_disabled="true"/>
  340.                     </list>
  341.  
  342.                     <!-- headings -->
  343.                     <list id="headings">
  344.                         <record>
  345.                             <string value="Extra Data Files (EDT)"/>
  346.                         </record>
  347.                     </list>
  348.  
  349.                     <!-- column display properties -->
  350.                     <list id="column_display_properties">
  351.                         <record indx="0" sort_disabled="true">
  352.                             <flags id="id" value=".edt"/>
  353.                         </record>
  354.                         <record indx="1" sort_disabled="true"/>
  355.                     </list>                
  356.                 </widget>
  357.  
  358.                 <!-- DDT FILE SETTINGS -->
  359.                 <widget class="table" id="dddt" layout="-1" mode="fill_rows" auto_size_rows="true" row_span="0">
  360.                     <boolean id="stretch_to_fit_rows" value="true"/>
  361.  
  362.                     <record id="default_properties" alignment="left,centre_y"/>
  363.  
  364.                     <!-- headings -->
  365.                     <list id="headings">
  366.                         <record>
  367.                             <string value="Keep Players Data Files (DDT)"/>
  368.                         </record>
  369.                     </list>
  370.  
  371.                     <!-- column display properties -->
  372.                     <list id="column_display_properties">
  373.                         <record indx="0" sort_disabled="true">
  374.                             <flags id="id" value=".ddt"/>
  375.                         </record>
  376.                         <record indx="1" sort_disabled="true"/>
  377.                     </list>                
  378.                 </widget>
  379.  
  380.                 <!-- Info Output Settings -->
  381.                 <widget class="table" id="prfl" mode="fill_rows" layout="-4,12,-6,-1,-8" row_height="23" row_span="0">
  382.                     <boolean id="stretch_to_fit_rows" value="true"/>
  383.  
  384.                     <record id="default_properties" alignment="left,centre_y"/>
  385.  
  386.                     <list id="headings">
  387.                         <record indx="0" text="Info Output" alignment="left, centre_y" column_span="5"/>
  388.                     </list>
  389.  
  390.                     <list id="column_properties">
  391.                         <record indx="1" colour="selection" alignment="left,centre_y"/>
  392.                     </list>
  393.  
  394.                     <!-- small inset from sides of table -->
  395.                     <list id="column_display_properties">
  396.                         <record indx="0" sort_disabled="true"/>
  397.                         <record indx="1" sort_disabled="true" top="3"/>
  398.                         <record indx="2" sort_disabled="true"/>
  399.                     </list>
  400.  
  401.                     <widget class="check_box" id="ospi" row="0" col="2" text="Output Speed Info"/>
  402.  
  403.                     <widget class="check_box" id="psen" row="1" col="2" text="Process Stats Enabled"/>
  404.  
  405.                     <widget class="check_box" id="csen" row="2" col="2" text="Output Comp Stats"/>
  406.  
  407.                 </widget>
  408.  
  409.                 <!-- Debug Settings -->
  410.                 <widget class="table" id="dbug" mode="fill_rows" layout="-4,12,-6,-1,-8" row_height="23" row_span="0">
  411.                     <boolean id="stretch_to_fit_rows" value="true"/>
  412.  
  413.                     <record id="default_properties" auto_size="true" alignment="left,centre_y"/>
  414.  
  415.                     <list id="headings">
  416.                         <record indx="0" text="Debug" alignment="left, centre_y" column_span="5"/>
  417.                     </list>
  418.  
  419.                     <list id="column_properties">
  420.                         <record indx="1" colour="selection"/>
  421.                     </list>
  422.  
  423.                     <!-- small inset from sides of table -->
  424.                     <list id="column_display_properties">
  425.                         <record indx="0" sort_disabled="true"/>
  426.                         <record indx="1" sort_disabled="true" top="3"/>
  427.                         <record indx="2" sort_disabled="true"/>
  428.                     </list>
  429.  
  430.                     <widget class="label" row="0" col="0" text="Transfers" colour="selection"/>
  431.  
  432.                     <widget class="label" row="1" col="0" text="Chairman Type"/>
  433.                         <widget class="subtle_popup" id="ushe" row="1" col="1" column_span="2" mode="0x00180000">
  434.                             <list id="items">
  435.                                 <record text="Normal" id="0"/>
  436.                                 <record text="Seller" id="1"/>
  437.                                 <record text="Buyer" id="2"/>
  438.                                 <record text="Ambitious" id="3"/>
  439.                                 <record text="Cautious" id="4"/>
  440.                             </list>
  441.                         </widget>
  442.  
  443.                         <widget class="label" row="2" col="0" text="Contract Negotiation System"/>
  444.                         <widget class="subtle_popup" id="dcns" row="2" col="1" column_span="2">
  445.                             <list id="items">
  446.                                 <record text="System A" id="1"/>
  447.                                 <record text="System B" id="2"/>
  448.                                 <record text="System C" id="3"/>
  449.                             </list>
  450.                         </widget>
  451.  
  452.                         <widget class="check_box" id="xfer" row="3" col="2" text="Enable Transfers"/>
  453.  
  454.                         <widget class="check_box" id="xfwd" row="4" col="2" text="Enable Transfer Windows"/>
  455.  
  456.                         <widget class="label" row="0" col="4" text="Media" colour="selection"/>
  457.  
  458.                         <widget class="check_box" id="mecw" row="1" col="4" text="Enable Comments"/>
  459.  
  460.                         <widget class="check_box" id="ricw" row="2" col="4" text="Read In Media Comments"/>
  461.  
  462.                         <widget class="check_box" id="schw" row="3" col="4" text="Send Comments To All Humans"/>
  463.  
  464.                         <widget class="check_box" id="sacs" row="4" col="4" text="Show All Comments"/>
  465.  
  466.                         <widget class="check_box" id="eccs" row="5" col="4" text="Error Check Comments"/>
  467.  
  468.                         <widget class="check_box" id="trfl" row="6" col="4" text="Translation Flood"/>
  469.  
  470.                         <widget class="label" row="7" col="2" text="Match" colour="selection"/>
  471.  
  472.                         <widget class="check_box" id="mten" row="8" col="2" text="Match Engine (All)"/>
  473.  
  474.                         <widget class="check_box" id="mtsc" row="9" col="2" text="Match Engine (Own)"/>
  475.  
  476.                         <widget class="check_box" id="frnd" row="10" col="2" text="Enable Friendlies"/>
  477.  
  478.  
  479.                         <widget class="label" row="7" col="4" text="Game" colour="selection"/>
  480.  
  481.                         <widget class="check_box" id="ntfw" row="8" col="4" text="Send News To File"/>
  482.  
  483.                         <widget class="check_box" id="rgen" row="9" col="4"  text="Enable Regeneration"/>
  484.  
  485.                         <widget class="check_box" id="smps" row="10" col="4" text="Simulate Player Stats"/>
  486.  
  487.                         <widget class="check_box" id="mtfw" row="11" col="4" text="Send Morale To File"/>
  488.  
  489.                         <widget class="check_box" id="wtfw" row="12" col="4" text="Send Wages To File"/>
  490.  
  491.                         <widget class="check_box" id="gcdw" row="13" col="4" text="Game Cycle Debug"/>
  492.  
  493.                         <widget class="check_box" id="usww" row="14" col="4" text="Update Shortlists Weekly"/>
  494.  
  495.                         <widget class="check_box" id="dudw" row="15" col="4" text="Double Update Days"/>
  496.  
  497.                 </widget>
  498.                 
  499.             </container>
  500.             
  501.         </container> <!-- gbox inside sbox -->
  502.         
  503.     </container>
  504.     
  505. </screen>
  506.