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

  1. <panel>
  2.  
  3.     <!-- titled box -->
  4.     <widget class="titled_box" id="trtb" alignment="left">
  5.         
  6.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  7.         <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
  8.         
  9.         <container id="btns" embed_in_frame="true">
  10.     
  11.             <layout class="arrange_horizontal_attachment" alignment="right" embed_in_frame="true"/>
  12.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true" embed_in_frame="true"/>
  13.  
  14.             <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  15.             
  16.             <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  17.             <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  18.             
  19.             <!-- view menu -->
  20.             <widget class="embedded_popup_button" id="view" text="View" fixed="true" save_current_state="true" tkex="true" auto_size="all" embed_in_frame="true"/>
  21.             
  22.         </container>
  23.  
  24.         <!-- main table -->
  25.         <widget class="table" id="tabl" mode="fill_rows"  layout="80,-1" auto_size_rows="true" row_span="0">
  26.  
  27.             <!-- headings -->
  28.             <list id="headings">
  29.                 <record indx="0" text="Year" alignment="left"/>
  30.                 <record indx="1" text="Record[competition record panel table heading]" alignment="left,centre_y"/>
  31.             </list>
  32.             
  33.             <!-- column display properties -->
  34.             <list id="column_properties">
  35.                 <record indx="0" alignment="left,centre_y"/>
  36.                 <record indx="1" spec="text" alignment="left,centre_y" colour="selection"/>
  37.             </list>
  38.                 
  39.             <!-- column display properties -->
  40.             <list id="column_display_properties">
  41.                 <record indx="0" id="year" left="4" sort_disabled="true"/>
  42.                 <record indx="1" id="reco" sort_disabled="true"/>
  43.             </list>
  44.             
  45.         </widget>
  46.  
  47.     </widget> <!-- titled box -->
  48.     
  49. </panel>