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 / panels / competition player stats.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  3.1 KB  |  76 lines

  1. <panel>
  2.  
  3.     <boolean id="save_current_state" value="true"/>
  4.     
  5.  
  6.     <!-- filter panel on right, rest on left --> 
  7.     <layout class="arrange_horizontal_attachment" alignment="right,extend" offset="0"/>
  8.  
  9.     <!-- children stick top and bottom --> 
  10.     <layout class="stick_to_sides_attachment" alignment="vertical" layout_children="true" inset="0"/>
  11.  
  12.     
  13.     <!-- titled box -->
  14.     <container class="titled_box" id="titb">
  15.         <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
  16.         
  17.         <!-- menu bar -->
  18.         <container id="btns" embed_in_frame="true">
  19.     
  20.             <layout class="arrange_horizontal_attachment" alignment="right" gap="8" embed_in_frame="true"/>
  21.             <layout class="stick_to_sides_attachment" alignment="top" layout_children="true" inset="0" embed_in_frame="true"/>
  22.  
  23.             <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  24.             
  25.             
  26.             <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  27.             <layout class="fit_children_attachment" alignment="horizontal,fill" gap="8" embed_in_frame="true"/>
  28.             
  29.             <widget class="embedded_popup_button" id="viem" fixed="true" save_current_state="true" auto_size="all" select_event="asch" text="View" tkex="true" embed_in_frame="true"/>
  30.             <widget class="embedded_action_button" id="pssf" click_event="filt" fixed="true" auto_size="all" text="Show Filters" embed_in_frame="true" save_current_state="true"/>
  31.         </container>
  32.  
  33.         <!-- main table -->
  34.         <widget class="table" id="stat" mode="fill_rows" layout="80,-1,125,-1, 150" auto_size_rows="true" row_span="0"> 
  35.             <list id="headings">
  36.                 <record text="Rank" alignment="left,centre_y"/>
  37.                 <record text="Player" alignment="left,centre_y"/>
  38.                 <record text="Nationality" alignment="left,centre_y"/>
  39.                 <record text="Team" alignment="left,centre_y"/>
  40.             </list>
  41.             
  42.           
  43.             <!-- column display properties -->
  44.             <list id="column_display_properties">
  45.                 <record indx="0" id="numc" sort_disabled="true"/>
  46.                 <record indx="1" id="perc" sort_disabled="true"/>
  47.                 <record indx="2" id="natc" sort_disabled="true"/>
  48.                 <record indx="3" id="temc" sort_disabled="true"/>
  49.                 <record indx="4" id="valc" sort_disabled="true"/>
  50.             </list>
  51.         </widget>
  52.         
  53.     </container>
  54.     
  55.     <!-- filter editing panel -->
  56.     <widget class="filter_panel" id="plfp" width="200">
  57.     
  58.         <!-- buttons area -->
  59.         <container id="btnf" embed_in_frame="true">
  60.             <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  61.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  62.  
  63.             <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  64.  
  65.             <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  66.             <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  67.     
  68.             <!-- filter menu -->
  69.             <widget class="embedded_action_button" id="pshf" clke="filH" text="Hide Filters" auto_size="all" embed_in_frame="true" save_current_state="true"/>
  70.     
  71.         </container>
  72.  
  73.         <boolean id="hidn" value="true" />
  74.  
  75.     </widget>
  76. </panel>