160 lines
8.1 KiB
XML
160 lines
8.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<window>
|
|
<defaultcontrol always="true">3</defaultcontrol>
|
|
<allowoverlay>yes</allowoverlay>
|
|
<controls>
|
|
<!--background-->
|
|
<include>globalBackground</include>
|
|
|
|
<control type="group">
|
|
<posx>col-1-begin</posx>
|
|
<posy>row-3-begin</posy>
|
|
<!--animations-->
|
|
<include>modalDialogInOutVertical</include>
|
|
|
|
<!--location title-->
|
|
<control type="label">
|
|
<visible>true</visible>
|
|
<posx>0</posx>
|
|
<posy>2-row</posy>
|
|
<width>24-col</width>
|
|
<align>center</align>
|
|
<font>LargeStrong</font>
|
|
<label>$LOCALIZE[31212] $INFO[Window.Property(Location)]</label>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
|
|
<!--content begins-->
|
|
<control type="panel" id="9000">
|
|
<posx>24</posx>
|
|
<posy>6-row</posy>
|
|
<width>24-col</width>
|
|
<height>18-row</height>
|
|
<itemlayout width="5-col-gutter" height="6-col">
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>12</posy>
|
|
<width>5-col-gutter</width>
|
|
<height>6-col</height>
|
|
<aspectratio>stretch</aspectratio>
|
|
<texture>colors/black.png</texture>
|
|
<bordersize>0</bordersize>
|
|
<colordiffuse>overlay</colordiffuse>
|
|
</control>
|
|
<control type="image">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>5-col-gutter</width>
|
|
<height>2-row</height>
|
|
<texture>colors/white.png</texture>
|
|
<colordiffuse>highlight</colordiffuse>
|
|
<aspectratio>stretch</aspectratio>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>0</posy>
|
|
<width>5-col-gutter</width>
|
|
<height>2-row</height>
|
|
<align>center</align>
|
|
<aligny>center</aligny>
|
|
<font>dialogTitle</font>
|
|
<label>$INFO[ListItem.Label]</label>
|
|
<textcolor>textActive</textcolor>
|
|
<shadowcolor>-</shadowcolor>
|
|
</control>
|
|
<control type="label">
|
|
<posx>0</posx>
|
|
<posy>5-row</posy>
|
|
<width>5-col-gutter</width>
|
|
<font>symbolWeather</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$VAR[weatherIcon]</label>
|
|
</control>
|
|
<control type="textbox">
|
|
<posx>0</posx>
|
|
<posy>9-row</posy>
|
|
<width>5-col-gutter</width>
|
|
<height>2-row</height>
|
|
<align>center</align>
|
|
<font>itemTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<autoscroll delay="3000" time="1000" repeat="3000"/>
|
|
<label>$INFO[ListItem.Property(Outlook)]</label>
|
|
</control>
|
|
<control type="textbox">
|
|
<posx>0</posx>
|
|
<posy>10-row</posy>
|
|
<width>5-col-gutter</width>
|
|
<height>1-row</height>
|
|
<align>center</align>
|
|
<font>itemSubTitle</font>
|
|
<textcolor>textActive</textcolor>
|
|
<label>$LOCALIZE[13508] [B]$INFO[ListItem.Property(HighTemp)] $INFO[ListItem.Property(TempUnits)][/B] $LOCALIZE[418] [B]$INFO[ListItem.Property(LowTemp)] $INFO[ListItem.Property(TempUnits)][/B]</label>
|
|
</control>
|
|
</itemlayout>
|
|
<focusedlayout/>
|
|
<content>
|
|
<item id="1">
|
|
<description>Day 0</description>
|
|
<label>$INFO[Window.Property(Day0.Title)]</label>
|
|
<property name="fanartCode">$INFO[Window.Property(Day0.fanartCode)]</property>
|
|
<property name="HighTemp">$INFO[Window.Property(Day0.HighTemp)]</property>
|
|
<property name="LowTemp">$INFO[Window.Property(Day0.LowTemp)]</property>
|
|
<property name="Outlook">$INFO[Window.Property(Day0.Outlook)]</property>
|
|
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
|
|
<onclick>noop</onclick>
|
|
</item>
|
|
<item id="2">
|
|
<description>Day 1</description>
|
|
<label>$INFO[Window.Property(Day1.Title)]</label>
|
|
<property name="fanartCode">$INFO[Window.Property(Day1.fanartCode)]</property>
|
|
<property name="HighTemp">$INFO[Window.Property(Day1.HighTemp)]</property>
|
|
<property name="LowTemp">$INFO[Window.Property(Day1.LowTemp)]</property>
|
|
<property name="Outlook">$INFO[Window.Property(Day1.Outlook)]</property>
|
|
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
|
|
<onclick>noop</onclick>
|
|
</item>
|
|
<item id="3">
|
|
<description>Day 2</description>
|
|
<label>$INFO[Window.Property(Day2.Title)]</label>
|
|
<property name="fanartCode">$INFO[Window.Property(Day2.fanartCode)]</property>
|
|
<property name="HighTemp">$INFO[Window.Property(Day2.HighTemp)]</property>
|
|
<property name="LowTemp">$INFO[Window.Property(Day2.LowTemp)]</property>
|
|
<property name="Outlook">$INFO[Window.Property(Day2.Outlook)]</property>
|
|
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
|
|
<onclick>noop</onclick>
|
|
</item>
|
|
<item id="4">
|
|
<description>Day 3</description>
|
|
<label>$INFO[Window.Property(Day3.Title)]</label>
|
|
<property name="fanartCode">$INFO[Window.Property(Day3.fanartCode)]</property>
|
|
<property name="HighTemp">$INFO[Window.Property(Day3.HighTemp)]</property>
|
|
<property name="LowTemp">$INFO[Window.Property(Day3.LowTemp)]</property>
|
|
<property name="Outlook">$INFO[Window.Property(Day3.Outlook)]</property>
|
|
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
|
|
<onclick>noop</onclick>
|
|
</item>
|
|
<item id="5">
|
|
<description>Day 4</description>
|
|
<label>$INFO[Window.Property(Day4.Title)]</label>
|
|
<property name="fanartCode">$INFO[Window.Property(Day4.fanartCode)]</property>
|
|
<property name="HighTemp">$INFO[Window.Property(Day4.HighTemp)]</property>
|
|
<property name="LowTemp">$INFO[Window.Property(Day4.LowTemp)]</property>
|
|
<property name="Outlook">$INFO[Window.Property(Day4.Outlook)]</property>
|
|
<property name="TempUnits">$INFO[System.TemperatureUnits]</property>
|
|
<onclick>noop</onclick>
|
|
</item>
|
|
</content>
|
|
</control>
|
|
<!--panel ends-->
|
|
</control>
|
|
<!--debugging-->
|
|
<include>DebugGrid</include>
|
|
<control type="label">
|
|
<include>WindowID</include>
|
|
<label>MyWeather.xml</label>
|
|
</control>
|
|
</controls>
|
|
</window>
|