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

  1. <panel title="Edit Team Selections" >
  2.  
  3.     <!-- stick all items to width of box -->
  4.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" />
  5.     <layout class="arrange_vertical_attachment" alignment="bottom,extend" />
  6.  
  7.     <!-- table containing selection names -->
  8.     <widget class="table" id="tatb" mode="fill_rows, select_rows, select_multiple, show_bullets" layout="-1">
  9.         <record id="select_event">
  10.             <flags id="event_id" value="slrw" />
  11.             <flags id="dialog_event" value="true" />
  12.         </record>
  13.     </widget>
  14.     
  15.     <!-- row of buttons -->
  16.     <widget class="group_box" id="btns">
  17.         <layout class="fit_children_attachment" alignment="vertical"/>
  18.         <layout class="arrange_horizontal_attachment" alignment="left,extend" />
  19.         <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true" />
  20.  
  21.         <widget class="group_box">
  22.             <layout class="arrange_horizontal_attachment" alignment="left" />
  23.             <layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" />
  24.             <layout class="fit_children_attachment" alignment="horizontal,fill" />
  25.             <layout class="fit_children_attachment" alignment="vertical"/>
  26.  
  27. <!--
  28.             <widget class="action_button" id="impo" text="Import" auto_size="horizontal">
  29.                 <record id="click_event">
  30.                     <flags id="event_id" value="impo" />
  31.                     <flags id="dialog_event" value="true" />
  32.                 </record>
  33.             </widget>
  34.             
  35.             <widget class="action_button" id="expo" text="Export" auto_size="horizontal">
  36.                 <record id="click_event">
  37.                     <flags id="event_id" value="expo" />
  38.                     <flags id="dialog_event" value="true" />
  39.                 </record>
  40.             </widget>
  41. -->
  42.  
  43.             <!-- delete button -->            
  44.             <widget class="action_button" id="dele" text="Delete" auto_size="horizontal">
  45.                 <record id="click_event">
  46.                     <flags id="event_id" value="dele" />
  47.                     <flags id="dialog_event" value="true" />
  48.                 </record>
  49.             </widget>
  50.  
  51.             <!-- copy button -->            
  52.             <widget class="action_button" id="copy" text="Copy" auto_size="horizontal">
  53.                 <record id="click_event">
  54.                     <flags id="event_id" value="copy" />
  55.                     <flags id="dialog_event" value="true" />
  56.                 </record>
  57.             </widget>
  58.  
  59.             <!-- rename button -->            
  60.             <widget class="action_button" id="rena" text="Rename" auto_size="horizontal">
  61.                 <record id="click_event">
  62.                     <flags id="event_id" value="rena" />
  63.                     <flags id="dialog_event" value="true" />
  64.                 </record>
  65.             </widget>
  66.         
  67.         </widget> <!-- left buttons -->
  68.         
  69.         <widget class="group_box">
  70.             <layout class="arrange_horizontal_attachment" alignment="right" />
  71.             <layout class="stick_to_sides_attachment" alignment="bottom" layout_children="true" />
  72.             <layout class="fit_children_attachment" alignment="vertical"/>
  73.         
  74.             <widget class="action_button" id="canc" text="Cancel" auto_size="horizontal">
  75.                 <record id="click_event">
  76.                     <flags id="event_id" value="canc" />
  77.                     <flags id="dialog_event" value="true" />
  78.                 </record>
  79.             </widget>
  80.             
  81.             <widget class="action_button" id="ok  " text="Ok" auto_size="horizontal">
  82.                 <record id="click_event">
  83.                     <flags id="event_id" value="ok  " />
  84.                     <flags id="dialog_event" value="true" />
  85.                 </record>
  86.             </widget>
  87.         </widget> <!-- ok/cancel area -->
  88.         
  89.     </widget> <!-- button row -->
  90.     
  91. </panel> <!-- team selection list panel -->
  92.