Advertisement
Guest User

skin.quartz.mod contextmenu

a guest
Jan 21st, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.47 KB | None | 0 0
  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>
  25.     <control type="button" id="1000" description="Buttons">
  26.       <posx>-</posx>
  27.       <posy>-</posy>
  28.       <width>480</width>
  29.       <height>60</height>
  30.       <shadowcolor>BlackT</shadowcolor>
  31.       <focusedcolor>White2</focusedcolor>
  32.       <texturefocus border="5">img/ContextButtonFO.png</texturefocus>
  33.       <texturenofocus>-</texturenofocus>
  34.     </control>
  35.     <control type="button" id="2000">
  36.       <posx>-</posx>
  37.       <posy>-</posy>
  38.       <width>480</width>
  39.       <height>60</height>
  40.       <shadowcolor>BlackT</shadowcolor>
  41.       <focusedcolor>White2</focusedcolor>
  42.       <texturefocus border="5">img/ContextButtonFO.png</texturefocus>
  43.       <texturenofocus>-</texturenofocus>
  44.       <label>test</label>
  45.     </control>
  46.   </controls>
  47. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement