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

  1. <panel title="Player Transfer Panel">
  2.     <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="0"/>
  3.     <layout class="fit_children_attachment" alignment="vertical, fill" offset="0" gap="0"/>
  4.     <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  5.  
  6.     <widget class="titled_box" title="Overview" id="pxfb">
  7.         <boolean id="scst" value="true"/>
  8.         <boolean id="sdst" value="true"/>
  9.  
  10.         <!-- layout objects from top to bottom -->
  11.         <layout class="arrange_vertical_attachment" alignment="top" offset="0" gap="0"/>
  12.         <layout class="fit_children_attachment" alignment="vertical, fill" offset="0" gap="0"/>
  13.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  14.  
  15.         <!-- full name -->
  16.         <widget class="group_box" id="namp">
  17.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  18.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  19.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  20.             
  21.             <widget class="label" text="Full Name" spec="text"/>
  22.             <widget class="text" id="namw" auto_size="vertical" spec="text">
  23.                 <colour name="selection"/>
  24.             </widget>
  25.         </widget>
  26.  
  27.         <!-- date of birth -->
  28.         <widget class="group_box" id="dobp">
  29.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  30.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  31.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  32.             
  33.             <widget class="label" text="Date Of Birth" spec="text"/>
  34.             <widget class="text" id="dobw" auto_size="vertical" spec="text">
  35.                 <colour name="selection"/>
  36.             </widget>
  37.         </widget>
  38.  
  39.         <!-- place of birth -->
  40.         <widget class="group_box" id="cobp">
  41.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  42.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  43.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  44.             
  45.             <widget class="label" text="Place Of Birth" spec="text"/>
  46.             <widget class="text" id="cobw" auto_size="vertical" spec="text">
  47.                 <colour name="selection"/>
  48.             </widget>
  49.         </widget>
  50.  
  51.         <!-- favoured clubs -->
  52.         <widget class="group_box" id="fvcp">
  53.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  54.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  55.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  56.             
  57.             <widget class="label" text="Favoured Clubs" spec="text"/>
  58.             <widget class="text" id="fvcw" auto_size="vertical" spec="text">
  59.                 <colour name="selection"/>
  60.             </widget>
  61.         </widget>
  62.         
  63.         <!-- favoured persons -->
  64.         <widget class="group_box" id="fvpp">
  65.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  66.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  67.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  68.             
  69.             <widget class="label" text="Favoured Personnel" spec="text"/>
  70.             <widget class="text" id="fvpw" auto_size="vertical" spec="text">
  71.                 <colour name="selection"/>
  72.             </widget>
  73.         </widget>
  74.  
  75.         <!-- value -->
  76.         <widget class="group_box" id="valp">
  77.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  78.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  79.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  80.             
  81.             <widget class="label" text="Value" spec="text"/>
  82.             <widget class="text" id="valw" auto_size="vertical" spec="text">
  83.                 <colour name="selection"/>
  84.             </widget>
  85.         </widget>
  86.  
  87.         <!-- asking price -->
  88.         <widget class="group_box" id="askp">
  89.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  90.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  91.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  92.             
  93.             <widget class="label" text="Asking Price" spec="text"/>
  94.             <widget class="text" id="askw" auto_size="vertical" spec="text">
  95.                 <colour name="selection"/>
  96.             </widget>
  97.         </widget>
  98.  
  99.         <!-- availability -->
  100.         <widget class="group_box" id="avlp">
  101.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  102.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  103.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  104.             
  105.             <widget class="label" text="Availability" spec="text"/>
  106.             <widget class="text" id="avlw" auto_size="vertical" spec="text">
  107.                 <colour name="selection"/>
  108.             </widget>
  109.         </widget>
  110.  
  111.         <!-- nationalities -->
  112.         <widget class="group_box" id="natp">
  113.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  114.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  115.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  116.             
  117.             <widget class="label" text="Other Nationalities" spec="text"/>
  118.             <widget class="text" id="natw" auto_size="vertical" spec="text">
  119.                     <colour name="selection"/>
  120.             </widget>
  121.         </widget>
  122.  
  123.         <!-- languages -->
  124.         <widget class="group_box" id="lngp">
  125.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  126.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  127.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  128.             
  129.             <widget class="label" text="Languages" spec="text"/>
  130.             <widget class="text" id="lngw" auto_size="vertical" spec="text">
  131.                 <colour name="selection"/>
  132.             </widget>
  133.         </widget>
  134.  
  135.         <!-- interested -->
  136.         <widget class="group_box" id="intp">
  137.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  138.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  139.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  140.             
  141.             <widget class="label" text="Interested" spec="text"/>
  142.             <widget class="text" id="intw" auto_size="vertical" spec="text">
  143.                 <colour name="selection"/>
  144.             </widget>
  145.         </widget>
  146.  
  147.         <!-- offers -->
  148.         <widget class="group_box" id="offp">
  149.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  150.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  151.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  152.             
  153.             <widget class="label" text="Offers" spec="text"/>
  154.             <widget class="text" id="offw" auto_size="vertical" spec="text">
  155.                 <colour name="selection"/>
  156.             </widget>
  157.         </widget>
  158.  
  159.         <!-- future -->
  160.         <widget class="group_box" id="futp">
  161.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  162.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  163.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  164.             
  165.             <widget class="label" text="Future Plans" spec="text"/>
  166.             <widget class="text" id="futw" auto_size="vertical" spec="text">
  167.                 <colour name="selection"/>
  168.             </widget>
  169.         </widget>
  170.  
  171.         <!-- scout reports -->
  172.         <widget class="group_box" id="sctp">
  173.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  174.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  175.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  176.             
  177.             <widget class="label" text="Scout Reports" spec="text"/>
  178.             <widget class="text" id="sctw" auto_size="vertical" spec="text">
  179.                 <colour name="selection"/>
  180.             </widget>
  181.         </widget>
  182.  
  183.         <!-- DEBUG min sale value -->
  184.         <widget class="group_box" id="minp">
  185.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  186.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  187.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  188.             
  189.             <widget class="label" text="Min Allowed Sale Value" spec="text"/>
  190.             <widget class="text" id="minw" auto_size="vertical" spec="text"/>
  191.         </widget>
  192.  
  193.         <!-- DEBUG max purchase value -->
  194.         <widget class="group_box" id="maxp">
  195.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  196.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  197.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  198.             
  199.             <widget class="label" text="Max Allowed Purchase Value" spec="text"/>
  200.             <widget class="text" id="maxw" auto_size="vertical" spec="text"/>
  201.         </widget>
  202.  
  203.         <!-- DEBUG unrefusable purchase amount -->
  204.         <widget class="group_box" id="unrp">
  205.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  206.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  207.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  208.             
  209.             <widget class="label" text="Unrefusable Purchase Amount" spec="text"/>
  210.             <widget class="text" id="unrw" auto_size="vertical" spec="text"/>
  211.         </widget>
  212.         
  213.         <!-- non player rep -->
  214.         <widget class="group_box" id="nrpp">
  215.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  216.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  217.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  218.             
  219.             <widget class="label" text="Reputation" spec="text"/>
  220.             <widget class="text" id="nrpw" auto_size="vertical" spec="text">
  221.                 <colour name="selection"/>
  222.             </widget>
  223.         </widget>
  224.  
  225.         <!-- manager happiness -->
  226.         <widget class="group_box" id="mhap">
  227.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  228.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  229.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  230.             
  231.             <widget class="label" text="Happiness" spec="text"/>
  232.             <widget class="text" id="mhaw" auto_size="vertical" spec="text">
  233.                 <colour name="selection"/>
  234.             </widget>
  235.         </widget>
  236.  
  237.         <!-- manager relationship with you -->
  238.         <widget class="group_box" id="mryp">
  239.             <layout class="fit_children_attachment" alignment="vertical" offset="0"/>
  240.             <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
  241.             <layout class="arrange_horizontal_attachment" layo="-3,-4"/>
  242.             
  243.             <widget class="label" text="Relationship With You" spec="text"/>
  244.             <widget class="text" id="mryw" auto_size="vertical" spec="text">
  245.                 <colour name="selection"/>
  246.             </widget>
  247.         </widget>
  248.  
  249.     </widget>
  250. </panel>