home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 July / ENTER.ISO / files / derelict_demo.exe / mnu_helppopup.mnu < prev    next >
Encoding:
Extensible Markup Language  |  2004-08-04  |  1.4 KB  |  54 lines

  1. <?xml version="1.0" ?>
  2. <menu name="Popup Help Menu">
  3.     <menuhandler>popuphelpmenuhandler</menuhandler>
  4.     <position>0,0</position>
  5.     <size>640,480</size>
  6.     <backcolor>ff00ff</backcolor>
  7.     <backimage />
  8.     <cursor show="true" />
  9.     <objects>
  10.         <textbox name="txt_helpbox">
  11.             <pos>124,135</pos>
  12.             <size>391,210</size>
  13.             <visible>1</visible>
  14.             <backcolor>000000</backcolor>
  15.             <backimage>listbox.tga</backimage>
  16.             <textrect>14,11,342,186</textrect>
  17.             <ck>ff00ff</ck>
  18.             <text>Empty</text>
  19.             <font>fnt_spaceout_9pt</font>
  20.             <readonly>1</readonly>
  21.             <multiline>1</multiline>
  22.             <align>center</align>
  23.             <topbuttonpos>362,3</topbuttonpos>
  24.             <bottombuttonpos>362,183</bottombuttonpos>            
  25.             <sprite filename="listbox_arrows.tga">
  26.                 <vidmem>0</vidmem>
  27.                 <size>20,19</size>
  28.                 <frames>4</frames>
  29.                 <framesperrow>2</framesperrow>
  30.                 <ck>ff00ff</ck>
  31.             </sprite>            
  32.         </textbox>
  33.         <button name="btn_popupclose">
  34.             <pos>408,355</pos>
  35.             <size>107,26</size>
  36.             <visible>1</visible>
  37.             <backcolor />
  38.             <sprite filename="btn_popup.tga">
  39.                 <vidmem>0</vidmem>
  40.                 <size>107,26</size>
  41.                 <framesperrow>2</framesperrow>
  42.                 <frames>2</frames>
  43.                 <ck>ff00ff</ck>
  44.             </sprite>
  45.             <data></data>
  46.             <font>fnt_spaceout_9pt</font>
  47.             <text>Close</text>
  48.             <textrect>16,5,77,17</textrect>
  49.             <font />
  50.             <click />
  51.         </button>        
  52.     </objects>
  53. </menu>
  54.