Advertisement
Guest User

Untitled

a guest
Oct 15th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.68 KB | None | 0 0
  1.             <control type="button" id="111">
  2.                 <description>System Info</description>
  3.                 <width>280</width>
  4.                 <textwidth>230</textwidth>
  5.                 <font>MediaInfoTitleFont2</font>
  6.                 <label>SYSTEM  INFO</label>
  7.                 <texturenofocus border="10,10,10,10">scrollbar-background.png</texturenofocus>
  8.                 <colordiffuse>FFFFFFFF</colordiffuse>
  9.  
  10.                 <onclick>ActivateWindow(7)</onclick>
  11.                 <onclick>Dialog.Close(Favourites)</onclick>
  12.                 <onclick>SetFocus(95)</onclick>
  13.  
  14.                 <!--<onclick>SendClick(123)</onclick>-->
  15.                 <animation effect="zoom" end="105" center="auto" time="50">focus</animation>
  16.                 <animation effect="zoom" start="105" center="auto" time="50">unfocus</animation>
  17.             </control>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement