Advertisement
Guest User

script-main.xml

a guest
Oct 13th, 2015
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.37 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window id="2920" type="dialog">
  3.     <allowoverlay>no</allowoverlay>
  4.     <coordinates>
  5.         <posx>0</posx>
  6.         <posy>0</posy>
  7.     </coordinates>
  8.     <animation type="WindowOpen" reversible="false">
  9.         <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" />
  10.         <effect type="fade" start="0" end="100" time="300" />
  11.     </animation>
  12.     <animation type="WindowClose" reversible="false">
  13.         <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" />
  14.         <effect type="fade" start="100" end="0" time="300" />
  15.     </animation>
  16.     <controls>
  17.         <control type="image">
  18.             <posx>0</posx>
  19.             <posy>0</posy>
  20.             <include>ScreenWidth</include>
  21.             <height>ScreenHeight</height>
  22.             <texture>cast-dialog-background.png</texture>
  23.         </control>
  24.         <control type="button" id="101">
  25.             <posx>108r</posx>
  26.             <posy>48</posy>
  27.             <width>60</width>
  28.             <height>60</height>
  29.             <label>-</label>
  30.             <font>font10</font>
  31.             <textcolor>FFFFFFFF</textcolor>
  32.             <align>center</align>
  33.             <aligny>center</aligny>
  34.             <texturefocus colordiffuse="500Color">icon_close.png</texturefocus>
  35.             <texturenofocus colordiffuse="PrimaryWhite">icon_close.png</texturenofocus>
  36.             <onclick>Back</onclick>
  37.         </control>
  38.         <!--width = 384-->
  39.         <control type="button" id="111">
  40.             <posx>448</posx>
  41.             <posy>200r</posy>
  42.             <width>64</width>
  43.             <height>64</height>
  44.             <label>-</label>
  45.             <font>font10</font>
  46.             <textcolor>FFFFFFFF</textcolor>
  47.             <align>center</align>
  48.             <aligny>center</aligny>
  49.             <texturefocus border="5" colordiffuse="500Color">OSDRewindNF.png</texturefocus>
  50.             <texturenofocus border="5">OSDRewindNF.png</texturenofocus>
  51.         </control>
  52.         <control type="button" id="112">
  53.             <posx>528</posx>
  54.             <posy>200r</posy>
  55.             <width>64</width>
  56.             <height>64</height>
  57.             <label>-</label>
  58.             <font>font10</font>
  59.             <textcolor>FFFFFFFF</textcolor>
  60.             <align>center</align>
  61.             <aligny>center</aligny>
  62.             <texturefocus border="5" colordiffuse="500Color">play-arrow-white.png</texturefocus>
  63.             <texturenofocus border="5">play-arrow-white.png</texturenofocus>
  64.         </control>
  65.         <control type="button" id="113">
  66.             <posx>608</posx>
  67.             <posy>200r</posy>
  68.             <width>64</width>
  69.             <height>64</height>
  70.             <label>-</label>
  71.             <font>font10</font>
  72.             <textcolor>FFFFFFFF</textcolor>
  73.             <align>center</align>
  74.             <aligny>center</aligny>
  75.             <texturefocus border="5" colordiffuse="500Color">OSDPauseNF.png</texturefocus>
  76.             <texturenofocus border="5">OSDPauseNF.png</texturenofocus>
  77.         </control>
  78.         <control type="button" id="114">
  79.             <posx>688</posx>
  80.             <posy>200r</posy>
  81.             <width>64</width>
  82.             <height>64</height>
  83.             <label>-</label>
  84.             <font>font10</font>
  85.             <textcolor>FFFFFFFF</textcolor>
  86.             <align>center</align>
  87.             <aligny>center</aligny>
  88.             <texturefocus border="5" colordiffuse="500Color">OSDStopNF.png</texturefocus>
  89.             <texturenofocus border="5">OSDStopNF.png</texturenofocus>
  90.         </control>
  91.         <control type="button" id="115">
  92.             <posx>768</posx>
  93.             <posy>200r</posy>
  94.             <width>64</width>
  95.             <height>64</height>
  96.             <label>-</label>
  97.             <font>font10</font>
  98.             <textcolor>FFFFFFFF</textcolor>
  99.             <align>center</align>
  100.             <aligny>center</aligny>
  101.             <texturefocus border="5" colordiffuse="500Color">OSDForwardNF.png</texturefocus>
  102.             <texturenofocus border="5">OSDForwardNF.png</texturenofocus>
  103.         </control>
  104.     </controls>
  105. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement