Advertisement
Guest User

Untitled

a guest
Nov 15th, 2015
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.22 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3. <defaultcontrol always="true">9000</defaultcontrol>
  4. <controls>
  5. <control type="image">
  6. <description>background image</description>
  7. <posx>0</posx>
  8. <posy>70</posy>
  9. <width>380</width>
  10. <height>970</height>
  11. <texture background="true" colordiffuse="grey_50">white.png</texture>
  12. <bordertexture colordiffuse="grey">white.png</bordertexture>
  13. <bordersize>2</bordersize>
  14. <visible>!Window.IsActive(script-skinshortcuts.xml) + !Window.IsActive(SkinSettings.xml)</visible>
  15. </control>
  16.  
  17.  
  18. <control type="grouplist" id="9000">
  19. <posx>60</posx>
  20. <posy>90</posy>
  21. <width>300</width>
  22. <height>300</height>
  23. <onup>3110</onup>
  24. <ondown>3015</ondown>
  25.  
  26. <!-- edit manual -->
  27. <control type="button" id="3010">
  28. <width>260</width>
  29. <textoffsetx>5</textoffsetx>
  30. <label>532</label>
  31. <include>button_dialogs</include>
  32. </control>
  33.  
  34. <!-- Save button -->
  35. <control type="button" id="3012">
  36. <width>260</width>
  37. <textoffsetx>5</textoffsetx>
  38. <label>190</label>
  39. <include>button_dialogs</include>
  40. </control>
  41.  
  42. <!-- None -->
  43. <control type="button" id="3011">
  44. <width>260</width>
  45. <textoffsetx>5</textoffsetx>
  46. <label>$ADDON[script.skin.helper.service 32013]</label>
  47. <include>button_dialogs</include>
  48. </control>
  49. </control>
  50.  
  51. <control type="group" id="3020">
  52. <posx>60</posx>
  53. <posy>170</posy>
  54. <width>300</width>
  55. <height>60</height>
  56. <control type="label" id="3016">
  57. <!-- label opacity-->
  58. <posx>0</posx>
  59. <posy>100</posy>
  60. <width>140</width>
  61. <left>0</left>
  62. <align>left</align>
  63. <label>$ADDON[script.skin.helper.service 32049]:</label>
  64. <textcolor>white</textcolor>
  65. <texturenofocus colordiffuse="black" border="5">panel_trans.png</texturenofocus>
  66. </control>
  67. <control type="slider" id="3015">
  68. <!-- opacity slider -->
  69. <posx>0</posx>
  70. <posy>135</posy>
  71. <width>250</width>
  72. <height>38</height>
  73. <onup>3011</onup>
  74. <ondown>3110</ondown>
  75. <texturesliderbar colordiffuse="grey_a" border="1,1,1,1">osd/2.png</texturesliderbar>
  76. <textureslidernib>osd/3.png</textureslidernib>
  77. <textureslidernibfocus colordiffuse="$VAR[main_color]">osd/3.png</textureslidernibfocus>
  78. </control>
  79. <control type="label" id="3017">
  80. <!-- opacity percentage -->
  81. <posx>260</posx>
  82. <posy>100</posy>
  83. <width>100</width>
  84. <height>60</height>
  85. <align>right</align>
  86. <onup>3110</onup>
  87. <onleft>3010</onleft>
  88. <label>$INFO[Control.Getlabel(3015)]</label>
  89. <textcolor>white</textcolor>
  90. </control>
  91. </control>
  92.  
  93. <control type="label">
  94. <posx>60</posx>
  95. <posy>334</posy>
  96. <width>300</width>
  97. <height>45</height>
  98. <align>left</align>
  99. <aligny>center</aligny>
  100. <font>font-22</font>
  101. <textcolor>$INFO[Window.Property(colorstring)]</textcolor>
  102. <label>$LOCALIZE[737]: $INFO[Window.Property(colorstring)]</label>
  103. </control>
  104.  
  105. <control type="panel" id="3110">
  106. <left>10</left>
  107. <top>380</top>
  108. <width>380</width>
  109. <height>782</height>
  110. <onup>3015</onup>
  111. <ondown>3010</ondown>
  112. <onleft>3110</onleft>
  113. <onright>3110</onright>
  114. <orientation>vertical</orientation>
  115. <scrolltime>200</scrolltime>
  116. <itemlayout height="71" width="71">
  117. <control type="image">
  118. <left>7</left>
  119. <top>7</top>
  120. <width>64</width>
  121. <height>64</height>
  122. <aspectratio>keep</aspectratio>
  123. <texture background="true">$INFO[ListItem.Icon]</texture>
  124. </control>
  125. </itemlayout>
  126. <focusedlayout height="71" width="71">
  127. <control type="image">
  128. <left>7</left>
  129. <top>7</top>
  130. <width>64</width>
  131. <height>64</height>
  132. <aspectratio>keep</aspectratio>
  133. <texture background="true">$INFO[ListItem.Icon]</texture>
  134. </control>
  135. <control type="image">
  136. <left>0</left>
  137. <width>78</width>
  138. <height>78</height>
  139. <texture colordiffuse="$VAR[main_color]">thumbnail_focused.png</texture>
  140. <animation effect="zoom" start="100" end="97" time="150" condition="Control.HasFocus(100)" pulse="true" >Conditional</animation>
  141. </control>
  142. </focusedlayout>
  143. </control>
  144.  
  145. </controls>
  146. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement