home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 November / Gamestar_67_2004-11_dvd.iso / Dema / footballmanager2005_betademo.exe / Data1.cab / _440FB917C6144F5882347F0CB8227D2B < prev    next >
Text File  |  2004-08-31  |  3KB  |  82 lines

  1. <panel scst="true">
  2.     <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0" />
  3.  
  4.     
  5.  
  6.     <!-- titled box -->
  7.     <container class="titled_box" id="trtb">
  8.             
  9.         <layout class="arrange_vertical_attachment" alignment="top" offset="0"/>
  10.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="false" inset="0"/>
  11.         <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  12.     
  13.         <container id="btns" embed_in_frame="true">
  14.     
  15.             <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  16.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  17.  
  18.             <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  19.             
  20.             <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  21.             <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  22.             
  23.             <!-- view menu -->
  24.             <widget class="embedded_popup_button" id="view" text="View" fixed="true" auto_size="all" sele="view" embed_in_frame="true">
  25.  
  26.                 <list id="items">
  27.                     <record id="0" name="Recent Records" tkex="true"/>
  28.                     <record id="1" name="This Season" tkex="true"/>
  29.                 </list>
  30.                 
  31.             </widget>
  32.             
  33.         </container>
  34.             
  35.         <!-- club table -->
  36.         <widget class="table" id="tabc" mode="fill_rows"  layout="260,-1" row_span="0">
  37.             <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
  38.             <boolean id="stretch_to_fit_rows" value="true"/>
  39.                             
  40.             <!-- column display properties -->
  41.             <list id="column_properties">
  42.                 <record indx="0" alignment="left,centre_y"/>
  43.                 <record indx="1" spec="text" alignment="left,centre_y" colour="selection"/>
  44.             </list>
  45.                 
  46.             <!-- column display properties -->
  47.             <list id="column_display_properties">
  48.                 <record indx="0" id="type" left="4"/>
  49.                 <record indx="1" id="reco"/>
  50.             </list>
  51.  
  52.              <list id="headings">
  53.                 <record text="Club Records" alignment="left, centre_y" column_span="2"/>
  54.             </list>
  55.             
  56.         </widget>
  57.         
  58.             
  59.         <!-- player table -->
  60.         <widget class="table" id="tabp" mode="fill_rows"  layout="260,-1" row_span="0">
  61.             <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
  62.             <boolean id="stretch_to_fit_rows" value="true"/>
  63.                 
  64.             <!-- column display properties -->
  65.             <list id="column_properties">
  66.                 <record indx="0" alignment="left,centre_y"/>
  67.                 <record indx="1" spec="text" alignment="left,centre_y" colour="selection"/>
  68.             </list>
  69.                 
  70.             <!-- column display properties -->
  71.             <list id="column_display_properties">
  72.                 <record indx="0" id="type" left="4"/>
  73.                 <record indx="1" id="reco"/>
  74.             </list>
  75.             
  76.             <list id="headings">
  77.                 <record text="Player Records" alignment="left, centre_y" column_span="2"/>
  78.             </list>
  79.             
  80.         </widget>
  81.     </container>
  82. </panel>