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

  1. <panel>
  2.     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  3.     <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
  4.  
  5.     <!-- main area with panels / one visible at a time -->
  6.     <container class="titled_box" id="tptb" title="Panels">
  7.         <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  8.         <layout class="stick_to_sides_attachment" alignment="all" layout_children="true" inset="0" />
  9.  
  10.         <!-- view menu -->
  11.         <!-- there are two reasons for 'emulating' the multibox menu here;
  12.             1) multiboxes does not support the widgets inframe yet,
  13.             2) multiboxes does not allow menu separators yet -->
  14.         <container embed_in_frame="true">
  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.             <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  18.             <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  19.             <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  20.             
  21.             <widget class="embedded_popup_button" id="tpvm" sele="shom" text="View" fixed="true" auto_size="all" embed_in_frame="true">
  22.                 <boolean id="auto_tick_exclusive" value="true" />
  23.                 <list id="items">
  24.                     <record text="Positions" id="posn">
  25.                         <boolean id="tick" value="false"/>
  26.                     </record>
  27.                     <record id="----" />
  28.                     <record text="Team Instructions" id="tetb" />
  29.                     <record text="Player Instructions" id="pltb" />
  30.                     <record id="----" />
  31.                     <record text="Captains" id="cptb" />
  32.                     <record text="Playmakers" id="plmt" />
  33.                     <record text="Target Men" id="tmtb" />
  34.                     <record text="Penalty Takers" id="pktb" />
  35.                     <record text="Free Kick Takers" id="fktb" />
  36.                     <record text="Corner Takers" id="cktb" />
  37.                     <record text="Throw In Takers" id="titb" />
  38.                 </list> <!-- view menu items -->
  39.  
  40.                 <flags id="selection" value="posn" />
  41.  
  42.             </widget> <!-- popup button -->            
  43.         </container> <!-- view menu in frame container -->
  44.  
  45.  
  46.         <container class="multi_box" title="Panels" id="tdmb" >
  47.             <flags id="top_kind" value="gbox" />
  48.             <flags id="top_layout" value="horizontal" />
  49.             <record id="top_properties">
  50.                 <flags id="auto_size" value="horizontal" />
  51.                 <boolean id="fixed" value="true" />
  52.                 <string id="text" value="View" />
  53.             </record>
  54.  
  55.             <flags id="bottom_kind" value="gbox"/>
  56.             <flags id="bottom_layout" value="horizontal" />
  57.             <record id="bottom_properties" />
  58.  
  59.             <flags id="contents_kind" value="gbox" />
  60.             <flags id="changed_event" value="eipc" />
  61.             <boolean id="save_current_state" value="true"/>
  62.             
  63.             <flags id="default_item" value="posn" />
  64.  
  65.             <container class="group_box" id="posn" title="Positions">
  66.                 <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  67.                 <widget class="pitch_with_tactics" id="ptch">
  68.                     <layout class="stick_to_sides_attachment" alignment="all" inset="0" />
  69.                     <boolean id="vert" value="true"/>
  70.                     <integer id="pprd" value="3"/>
  71.  
  72.                     <!-- normal run, darkened run, drag run colours -->
  73.                     <colour id="ncol" red="200" green="200" blue="200"/>
  74.                     <colour id="dcol" red="217" green="177" blue="40"/>
  75.                     <colour id="gcol" name="selection"/>
  76.                 </widget>
  77.             </container>
  78.  
  79.             <!--  this is player instructions (+set pieces) panel  -->
  80.  
  81.             <widget class="group_box" id="pltb" title="Player Instructions" >
  82.  
  83.                 <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0" />
  84.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  85.  
  86.                 <widget class="group_box" id="lpli" title="Player Instructions" >
  87.                     <layout class="arrange_vertical_attachment" alignment="top" />
  88.                     <layout class="stick_to_sides_attachment" alignment="top,horizontal" layout_children="true" inset="0" />
  89.                     <layout class="fit_children_attachment" alignment="vertical" offset="0" />
  90.                     <widget class="player_instructions_panel" id="plip" />
  91.                 </widget>
  92.  
  93.                 <widget class="group_box" id="lpsp" title="Player Set Piece Instructions" >
  94.                     <layout class="arrange_vertical_attachment" alignment="bottom" />
  95.                     <layout class="stick_to_sides_attachment" alignment="bottom" inset="0" />
  96.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  97.                     <widget class="player_set_piece_instructions_panel" id="pspp" />
  98.                 </widget>
  99.  
  100.             </widget>
  101.  
  102.             <!--  this is team instructions (+set piecse) panel  -->
  103.  
  104.             <widget class="group_box" id="tetb" title="Team Instructions" >
  105.                 <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0" />
  106.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  107.  
  108.                 <widget class="group_box" id="ltei" title="Team Instructions" >
  109.                     <layout class="arrange_vertical_attachment" alignment="top" />
  110.                     <layout class="stick_to_sides_attachment" alignment="top,horizontal" layout_children="true" inset="0" />
  111.                     <layout class="fit_children_attachment" alignment="vertical" offset="0" />
  112.                     <widget class="team_instructions_panel" id="teip" />
  113.                 </widget>
  114.  
  115.                 <widget class="group_box" id="ltsp" title="Team Set Piece Instructions">
  116.                     <layout class="arrange_vertical_attachment" alignment="bottom" />
  117.                     <layout class="stick_to_sides_attachment" alignment="bottom" inset="0" />
  118.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  119.                     <widget class="team_set_piece_instructions_panel" id="tspp" />
  120.                 </widget>
  121.             </widget>
  122.  
  123.             <!--  this is the captains panel  -->
  124.  
  125.             <widget class="group_box" id="cptb" title="Captains">
  126.                 <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  127.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  128.                 <widget class="set_piece_takers_panel" id="capt" title="Captains" set_piece_type="7" />
  129.             </widget>
  130.  
  131.             <!--  playmaker panel  -->
  132.  
  133.             <widget class="group_box" id="plmt" title="Playmakers">
  134.                 <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  135.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  136.                 <widget class="set_piece_takers_panel" id="plat" set_piece_type="8" />
  137.             </widget>
  138.  
  139.             <!--  target men panel  -->
  140.  
  141.             <widget class="group_box" id="tmtb" title="Target Men">
  142.                 <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  143.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  144.                 <widget class="set_piece_takers_panel" id="tamt" set_piece_type="9"/>
  145.             </widget>
  146.  
  147.             <!--  this is the penalty taker panel  -->
  148.  
  149.             <widget class="group_box" id="pktb" title="Penalty Takers" >
  150.                 <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  151.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  152.                 <widget class="set_piece_takers_panel" id="pent" set_piece_type="6"/>
  153.             </widget>
  154.  
  155.             <!--  this is the free kick taker panel (left/right)  -->
  156.  
  157.             <widget class="group_box" id="fktb" title="Free Kick Takers">
  158.                 <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  159.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  160.  
  161.                 <widget class="group_box" title="Free Kick Takers (Left)" >
  162.                     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  163.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  164.                     <widget class="set_piece_takers_panel" id="fklt" set_piece_type="0"/>
  165.                 </widget>
  166.  
  167.                 <widget class="group_box" title="Free Kick Takers (Right)" >
  168.                     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  169.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  170.                     <widget class="set_piece_takers_panel" id="fkrt" set_piece_type="1"/>
  171.                 </widget>
  172.             </widget>
  173.  
  174.  
  175.             <!--  this is the corner kick taker panel (left/right)  -->
  176.  
  177.             <widget class="group_box" id="cktb" title="Corner Kick Takers" >
  178.                 <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  179.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  180.  
  181.                 <widget class="group_box" title="Corner Kick Takers (Left)" >
  182.                     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  183.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  184.                     <widget class="set_piece_takers_panel" id="colt" set_piece_type="2"/>
  185.                 </widget>
  186.  
  187.                 <widget class="group_box" title="Corner Kick Takers (Right)" >
  188.                     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  189.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  190.                     <widget class="set_piece_takers_panel" id="cort" set_piece_type="3"/>
  191.                 </widget>
  192.             </widget>
  193.  
  194.  
  195.             <!--  this is the throw in taker panel (left/right)  -->
  196.  
  197.             <widget class="group_box" id="titb" title="Throw In Takers" >
  198.                 <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  199.                 <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  200.  
  201.                 <widget class="group_box" title="Throw In Takers (Left)" >
  202.                     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  203.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  204.                     <widget class="set_piece_takers_panel" id="tilt" set_piece_type="4"/>
  205.                 </widget>
  206.  
  207.                 <widget class="group_box" title="Throw In Takers (Right)" >
  208.                     <layout class="arrange_vertical_attachment" alignment="fill" offset="0" />
  209.                     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0" />
  210.                     <widget class="set_piece_takers_panel" id="tirt" set_piece_type="5"/>
  211.                 </widget>
  212.             </widget>
  213.  
  214.         </container> <!-- multi box -->
  215.  
  216.     </container> <!-- titled box -->
  217.  
  218. </panel>