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 schedule.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  1.2 KB  |  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>