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

  1. <panel>
  2.  
  3.     <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0" />
  4.  
  5.     <!-- popup button
  6.     <widget class="popup_button" id="view" text="View" sele="scvw" auto_size="horizontal" fixed="true">
  7.         <layout class="stick_to_sides_attachment" alignment="left" inset="0"/>
  8.     </widget>
  9.     -->
  10.     
  11.     <!-- titled box -->
  12.     <widget class="titled_box" id="qpto" alignment="left">
  13.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
  14.         <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0"/>
  15.  
  16.         <!-- main table -->
  17.         <widget class="table" id="qptb" mode="fill_rows"  layout="300,-1" auto_size_rows="true" row_span="0">
  18.  
  19.             <!-- column display properties -->
  20.             <list id="column_display_properties">
  21.                 <record indx="0" id="datc" sort_disabled="true" left="4"/>
  22.                 <record indx="1" id="namc" sort_disabled="true"/>
  23.             </list>
  24.             
  25.             <list id="headings">
  26.                 <record text="Dates" alignment="left,centre_y"/>
  27.                 <record text="Stage" alignment="left,centre_y"/>
  28.             </list>
  29.             
  30.             <list id="column_properties">
  31.                 <record indx="0" alignment="left,centre_y"/>
  32.                 <record indx="1" alignment="left,centre_y"/>
  33.             </list>
  34.             
  35.         </widget>
  36.  
  37.     </widget> <!-- titled box -->
  38.     
  39. </panel>