Guest User

Untitled

a guest
May 25th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.17 KB | None | 0 0
  1. <window id="2600">
  2. <defaultcontrol always="true">50</defaultcontrol>
  3. <allowoverlay>no</allowoverlay>
  4. <controls>
  5. <include>CommonContent</include>
  6. <include>Ripple-Logo</include>
  7. <include>Common-NowPlaying</include>
  8. <include>Recent-Count</include>
  9.  
  10. <!-- Panel Texture -->
  11. <control type="group">
  12. <include>CommoninfopanelAnimations</include>
  13. <control type="image">
  14. <description>Panel</description>
  15. <posx>0</posx>
  16. <posy>-10</posy>
  17. <width>1280</width>
  18. <height>720</height>
  19. <texture>windows/weather/weather_panel_new.png</texture>
  20. <aspectratio>stretch</aspectratio>
  21. </control>
  22. <control type="image">
  23. <description>Panel</description>
  24. <posx>0</posx>
  25. <posy>15</posy>
  26. <width>1280</width>
  27. <height>720</height>
  28. <texture>windows/weather/bottom-4-panels.png</texture>
  29. <aspectratio>stretch</aspectratio>
  30. <visible>!StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  31. </control>
  32. </control>
  33.  
  34. <!-- Current Weather -->
  35. <control type="group">
  36. <posx>0</posx>
  37. <posy>-10</posy>
  38. <include>CommoninfopanelAnimations</include>
  39. <control type="label.">
  40. <description>header</description>
  41. <posx>137</posx>
  42. <posy>90</posy>
  43. <width>415</width>
  44. <height>30</height>
  45. <font>Nessus-28</font>
  46. <align>center</align>
  47. <aligny>center</aligny>
  48. <label>$LOCALIZE[31349]</label>
  49. <textcolor>ffC6C6C8</textcolor>
  50. <!--<shadowcolor>ff0d0d0d</shadowcolor>-->
  51. </control>
  52. <control type="label">
  53. <description>current condition</description>
  54. <posx>225</posx>
  55. <posy>207</posy>
  56. <width>280</width>
  57. <height>30</height>
  58. <font>Nessus-28</font>
  59. <align>center</align>
  60. <aligny>center</aligny>
  61. <label>$INFO[Window.Property(Current.Condition)]</label>
  62. <textcolor>ffffffff</textcolor>
  63. <scrollspeed>20</scrollspeed>
  64. </control>
  65. <control type="multiimage">
  66. <description>current weather icon</description>
  67. <posx>120</posx>
  68. <posy>87</posy>
  69. <height>165</height>
  70. <width>165</width>
  71. <imagepath>special://skin/animations/weather/$INFO[Window.Property(Current.FanartCode)]</imagepath>
  72. <timeperimage>100</timeperimage>
  73. <randomize>false</randomize>
  74. <fadetime>0</fadetime>
  75. <visible>Skin.HasSetting(weatherwindowanimated)</visible>
  76. </control>
  77. <control type="image">
  78. <description>current weather icon</description>
  79. <posx>120</posx>
  80. <posy>87</posy>
  81. <height>165</height>
  82. <width>165</width>
  83. <texture>$INFO[Window.Property(Current.ConditionIcon)]</texture>
  84. <visible>!Skin.HasSetting(weatherwindowanimated)</visible>
  85. </control>
  86. <control type="label">
  87. <description>Big current temp value</description>
  88. <posx>395</posx>
  89. <posy>130</posy>
  90. <width>300</width>
  91. <height>30</height>
  92. <font>Nessus-100B</font>
  93. <align>right</align>
  94. <aligny>center</aligny>
  95. <label>$INFO[Window.Property(Current.Temperature)]</label>
  96. <textcolor>ffffffff</textcolor>
  97. </control>
  98. <control type="label">
  99. <description>Big current temp units value</description>
  100. <posx>400</posx>
  101. <posy>110</posy>
  102. <width>300</width>
  103. <height>30</height>
  104. <font>Nessus-36B</font>
  105. <align>left</align>
  106. <aligny>center</aligny>
  107. <label>$INFO[System.TemperatureUnits]</label>
  108. <textcolor>ffffffff</textcolor>
  109. </control>
  110.  
  111. <control type="group">
  112. <posx>478</posx>
  113. <posy>0</posy>
  114. <control type="label">
  115. <description>current feels like</description>
  116. <posx>285</posx>
  117. <posy>90</posy>
  118. <width>300</width>
  119. <height>30</height>
  120. <font>GuideInfo2</font>
  121. <align>right</align>
  122. <aligny>center</aligny>
  123. <label>[COLOR=ddC6C6C8]$LOCALIZE[31352]:[/COLOR] $INFO[Window.Property(Current.FeelsLike)]$INFO[System.TemperatureUnits]</label>
  124. <textcolor>ffffffff</textcolor>
  125. <!--<shadowcolor>ff0d0d0d</shadowcolor>-->
  126. </control>
  127. <control type="label">
  128. <description>current dew</description>
  129. <posx>285</posx>
  130. <posy>120</posy>
  131. <width>300</width>
  132. <height>30</height>
  133. <font>GuideInfo2</font>
  134. <align>right</align>
  135. <aligny>center</aligny>
  136. <label>[COLOR=ddC6C6C8]$LOCALIZE[31353]:[/COLOR] $INFO[Window.Property(Current.DewPoint)]$INFO[System.TemperatureUnits]</label>
  137. <textcolor>ffffffff</textcolor>
  138. <!--<shadowcolor>ff0d0d0d</shadowcolor>-->
  139. </control>
  140. <control type="label">
  141. <description>current humidity</description>
  142. <posx>285</posx>
  143. <posy>150</posy>
  144. <width>300</width>
  145. <height>30</height>
  146. <font>GuideInfo2</font>
  147. <align>right</align>
  148. <aligny>center</aligny>
  149. <label>[COLOR=ddC6C6C8]$LOCALIZE[31354]:[/COLOR] $INFO[Window.Property(Current.Humidity)]</label>
  150. <textcolor>ffffffff</textcolor>
  151. <!--<shadowcolor>ff0d0d0d</shadowcolor>-->
  152. </control>
  153. <control type="label">
  154. <description>current uv</description>
  155. <posx>285</posx>
  156. <posy>180</posy>
  157. <width>300</width>
  158. <height>30</height>
  159. <font>GuideInfo2</font>
  160. <align>right</align>
  161. <aligny>center</aligny>
  162. <label>[COLOR=ddC6C6C8]$LOCALIZE[31355]:[/COLOR] $INFO[Window.Property(Current.UVIndex)]</label>
  163. <textcolor>ffffffff</textcolor>
  164. <!--<shadowcolor>ff0d0d0d</shadowcolor>-->
  165. </control>
  166. <control type="label">
  167. <description>current wind value</description>
  168. <posx>285</posx>
  169. <posy>210</posy>
  170. <width>265</width>
  171. <height>30</height>
  172. <font>GuideInfo2</font>
  173. <align>right</align>
  174. <aligny>center</aligny>
  175. <label>[COLOR=ddC6C6C8]$LOCALIZE[31356]:[/COLOR] $INFO[Window.Property(Current.Wind)]</label>
  176. <textcolor>ffffffff</textcolor>
  177. <scroll>false</scroll>
  178. <!--<shadowcolor>ff0d0d0d</shadowcolor>-->
  179. </control>
  180. </control>
  181. <control type="group">
  182. <posx>564</posx>
  183. <posy>80</posy>
  184. <control type="label">
  185. <description>weather location label</description>
  186. <posx>600</posx>
  187. <posy>0</posy>
  188. <height>45</height>
  189. <width>360</width>
  190. <scroll>false</scroll>
  191. <font>WeatherDay</font>
  192. <align>right</align>
  193. <aligny>center</aligny>
  194. <textcolor>ffffffff</textcolor>
  195. <label>$INFO[Window.Property(Location)]</label>
  196. </control>
  197. <control type="label">
  198. <description>current date</description>
  199. <posx>600</posx>
  200. <posy>40</posy>
  201. <width>300</width>
  202. <height>30</height>
  203. <font>GuideInfo2</font>
  204. <align>right</align>
  205. <aligny>center</aligny>
  206. <label>$INFO[System.Date], $INFO[System.Time]</label>
  207. <textcolor>white</textcolor>
  208. <!--<shadowcolor>ff0d0d0d</shadowcolor>-->
  209. </control>
  210. <control type="label">
  211. <description>last update</description>
  212. <posx>600</posx>
  213. <posy>70</posy>
  214. <width>300</width>
  215. <height>30</height>
  216. <font>GuideInfo2</font>
  217. <align>right</align>
  218. <aligny>center</aligny>
  219. <label>Last Update: [COLOR=ffffffff]$INFO[Window.Property(Updated)][/COLOR]</label>
  220. <textcolor>ddC6C6C8</textcolor>
  221. <!--<shadowcolor>ff0d0d0d</shadowcolor>-->
  222. </control>
  223. <!-- Current Weather Provider -->
  224. <control type="label">
  225. <description>current provider</description>
  226. <posx>600</posx>
  227. <posy>100</posy>
  228. <width>365</width>
  229. <height>30</height>
  230. <font>GuideInfo2</font>
  231. <align>right</align>
  232. <aligny>center</aligny>
  233. <textcolor>ddC6C6C8</textcolor>
  234. <scrollspeed>20</scrollspeed>
  235. <scroll>false</scroll>
  236. <label>Weather Provider: [COLOR=ffffffff]$INFO[Window.Property(WeatherProvider)][/COLOR]</label>
  237. <!--<shadowcolor>ff0d0d0d</shadowcolor>-->
  238. </control>
  239. <control type="label">
  240. <description>Sunrise-Sunsset Label</description>
  241. <posx>600</posx>
  242. <posy>130</posy>
  243. <width>300</width>
  244. <height>30</height>
  245. <font>GuideInfo2</font>
  246. <align>right</align>
  247. <aligny>center</aligny>
  248. <label>$LOCALIZE[33027]: [COLOR=ffffffff]$INFO[Window.Property(Current.Sunrise)][/COLOR] $LOCALIZE[33028]: [COLOR=ffffffff]$INFO[Window.Property(Current.Sunset)][/COLOR]</label>
  249. <textcolor>ddC6C6C8</textcolor>
  250. <visible>!IsEmpty(Window.Property(Current.Sunrise)) + !IsEmpty(Window.Property(Current.Sunset))</visible>
  251. </control>
  252. </control>
  253. </control>
  254.  
  255. <control type="group" id="50">
  256. <include condition="!StringCompare(Weather.Plugin,weather.weatherplus)">Weather</include>
  257. <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">WeatherPlus</include>
  258. </control>
  259.  
  260. <!-- Options -->
  261. <control type="group" id="9000">
  262. <posx>435</posx>
  263. <posy>120</posy>
  264. <include>Optionsnimations</include>
  265. <control type="image">
  266. <description>Panel</description>
  267. <posx>0</posx>
  268. <posy>0</posy>
  269. <width>418</width>
  270. <height>458</height>
  271. <texture>dialogs/options/panel.png</texture>
  272. <aspectratio>stretch</aspectratio>
  273. <include>Panel options animations</include>
  274. </control>
  275. <control type="label">
  276. <posx>106</posx>
  277. <posy>36</posy>
  278. <width>358</width>
  279. <height>47</height>
  280. <font>Options</font>
  281. <label>31910</label>
  282. <textcolor>lightgrey</textcolor>
  283. <align>left</align>
  284. <aligny>center</aligny>
  285. <visible>Control.HasFocus(3)</visible>
  286. </control>
  287. <control type="label">
  288. <posx>106</posx>
  289. <posy>36</posy>
  290. <width>358</width>
  291. <height>47</height>
  292. <font>Options</font>
  293. <label>31910</label>
  294. <textcolor>settingspos2</textcolor>
  295. <align>left</align>
  296. <aligny>center</aligny>
  297. <visible>!Control.HasFocus(3)</visible>
  298. </control>
  299. <control type="grouplist" id="9111">
  300. <posx>30</posx>
  301. <posy>38</posy>
  302. <width>358</width>
  303. <height>383</height>
  304. <itemgap>1</itemgap>
  305. <onleft>50</onleft>
  306. <onright>50</onright>
  307. <onup>9111</onup>
  308. <ondown>9111</ondown>
  309. <include>General options animations</include>
  310. <control type="spincontrolex" id="3">
  311. <description>change location</description>
  312. <posx>30</posx>
  313. <posy>38</posy>
  314. <width>358</width>
  315. <height>47</height>
  316. <font>-</font>
  317. <textcolor>settingspos2</textcolor>
  318. <focusedcolor>lightgrey</focusedcolor>
  319. <texturefocus>dialogs/options/buttons/bullet-fo.png</texturefocus>
  320. <texturenofocus>dialogs/options/buttons/bullet-nf.png</texturenofocus>
  321. <align>left</align>
  322. <aligny>top</aligny>
  323. <textoffsetx>7</textoffsetx>
  324. <textoffsety>2</textoffsety>
  325. <spinposx>0</spinposx>
  326. <textwidth>275</textwidth>
  327. <scroll>true</scroll>
  328. <scrollspeed>20</scrollspeed>
  329. <spinposx>10</spinposx>
  330. <onleft>-</onleft>
  331. <onright>-</onright>
  332. <onup>-</onup>
  333. <ondown>-</ondown>
  334. </control>
  335.  
  336. <control type="button" id="201">
  337. <description>Today button</description>
  338. <include>optionsbuttonsdimensions</include>
  339. <texturefocus>dialogs/options/buttons/bullet-fo.png</texturefocus>
  340. <texturenofocus>dialogs/options/buttons/bullet-nf.png</texturenofocus>
  341. <label>31900</label>
  342. <onclick>Skin.SetString(WeatherPlus,1)</onclick>
  343. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  344. </control>
  345. <control type="button" id="202">
  346. <description>36 hour forcast button</description>
  347. <include>optionsbuttonsdimensions</include>
  348. <texturefocus>dialogs/options/buttons/bullet-fo.png</texturefocus>
  349. <texturenofocus>dialogs/options/buttons/bullet-nf.png</texturenofocus>
  350. <label>31901</label>
  351. <onclick>Skin.SetString(WeatherPlus,2)</onclick>
  352. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  353. </control>
  354. <control type="button" id="203">
  355. <description>Hourly forcast button</description>
  356. <include>optionsbuttonsdimensions</include>
  357. <texturefocus>dialogs/options/buttons/bullet-fo.png</texturefocus>
  358. <texturenofocus>dialogs/options/buttons/bullet-nf.png</texturenofocus>
  359. <label>31902</label>
  360. <onclick>Skin.SetString(WeatherPlus,3)</onclick>
  361. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  362. </control>
  363. <control type="button" id="204">
  364. <description>Weekend forcast button</description>
  365. <include>optionsbuttonsdimensions</include>
  366. <texturefocus>dialogs/options/buttons/bullet-fo.png</texturefocus>
  367. <texturenofocus>dialogs/options/buttons/bullet-nf.png</texturenofocus>
  368. <label>31903</label>
  369. <onclick>Skin.SetString(WeatherPlus,4)</onclick>
  370. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  371. </control>
  372. <control type="button" id="205">
  373. <description>10 day forcast button</description>
  374. <include>optionsbuttonsdimensions</include>
  375. <texturefocus>dialogs/options/buttons/bullet-fo.png</texturefocus>
  376. <texturenofocus>dialogs/options/buttons/bullet-nf.png</texturenofocus>
  377. <label>31904</label>
  378. <onclick>Skin.SetString(WeatherPlus,5)</onclick>
  379. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  380. </control>
  381.  
  382. <control type="button" id="2">
  383. <description>Refresh</description>
  384. <include>optionsbuttonsdimensions</include>
  385. <label>103</label>
  386. <texturefocus>dialogs/options/buttons/bullet-fo.png</texturefocus>
  387. <texturenofocus>dialogs/options/buttons/bullet-nf.png</texturenofocus>
  388. </control>
  389. <control type="button" id="4">
  390. <description>Settings</description>
  391. <include>optionsbuttonsdimensions</include>
  392. <label>5</label>
  393. <onclick>ActivateWindow(MyWeatherSettings)</onclick>
  394. <texturefocus>dialogs/options/buttons/bullet-fo.png</texturefocus>
  395. <texturenofocus>dialogs/options/buttons/bullet-nf.png</texturenofocus>
  396. </control>
  397. </control>
  398. </control>
  399.  
  400. <control type="button" id="50">
  401. <onup>9111</onup>
  402. <ondown>9111</ondown>
  403. <texturefocus>-</texturefocus>
  404. <texturenofocus>-</texturenofocus>
  405. <onclick>-</onclick>
  406. </control>
  407.  
  408. <include>FadeBackground</include>
  409.  
  410. <!-- Debug Info -->
  411. <include>debug</include>
  412.  
  413. </controls>
  414. </window>
Add Comment
Please, Sign In to add comment