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

  1. <screen title="Release Media Comment" version="1.0">
  2.  
  3.     <list id="acts">
  4.         <record text="Confirm" id="fini" event_id="fini"/>
  5.         <record text="Cancel" id="ifcn" event_id="ifcn"/>        
  6.     </list>
  7.  
  8.     <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  9.     
  10.     <container class="titled_box" title="Release Comment">
  11.  
  12.         <!-- embedded buttons -->
  13.         <container id="btns" embed_in_frame="true">
  14.  
  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.         
  18.             <layout class="stick_to_sides_attachment" alignment="top,right" embed_in_frame="true" inset="3"/>
  19.         
  20.             <layout class="fit_children_attachment" alignment="vertical" embed_in_frame="true"/>
  21.             <layout class="fit_children_attachment" alignment="horizontal,fill" embed_in_frame="true"/>
  22.         
  23.             <widget class="embedded_popup_button" id="indp" embed_in_frame="true" text="Type" auto_size="horizontal" select_event="indp">
  24.     
  25.                 <list id="items">
  26.                     <record id="1" text="No Context" tkex="true"/>
  27.                     <record id="2" text="Pre Match" tkex="true"/>
  28.                     <record id="3" text="Post Match" tkex="true"/>
  29.                 </list>
  30.             </widget>
  31.         
  32.         </container>
  33.         
  34.         <!-- lay out the two boxes in this container so that the top one is twice as high as the bottom one -->
  35.         <layout class="arrange_vertical_attachment" alignment="top" layout="0,-2,-5" offset="4" gap="4"/> <!-- TO DO the first item in the layout needs removing when sam fixes a bug! -->
  36.         
  37.         <!-- make both boxes as wide as the container -->
  38.         <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true"/>
  39.         
  40.         <!-- make this container fill the whole panel -->
  41.         <layout class="stick_to_sides_attachment" alignment="all" inset="0"/>
  42.         
  43.         <container class="subsection_box" title="Manager Information">
  44.             <widget class="table" id="minf" mode="fill_rows,keyboard" layout="-1,-3">
  45.                 <boolean id="fixed_size_rows" value="false"/>
  46.                 <boolean id="auto_size_rows" value="true"/>
  47.                 
  48.                 <layout class="stick_to_sides_attachment" alignment="all"/>
  49.                     
  50.                 <!-- properties to apply to every widget in the table -->
  51.                 <record id="default_properties">
  52.                     <flags id="alignment" value="left,centre_y"/>
  53.                     <flags id="auto_size" value="vertical"/>
  54.                 </record>
  55.  
  56.                 <!-- properties to apply to every widget in a specific column -->
  57.                 <list id="column_properties">
  58.                     <record index="0" spec="text" alignment="left,centre_y" colour="selection"/>
  59.                     <record index="1" spec="text" alignment="left,centre_y"/>
  60.                 </list>
  61.  
  62.                 <!-- properties which tell the table how to display specific columns -->
  63.                 <list id="column_display_properties">
  64.                     <record index="0" sort_disabled="true" top="2" bottom="2" left="4"/>
  65.                     <record index="1" top="2" bottom="2"/>
  66.                 </list>
  67.                 
  68.             </widget>
  69.         </container>
  70.         
  71.         <container class="subsection_box" title="Possible Comments">
  72.             
  73.             <widget class="table" id="leag" mode="keyboard" layout="-8">
  74.                 <boolean id="fixed_size_rows" value="false"/>
  75.                 <boolean id="auto_size_rows" value="true"/>
  76.                 <boolean id="all_content_same_height" value="false"/>
  77.                 <integer id="row_spacing" value="4"/>
  78.                 
  79.                 <layout class="stick_to_sides_attachment" alignment="all"/>
  80.                         
  81.                 <record id="default_properties">
  82.                     <flags id="alignment" value="left,centre_y"/>
  83.                     <flags id="auto_size" value="vertical"/>
  84.                 </record>
  85.                 
  86.                 <list id="column_display_properties">
  87.                     <record index="0" sort_disabled="true" left="4"/>
  88.                 </list>
  89.                 
  90.             </widget>
  91.         </container>
  92.         
  93.         <!-- <container class="subsection_box" title="Debug Details" id="dede">
  94.             <widget class="table" id="desc" mode="fill_rows,keyboard" layout="-1,-3">
  95.                 <boolean id="fixed_size_rows" value="false"/>
  96.                 <boolean id="auto_size_rows" value="true"/>
  97.                 
  98.                 <layout class="stick_to_sides_attachment" alignment="all"/>
  99.                     
  100.                 <record id="default_properties">
  101.                     <flags id="alignment" value="left,centre_y"/>
  102.                     <flags id="auto_size" value="vertical"/>
  103.                 </record>
  104.  
  105.                 <list id="column_properties">
  106.                     <record index="0" spec="control" colour="selection"/>
  107.                     <record index="1" spec="control"/>
  108.                 </list>
  109.  
  110.                 <list id="column_display_properties">
  111.                     <record index="0" sort_disabled="true"/>
  112.                     <record index="1"/>
  113.                 </list>
  114.                 
  115.             </widget>
  116.         </container> -->
  117.         
  118.         
  119.     </container>
  120. </screen>
  121.