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

  1. <panel title="progress panel" version="1.0">
  2.     <!-- progress bar panel -->
  3.     <!-- just contains a black background on top of which is a progress bar -->
  4.  
  5.     <!-- containing box with ticker style background -->
  6.     <container class="modal_sheet">
  7.         <layout class="stick_to_sides_attachment" layout="all" inset="0"/>
  8.        
  9.         <container class="titled_box" id="prgb" appearance="boxes/dialog" title="Processing..." alignment="centre" width="500" height="200">
  10.             
  11.             <layout class="arrange_vertical_attachment" alignment="bottom,extend"/>   
  12.             <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true"/>   
  13.  
  14.             <layout class="centre_in_parent_attachment" alignment="all"/>   
  15.             
  16.             <!-- text -->
  17.             <widget class="text" id="prgt" alignment="centre" text="" standard_spec="text,large"/>
  18.             
  19.             <!-- progress bar widget -->
  20.             <widget class="progress_bar" id="prog" gap="8" inset="250" alignment="right, centre_y" standard_spec="control,small">
  21.                 <colour red="50" green="208" blue="255"/>
  22.                 <boolean id="iupd" value="true"/>
  23.             </widget>
  24.             
  25.             <container height="16"/>
  26.             
  27.             <container>
  28.                 <layout class="fit_children_attachment" alignment="vertical" offset="0"/>   
  29.                 
  30.                 <!-- cancel button -->
  31.                 <widget class="action_button_blue" id="canc" text="Cancel" auto_size="horizontal" hidden="true">
  32.                     <layout class="stick_to_sides_attachment" alignment="top,right" inset="0"/>   
  33.                 </widget>
  34.                 
  35.             </container>
  36.         </container>
  37.     </container>
  38. </panel>
  39.