Advertisement
pan2

weathernew

May 22nd, 2013
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.04 KB | None | 0 0
  1. <window id="2600">
  2. <defaultcontrol always="true">50</defaultcontrol>
  3. <allowoverlay>no</allowoverlay>
  4. <controls>
  5. <control type="image">
  6. <posx>0</posx>
  7. <posy>100r</posy>
  8. <width>1280</width>
  9. <height>100</height>
  10. <texture>floor.png</texture>
  11. <include>VisibleFadeEffect</include>
  12. <animation effect="slide" start="0,10" end="0,0" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
  13. <animation effect="slide" start="0,0" end="0,10" time="200" condition="Window.Next(Home)">WindowClose</animation>
  14. </control>
  15. <control type="group">
  16. <animation type="WindowOpen" reversible="false">
  17. <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" />
  18. <effect type="fade" start="0" end="100" time="300" />
  19. </animation>
  20. <animation type="WindowClose" reversible="false">
  21. <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" />
  22. <effect type="fade" start="100" end="0" time="300" />
  23. </animation>
  24. <include>VisibleFadeEffect</include>
  25. <control type="group">
  26. <animation effect="slide" start="0,0" end="-40,0" time="200" condition="StringCompare(Weather.Plugin,weather.weatherplus)">Conditional</animation>
  27. <posx>60</posx>
  28. <posy>20</posy>
  29. <control type="image">
  30. <posx>-60</posx>
  31. <posy>-20</posy>
  32. <width>1280</width>
  33. <height>720</height>
  34. <texture border="20">weather.jpg</texture>
  35. </control>
  36. <control type="image">
  37. <posx>2</posx>
  38. <posy>0</posy>
  39. <width>619</width>
  40. <height>670</height>
  41. <texture border="20">ContentPanel2L.png</texture>
  42. </control>
  43. <control type="label">
  44. <!--this is the time-->
  45.  
  46. <description>time label</description>
  47. <posx>198</posx>
  48. <posy>30</posy>
  49. <width>400</width>
  50. <height>60</height>
  51. <align>left</align>
  52. <aligny>center</aligny>
  53. <font>font12</font>
  54. <textcolor>bisque</textcolor>
  55. <shadowcolor>darkred</shadowcolor>
  56. <label>Current Time : $INFO[System.Time]</label>
  57. </control>
  58.  
  59. <control type="image">
  60. <posx>20</posx>
  61. <posy>5</posy>
  62. <width>600</width>
  63. <height>90</height>
  64. <aspectratio>stretch</aspectratio>
  65. <texture>GlassTitleBar.png</texture>
  66. </control>
  67. <control type="label">
  68. <description>header label</description>
  69. <posx>16</posx>
  70. <posy>13</posy>
  71. <width>600</width>
  72. <height>30</height>
  73. <font>font12_title</font>
  74. <label>Local Weather Radar, Refreshed at: $INFO[Window.Property(Updated)] </label>
  75. <align>center</align>
  76. <aligny>center</aligny>
  77. <textcolor>bisque</textcolor>
  78. <shadowcolor>darkred</shadowcolor>
  79. </control>
  80.  
  81. <control type="group">
  82. <visible>StringCompare(Weather.Plugin,weather.weatherplus) + !IsEmpty(Window.Property(36Hour.IsFetched))</visible>
  83. <control type="label">
  84. <description>Sunrise Label</description>
  85. <posx>16</posx>
  86. <posy>10</posy>
  87. <width>300</width>
  88. <height>35</height>
  89. <font>font10</font>
  90. <align>left</align>
  91. <aligny>center</aligny>
  92. <label>$LOCALIZE[33027] : [COLOR=white]$INFO[Window.Property(Current.Sunrise)][/COLOR]</label>
  93. <textcolor>white</textcolor>
  94. <shadowcolor>darkred</shadowcolor>
  95. </control>
  96. <control type="label">
  97. <description>Sunset label</description>
  98. <posx>470</posx>
  99. <posy>570</posy>
  100. <width>300</width>
  101. <height>35</height>
  102. <font>font13</font>
  103. <align>right</align>
  104. <aligny>center</aligny>
  105. <label>$LOCALIZE[33028] : [COLOR=white]$INFO[Window.Property(Current.Sunset)][/COLOR]</label>
  106. <textcolor>azure</textcolor>
  107. <shadowcolor>darkred</shadowcolor>
  108. </control>
  109. </control>
  110. </control>
  111.  
  112.  
  113. <!-- RADAR BACKGROUND IMAGES -->
  114. <control type="image">
  115. <description>background image</description>
  116. <posx>115</posx>
  117. <posy>100</posy>
  118. <width>512</width>
  119. <height>557</height>
  120. <texture>special://home/userdata/addon_data/weather.ozweather/radarbackgrounds/IDR00004/background.png</texture>
  121. </control>
  122. <control type="image">
  123. <description>background image</description>
  124. <posx>115</posx>
  125. <posy>100</posy>
  126. <width>512</width>
  127. <height>557</height>
  128. <texture>special://home/userdata/addon_data/weather.ozweather/radarbackgrounds/$INFO[Window.Property(Radar)]/legend.png</texture>
  129. </control>
  130.  
  131. <control type="image">
  132. <description>background image</description>
  133. <posx>115</posx>
  134. <posy>100</posy>
  135. <width>512</width>
  136. <height>512</height>
  137. <texture>special://home/userdata/addon_data/weather.ozweather/radarbackgrounds/$INFO[Window.Property(Radar)]/background.png</texture>
  138. </control>
  139.  
  140. <control type="image">
  141. <description>background image</description>
  142. <posx>115</posx>
  143. <posy>100</posy>
  144. <width>512</width>
  145. <height>512</height>
  146. <texture>special://home/userdata/addon_data/weather.ozweather/radarbackgrounds/$INFO[Window.Property(Radar)]/topography.png</texture>
  147. </control>
  148.  
  149. <control type="image">
  150. <description>background image</description>
  151. <posx>115</posx>
  152. <posy>100</posy>
  153. <width>512</width>
  154. <height>512</height>
  155. <texture>special://home/userdata/addon_data/weather.ozweather/radarbackgrounds/$INFO[Window.Property(Radar)]/catchments.png</texture>
  156. </control>
  157.  
  158. <control type="image">
  159. <description>background image</description>
  160.  
  161. <posx>115</posx>
  162. <posy>100</posy>
  163. <width>512</width>
  164. <height>512</height>
  165. <texture>special://home/userdata/addon_data/weather.ozweather/radarbackgrounds/$INFO[Window.Property(Radar)]/range2.png</texture>
  166. </control>
  167.  
  168. <control type="image">
  169. <description>locations image</description>
  170. <posx>115</posx>
  171. <posy>100</posy>
  172. <width>512</width>
  173. <height>512</height>
  174. <texture>special://home/userdata/addon_data/weather.ozweather/radarbackgrounds/$INFO[Window.Property(Radar)]/locations.png</texture>
  175. </control>
  176.  
  177. <!-- TEXTBOX BELOW RADAR -->
  178. <control type="textbox">
  179. <description>Refresh Notes</description>
  180. <visible>false</visible>
  181. <posx>100</posx>
  182. <posy>660</posy>
  183. <width>540</width>
  184. <height>40</height>
  185. <font>font10</font>
  186. <align>center</align>
  187. <textcolor>gray</textcolor>
  188. <shadowcolor>black</shadowcolor>
  189. <label>Bossanova808's $INFO[Window.Property(WeatherVersion)] for XBMC[CR]Data from and (C) Australian Bureau of Meteorology</label>
  190. <autoscroll time="3000" delay="4000" repeat="5000"></autoscroll>
  191. </control>
  192.  
  193.  
  194.  
  195. <!-- RADAR OVERLAY SLIDESHOW -->
  196.  
  197. <control type="multiimage">
  198. <description>maps multiimage</description>
  199. <posx>115</posx>
  200. <posy>93</posy>
  201. <width>512</width>
  202. <height>512</height>
  203. <imagepath>special://home/userdata/addon_data/weather.ozweather/currentloop/$INFO[Window.Property(Radar)]/</imagepath>
  204. <timeperimage>500</timeperimage>
  205. <pauseatend>1000</pauseatend>
  206. <fadetime>0</fadetime>
  207. <randomize>false</randomize>
  208. <loop>yes</loop>
  209. <!--<aspectratio>keep</aspectratio>-->
  210. <texture border="10">ContentPanel2.png</texture>
  211. </control>
  212. <control type="image">
  213. <description>The dark blue panel above the radar</description>
  214. <posx>115</posx>
  215. <posy>612</posy>
  216. <width>512</width>
  217. <height>47</height>
  218. <texture>rain.png</texture>
  219. </control>
  220. <control type="image">
  221. <description>The dark blue new rain rate below the radar</description>
  222. <posx>115</posx>
  223. <posy>91</posy>
  224. <width>512</width>
  225. <height>20</height>
  226. <texture>radartopmask.png</texture>
  227. </control>
  228.  
  229.  
  230. <control type="group">
  231. <visible>!StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  232. <posx>700</posx>
  233. <posy>20</posy>
  234. <control type="image">
  235. <posx>0</posx>
  236. <posy>0</posy>
  237. <width>560</width>
  238. <height>670</height>
  239. <texture border="20">ContentPanel2R.png</texture>
  240. </control>
  241.  
  242. <control type="button" id="222">
  243. <description>My first button control</description>
  244. <posx>-54.4</posx>
  245. <posy>547.1</posy>
  246. <width>90</width>
  247. <height>90</height>
  248. <label> ABC Weather News </label>
  249. <scrollsuffix> </scrollsuffix>
  250. <align>left</align>
  251. <font>font8</font>
  252. <textcolor>00000000</textcolor>
  253. <focusedcolor>bisque</focusedcolor>
  254. <shadowcolor>darkred</shadowcolor>
  255. <scrollspeed>50</scrollspeed>
  256. <texturefocus>ABC2.png</texturefocus>
  257. <texturenofocus>ABC.png</texturenofocus>
  258. <onclick>PlayMedia($INFO[Window.Property(Video.1)],noresume)</onclick>
  259. <visible>!IsEmpty(Window.Property(Video.1))</visible>
  260. <onright>222</onright>
  261. <onleft>3</onleft>
  262. </control>
  263. <control type="image">
  264. <posx>20</posx>
  265. <posy>5</posy>
  266. <width>525</width>
  267. <height>90</height>
  268. <aspectratio>stretch</aspectratio>
  269. <texture>GlassTitleBar.png</texture>
  270. </control>
  271. <control type="label">
  272. <description>header label</description>
  273. <posx>20</posx>
  274. <posy>13</posy>
  275. <width>510</width>
  276. <height>30</height>
  277. <font>font12_title</font>
  278. <label>Observations & Forecast - $INFO[Window.Property(Location)]</label>
  279. <align>center</align>
  280. <aligny>center</aligny>
  281. <textcolor>bisque</textcolor>
  282. <shadowcolor>darkred</shadowcolor>
  283. </control>
  284.  
  285.  
  286.  
  287.  
  288.  
  289. <!-- EXTENDED WEATHER FORECAST -->
  290.  
  291. <control type="label">
  292. <description>extended forecast label</description>
  293. <posx>20</posx>
  294. <posy>144</posy>
  295. <width>510</width>
  296. <height>20</height>
  297. <font>font12_title</font>
  298. <label>Current Extended Forecast</label>
  299. <align>center</align>
  300. <aligny>center</aligny>
  301. <textcolor>bisque</textcolor>
  302. <shadowcolor>darkred</shadowcolor>
  303. </control>
  304.  
  305. <control type="textbox">
  306. <description>Long Weather Forecast</description>
  307. <posx>30</posx>
  308. <posy>170</posy>
  309. <width>490</width>
  310. <height>82</height>
  311. <font>font10</font>
  312. <align>justify</align>
  313. <textcolor>bisque</textcolor>
  314. <shadowcolor>darkred</shadowcolor>
  315. <info>Window.Property(Current.ConditionLong)</info>
  316. <autoscroll time="3000" delay="4000" repeat="5000"></autoscroll>
  317. </control>
  318.  
  319.  
  320. <control type="image">
  321. <posx>20</posx>
  322. <posy>262</posy>
  323. <width>460</width>
  324. <height>4</height>
  325. <texture>divider.png</texture>
  326. </control>
  327.  
  328. <!-- DAY 0 - TODAY -->
  329.  
  330. <control type="group">
  331. <description>day 0</description>
  332. <posx>20</posx>
  333. <posy>260</posy>
  334.  
  335. <control type="label">
  336. <description>Day label</description>
  337. <posx>220</posx>
  338. <posy>3</posy>
  339. <width>400</width>
  340. <height>35</height>
  341. <font>font10</font>
  342. <label>[COLOR bisque]$INFO[System.Date(d/m] Today [/COLOR] - $INFO[Window.Property(Day0.Outlook)]</label>
  343. <!--<label>COLOR bisque]$INFO[Window.Property(Day0.Title)][/COLOR] - $INFO[Window.Property(Day0.Outlook)]</label>-->
  344. <align>left</align>
  345. <aligny>center</aligny>
  346. <textcolor>bisque</textcolor>
  347. <shadowcolor>darkred</shadowcolor>
  348. </control>
  349. <control type="image">
  350. <description>day icon</description>
  351. <posx>30</posx>
  352. <posy>8</posy>
  353. <height>50</height>
  354. <width>50</width>
  355. <info>Window.Property(Day0.OutlookIcon)</info>
  356. <aspectratio align="right">keep</aspectratio>
  357. </control>
  358. <!--
  359. <control type="label">
  360. <description>high label</description>
  361. <posx>40</posx>
  362. <posy>30</posy>
  363. <height>20</height>
  364. <font>font12</font>
  365. <align>left</align>
  366. <aligny>center</aligny>
  367. <label>$LOCALIZE[419] :</label>
  368. <textcolor>azure</textcolor>
  369. <shadowcolor>darkred</shadowcolor>
  370. <visible>Weather.IsFetched</visible>
  371. </control>
  372. -->
  373. <control type="label">
  374. <description>high value</description>
  375. <posx>110</posx>
  376. <posy>20</posy>
  377. <height>20</height>
  378. <label>$INFO[Window.Property(Day0.HighTemp)]$INFO[System.TemperatureUnits]</label>
  379. <font>font_MainMenu</font>
  380. <align>left</align>
  381. <aligny>center</aligny>
  382. <textcolor>bisque</textcolor>
  383. <shadowcolor>darkred</shadowcolor>
  384. <visible>!IsEmpty(Window.Property(Day0.HighTemp))</visible>
  385. </control>
  386. <control type="label">
  387. <description>low label</description>
  388. <posx>220</posx>
  389. <posy>30</posy>
  390. <height>20</height>
  391. <font>font10</font>
  392. <align>left</align>
  393. <aligny>center</aligny>
  394. <label>$LOCALIZE[418] :</label>
  395. <textcolor>azure</textcolor>
  396. <shadowcolor>darkred</shadowcolor>
  397. <visible>Weather.IsFetched</visible>
  398. </control>
  399. <control type="label">
  400. <description>low value</description>
  401. <posx>290</posx>
  402. <posy>30</posy>
  403. <height>20</height>
  404. <label>[COLOR bisque]$INFO[Window.Property(Day1.LowTemp)]$INFO[System.TemperatureUnits][/COLOR][COLOR bisque] (tonight's low)[/COLOR]</label>
  405. <font>font10</font>
  406. <align>left</align>
  407. <aligny>center</aligny>
  408. <textcolor>bisque</textcolor>
  409. <shadowcolor>darkred</shadowcolor>
  410. <visible>!IsEmpty(Window.Property(Day0.LowTemp))</visible>
  411. </control>
  412. <control type="image">
  413. <posx>20</posx>
  414. <posy>55</posy>
  415. <width>460</width>
  416. <height>4</height>
  417. <texture>divider.png</texture>
  418. </control>
  419. </control>
  420.  
  421.  
  422.  
  423. <!-- CURRENT OBSERVATIONS -->
  424.  
  425. <control type="group">
  426. <posx>0</posx>
  427. <posy>7</posy>
  428. <control type="image">
  429. <description>current weather icon</description>
  430. <posx>20</posx>
  431. <posy>48</posy>
  432. <width>100</width>
  433. <height>80</height>
  434. <info>Window.Property(Current.ConditionIcon)</info>
  435. <aspectratio>keep</aspectratio>
  436. </control>
  437. <control type="label">
  438. <description>current temp Value</description>
  439. <posx>250</posx>
  440. <posy>70</posy>
  441. <width>180</width>
  442. <height>40</height>
  443. <font>font_MainMenu</font>
  444. <align>right</align>
  445. <aligny>top</aligny>
  446. <label>$INFO[Window.Property(Current.Temperature)]$INFO[System.TemperatureUnits]</label>
  447. <textcolor>bisque</textcolor>
  448. <shadowcolor>darkred</shadowcolor>
  449. </control>
  450. <!--
  451. <control type="label">
  452. <description>current temp Value Units</description>
  453. <posx>210</posx>
  454. <posy>70</posy>
  455. <width>100</width>
  456. <height>40</height>
  457. <font>font_MainMenu</font>
  458. <align>left</align>
  459. <aligny>top</aligny>
  460. <label>$INFO[System.TemperatureUnits]</label>
  461. <textcolor>bisque</textcolor>
  462. <shadowcolor>darkred</shadowcolor>
  463. </control>
  464. -->
  465.  
  466. <control type="label">
  467. <description>now label</description>
  468. <posx>125</posx>
  469. <posy>17</posy>
  470. <width>460</width>
  471. <height>160</height>
  472. <label>Now:</label>
  473. <wrapmultiline>true</wrapmultiline>
  474. <font>font10</font>
  475. <align>left</align>
  476. <scroll>true</scroll>
  477. <aligny>center</aligny>
  478. <textcolor>bisque</textcolor>
  479. <shadowcolor>darkred</shadowcolor>
  480. </control>
  481.  
  482.  
  483. <control type="label">
  484. <description>current condition label</description>
  485. <posx>120</posx>
  486. <posy>-15</posy>
  487. <width>460</width>
  488. <height>160</height>
  489. <info>Window.Property(Current.Condition)</info>
  490. <wrapmultiline>true</wrapmultiline>
  491. <font>font10</font>
  492. <align>left</align>
  493. <scroll>true</scroll>
  494. <aligny>center</aligny>
  495. <textcolor>bisque</textcolor>
  496. <shadowcolor>darkred</shadowcolor>
  497. </control>
  498.  
  499.  
  500. <control type="label">
  501. <description>current feels like label</description>
  502. <posx>390</posx>
  503. <posy>40</posy>
  504. <width>170</width>
  505. <height>35</height>
  506. <font>font10</font>
  507. <align>right</align>
  508. <aligny>center</aligny>
  509. <label>$LOCALIZE[402] :</label>
  510. <textcolor>azure</textcolor>
  511. <shadowcolor>darkred</shadowcolor>
  512. </control>
  513.  
  514. <control type="label">
  515. <description>current dew label</description>
  516. <posx>390</posx>
  517. <posy>55</posy>
  518. <width>170</width>
  519. <height>35</height>
  520. <font>font10</font>
  521. <align>right</align>
  522. <aligny>center</aligny>
  523. <label>$LOCALIZE[405] :</label>
  524. <textcolor>azure</textcolor>
  525. <shadowcolor>darkred</shadowcolor>
  526. </control>
  527. <control type="label">
  528. <description>current humidity label</description>
  529. <posx>390</posx>
  530. <posy>70</posy>
  531. <width>170</width>
  532. <height>35</height>
  533. <font>font10</font>
  534. <align>right</align>
  535. <aligny>center</aligny>
  536. <label>$LOCALIZE[406] :</label>
  537. <textcolor>azure</textcolor>
  538. <shadowcolor>darkred</shadowcolor>
  539. </control>
  540. <control type="label">
  541. <description>current UV Index label</description>
  542. <posx>390</posx>
  543. <posy>85</posy>
  544. <width>170</width>
  545. <height>35</height>
  546. <font>font10</font>
  547. <align>right</align>
  548. <aligny>center</aligny>
  549. <label>UV Max Today :</label>
  550. <textcolor>azure</textcolor>
  551. <shadowcolor>darkred</shadowcolor>
  552. </control>
  553. <control type="label">
  554. <description>current Wind label</description>
  555. <posx>390</posx>
  556. <posy>100</posy>
  557. <width>170</width>
  558. <height>35</height>
  559. <font>font10</font>
  560. <align>right</align>
  561. <aligny>center</aligny>
  562. <label>$LOCALIZE[404] :</label>
  563. <textcolor>azure</textcolor>
  564. <shadowcolor>darkred</shadowcolor>
  565. </control>
  566. <control type="label">
  567. <description>current feels like Value</description>
  568. <posx>395</posx>
  569. <posy>40</posy>
  570. <width>300</width>
  571. <height>35</height>
  572. <font>font10</font>
  573. <align>left</align>
  574. <aligny>center</aligny>
  575. <label>$INFO[Window.Property(Current.FeelsLike)]$INFO[System.TemperatureUnits]</label>
  576. <textcolor>bisque</textcolor>
  577. <shadowcolor>darkred</shadowcolor>
  578. </control>
  579. <control type="label">
  580. <description>current dew Value</description>
  581. <posx>395</posx>
  582. <posy>55</posy>
  583. <width>300</width>
  584. <height>35</height>
  585. <font>font10</font>
  586. <align>left</align>
  587. <aligny>center</aligny>
  588. <label>$INFO[Window.Property(Current.DewPoint)]$INFO[System.TemperatureUnits]</label>
  589. <textcolor>bisque</textcolor>
  590. <shadowcolor>darkred</shadowcolor>
  591. </control>
  592. <control type="label">
  593. <description>current humidity Value</description>
  594. <posx>395</posx>
  595. <posy>70</posy>
  596. <width>300</width>
  597. <height>35</height>
  598. <font>font10</font>
  599. <align>left</align>
  600. <aligny>center</aligny>
  601. <info>Window.Property(Current.Humidity)</info>
  602. <textcolor>bisque</textcolor>
  603. <shadowcolor>darkred</shadowcolor>
  604. </control>
  605. <control type="label">
  606. <description>current UV Index Value</description>
  607. <posx>395</posx>
  608. <posy>85</posy>
  609. <width>300</width>
  610. <height>35</height>
  611. <font>font10</font>
  612. <align>left</align>
  613. <aligny>center</aligny>
  614. <info>Window.Property(Current.UVIndex)</info>
  615. <textcolor>bisque</textcolor>
  616. <shadowcolor>darkred</shadowcolor>
  617. </control>
  618. <control type="label">
  619. <description>current Wind Value</description>
  620. <posx>395</posx>
  621. <posy>100</posy>
  622. <width>300</width>
  623. <height>35</height>
  624. <font>font10</font>
  625. <align>left</align>
  626. <aligny>center</aligny>
  627. <info>Window.Property(Current.Wind)</info>
  628. <textcolor>bisque</textcolor>
  629. <shadowcolor>darkred</shadowcolor>
  630. </control>
  631. </control>
  632.  
  633. <control type="image">
  634. <posx>20</posx>
  635. <posy>137</posy>
  636. <width>500</width>
  637. <height>4</height>
  638. <texture>divider.png</texture>
  639. </control>
  640.  
  641.  
  642.  
  643. <!-- 7 DAY FORECAST -->
  644.  
  645. <control type="group">
  646. <description>day 1</description>
  647. <posx>20</posx>
  648. <posy>315</posy>
  649.  
  650. <control type="label">
  651. <description>Day label</description>
  652. <posx>220</posx>
  653. <posy>3</posy>
  654. <width>400</width>
  655. <height>35</height>
  656. <font>font10</font>
  657. <label>[COLOR bisque]$INFO[Window.Property(Day1.Title)][/COLOR] - $INFO[Window.Property(Day1.Outlook)]</label>
  658. <align>left</align>
  659. <aligny>center</aligny>
  660. <textcolor>bisque</textcolor>
  661. <shadowcolor>darkred</shadowcolor>
  662. </control>
  663. <control type="image">
  664. <description>day icon</description>
  665. <posx>30</posx>
  666. <posy>8</posy>
  667. <height>50</height>
  668. <width>50</width>
  669. <info>Window.Property(Day1.OutlookIcon)</info>
  670. <aspectratio align="right">keep</aspectratio>
  671. </control>
  672. <control type="label">
  673. <description>high value</description>
  674. <posx>110</posx>
  675. <posy>20</posy>
  676. <height>20</height>
  677. <label>$INFO[Window.Property(Day1.HighTemp)]$INFO[System.TemperatureUnits]</label>
  678. <font>font_MainMenu</font>
  679. <align>left</align>
  680. <aligny>center</aligny>
  681. <textcolor>bisque</textcolor>
  682. <shadowcolor>darkred</shadowcolor>
  683. <visible>!IsEmpty(Window.Property(Day1.HighTemp))</visible>
  684. </control>
  685. <control type="label">
  686. <description>low label</description>
  687. <posx>220</posx>
  688. <posy>30</posy>
  689. <height>20</height>
  690. <font>font10</font>
  691. <align>left</align>
  692. <aligny>center</aligny>
  693. <label>$LOCALIZE[418] :</label>
  694. <textcolor>azure</textcolor>
  695. <shadowcolor>darkred</shadowcolor>
  696. <visible>Weather.IsFetched</visible>
  697. </control>
  698. <control type="label">
  699. <description>low value</description>
  700. <posx>290</posx>
  701. <posy>30</posy>
  702. <height>20</height>
  703. <label>$INFO[Window.Property(Day1.LowTemp)]$INFO[System.TemperatureUnits]</label>
  704. <font>font10</font>
  705. <align>left</align>
  706. <aligny>center</aligny>
  707. <textcolor>bisque</textcolor>
  708. <shadowcolor>darkred</shadowcolor>
  709. <visible>!IsEmpty(Window.Property(Day1.LowTemp))</visible>
  710. </control>
  711. <control type="image">
  712. <posx>20</posx>
  713. <posy>55</posy>
  714. <width>460</width>
  715. <height>4</height>
  716. <texture>divider.png</texture>
  717. </control>
  718. </control>
  719.  
  720. <control type="group">
  721. <description>day 2</description>
  722. <posx>20</posx>
  723. <posy>370</posy>
  724.  
  725. <control type="label">
  726. <description>Day label</description>
  727. <posx>220</posx>
  728. <posy>3</posy>
  729. <width>400</width>
  730. <height>35</height>
  731. <font>font10</font>
  732. <label>[COLOR bisque]$INFO[Window.Property(Day2.Title)][/COLOR] - $INFO[Window.Property(Day2.Outlook)]</label>
  733. <align>left</align>
  734. <aligny>center</aligny>
  735. <textcolor>bisque</textcolor>
  736. <shadowcolor>darkred</shadowcolor>
  737. </control>
  738. <control type="image">
  739. <description>day icon</description>
  740. <posx>30</posx>
  741. <posy>8</posy>
  742. <height>50</height>
  743. <width>50</width>
  744. <info>Window.Property(Day2.OutlookIcon)</info>
  745. <aspectratio align="right">keep</aspectratio>
  746. </control>
  747. <control type="label">
  748. <description>high value</description>
  749. <posx>110</posx>
  750. <posy>20</posy>
  751. <height>20</height>
  752. <label>$INFO[Window.Property(Day2.HighTemp)]$INFO[System.TemperatureUnits]</label>
  753. <font>font_MainMenu</font>
  754. <align>left</align>
  755. <aligny>center</aligny>
  756. <textcolor>bisque</textcolor>
  757. <shadowcolor>darkred</shadowcolor>
  758. <visible>!IsEmpty(Window.Property(Day2.HighTemp))</visible>
  759. </control>
  760. <control type="label">
  761. <description>low label</description>
  762. <posx>220</posx>
  763. <posy>30</posy>
  764. <height>20</height>
  765. <font>font10</font>
  766. <align>left</align>
  767. <aligny>center</aligny>
  768. <label>$LOCALIZE[418] :</label>
  769. <textcolor>azure</textcolor>
  770. <shadowcolor>darkred</shadowcolor>
  771. <visible>Weather.IsFetched</visible>
  772. </control>
  773. <control type="label">
  774. <description>low value</description>
  775. <posx>290</posx>
  776. <posy>30</posy>
  777. <height>20</height>
  778. <label>$INFO[Window.Property(Day2.LowTemp)]$INFO[System.TemperatureUnits]</label>
  779. <font>font10</font>
  780. <align>left</align>
  781. <aligny>center</aligny>
  782. <textcolor>bisque</textcolor>
  783. <shadowcolor>darkred</shadowcolor>
  784. <visible>!IsEmpty(Window.Property(Day2.LowTemp))</visible>
  785. </control>
  786. <control type="image">
  787. <posx>20</posx>
  788. <posy>55</posy>
  789. <width>460</width>
  790. <height>4</height>
  791. <texture>divider.png</texture>
  792. </control>
  793. </control>
  794.  
  795. <control type="group">
  796. <description>day 3</description>
  797. <posx>20</posx>
  798. <posy>425</posy>
  799.  
  800. <control type="label">
  801. <description>Day label</description>
  802. <posx>220</posx>
  803. <posy>3</posy>
  804. <width>400</width>
  805. <height>35</height>
  806. <font>font10</font>
  807. <label>[COLOR bisque]$INFO[Window.Property(Day3.Title)][/COLOR] - $INFO[Window.Property(Day3.Outlook)]</label>
  808. <align>left</align>
  809. <aligny>center</aligny>
  810. <textcolor>bisque</textcolor>
  811. <shadowcolor>darkred</shadowcolor>
  812. </control>
  813. <control type="image">
  814. <description>day icon</description>
  815. <posx>30</posx>
  816. <posy>8</posy>
  817. <height>50</height>
  818. <width>50</width>
  819. <info>Window.Property(Day3.OutlookIcon)</info>
  820. <aspectratio align="right">keep</aspectratio>
  821. </control>
  822. <control type="label">
  823. <description>high value</description>
  824. <posx>110</posx>
  825. <posy>20</posy>
  826. <height>20</height>
  827. <label>$INFO[Window.Property(Day3.HighTemp)]$INFO[System.TemperatureUnits]</label>
  828. <font>font_MainMenu</font>
  829. <align>left</align>
  830. <aligny>center</aligny>
  831. <textcolor>bisque</textcolor>
  832. <shadowcolor>darkred</shadowcolor>
  833. <visible>!IsEmpty(Window.Property(Day3.HighTemp))</visible>
  834. </control>
  835. <control type="label">
  836. <description>low label</description>
  837. <posx>220</posx>
  838. <posy>30</posy>
  839. <height>20</height>
  840. <font>font10</font>
  841. <align>left</align>
  842. <aligny>center</aligny>
  843. <label>$LOCALIZE[418] :</label>
  844. <textcolor>azure</textcolor>
  845. <shadowcolor>darkred</shadowcolor>
  846. <visible>Weather.IsFetched</visible>
  847. </control>
  848. <control type="label">
  849. <description>low value</description>
  850. <posx>290</posx>
  851. <posy>30</posy>
  852. <height>20</height>
  853. <label>$INFO[Window.Property(Day3.LowTemp)]$INFO[System.TemperatureUnits]</label>
  854. <font>font10</font>
  855. <align>left</align>
  856. <aligny>center</aligny>
  857. <textcolor>bisque</textcolor>
  858. <shadowcolor>darkred</shadowcolor>
  859. <visible>!IsEmpty(Window.Property(Day3.LowTemp))</visible>
  860. </control>
  861. <control type="image">
  862. <posx>20</posx>
  863. <posy>55</posy>
  864. <width>460</width>
  865. <height>4</height>
  866. <texture>divider.png</texture>
  867. </control>
  868. </control>
  869.  
  870.  
  871. <control type="group">
  872. <description>day 4</description>
  873. <posx>20</posx>
  874. <posy>480</posy>
  875.  
  876. <control type="label">
  877. <description>Day label</description>
  878. <posx>220</posx>
  879. <posy>3</posy>
  880. <width>400</width>
  881. <height>35</height>
  882. <font>font10</font>
  883. <label>[COLOR bisque]$INFO[Window.Property(Day4.Title)][/COLOR] - $INFO[Window.Property(Day4.Outlook)]</label>
  884. <align>left</align>
  885. <aligny>center</aligny>
  886. <textcolor>bisque</textcolor>
  887. <shadowcolor>darkred</shadowcolor>
  888. </control>
  889. <control type="image">
  890. <description>day icon</description>
  891. <posx>30</posx>
  892. <posy>8</posy>
  893. <height>50</height>
  894. <width>50</width>
  895. <texture>$INFO[Window.Property(Day4.OutlookIcon)]</texture>
  896. <aspectratio align="right">keep</aspectratio>
  897. </control>
  898. <control type="label">
  899. <description>high value</description>
  900. <posx>110</posx>
  901. <posy>20</posy>
  902. <height>20</height>
  903. <label>$INFO[Window.Property(Day4.HighTemp)]$INFO[System.TemperatureUnits]</label>
  904. <font>font_MainMenu</font>
  905. <align>left</align>
  906. <aligny>center</aligny>
  907. <textcolor>bisque</textcolor>
  908. <shadowcolor>darkred</shadowcolor>
  909. <visible>!IsEmpty(Window.Property(Day4.HighTemp))</visible>
  910. </control>
  911. <control type="label">
  912. <description>low label</description>
  913. <posx>220</posx>
  914. <posy>30</posy>
  915. <height>20</height>
  916. <font>font10</font>
  917. <align>left</align>
  918. <aligny>center</aligny>
  919. <label>$LOCALIZE[418] :</label>
  920. <textcolor>azure</textcolor>
  921. <shadowcolor>darkred</shadowcolor>
  922. <visible>Weather.IsFetched</visible>
  923. </control>
  924. <control type="label">
  925. <description>low value</description>
  926. <posx>290</posx>
  927. <posy>30</posy>
  928. <height>20</height>
  929. <label>$INFO[Window.Property(Day4.LowTemp)]$INFO[System.TemperatureUnits]</label>
  930. <font>font10</font>
  931. <align>left</align>
  932. <aligny>center</aligny>
  933. <textcolor>bisque</textcolor>
  934. <shadowcolor>darkred</shadowcolor>
  935. <visible>!IsEmpty(Window.Property(Day4.LowTemp))</visible>
  936. </control>
  937. <control type="image">
  938. <posx>20</posx>
  939. <posy>55</posy>
  940. <width>460</width>
  941. <height>4</height>
  942. <texture>divider.png</texture>
  943. </control>
  944. </control>
  945.  
  946.  
  947. <control type="group">
  948. <description>day 5</description>
  949. <posx>20</posx>
  950. <posy>535</posy>
  951.  
  952. <control type="label">
  953. <description>Day label</description>
  954. <posx>220</posx>
  955. <posy>3</posy>
  956. <width>400</width>
  957. <height>35</height>
  958. <font>font10</font>
  959. <label>[COLOR bisque]$INFO[Window.Property(Day5.Title)][/COLOR] - $INFO[Window.Property(Day5.Outlook)]</label>
  960. <align>left</align>
  961. <aligny>center</aligny>
  962. <textcolor>bisque</textcolor>
  963. <shadowcolor>darkred</shadowcolor>
  964. </control>
  965. <control type="image">
  966. <description>day icon</description>
  967. <posx>30</posx>
  968. <posy>8</posy>
  969. <height>50</height>
  970. <width>50</width>
  971. <texture>$INFO[Window.Property(Day5.OutlookIcon)]</texture>
  972. <aspectratio align="right">keep</aspectratio>
  973. </control>
  974. <control type="label">
  975. <description>high value</description>
  976. <posx>110</posx>
  977. <posy>20</posy>
  978. <height>20</height>
  979. <label>$INFO[Window.Property(Day5.HighTemp)]$INFO[System.TemperatureUnits]</label>
  980. <font>font_MainMenu</font>
  981. <align>left</align>
  982. <aligny>center</aligny>
  983. <textcolor>bisque</textcolor>
  984. <shadowcolor>darkred</shadowcolor>
  985. <visible>!IsEmpty(Window.Property(Day5.HighTemp))</visible>
  986. </control>
  987. <control type="label">
  988. <description>low label</description>
  989. <posx>220</posx>
  990. <posy>30</posy>
  991. <height>20</height>
  992. <font>font10</font>
  993. <align>left</align>
  994. <aligny>center</aligny>
  995. <label>$LOCALIZE[418] :</label>
  996. <textcolor>azure</textcolor>
  997. <shadowcolor>darkred</shadowcolor>
  998. <visible>Weather.IsFetched</visible>
  999. </control>
  1000. <control type="label">
  1001. <description>low value</description>
  1002. <posx>290</posx>
  1003. <posy>30</posy>
  1004. <height>20</height>
  1005. <label>$INFO[Window.Property(Day5.LowTemp)]$INFO[System.TemperatureUnits]</label>
  1006. <font>font10</font>
  1007. <align>left</align>
  1008. <aligny>center</aligny>
  1009. <textcolor>bisque</textcolor>
  1010. <shadowcolor>darkred</shadowcolor>
  1011. <visible>!IsEmpty(Window.Property(Day5.LowTemp))</visible>
  1012. </control>
  1013. <control type="image">
  1014. <posx>20</posx>
  1015. <posy>55</posy>
  1016. <width>460</width>
  1017. <height>4</height>
  1018. <texture>divider.png</texture>
  1019. </control>
  1020. </control>
  1021.  
  1022.  
  1023. <control type="group">
  1024. <description>day 6</description>
  1025. <posx>20</posx>
  1026. <posy>590</posy>
  1027.  
  1028. <control type="label">
  1029. <description>Day label</description>
  1030. <posx>220</posx>
  1031. <posy>3</posy>
  1032. <width>400</width>
  1033. <height>35</height>
  1034. <font>font10</font>
  1035. <label>[COLOR bisque]$INFO[Window.Property(Day6.Title)][/COLOR] - $INFO[Window.Property(Day6.Outlook)]</label>
  1036. <align>left</align>
  1037. <aligny>center</aligny>
  1038. <textcolor>bisque</textcolor>
  1039. <shadowcolor>darkred</shadowcolor>
  1040. </control>
  1041. <control type="image">
  1042. <description>day icon</description>
  1043. <posx>30</posx>
  1044. <posy>8</posy>
  1045. <height>50</height>
  1046. <width>50</width>
  1047. <texture>$INFO[Window.Property(Day6.OutlookIcon)]</texture>
  1048. <aspectratio align="right">keep</aspectratio>
  1049. </control>
  1050. <control type="label">
  1051. <description>high value</description>
  1052. <posx>110</posx>
  1053. <posy>20</posy>
  1054. <height>20</height>
  1055. <label>$INFO[Window.Property(Day6.HighTemp)]$INFO[System.TemperatureUnits]</label>
  1056. <font>font_MainMenu</font>
  1057. <align>left</align>
  1058. <aligny>center</aligny>
  1059. <textcolor>bisque</textcolor>
  1060. <shadowcolor>darkred</shadowcolor>
  1061. <visible>!IsEmpty(Window.Property(Day6.HighTemp))</visible>
  1062. </control>
  1063. <control type="label">
  1064. <description>low label</description>
  1065. <posx>220</posx>
  1066. <posy>30</posy>
  1067. <height>20</height>
  1068. <font>font10</font>
  1069. <align>left</align>
  1070. <aligny>center</aligny>
  1071. <label>$LOCALIZE[418] :</label>
  1072. <textcolor>azure</textcolor>
  1073. <shadowcolor>darkred</shadowcolor>
  1074. <visible>Weather.IsFetched</visible>
  1075. </control>
  1076. <control type="label">
  1077. <description>low value</description>
  1078. <posx>290</posx>
  1079. <posy>30</posy>
  1080. <height>20</height>
  1081. <label>$INFO[Window.Property(Day6.LowTemp)]$INFO[System.TemperatureUnits]</label>
  1082. <font>font10</font>
  1083. <align>left</align>
  1084. <aligny>center</aligny>
  1085. <textcolor>bisque</textcolor>
  1086. <shadowcolor>darkred</shadowcolor>
  1087. <visible>!IsEmpty(Window.Property(Day6.LowTemp))</visible>
  1088. </control>
  1089. <control type="image">
  1090. <posx>20</posx>
  1091. <posy>55</posy>
  1092. <width>460</width>
  1093. <height>4</height>
  1094. <texture>divider.png</texture>
  1095. </control>
  1096. </control>
  1097.  
  1098.  
  1099. </control>
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107. <control type="group">
  1108. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  1109. <posx>580</posx>
  1110. <posy>40</posy>
  1111. <control type="image">
  1112. <posx>0</posx>
  1113. <posy>0</posy>
  1114. <width>650</width>
  1115. <height>670</height>
  1116. <texture border="20">ContentPanel2R.png</texture>
  1117. </control>
  1118.  
  1119. <control type="image">
  1120. <posx>20</posx>
  1121. <posy>5</posy>
  1122. <width>610</width>
  1123. <height>90</height>
  1124. <aspectratio>stretch</aspectratio>
  1125. <texture>GlassTitleBar.png</texture>
  1126. </control>
  1127. <control type="group" id="50">
  1128. <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+10DayForcast</include>
  1129. <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+36HourForcast</include>
  1130. <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+WeekendForcast</include>
  1131. <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+HourlyForcast</include>
  1132. <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+MapsVideo</include>
  1133. </control>
  1134. </control>
  1135. </control>
  1136. <include>CommonNowPlaying</include>
  1137. <control type="group">
  1138. <posx>-250</posx>
  1139. <include>SideBladeLeft</include>
  1140. <control type="grouplist" id="9000">
  1141. <posx>0</posx>
  1142. <posy>110</posy>
  1143. <width>250</width>
  1144. <height>610</height>
  1145. <onleft>3</onleft>
  1146. <onright>222</onright>
  1147. <onup>9000</onup>
  1148. <ondown>9000</ondown>
  1149. <onback>50</onback>
  1150. <itemgap>0</itemgap>
  1151. <control type="label" id="200">
  1152. <width>250</width>
  1153. <height>35</height>
  1154. <font>font12caps</font>
  1155. <label>31006</label>
  1156. <textcolor>blue</textcolor>
  1157. <align>center</align>
  1158. <aligny>center</aligny>
  1159. </control>
  1160. <control type="group" id="300">
  1161. <width>250</width>
  1162. <height>40</height>
  1163. <control type="spincontrolex" id="3">
  1164. <description>change location button</description>
  1165. <posx>0</posx>
  1166. <posy>0</posy>
  1167. <font>-</font>
  1168. <include>ButtonCommonValues</include>
  1169. <onleft>3</onleft>
  1170. <onright>222</onright>
  1171. <onup>200</onup>
  1172. <ondown>302</ondown>
  1173. <onback>50</onback>
  1174. </control>
  1175. <control type="label" id="301">
  1176. <posx>10</posx>
  1177. <posy>0</posy>
  1178. <width>200</width>
  1179. <height>40</height>
  1180. <font>font13</font>
  1181. <label>31027</label>
  1182. <textcolor>bisque</textcolor>
  1183. <align>left</align>
  1184. <aligny>center</aligny>
  1185. </control>
  1186. </control>
  1187. <control type="button" id="302">
  1188. <description>10 day forcast button</description>
  1189. <textwidth>235</textwidth>
  1190. <include>ButtonCommonValues</include>
  1191. <label>31904</label>
  1192. <onclick>ClearProperty(Weather.CurrentView)</onclick>
  1193. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  1194. </control>
  1195. <control type="button" id="303">
  1196. <description>36 hour forcast button</description>
  1197. <textwidth>235</textwidth>
  1198. <include>ButtonCommonValues</include>
  1199. <label>31901</label>
  1200. <onclick>SetProperty(Weather.CurrentView,36hour)</onclick>
  1201. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  1202. </control>
  1203. <control type="button" id="304">
  1204. <description>Weekend forcast button</description>
  1205. <textwidth>235</textwidth>
  1206. <include>ButtonCommonValues</include>
  1207. <label>31903</label>
  1208. <onclick>SetProperty(Weather.CurrentView,weekend)</onclick>
  1209. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  1210. </control>
  1211. <control type="button" id="305">
  1212. <description>Hourly forcast button</description>
  1213. <textwidth>235</textwidth>
  1214. <include>ButtonCommonValues</include>
  1215. <label>31902</label>
  1216. <onclick>SetProperty(Weather.CurrentView,hourly)</onclick>
  1217. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  1218. </control>
  1219. <control type="button" id="306">
  1220. <description>Hourly forcast button</description>
  1221. <textwidth>235</textwidth>
  1222. <include>ButtonCommonValues</include>
  1223. <label>31906</label>
  1224. <onclick>SetProperty(Weather.CurrentView,maps)</onclick>
  1225. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  1226. </control>
  1227. <control type="label" id="201">
  1228. <width>250</width>
  1229. <height>35</height>
  1230. <font>font12caps</font>
  1231. <label>31026</label>
  1232. <textcolor>blue</textcolor>
  1233. <align>center</align>
  1234. <aligny>center</aligny>
  1235. </control>
  1236. <control type="button" id="2">
  1237. <description>Refresh button</description>
  1238. <textwidth>235</textwidth>
  1239. <include>ButtonCommonValues</include>
  1240. <label>103</label>
  1241. </control>
  1242. <control type="button" id="5">
  1243. <description>Custom Weather Script Button</description>
  1244. <label>$INFO[Skin.String(WeatherScript_Label)]</label>
  1245. <onclick>SetFocus(50)</onclick>
  1246. <onclick>XBMC.RunScript($INFO[Skin.String(WeatherScript_Path)])</onclick>
  1247. <onclick>SetFocus(50)</onclick>
  1248. <textwidth>235</textwidth>
  1249. <include>ButtonCommonValues</include>
  1250. <visible>Skin.HasSetting(WeatherScript_Enable) + !IsEmpty(Skin.String(WeatherScript_Label))</visible>
  1251. </control>
  1252. <control type="button" id="4">
  1253. <description>Settings button</description>
  1254. <label>5</label>
  1255. <onclick>ActivateWindow(MyWeatherSettings)</onclick>
  1256. <textwidth>235</textwidth>
  1257. <include>ButtonCommonValues</include>
  1258. </control>
  1259. <control type="button" id="6">
  1260. <description>ABC video button</description>
  1261. <label>ABC Weather</label>
  1262. <onclick>PlayMedia($INFO[Window.Property(Video.1)],noresume)</onclick>
  1263. <visible>!IsEmpty(Window.Property(Video.1))</visible>
  1264. <textwidth>235</textwidth>
  1265. <include>ButtonCommonValues</include>
  1266. </control>
  1267. <control type="radiobutton" id="250">
  1268. <description>Fanart Toggle</description>
  1269. <include>ButtonCommonValues</include>
  1270. <label>31307</label>
  1271. <onclick>Skin.ToggleSetting(ShowWeatherFanart)</onclick>
  1272. <selected>!Skin.HasSetting(ShowWeatherFanart)</selected>
  1273. </control>
  1274. <control type="button" id="251">
  1275. <include>ButtonCommonValues</include>
  1276. <label>31317</label>
  1277. <onclick>Skin.SetPath(WeatherFanartDir)</onclick>
  1278. <enable>Skin.HasSetting(ShowWeatherFanart)</enable>
  1279. </control>
  1280. <include>CommonNowPlaying_Controls</include>
  1281. </control>
  1282. </control>
  1283. <control type="button" id="50">
  1284. <description>Fake Button to fix Side Menu Navigation</description>
  1285. <onleft>3</onleft>
  1286. <onright>222</onright>
  1287. <onup>3</onup>
  1288. <ondown>3</ondown>
  1289. <visible allowhiddenfocus="true">false</visible>
  1290. </control>
  1291. <control type="group">
  1292. <posx>40</posx>
  1293. <posy>0</posy>
  1294. <animation effect="slide" end="-310,0" time="400" tween="quadratic" easing="out">WindowClose</animation>
  1295. <animation effect="slide" start="-310,0" time="400" tween="quadratic" easing="out">WindowOpen</animation>
  1296. <control type="image">
  1297. <posx>0</posx>
  1298. <posy>0</posy>
  1299. <width>250</width>
  1300. <height>35</height>
  1301. <texture border="0,0,32,0">header.png</texture>
  1302. </control>
  1303. <control type="label">
  1304. <include>WindowTitleCommons</include>
  1305. <posx>220</posx>
  1306. <label>$LOCALIZE[8]</label>
  1307. </control>
  1308. </control> <include>WindowTitleHomeButton</include>
  1309. <include>Clock</include>
  1310. </controls>
  1311. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement