Advertisement
Guest User

skin.quartz.mod contextmenu

a guest
Jan 23rd, 2014
779
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3.   <defaultcontrol always="true">996</defaultcontrol>
  4.  
  5.   <include>DialogOpenClose</include>
  6.   <coordinates>
  7.     <system>1</system>
  8.     <origin x="668" y="80" />
  9.   </coordinates>
  10.   <controls>
  11.     <control type="image" id="999" description="Background image">
  12.       <posx>-19</posx>
  13.       <posy>-45</posy>
  14.       <height>1140</height>
  15.       <width>554</width>
  16.       <texture border="60,60,60,60">img/ContextMenu.png</texture>
  17.     </control>
  18.     <control type="grouplist" id="996" description="Context menu container">
  19.       <posx>18</posx>
  20.       <posy>45</posy>
  21.       <width>480</width>
  22.       <height max="960">auto</height>
  23.       <itemgap>3</itemgap>
  24.       <control type="button" id="1161">
  25.         <posx>-</posx>
  26.         <posy>-</posy>
  27.         <width>480</width>
  28.         <height>60</height>
  29.         <shadowcolor>BlackT</shadowcolor>
  30.         <focusedcolor>White2</focusedcolor>
  31.         <texturefocus border="5">img/ContextButtonFO.png</texturefocus>
  32.         <texturenofocus>-</texturenofocus>
  33.         <label>test</label>
  34.         <onclick>RunScript(myscript, params)</onclick>
  35.       </control>
  36.     </control>
  37.     <control type="button" id="1000" description="Buttons">
  38.       <posx>-</posx>
  39.       <posy>-</posy>
  40.       <width>480</width>
  41.       <height>60</height>
  42.       <shadowcolor>BlackT</shadowcolor>
  43.       <focusedcolor>White2</focusedcolor>
  44.       <texturefocus border="5">img/ContextButtonFO.png</texturefocus>
  45.       <texturenofocus>-</texturenofocus>
  46.     </control>
  47.   </controls>
  48. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement