Advertisement
Guest User

Untitled

a guest
May 25th, 2012
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.67 KB | None | 0 0
  1. <window>       
  2.     <allowoverlay>no</allowoverlay>
  3.     <defaultcontrol always="false">13001</defaultcontrol>
  4.     <coordinates>
  5.             <system>1</system>
  6.             <posx>0</posx>
  7.             <posy>0</posy>
  8.     </coordinates>
  9.     <controls>     
  10.     <control type="group" id="13010">
  11.       <posx>10</posx>
  12.             <posy>10</posy>
  13.             <width>150</width>
  14.             <height>400</height>
  15.       <control type="group" id="13020">
  16.         <posx>0</posx>
  17.                 <posy>0</posy>
  18.                 <width>140</width>
  19.                 <height>40</height>
  20.         <control type="label" id="13021">
  21.         </control>
  22.        
  23.         <control type="radiobutton" id="13022">
  24.           <description>My first radiobutton control</description>
  25.           <type>radiobutton</type>
  26.           <posx>0</posx>
  27.           <posy>0</posy>
  28.           <width>140</width>
  29.           <height>50</height>
  30.           <visible>true</visible>
  31.           <colordiffuse>FFFFFFFF</colordiffuse>
  32.           <textureradioon>checkbox_on_focus.png</textureradioon>
  33.           <textureradiooff>checkbox_off_focus.png</textureradiooff>
  34.           <selected>Player.Paused</selected>
  35.           <onclick>PlayerControls(Pause)</onclick>
  36.           <label>ferferff f erf erf </label>
  37.           <font>font12</font>
  38.           <textcolor>FFFFFFFF</textcolor>
  39.           <disabledcolor>80FFFFFF</disabledcolor>
  40.           <align>left</align>
  41.           <aligny>center</aligny>
  42.           <textoffsetx>4</textoffsetx>
  43.           <textoffsety>5</textoffsety>
  44.           <pulseonselect>false</pulseonselect>
  45.           <onup>2</onup>
  46.           <ondown>3</ondown>
  47.           <onleft>1</onleft>
  48.           <onright>1</onright>
  49.         </control>
  50.       </control>
  51.     </control>
  52.     </controls>
  53. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement