Advertisement
Guest User

Untitled

a guest
Jan 5th, 2012
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 88.98 KB | None | 0 0
  1. <window>
  2.     <controls>
  3.         <onload>ClearProperty(Monday)</onload>
  4.         <onload>ClearProperty(Tuesday)</onload>
  5.         <onload>ClearProperty(Wednesday)</onload>
  6.         <onload>ClearProperty(Thursday)</onload>
  7.         <onload>ClearProperty(Friday)</onload>
  8.         <onload>ClearProperty(Saturday)</onload>
  9.         <onload>ClearProperty(Sunday)</onload>
  10.         <include>CommonContent</include>
  11.  
  12.         <control type="group">
  13.             <control type="image">
  14.                 <include>FullscreenDimentions</include>
  15.                 <include>Animation_FanartFade</include>
  16.                 <fadetime>FanartCrossfadeTime</fadetime>
  17.                 <texture background="true">$VAR[NextAiredFanart]</texture>
  18.             </control>
  19.             <control type="image">
  20.                 <include>FullscreenDimentions</include>
  21.                 <include>Animation_FanartFade</include>
  22.                 <fadetime>FanartCrossfadeTime</fadetime>
  23.                 <texture>windows/common/background-vignette.png</texture>
  24.             </control>
  25.         </control>
  26.  
  27.  
  28.         <include>Common-NowPlaying</include>
  29.         <include>Ripple-Logo</include>
  30.         <include>Recent-Count-TVGuide</include>
  31.  
  32.  
  33.  
  34.  
  35.  
  36.         <!-- ===================================== -->
  37.         <!-- ========== WEEKLY SCHEDULE ========== -->
  38.         <!-- ===================================== -->
  39.  
  40.  
  41.  
  42.         <control type="group">
  43.             <include>TV-Guide-Panel-Animation</include>
  44.             <!-- Main Panel -->
  45.             <control type="image">
  46.                 <visible>IsEmpty(Window.Property(Monday)) + IsEmpty(Window.Property(Tuesday)) + IsEmpty(Window.Property(Wednesday)) + IsEmpty(Window.Property(Thursday)) + IsEmpty(Window.Property(Friday)) + IsEmpty(Window.Property(Saturday)) + IsEmpty(Window.Property(Sunday))</visible>
  47.                 <posx>-25</posx>
  48.                 <posy>-20</posy>
  49.                 <width>1331</width>
  50.                 <height>740</height>
  51.                 <aspectratio>stretch</aspectratio>
  52.                 <texture>windows/tvguide/background.png</texture>
  53.             </control>
  54.  
  55.             <control type="group">
  56.                 <visible>!IsEmpty(Window.Property(Monday)) | !IsEmpty(Window.Property(Tuesday)) | !IsEmpty(Window.Property(Wednesday)) | !IsEmpty(Window.Property(Thursday)) | !IsEmpty(Window.Property(Friday)) | !IsEmpty(Window.Property(Saturday)) | !IsEmpty(Window.Property(Sunday))</visible>
  57.                 <control type="image">
  58.                     <posx>-25</posx>
  59.                     <posy>-20</posy>
  60.                     <width>1331</width>
  61.                     <height>740</height>
  62.                     <aspectratio>stretch</aspectratio>
  63.                     <texture>windows/tvguide/background-2.png</texture>
  64.                 </control>
  65.             </control>
  66.             <!-- Monday -->
  67.             <control type="button" id="5000">
  68.                 <posx>116</posx>
  69.                 <posy>-8</posy>
  70.                 <width>224</width>
  71.                 <height>76</height>
  72.                 <font>Nessus-22B</font>
  73.                 <align>center</align>
  74.                 <aligny>top</aligny>
  75.                 <label>$LOCALIZE[11]</label>
  76.                 <texturenofocus>windows/tvguide/weekdays_tab.png</texturenofocus>
  77.                 <texturefocus>windows/tvguide/weekdays_tab_fo.png</texturefocus>
  78.                 <textcolor>offwhite3</textcolor>
  79.                 <focusedcolor>guideblue</focusedcolor>
  80.                 <textoffsetx>0</textoffsetx>
  81.                 <textoffsety>43</textoffsety>
  82.                 <onup>-</onup>
  83.                 <ondown>200</ondown>
  84.                 <onright>5001</onright>
  85.                 <onleft>5006</onleft>
  86.                 <onclick condition="IsEmpty(Window.Property(Monday))">SetProperty(Monday,true)</onclick>
  87.                 <onclick condition="!IsEmpty(Window.Property(Monday))">ClearProperty(Monday)</onclick>
  88.             </control>
  89.             <!-- Monday NextAired Daily Info -->
  90.             <control type="group">
  91.                 <posx>750</posx>
  92.                 <posy>70</posy>
  93.                 <visible>!IsEmpty(Window.Property(Monday))</visible>
  94.                 <include>TV-Guide-Panel-Animation</include>
  95.                 <control type="image">
  96.                     <animation effect="fade" start="0" end="100" time="500" >Visible</animation>
  97.                     <animation effect="fade" start="100" end="0" time="500" >Hide</animation>
  98.                     <posx>-10</posx>
  99.                     <posy>-12</posy>
  100.                     <width>500</width>
  101.                     <height>289</height>
  102.                     <aspectratio>stretch</aspectratio>
  103.                     <texture>windows/tvguide/daily_frame.png</texture>
  104.                 </control>
  105.                 <control type="group">
  106.                     <animation effect="fade" start="0" end="100" time="500" >Visible</animation>
  107.                     <animation effect="fade" start="100" end="0" time="500" >Hide</animation>
  108.                     <visible>Control.HasFocus(200) + !IsEmpty(Container(200).Listitem.Icon)</visible>
  109.                     <control type="image">
  110.                         <posx>40</posx>
  111.                         <posy>20</posy>
  112.                         <width>400</width>
  113.                         <height>155</height>
  114.                         <aspectratio>stretch</aspectratio>
  115.                         <texture background="true" diffuse="windows/tvguide/fanart-diffuse.png">$INFO[Container(200).ListItem.Property(Path),,logo.png]</texture>
  116.                     </control>
  117.                     <control type="image">
  118.                         <posx>-5</posx>
  119.                         <posy>395</posy>
  120.                         <width>155</width>
  121.                         <height>105</height>
  122.                         <texture>$INFO[Container(200).ListItem.Property(Network),flags/studios/,.png]</texture>
  123.                         <aspectratio>keep</aspectratio>
  124.                         <colordiffuse>66ffffff</colordiffuse>
  125.                     </control>
  126.                     <control type="label">
  127.                         <posx>10</posx>
  128.                         <posy>245</posy>
  129.                         <width>460</width>
  130.                         <height>84</height>
  131.                         <textcolor>guideblue</textcolor>
  132.                         <label>[B]$INFO[Container(200).ListItem.Label][/B]</label>
  133.                         <font>Nessus-30</font>
  134.                         <align>left</align>
  135.                         <aligny>center</aligny>
  136.                         <scroll>false</scroll>
  137.                     </control>
  138.                     <control type="label">
  139.                         <posx>12</posx>
  140.                         <posy>273</posy>
  141.                         <width>460</width>
  142.                         <height>84</height>
  143.                         <label>$INFO[Container(200).ListItem.Property(Genre)]</label>
  144.                         <font>Nessus-22</font>
  145.                         <align>left</align>
  146.                         <aligny>center</aligny>
  147.                         <scroll>false</scroll>
  148.                     </control>
  149.                     <control type="label">
  150.                         <posx>12</posx>
  151.                         <posy>305</posy>
  152.                         <width>480</width>
  153.                         <height>90</height>
  154.                         <font>Nessus-20</font>
  155.                         <textcolor>greyblue</textcolor>
  156.                         <align>left</align>
  157.                         <aligny>center</aligny>
  158.                         <label>$LOCALIZE[31188] </label>
  159.                     </control>
  160.                     <control type="fadelabel">
  161.                         <posx>123</posx>
  162.                         <posy>305</posy>
  163.                         <width>360</width>
  164.                         <height>90</height>
  165.                         <font>Nessus-20</font>
  166.                         <textcolor>greyblue</textcolor>
  167.                         <align>left</align>
  168.                         <aligny>center</aligny>
  169.                         <scrollout>false</scrollout>
  170.                         <pauseatend>200</pauseatend>
  171.                         <scrollspeed>15</scrollspeed>
  172.                         <label>[COLOR=ltgreyblue]"$INFO[Container(200).ListItem.Property(NextTitle)]" ($INFO[Container(200).ListItem.Property(NextNumber)]).[/COLOR]</label>
  173.                     </control>
  174.                     <control type="label">
  175.                         <posx>12</posx>
  176.                         <posy>325</posy>
  177.                         <width>480</width>
  178.                         <height>90</height>
  179.                         <font>Nessus-20</font>
  180.                         <textcolor>greyblue</textcolor>
  181.                         <align>left</align>
  182.                         <aligny>center</aligny>
  183.                         <label>$LOCALIZE[31189] [COLOR=ltgreyblue]$INFO[Container(200).ListItem.Property(AirDay)] $INFO[Container(200).ListItem.Property(NextDate)][/COLOR] $LOCALIZE[31190] [COLOR=ltgreyblue]$INFO[Container(200).ListItem.Property(ShortTime)].[/COLOR]</label>
  184.                     </control>
  185.                     <control type="label">
  186.                         <posx>12</posx>
  187.                         <posy>345</posy>
  188.                         <width>480</width>
  189.                         <height>90</height>
  190.                         <font>Nessus-20</font>
  191.                         <textcolor>greyblue</textcolor>
  192.                         <align>left</align>
  193.                         <aligny>center</aligny>
  194.                         <label>$LOCALIZE[31505] [COLOR=ltgreyblue]$INFO[Container(200).ListItem.Property(Runtime),, $LOCALIZE[12391]].[/COLOR]</label>
  195.                     </control>
  196.                     <!-- Monday Latest Info -->
  197.                     <control type="label">
  198.                         <posx>12</posx>
  199.                         <posy>450</posy>
  200.                         <width>480</width>
  201.                         <height>90</height>
  202.                         <font>Nessus-20</font>
  203.                         <textcolor>FF6C6C6C</textcolor>
  204.                         <align>left</align>
  205.                         <aligny>center</aligny>
  206.                         <label>Latest Episode </label>
  207.                     </control>
  208.                     <control type="fadelabel">
  209.                         <posx>135</posx>
  210.                         <posy>450</posy>
  211.                         <width>360</width>
  212.                         <height>90</height>
  213.                         <font>Nessus-20</font>
  214.                         <textcolor>FF6C6C6C</textcolor>
  215.                         <align>left</align>
  216.                         <aligny>center</aligny>
  217.                         <scrollout>false</scrollout>
  218.                         <pauseatend>200</pauseatend>
  219.                         <scrollspeed>15</scrollspeed>
  220.                         <label>[COLOR=FF4C4C4C]"$INFO[Container(200).ListItem.Property(LatesTitle)]" ($INFO[Container(200).ListItem.Property(LatestNumber)]).[/COLOR]</label>
  221.                     </control>
  222.                     <control type="label">
  223.                         <posx>12</posx>
  224.                         <posy>470</posy>
  225.                         <width>480</width>
  226.                         <height>90</height>
  227.                         <font>Nessus-20</font>
  228.                         <textcolor>FF6C6C6C</textcolor>
  229.                         <align>left</align>
  230.                         <aligny>center</aligny>
  231.                         <label>$LOCALIZE[31225] [COLOR=FF4C4C4C]$INFO[Container(200).ListItem.Property(LatestDate)][/COLOR]</label>
  232.                     </control>
  233.                 </control>
  234.             </control>
  235.  
  236.  
  237.             <!-- Tuesday -->
  238.             <control type="button" id="5001">
  239.                 <posx>271</posx>
  240.                 <posy>-8</posy>
  241.                 <width>224</width>
  242.                 <height>76</height>
  243.                 <font>Nessus-22B</font>
  244.                 <align>center</align>
  245.                 <aligny>top</aligny>
  246.                 <label>$LOCALIZE[12]</label>
  247.                 <texturenofocus>windows/tvguide/weekdays_tab.png</texturenofocus>
  248.                 <texturefocus>windows/tvguide/weekdays_tab_fo.png</texturefocus>
  249.                 <textcolor>offwhite3</textcolor>
  250.                 <focusedcolor>guideblue</focusedcolor>
  251.                 <textoffsetx>0</textoffsetx>
  252.                 <textoffsety>43</textoffsety>
  253.                 <onup>-</onup>
  254.                 <ondown>201</ondown>
  255.                 <onright>5002</onright>
  256.                 <onleft>5000</onleft>
  257.                 <onclick condition="IsEmpty(Window.Property(Tuesday))">SetProperty(Tuesday,true)</onclick>
  258.                 <onclick condition="!IsEmpty(Window.Property(Tuesday))">ClearProperty(Tuesday)</onclick>
  259.                 <animation effect="fade" start="0" end="100" time="0" condition="!Control.HasFocus(201)" reversible="true">Conditional</animation>
  260.                 <animation effect="fade" start="100" end="0" time="0" condition="Control.HasFocus(201)" reversible="true">Conditional</animation>
  261.             </control>
  262.             <control type="button" id="5001">
  263.                 <posx>271</posx>
  264.                 <posy>-8</posy>
  265.                 <width>224</width>
  266.                 <height>76</height>
  267.                 <font>Nessus-22B</font>
  268.                 <align>center</align>
  269.                 <aligny>top</aligny>
  270.                 <label>$LOCALIZE[12]</label>
  271.                 <texturenofocus>windows/tvguide/weekdays_tab_fo.png</texturenofocus>
  272.                 <texturefocus>-</texturefocus>
  273.                 <textcolor>guideblue</textcolor>
  274.                 <focusedcolor>-</focusedcolor>
  275.                 <textoffsetx>0</textoffsetx>
  276.                 <textoffsety>43</textoffsety>
  277.                 <animation effect="fade" start="0" end="100" time="0" condition="Control.HasFocus(201)" reversible="true">Conditional</animation>
  278.                 <animation effect="fade" start="100" end="0" time="0" condition="!Control.HasFocus(201)" reversible="true">Conditional</animation>
  279.             </control>
  280.  
  281.             <!-- Wednesday -->
  282.             <control type="button" id="5002">
  283.                 <posx>426</posx>
  284.                 <posy>-8</posy>
  285.                 <width>224</width>
  286.                 <height>76</height>
  287.                 <font>Nessus-22B</font>
  288.                 <align>center</align>
  289.                 <aligny>top</aligny>
  290.                 <label>$LOCALIZE[13]</label>
  291.                 <texturenofocus>windows/tvguide/weekdays_tab.png</texturenofocus>
  292.                 <texturefocus>windows/tvguide/weekdays_tab_fo.png</texturefocus>
  293.                 <textcolor>offwhite3</textcolor>
  294.                 <focusedcolor>guideblue</focusedcolor>
  295.                 <textoffsetx>0</textoffsetx>
  296.                 <textoffsety>43</textoffsety>
  297.                 <onup>-</onup>
  298.                 <ondown>202</ondown>
  299.                 <onright>5003</onright>
  300.                 <onleft>5001</onleft>
  301.                 <onclick condition="IsEmpty(Window.Property(Wednesday))">SetProperty(Wednesday,true)</onclick>
  302.                 <onclick condition="!IsEmpty(Window.Property(Wednesday))">ClearProperty(Wednesday)</onclick>
  303.                 <animation effect="fade" start="0" end="100" time="0" condition="!Control.HasFocus(202)" reversible="true">Conditional</animation>
  304.                 <animation effect="fade" start="100" end="0" time="0" condition="Control.HasFocus(202)" reversible="true">Conditional</animation>
  305.             </control>
  306.             <control type="button" id="5002">
  307.                 <posx>426</posx>
  308.                 <posy>-8</posy>
  309.                 <width>224</width>
  310.                 <height>76</height>
  311.                 <font>Nessus-22B</font>
  312.                 <align>center</align>
  313.                 <aligny>top</aligny>
  314.                 <label>$LOCALIZE[13]</label>
  315.                 <texturenofocus>windows/tvguide/weekdays_tab_fo.png</texturenofocus>
  316.                 <texturefocus>-</texturefocus>
  317.                 <textcolor>guideblue</textcolor>
  318.                 <focusedcolor>-</focusedcolor>
  319.                 <textoffsetx>0</textoffsetx>
  320.                 <textoffsety>43</textoffsety>
  321.                 <animation effect="fade" start="0" end="100" time="0" condition="Control.HasFocus(202)" reversible="true">Conditional</animation>
  322.                 <animation effect="fade" start="100" end="0" time="0" condition="!Control.HasFocus(202)" reversible="true">Conditional</animation>
  323.             </control>
  324.  
  325.             <!-- Thursday -->
  326.             <control type="button" id="5003">
  327.                 <posx>581</posx>
  328.                 <posy>-8</posy>
  329.                 <width>224</width>
  330.                 <height>76</height>
  331.                 <font>Nessus-22B</font>
  332.                 <align>center</align>
  333.                 <aligny>top</aligny>
  334.                 <label>$LOCALIZE[14]</label>
  335.                 <texturenofocus>windows/tvguide/weekdays_tab.png</texturenofocus>
  336.                 <texturefocus>windows/tvguide/weekdays_tab_fo.png</texturefocus>
  337.                 <textcolor>offwhite3</textcolor>
  338.                 <focusedcolor>guideblue</focusedcolor>
  339.                 <textoffsetx>0</textoffsetx>
  340.                 <textoffsety>43</textoffsety>
  341.                 <onup>-</onup>
  342.                 <ondown>203</ondown>
  343.                 <onright>5004</onright>
  344.                 <onleft>5002</onleft>
  345.                 <onclick condition="IsEmpty(Window.Property(Thursday))">SetProperty(Thursday,true)</onclick>
  346.                 <onclick condition="!IsEmpty(Window.Property(Thursday))">ClearProperty(Thursday)</onclick>
  347.                 <animation effect="fade" start="0" end="100" time="0" condition="!Control.HasFocus(203)" reversible="true">Conditional</animation>
  348.                 <animation effect="fade" start="100" end="0" time="0" condition="Control.HasFocus(203)" reversible="true">Conditional</animation>
  349.             </control>
  350.             <control type="button" id="5003">
  351.                 <posx>581</posx>
  352.                 <posy>-8</posy>
  353.                 <width>224</width>
  354.                 <height>76</height>
  355.                 <font>Nessus-22B</font>
  356.                 <align>center</align>
  357.                 <aligny>top</aligny>
  358.                 <label>$LOCALIZE[14]</label>
  359.                 <texturenofocus>windows/tvguide/weekdays_tab_fo.png</texturenofocus>
  360.                 <texturefocus>-</texturefocus>
  361.                 <textcolor>guideblue</textcolor>
  362.                 <focusedcolor>-</focusedcolor>
  363.                 <textoffsetx>0</textoffsetx>
  364.                 <textoffsety>43</textoffsety>
  365.                 <animation effect="fade" start="0" end="100" time="0" condition="Control.HasFocus(203)" reversible="true">Conditional</animation>
  366.                 <animation effect="fade" start="100" end="0" time="0" condition="!Control.HasFocus(203)" reversible="true">Conditional</animation>
  367.             </control>
  368.  
  369.             <!-- Friday -->
  370.             <control type="button" id="5004">
  371.                 <posx>736</posx>
  372.                 <posy>-8</posy>
  373.                 <width>224</width>
  374.                 <height>76</height>
  375.                 <font>Nessus-22B</font>
  376.                 <align>center</align>
  377.                 <aligny>top</aligny>
  378.                 <label>$LOCALIZE[15]</label>
  379.                 <texturenofocus>windows/tvguide/weekdays_tab.png</texturenofocus>
  380.                 <texturefocus>windows/tvguide/weekdays_tab_fo.png</texturefocus>
  381.                 <textcolor>offwhite3</textcolor>
  382.                 <focusedcolor>guideblue</focusedcolor>
  383.                 <textoffsetx>0</textoffsetx>
  384.                 <textoffsety>43</textoffsety>
  385.                 <onup>-</onup>
  386.                 <ondown>204</ondown>
  387.                 <onright>5005</onright>
  388.                 <onleft>5003</onleft>
  389.                 <onclick condition="IsEmpty(Window.Property(Friday))">SetProperty(Friday,true)</onclick>
  390.                 <onclick condition="!IsEmpty(Window.Property(Friday))">ClearProperty(Friday)</onclick>
  391.                 <animation effect="fade" start="0" end="100" time="0" condition="!Control.HasFocus(204)" reversible="true">Conditional</animation>
  392.                 <animation effect="fade" start="100" end="0" time="0" condition="Control.HasFocus(204)" reversible="true">Conditional</animation>
  393.             </control>
  394.             <control type="button" id="5004">
  395.                 <posx>736</posx>
  396.                 <posy>-8</posy>
  397.                 <width>224</width>
  398.                 <height>76</height>
  399.                 <font>Nessus-22B</font>
  400.                 <align>center</align>
  401.                 <aligny>top</aligny>
  402.                 <label>$LOCALIZE[15]</label>
  403.                 <texturenofocus>windows/tvguide/weekdays_tab_fo.png</texturenofocus>
  404.                 <texturefocus>-</texturefocus>
  405.                 <textcolor>guideblue</textcolor>
  406.                 <focusedcolor>-</focusedcolor>
  407.                 <textoffsetx>0</textoffsetx>
  408.                 <textoffsety>43</textoffsety>
  409.                 <animation effect="fade" start="0" end="100" time="0" condition="Control.HasFocus(204)" reversible="true">Conditional</animation>
  410.                 <animation effect="fade" start="100" end="0" time="0" condition="!Control.HasFocus(204)" reversible="true">Conditional</animation>
  411.             </control>
  412.  
  413.             <!-- Saturday -->
  414.             <control type="button" id="5005">
  415.                 <posx>891</posx>
  416.                 <posy>-8</posy>
  417.                 <width>224</width>
  418.                 <height>76</height>
  419.                 <font>Nessus-22B</font>
  420.                 <align>center</align>
  421.                 <aligny>top</aligny>
  422.                 <label>$LOCALIZE[16]</label>
  423.                 <texturenofocus>windows/tvguide/weekdays_tab.png</texturenofocus>
  424.                 <texturefocus>windows/tvguide/weekdays_tab_fo.png</texturefocus>
  425.                 <textcolor>offwhite3</textcolor>
  426.                 <focusedcolor>guideblue</focusedcolor>
  427.                 <textoffsetx>0</textoffsetx>
  428.                 <textoffsety>43</textoffsety>
  429.                 <onup>-</onup>
  430.                 <ondown>205</ondown>
  431.                 <onright>5006</onright>
  432.                 <onleft>5004</onleft>
  433.                 <onclick condition="IsEmpty(Window.Property(Saturday))">SetProperty(Saturday,true)</onclick>
  434.                 <onclick condition="!IsEmpty(Window.Property(Saturday))">ClearProperty(Saturday)</onclick>
  435.                 <animation effect="fade" start="0" end="100" time="0" condition="!Control.HasFocus(205)" reversible="true">Conditional</animation>
  436.                 <animation effect="fade" start="100" end="0" time="0" condition="Control.HasFocus(205)" reversible="true">Conditional</animation>
  437.             </control>
  438.             <control type="button" id="5005">
  439.                 <posx>891</posx>
  440.                 <posy>-8</posy>
  441.                 <width>224</width>
  442.                 <height>76</height>
  443.                 <font>Nessus-22B</font>
  444.                 <align>center</align>
  445.                 <aligny>top</aligny>
  446.                 <label>$LOCALIZE[16]</label>
  447.                 <texturenofocus>windows/tvguide/weekdays_tab_fo.png</texturenofocus>
  448.                 <texturefocus>-</texturefocus>
  449.                 <textcolor>guideblue</textcolor>
  450.                 <focusedcolor>-</focusedcolor>
  451.                 <textoffsetx>0</textoffsetx>
  452.                 <textoffsety>43</textoffsety>
  453.                 <animation effect="fade" start="0" end="100" time="0" condition="Control.HasFocus(205)" reversible="true">Conditional</animation>
  454.                 <animation effect="fade" start="100" end="0" time="0" condition="!Control.HasFocus(205)" reversible="true">Conditional</animation>
  455.             </control>
  456.  
  457.             <!-- Sunday -->
  458.             <control type="button" id="5006">
  459.                 <posx>1046</posx>
  460.                 <posy>-8</posy>
  461.                 <width>224</width>
  462.                 <height>76</height>
  463.                 <font>Nessus-22B</font>
  464.                 <align>center</align>
  465.                 <aligny>top</aligny>
  466.                 <label>$LOCALIZE[17]</label>
  467.                 <texturenofocus>windows/tvguide/weekdays_tab.png</texturenofocus>
  468.                 <texturefocus>windows/tvguide/weekdays_tab_fo.png</texturefocus>
  469.                 <textcolor>offwhite3</textcolor>
  470.                 <focusedcolor>guideblue</focusedcolor>
  471.                 <textoffsetx>0</textoffsetx>
  472.                 <textoffsety>43</textoffsety>
  473.                 <onup>-</onup>
  474.                 <ondown>206</ondown>
  475.                 <onright>5000</onright>
  476.                 <onleft>5005</onleft>
  477.                 <onclick condition="IsEmpty(Window.Property(Sunday))">SetProperty(Sunday,true)</onclick>
  478.                 <onclick condition="!IsEmpty(Window.Property(Sunday))">ClearProperty(Sunday)</onclick>
  479.                 <animation effect="fade" start="0" end="100" time="0" condition="!Control.HasFocus(206)" reversible="true">Conditional</animation>
  480.                 <animation effect="fade" start="100" end="0" time="0" condition="Control.HasFocus(206)" reversible="true">Conditional</animation>
  481.             </control>
  482.             <control type="button" id="5006">
  483.                 <posx>1046</posx>
  484.                 <posy>-8</posy>
  485.                 <width>224</width>
  486.                 <height>76</height>
  487.                 <font>Nessus-22B</font>
  488.                 <align>center</align>
  489.                 <aligny>top</aligny>
  490.                 <label>$LOCALIZE[17]</label>
  491.                 <texturenofocus>windows/tvguide/weekdays_tab_fo.png</texturenofocus>
  492.                 <texturefocus>-</texturefocus>
  493.                 <textcolor>guideblue</textcolor>
  494.                 <focusedcolor>-</focusedcolor>
  495.                 <textoffsetx>0</textoffsetx>
  496.                 <textoffsety>43</textoffsety>
  497.                 <animation effect="fade" start="0" end="100" time="0" condition="Control.HasFocus(206)" reversible="true">Conditional</animation>
  498.                 <animation effect="fade" start="100" end="0" time="0" condition="!Control.HasFocus(206)" reversible="true">Conditional</animation>
  499.             </control>
  500.         </control>
  501.  
  502.  
  503.         <control type="group">
  504.             <include>TV-Guide-Panel-Animation</include>
  505.             <posx>40</posx>
  506.             <posy>-45</posy>
  507.  
  508.  
  509.             <!-- 200 Monday -->
  510.             <control type="group">
  511.                 <posx>0</posx>
  512.                 <posy>117</posy>
  513.                 <control type="list" id="200">
  514.                     <description>Monday List</description>
  515.                     <posx>95</posx>
  516.                     <posy>0</posy>
  517.                     <width>680</width>
  518.                     <height>540</height>
  519.                     <orientation>vertical</orientation>
  520.                     <onup>5000</onup>
  521.                     <ondown>200</ondown>
  522.                     <onleft>206</onleft>
  523.                     <onright>201</onright>
  524.                     <itemlayout height="108" width="182" condition="IsEmpty(Window.Property(Monday))">
  525.                         <control type="image">
  526.                             <posx>13</posx>
  527.                             <posy>0</posy>
  528.                             <width>161</width>
  529.                             <height>91</height>
  530.                             <texture>windows/tvguide/logo_frame.png</texture>
  531.                         </control>
  532.                         <control type="image">
  533.                             <posx>30</posx>
  534.                             <posy>15</posy>
  535.                             <width>127</width>
  536.                             <height>53</height>
  537.                             <aspectratio>keep</aspectratio>
  538.                             <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  539.                         </control>
  540.                         <control type="label">
  541.                             <posx>62</posx>
  542.                             <posy>76</posy>
  543.                             <width>182</width>
  544.                             <height>30</height>
  545.                             <font>Panel1</font>
  546.                             <textcolor>ltgreyblue</textcolor>
  547.                             <align>center</align>
  548.                             <aligny>center</aligny>
  549.                             <label>$INFO[ListItem.Property(NextDate)]</label>
  550.                         </control>
  551.                         <control type="label">
  552.                             <posx>134</posx>
  553.                             <posy>76</posy>
  554.                             <width>182</width>
  555.                             <height>30</height>
  556.                             <font>Panel1</font>
  557.                             <textcolor>ltgreyblue</textcolor>
  558.                             <align>center</align>
  559.                             <aligny>center</aligny>
  560.                             <label>($INFO[ListItem.Property(NextNumber)])</label>
  561.                         </control>
  562.                     </itemlayout>
  563.                     <focusedlayout height="108" width="182" condition="IsEmpty(Window.Property(Monday))">
  564.                         <control type="image">
  565.                             <posx>13</posx>
  566.                             <posy>0</posy>
  567.                             <width>161</width>
  568.                             <height>91</height>
  569.                             <texture>windows/tvguide/logo_frame.png</texture>
  570.                             <visible>!Control.HasFocus(200)</visible>
  571.                         </control>
  572.                         <control type="image">
  573.                             <posx>13</posx>
  574.                             <posy>0</posy>
  575.                             <width>161</width>
  576.                             <height>91</height>
  577.                             <texture>windows/tvguide/logo_frame_focus.png</texture>
  578.                             <visible>Control.HasFocus(200)</visible>
  579.                         </control>
  580.                         <control type="image">
  581.                             <posx>30</posx>
  582.                             <posy>15</posy>
  583.                             <width>127</width>
  584.                             <height>53</height>
  585.                             <aspectratio>keep</aspectratio>
  586.                             <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  587.                         </control>
  588.                         <control type="label">
  589.                             <posx>62</posx>
  590.                             <posy>76</posy>
  591.                             <width>182</width>
  592.                             <height>30</height>
  593.                             <font>Panel1</font>
  594.                             <textcolor>ltgreyblue</textcolor>
  595.                             <align>center</align>
  596.                             <aligny>center</aligny>
  597.                             <label>$INFO[ListItem.Property(NextDate)]</label>
  598.                         </control>
  599.                         <control type="label">
  600.                             <posx>134</posx>
  601.                             <posy>76</posy>
  602.                             <width>182</width>
  603.                             <height>30</height>
  604.                             <font>Panel1</font>
  605.                             <textcolor>ltgreyblue</textcolor>
  606.                             <align>center</align>
  607.                             <aligny>center</aligny>
  608.                             <label>($INFO[ListItem.Property(NextNumber)])</label>
  609.                         </control>
  610.                     </focusedlayout>
  611.  
  612.                     <itemlayout height="135" condition="!IsEmpty(Window.Property(Monday))">
  613.                         <control type="image">
  614.                             <posx>25</posx>
  615.                             <posy>26</posy>
  616.                             <width>550</width>
  617.                             <height>100</height>
  618.                             <texture background="true">$INFO[ListItem.Icon]</texture>
  619.                             <aspectratio>stretch</aspectratio>
  620.                         </control>
  621.                         <control type="image">
  622.                             <posx>-3</posx>
  623.                             <posy>-4</posy>
  624.                             <width>606</width>
  625.                             <height>159</height>
  626.                             <texture>windows/tvguide/overlay.png</texture>
  627.                             <aspectratio>stretch</aspectratio>
  628.                         </control>
  629.                     </itemlayout>
  630.                     <focusedlayout height="135" condition="!IsEmpty(Window.Property(Monday))">
  631.                         <control type="image">
  632.                             <posx>25</posx>
  633.                             <posy>26</posy>
  634.                             <width>550</width>
  635.                             <height>100</height>
  636.                             <texture background="true">$INFO[ListItem.Icon]</texture>
  637.                             <aspectratio>stretch</aspectratio>
  638.                         </control>
  639.                         <control type="image">
  640.                             <posx>-3</posx>
  641.                             <posy>-4</posy>
  642.                             <width>606</width>
  643.                             <height>159</height>
  644.                             <texture>windows/tvguide/overlay_focus.png</texture>
  645.                             <animation effect="fade" start="50" time="3000" condition="true" pulse="true">Conditional</animation>
  646.                             <aspectratio>stretch</aspectratio>
  647.                         </control>
  648.                         <control type="image">
  649.                             <posx>-3</posx>
  650.                             <posy>-4</posy>
  651.                             <width>606</width>
  652.                             <height>159</height>
  653.                             <texture>windows/tvguide/overlay.png</texture>
  654.                             <aspectratio>stretch</aspectratio>
  655.                         </control>
  656.                     </focusedlayout>
  657.                 </control>
  658.             </control>
  659.  
  660.  
  661.             <!-- 201 Tuesday -->
  662.             <control type="group">
  663.                 <visible>IsEmpty(Window.Property(Monday))</visible>
  664.                 <visible>IsEmpty(Window.Property(Wednesday))</visible>
  665.                 <visible>IsEmpty(Window.Property(Thursday))</visible>
  666.                 <visible>IsEmpty(Window.Property(Friday))</visible>
  667.                 <visible>IsEmpty(Window.Property(Saturday))</visible>
  668.                 <visible>IsEmpty(Window.Property(Sunday))</visible>
  669.                 <posx>155</posx>
  670.                 <posy>117</posy>
  671.                 <control type="list" id="201">
  672.                     <description>Tuesday List</description>
  673.                     <posx>95</posx>
  674.                     <posy>0</posy>
  675.                     <width>500</width>
  676.                     <height>540</height>
  677.                     <orientation>vertical</orientation>
  678.                     <onup>5001</onup>
  679.                     <ondown>201</ondown>
  680.                     <onleft>200</onleft>
  681.                     <onright>202</onright>
  682.                     <itemlayout height="108" width="182" condition="IsEmpty(Window.Property(Tuesday))">
  683.                         <control type="image">
  684.                             <posx>13</posx>
  685.                             <posy>0</posy>
  686.                             <width>161</width>
  687.                             <height>91</height>
  688.                             <texture>windows/tvguide/logo_frame.png</texture>
  689.                         </control>
  690.                         <control type="image">
  691.                             <posx>30</posx>
  692.                             <posy>15</posy>
  693.                             <width>127</width>
  694.                             <height>53</height>
  695.                             <aspectratio>keep</aspectratio>
  696.                             <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  697.                         </control>
  698.                         <control type="label">
  699.                             <posx>62</posx>
  700.                             <posy>76</posy>
  701.                             <width>182</width>
  702.                             <height>30</height>
  703.                             <font>Panel1</font>
  704.                             <textcolor>ltgreyblue</textcolor>
  705.                             <align>center</align>
  706.                             <aligny>center</aligny>
  707.                             <label>$INFO[ListItem.Property(NextDate)]</label>
  708.                         </control>
  709.                         <control type="label">
  710.                             <posx>134</posx>
  711.                             <posy>76</posy>
  712.                             <width>182</width>
  713.                             <height>30</height>
  714.                             <font>Panel1</font>
  715.                             <textcolor>ltgreyblue</textcolor>
  716.                             <align>center</align>
  717.                             <aligny>center</aligny>
  718.                             <label>($INFO[ListItem.Property(NextNumber)])</label>
  719.                         </control>
  720.                     </itemlayout>
  721.                     <focusedlayout height="108" width="182" condition="IsEmpty(Window.Property(Tuesday))">
  722.                         <control type="image">
  723.                             <posx>13</posx>
  724.                             <posy>0</posy>
  725.                             <width>161</width>
  726.                             <height>91</height>
  727.                             <texture>windows/tvguide/logo_frame.png</texture>
  728.                             <visible>!Control.HasFocus(201)</visible>
  729.                         </control>
  730.                         <control type="image">
  731.                             <posx>13</posx>
  732.                             <posy>0</posy>
  733.                             <width>161</width>
  734.                             <height>91</height>
  735.                             <texture>windows/tvguide/logo_frame_focus.png</texture>
  736.                             <visible>Control.HasFocus(201)</visible>
  737.                         </control>
  738.                         <control type="image">
  739.                             <posx>30</posx>
  740.                             <posy>15</posy>
  741.                             <width>127</width>
  742.                             <height>53</height>
  743.                             <aspectratio>keep</aspectratio>
  744.                             <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  745.                         </control>
  746.                         <control type="label">
  747.                             <posx>62</posx>
  748.                             <posy>76</posy>
  749.                             <width>182</width>
  750.                             <height>30</height>
  751.                             <font>Panel1</font>
  752.                             <textcolor>ltgreyblue</textcolor>
  753.                             <align>center</align>
  754.                             <aligny>center</aligny>
  755.                             <label>$INFO[ListItem.Property(NextDate)]</label>
  756.                         </control>
  757.                         <control type="label">
  758.                             <posx>134</posx>
  759.                             <posy>76</posy>
  760.                             <width>182</width>
  761.                             <height>30</height>
  762.                             <font>Panel1</font>
  763.                             <textcolor>ltgreyblue</textcolor>
  764.                             <align>center</align>
  765.                             <aligny>center</aligny>
  766.                             <label>($INFO[ListItem.Property(NextNumber)])</label>
  767.                         </control>
  768.                     </focusedlayout>
  769.  
  770.                     <itemlayout height="135" condition="!IsEmpty(Window.Property(Tuesday))">
  771.                         <control type="image">
  772.                             <posx>25</posx>
  773.                             <posy>26</posy>
  774.                             <width>550</width>
  775.                             <height>100</height>
  776.                             <texture background="true">$INFO[ListItem.Icon]</texture>
  777.                             <aspectratio>stretch</aspectratio>
  778.                         </control>
  779.                         <control type="image">
  780.                             <posx>-3</posx>
  781.                             <posy>-4</posy>
  782.                             <width>606</width>
  783.                             <height>159</height>
  784.                             <texture>windows/tvguide/overlay.png</texture>
  785.                             <aspectratio>stretch</aspectratio>
  786.                         </control>
  787.                     </itemlayout>
  788.                     <focusedlayout height="135" condition="!IsEmpty(Window.Property(Tuesday))">
  789.                         <control type="image">
  790.                             <posx>25</posx>
  791.                             <posy>26</posy>
  792.                             <width>550</width>
  793.                             <height>100</height>
  794.                             <texture background="true">$INFO[ListItem.Icon]</texture>
  795.                             <aspectratio>stretch</aspectratio>
  796.                         </control>
  797.                         <control type="image">
  798.                             <posx>-3</posx>
  799.                             <posy>-4</posy>
  800.                             <width>606</width>
  801.                             <height>159</height>
  802.                             <texture>windows/tvguide/overlay_focus.png</texture>
  803.                             <animation effect="fade" start="50" time="3000" condition="true" pulse="true">Conditional</animation>
  804.                             <aspectratio>stretch</aspectratio>
  805.                         </control>
  806.                         <control type="image">
  807.                             <posx>-3</posx>
  808.                             <posy>-4</posy>
  809.                             <width>606</width>
  810.                             <height>159</height>
  811.                             <texture>windows/tvguide/overlay.png</texture>
  812.                             <aspectratio>stretch</aspectratio>
  813.                         </control>
  814.                     </focusedlayout>
  815.                 </control>
  816.             </control>             
  817.  
  818.  
  819.             <!-- 202 Wednesday -->
  820.             <control type="group">
  821.                 <visible>IsEmpty(Window.Property(Monday))</visible>
  822.                 <visible>IsEmpty(Window.Property(Tuesday))</visible>
  823.                 <visible>IsEmpty(Window.Property(Thursday))</visible>
  824.                 <visible>IsEmpty(Window.Property(Friday))</visible>
  825.                 <visible>IsEmpty(Window.Property(Saturday))</visible>
  826.                 <visible>IsEmpty(Window.Property(Sunday))</visible>
  827.                 <posx>310</posx>
  828.                 <posy>117</posy>
  829.                 <control type="list" id="202">
  830.                     <description>Wednesday list</description>
  831.                     <posx>95</posx>
  832.                     <posy>0</posy>
  833.                     <width>500</width>
  834.                     <height>540</height>
  835.                     <orientation>vertical</orientation>
  836.                     <onup>5002</onup>
  837.                     <ondown>202</ondown>
  838.                     <onleft>201</onleft>
  839.                     <onright>203</onright>
  840.                     <itemlayout height="108" width="182" condition="IsEmpty(Window.Property(Wednesday))">
  841.                         <control type="image">
  842.                             <posx>13</posx>
  843.                             <posy>0</posy>
  844.                             <width>161</width>
  845.                             <height>91</height>
  846.                             <texture>windows/tvguide/logo_frame.png</texture>
  847.                         </control>
  848.                         <control type="image">
  849.                             <posx>30</posx>
  850.                             <posy>15</posy>
  851.                             <width>127</width>
  852.                             <height>53</height>
  853.                             <aspectratio>keep</aspectratio>
  854.                             <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  855.                         </control>
  856.                         <control type="label">
  857.                             <posx>62</posx>
  858.                             <posy>76</posy>
  859.                             <width>182</width>
  860.                             <height>30</height>
  861.                             <font>Panel1</font>
  862.                             <textcolor>ltgreyblue</textcolor>
  863.                             <align>center</align>
  864.                             <aligny>center</aligny>
  865.                             <label>$INFO[ListItem.Property(NextDate)]</label>
  866.                         </control>
  867.                         <control type="label">
  868.                             <posx>134</posx>
  869.                             <posy>76</posy>
  870.                             <width>182</width>
  871.                             <height>30</height>
  872.                             <font>Panel1</font>
  873.                             <textcolor>ltgreyblue</textcolor>
  874.                             <align>center</align>
  875.                             <aligny>center</aligny>
  876.                             <label>($INFO[ListItem.Property(NextNumber)])</label>
  877.                         </control>
  878.                     </itemlayout>
  879.                     <focusedlayout height="108" width="182" condition="IsEmpty(Window.Property(Wednesday))">
  880.                         <control type="image">
  881.                             <posx>13</posx>
  882.                             <posy>0</posy>
  883.                             <width>161</width>
  884.                             <height>91</height>
  885.                             <texture>windows/tvguide/logo_frame.png</texture>
  886.                             <visible>!Control.HasFocus(202)</visible>
  887.                         </control>
  888.                         <control type="image">
  889.                             <posx>13</posx>
  890.                             <posy>0</posy>
  891.                             <width>161</width>
  892.                             <height>91</height>
  893.                             <texture>windows/tvguide/logo_frame_focus.png</texture>
  894.                             <visible>Control.HasFocus(202)</visible>
  895.                         </control>
  896.                         <control type="image">
  897.                             <posx>30</posx>
  898.                             <posy>15</posy>
  899.                             <width>127</width>
  900.                             <height>53</height>
  901.                             <aspectratio>keep</aspectratio>
  902.                             <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  903.                         </control>
  904.                         <control type="label">
  905.                             <posx>62</posx>
  906.                             <posy>76</posy>
  907.                             <width>182</width>
  908.                             <height>30</height>
  909.                             <font>Panel1</font>
  910.                             <textcolor>ltgreyblue</textcolor>
  911.                             <align>center</align>
  912.                             <aligny>center</aligny>
  913.                             <label>$INFO[ListItem.Property(NextDate)]</label>
  914.                         </control>
  915.                         <control type="label">
  916.                             <posx>134</posx>
  917.                             <posy>76</posy>
  918.                             <width>182</width>
  919.                             <height>30</height>
  920.                             <font>Panel1</font>
  921.                             <textcolor>ltgreyblue</textcolor>
  922.                             <align>center</align>
  923.                             <aligny>center</aligny>
  924.                             <label>($INFO[ListItem.Property(NextNumber)])</label>
  925.                         </control>
  926.                     </focusedlayout>
  927.  
  928.                     <itemlayout height="135" condition="!IsEmpty(Window.Property(Wednesday))">
  929.                         <control type="image">
  930.                             <posx>25</posx>
  931.                             <posy>26</posy>
  932.                             <width>550</width>
  933.                             <height>100</height>
  934.                             <texture background="true">$INFO[ListItem.Icon]</texture>
  935.                             <aspectratio>stretch</aspectratio>
  936.                         </control>
  937.                         <control type="image">
  938.                             <posx>-3</posx>
  939.                             <posy>-4</posy>
  940.                             <width>606</width>
  941.                             <height>159</height>
  942.                             <texture>windows/tvguide/overlay.png</texture>
  943.                             <aspectratio>stretch</aspectratio>
  944.                         </control>
  945.                     </itemlayout>
  946.                     <focusedlayout height="135" condition="!IsEmpty(Window.Property(Wednesday))">
  947.                         <control type="image">
  948.                             <posx>25</posx>
  949.                             <posy>26</posy>
  950.                             <width>550</width>
  951.                             <height>100</height>
  952.                             <texture background="true">$INFO[ListItem.Icon]</texture>
  953.                             <aspectratio>stretch</aspectratio>
  954.                         </control>
  955.                         <control type="image">
  956.                             <posx>-3</posx>
  957.                             <posy>-4</posy>
  958.                             <width>606</width>
  959.                             <height>159</height>
  960.                             <texture>windows/tvguide/overlay_focus.png</texture>
  961.                             <animation effect="fade" start="50" time="3000" condition="true" pulse="true">Conditional</animation>
  962.                             <aspectratio>stretch</aspectratio>
  963.                         </control>
  964.                         <control type="image">
  965.                             <posx>-3</posx>
  966.                             <posy>-4</posy>
  967.                             <width>606</width>
  968.                             <height>159</height>
  969.                             <texture>windows/tvguide/overlay.png</texture>
  970.                             <aspectratio>stretch</aspectratio>
  971.                         </control>
  972.                     </focusedlayout>
  973.                 </control>
  974.             </control>             
  975.  
  976.  
  977.             <!-- 203 Thursday -->
  978.             <control type="group">
  979.                 <visible>IsEmpty(Window.Property(Monday))</visible>
  980.                 <visible>IsEmpty(Window.Property(Tuesday))</visible>
  981.                 <visible>IsEmpty(Window.Property(Wednesday))</visible>
  982.                 <visible>IsEmpty(Window.Property(Friday))</visible>
  983.                 <visible>IsEmpty(Window.Property(Saturday))</visible>
  984.                 <visible>IsEmpty(Window.Property(Sunday))</visible>
  985.                 <posx>465</posx>
  986.                 <posy>117</posy>
  987.                 <control type="list" id="203">
  988.                     <description>Thursday list</description>
  989.                     <posx>95</posx>
  990.                     <posy>0</posy>
  991.                     <width>500</width>
  992.                     <height>540</height>
  993.                     <orientation>vertical</orientation>
  994.                     <onup>5003</onup>
  995.                     <ondown>203</ondown>
  996.                     <onleft>202</onleft>
  997.                     <onright>204</onright>
  998.                     <itemlayout height="108" width="182" condition="IsEmpty(Window.Property(Thursday))">
  999.                         <control type="image">
  1000.                             <posx>13</posx>
  1001.                             <posy>0</posy>
  1002.                             <width>161</width>
  1003.                             <height>91</height>
  1004.                             <texture>windows/tvguide/logo_frame.png</texture>
  1005.                         </control>
  1006.                         <control type="image">
  1007.                             <posx>30</posx>
  1008.                             <posy>15</posy>
  1009.                             <width>127</width>
  1010.                             <height>53</height>
  1011.                             <aspectratio>keep</aspectratio>
  1012.                             <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  1013.                         </control>
  1014.                         <control type="label">
  1015.                             <posx>62</posx>
  1016.                             <posy>76</posy>
  1017.                             <width>182</width>
  1018.                             <height>30</height>
  1019.                             <font>Panel1</font>
  1020.                             <textcolor>ltgreyblue</textcolor>
  1021.                             <align>center</align>
  1022.                             <aligny>center</aligny>
  1023.                             <label>$INFO[ListItem.Property(NextDate)]</label>
  1024.                         </control>
  1025.                         <control type="label">
  1026.                             <posx>134</posx>
  1027.                             <posy>76</posy>
  1028.                             <width>182</width>
  1029.                             <height>30</height>
  1030.                             <font>Panel1</font>
  1031.                             <textcolor>ltgreyblue</textcolor>
  1032.                             <align>center</align>
  1033.                             <aligny>center</aligny>
  1034.                             <label>($INFO[ListItem.Property(NextNumber)])</label>
  1035.                         </control>
  1036.                     </itemlayout>
  1037.                     <focusedlayout height="108" width="182" condition="IsEmpty(Window.Property(Thursday))">
  1038.                         <control type="image">
  1039.                             <posx>13</posx>
  1040.                             <posy>0</posy>
  1041.                             <width>161</width>
  1042.                             <height>91</height>
  1043.                             <texture>windows/tvguide/logo_frame.png</texture>
  1044.                             <visible>!Control.HasFocus(203)</visible>
  1045.                         </control>
  1046.                         <control type="image">
  1047.                             <posx>13</posx>
  1048.                             <posy>0</posy>
  1049.                             <width>161</width>
  1050.                             <height>91</height>
  1051.                             <texture>windows/tvguide/logo_frame_focus.png</texture>
  1052.                             <visible>Control.HasFocus(203)</visible>
  1053.                         </control>
  1054.                         <control type="image">
  1055.                             <posx>30</posx>
  1056.                             <posy>15</posy>
  1057.                             <width>127</width>
  1058.                             <height>53</height>
  1059.                             <aspectratio>keep</aspectratio>
  1060.                             <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  1061.                         </control>
  1062.                         <control type="label">
  1063.                             <posx>62</posx>
  1064.                             <posy>76</posy>
  1065.                             <width>182</width>
  1066.                             <height>30</height>
  1067.                             <font>Panel1</font>
  1068.                             <textcolor>ltgreyblue</textcolor>
  1069.                             <align>center</align>
  1070.                             <aligny>center</aligny>
  1071.                             <label>$INFO[ListItem.Property(NextDate)]</label>
  1072.                         </control>
  1073.                         <control type="label">
  1074.                             <posx>134</posx>
  1075.                             <posy>76</posy>
  1076.                             <width>182</width>
  1077.                             <height>30</height>
  1078.                             <font>Panel1</font>
  1079.                             <textcolor>ltgreyblue</textcolor>
  1080.                             <align>center</align>
  1081.                             <aligny>center</aligny>
  1082.                             <label>($INFO[ListItem.Property(NextNumber)])</label>
  1083.                         </control>
  1084.                     </focusedlayout>
  1085.  
  1086.                     <itemlayout height="135" condition="!IsEmpty(Window.Property(Thursday))">
  1087.                         <control type="image">
  1088.                             <posx>25</posx>
  1089.                             <posy>26</posy>
  1090.                             <width>550</width>
  1091.                             <height>100</height>
  1092.                             <texture background="true">$INFO[ListItem.Icon]</texture>
  1093.                             <aspectratio>stretch</aspectratio>
  1094.                         </control>
  1095.                         <control type="image">
  1096.                             <posx>-3</posx>
  1097.                             <posy>-4</posy>
  1098.                             <width>606</width>
  1099.                             <height>159</height>
  1100.                             <texture>windows/tvguide/overlay.png</texture>
  1101.                             <aspectratio>stretch</aspectratio>
  1102.                         </control>
  1103.                     </itemlayout>
  1104.                     <focusedlayout height="135" condition="!IsEmpty(Window.Property(Thursday))">
  1105.                         <control type="image">
  1106.                             <posx>25</posx>
  1107.                             <posy>26</posy>
  1108.                             <width>550</width>
  1109.                             <height>100</height>
  1110.                             <texture background="true">$INFO[ListItem.Icon]</texture>
  1111.                             <aspectratio>stretch</aspectratio>
  1112.                         </control>
  1113.                         <control type="image">
  1114.                             <posx>-3</posx>
  1115.                             <posy>-4</posy>
  1116.                             <width>606</width>
  1117.                             <height>159</height>
  1118.                             <texture>windows/tvguide/overlay_focus.png</texture>
  1119.                             <animation effect="fade" start="50" time="3000" condition="true" pulse="true">Conditional</animation>
  1120.                             <aspectratio>stretch</aspectratio>
  1121.                         </control>
  1122.                         <control type="image">
  1123.                             <posx>-3</posx>
  1124.                             <posy>-4</posy>
  1125.                             <width>606</width>
  1126.                             <height>159</height>
  1127.                             <texture>windows/tvguide/overlay.png</texture>
  1128.                             <aspectratio>stretch</aspectratio>
  1129.                         </control>
  1130.                     </focusedlayout>
  1131.                 </control>
  1132.             </control>             
  1133.  
  1134.  
  1135.             <!-- 204 Friday -->
  1136.             <control type="group">
  1137.                 <visible>IsEmpty(Window.Property(Monday))</visible>
  1138.                 <visible>IsEmpty(Window.Property(Tuesday))</visible>
  1139.                 <visible>IsEmpty(Window.Property(Wednesday))</visible>
  1140.                 <visible>IsEmpty(Window.Property(Thursday))</visible>
  1141.                 <visible>IsEmpty(Window.Property(Saturday))</visible>
  1142.                 <visible>IsEmpty(Window.Property(Sunday))</visible>
  1143.                 <posx>620</posx>
  1144.                 <posy>117</posy>
  1145.                 <control type="list" id="204">
  1146.                     <description>Friday List</description>
  1147.                     <posx>95</posx>
  1148.                     <posy>0</posy>
  1149.                     <width>500</width>
  1150.                     <height>540</height>
  1151.                     <orientation>vertical</orientation>
  1152.                     <onup>5004</onup>
  1153.                     <ondown>204</ondown>
  1154.                     <onleft>203</onleft>
  1155.                     <onright>205</onright>
  1156.                     <itemlayout height="108" width="182" condition="IsEmpty(Window.Property(Friday))">
  1157.                         <control type="image">
  1158.                             <posx>13</posx>
  1159.                             <posy>0</posy>
  1160.                             <width>161</width>
  1161.                             <height>91</height>
  1162.                             <texture>windows/tvguide/logo_frame.png</texture>
  1163.                         </control>
  1164.                         <control type="image">
  1165.                             <posx>30</posx>
  1166.                             <posy>15</posy>
  1167.                             <width>127</width>
  1168.                             <height>53</height>
  1169.                             <aspectratio>keep</aspectratio>
  1170.                             <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  1171.                         </control>
  1172.                         <control type="label">
  1173.                             <posx>62</posx>
  1174.                             <posy>76</posy>
  1175.                             <width>182</width>
  1176.                             <height>30</height>
  1177.                             <font>Panel1</font>
  1178.                             <textcolor>ltgreyblue</textcolor>
  1179.                             <align>center</align>
  1180.                             <aligny>center</aligny>
  1181.                             <label>$INFO[ListItem.Property(NextDate)]</label>
  1182.                         </control>
  1183.                         <control type="label">
  1184.                             <posx>134</posx>
  1185.                             <posy>76</posy>
  1186.                             <width>182</width>
  1187.                             <height>30</height>
  1188.                             <font>Panel1</font>
  1189.                             <textcolor>ltgreyblue</textcolor>
  1190.                             <align>center</align>
  1191.                             <aligny>center</aligny>
  1192.                             <label>($INFO[ListItem.Property(NextNumber)])</label>
  1193.                         </control>
  1194.                     </itemlayout>
  1195.                     <focusedlayout height="108" width="182" condition="IsEmpty(Window.Property(Friday))">
  1196.                         <control type="image">
  1197.                             <posx>13</posx>
  1198.                             <posy>0</posy>
  1199.                             <width>161</width>
  1200.                             <height>91</height>
  1201.                             <texture>windows/tvguide/logo_frame.png</texture>
  1202.                             <visible>!Control.HasFocus(204)</visible>
  1203.                         </control>
  1204.                         <control type="image">
  1205.                             <posx>13</posx>
  1206.                             <posy>0</posy>
  1207.                             <width>161</width>
  1208.                             <height>91</height>
  1209.                             <texture>windows/tvguide/logo_frame_focus.png</texture>
  1210.                             <visible>Control.HasFocus(204)</visible>
  1211.                         </control>
  1212.                         <control type="image">
  1213.                             <posx>30</posx>
  1214.                             <posy>15</posy>
  1215.                             <width>127</width>
  1216.                             <height>53</height>
  1217.                             <aspectratio>keep</aspectratio>
  1218.                             <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  1219.                         </control>
  1220.                         <control type="label">
  1221.                             <posx>62</posx>
  1222.                             <posy>76</posy>
  1223.                             <width>182</width>
  1224.                             <height>30</height>
  1225.                             <font>Panel1</font>
  1226.                             <textcolor>ltgreyblue</textcolor>
  1227.                             <align>center</align>
  1228.                             <aligny>center</aligny>
  1229.                             <label>$INFO[ListItem.Property(NextDate)]</label>
  1230.                         </control>
  1231.                         <control type="label">
  1232.                             <posx>134</posx>
  1233.                             <posy>76</posy>
  1234.                             <width>182</width>
  1235.                             <height>30</height>
  1236.                             <font>Panel1</font>
  1237.                             <textcolor>ltgreyblue</textcolor>
  1238.                             <align>center</align>
  1239.                             <aligny>center</aligny>
  1240.                             <label>($INFO[ListItem.Property(NextNumber)])</label>
  1241.                         </control>
  1242.                     </focusedlayout>
  1243.  
  1244.                     <itemlayout height="135" condition="!IsEmpty(Window.Property(Friday))">
  1245.                         <control type="image">
  1246.                             <posx>25</posx>
  1247.                             <posy>26</posy>
  1248.                             <width>550</width>
  1249.                             <height>100</height>
  1250.                             <texture background="true">$INFO[ListItem.Icon]</texture>
  1251.                             <aspectratio>stretch</aspectratio>
  1252.                         </control>
  1253.                         <control type="image">
  1254.                             <posx>-3</posx>
  1255.                             <posy>-4</posy>
  1256.                             <width>606</width>
  1257.                             <height>159</height>
  1258.                             <texture>windows/tvguide/overlay.png</texture>
  1259.                             <aspectratio>stretch</aspectratio>
  1260.                         </control>
  1261.                     </itemlayout>
  1262.                     <focusedlayout height="135" condition="!IsEmpty(Window.Property(Friday))">
  1263.                         <control type="image">
  1264.                             <posx>25</posx>
  1265.                             <posy>26</posy>
  1266.                             <width>550</width>
  1267.                             <height>100</height>
  1268.                             <texture background="true">$INFO[ListItem.Icon]</texture>
  1269.                             <aspectratio>stretch</aspectratio>
  1270.                         </control>
  1271.                         <control type="image">
  1272.                             <posx>-3</posx>
  1273.                             <posy>-4</posy>
  1274.                             <width>606</width>
  1275.                             <height>159</height>
  1276.                             <texture>windows/tvguide/overlay_focus.png</texture>
  1277.                             <animation effect="fade" start="50" time="3000" condition="true" pulse="true">Conditional</animation>
  1278.                             <aspectratio>stretch</aspectratio>
  1279.                         </control>
  1280.                         <control type="image">
  1281.                             <posx>-3</posx>
  1282.                             <posy>-4</posy>
  1283.                             <width>606</width>
  1284.                             <height>159</height>
  1285.                             <texture>windows/tvguide/overlay.png</texture>
  1286.                             <aspectratio>stretch</aspectratio>
  1287.                         </control>
  1288.                     </focusedlayout>
  1289.                 </control>
  1290.             </control>             
  1291.  
  1292.  
  1293.             <!-- 205 Saturday -->
  1294.             <control type="group">
  1295.                 <visible>IsEmpty(Window.Property(Monday))</visible>
  1296.                 <visible>IsEmpty(Window.Property(Tuesday))</visible>
  1297.                 <visible>IsEmpty(Window.Property(Wednesday))</visible>
  1298.                 <visible>IsEmpty(Window.Property(Thursday))</visible>
  1299.                 <visible>IsEmpty(Window.Property(Friday))</visible>
  1300.                 <visible>IsEmpty(Window.Property(Sunday))</visible>
  1301.                 <posx>775</posx>
  1302.                 <posy>117</posy>
  1303.                 <control type="list" id="205">
  1304.                     <description>Saturday List</description>
  1305.                     <posx>95</posx>
  1306.                     <posy>0</posy>
  1307.                     <width>500</width>
  1308.                     <height>540</height>
  1309.                     <orientation>vertical</orientation>
  1310.                     <onup>5005</onup>
  1311.                     <ondown>205</ondown>
  1312.                     <onleft>204</onleft>
  1313.                     <onright>206</onright>
  1314.                     <itemlayout height="108" width="182" condition="IsEmpty(Window.Property(Saturday))">
  1315.                         <control type="image">
  1316.                             <posx>13</posx>
  1317.                             <posy>0</posy>
  1318.                             <width>161</width>
  1319.                             <height>91</height>
  1320.                             <texture>windows/tvguide/logo_frame.png</texture>
  1321.                         </control>
  1322.                         <control type="image">
  1323.                             <posx>30</posx>
  1324.                             <posy>15</posy>
  1325.                             <width>127</width>
  1326.                             <height>53</height>
  1327.                             <aspectratio>keep</aspectratio>
  1328.                             <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  1329.                         </control>
  1330.                         <control type="label">
  1331.                             <posx>62</posx>
  1332.                             <posy>76</posy>
  1333.                             <width>182</width>
  1334.                             <height>30</height>
  1335.                             <font>Panel1</font>
  1336.                             <textcolor>ltgreyblue</textcolor>
  1337.                             <align>center</align>
  1338.                             <aligny>center</aligny>
  1339.                             <label>$INFO[ListItem.Property(NextDate)]</label>
  1340.                         </control>
  1341.                         <control type="label">
  1342.                             <posx>134</posx>
  1343.                             <posy>76</posy>
  1344.                             <width>182</width>
  1345.                             <height>30</height>
  1346.                             <font>Panel1</font>
  1347.                             <textcolor>ltgreyblue</textcolor>
  1348.                             <align>center</align>
  1349.                             <aligny>center</aligny>
  1350.                             <label>($INFO[ListItem.Property(NextNumber)])</label>
  1351.                         </control>
  1352.                     </itemlayout>
  1353.                     <focusedlayout height="108" width="182" condition="IsEmpty(Window.Property(Saturday))">
  1354.                         <control type="image">
  1355.                             <posx>13</posx>
  1356.                             <posy>0</posy>
  1357.                             <width>161</width>
  1358.                             <height>91</height>
  1359.                             <texture>windows/tvguide/logo_frame.png</texture>
  1360.                             <visible>!Control.HasFocus(205)</visible>
  1361.                         </control>
  1362.                         <control type="image">
  1363.                             <posx>13</posx>
  1364.                             <posy>0</posy>
  1365.                             <width>161</width>
  1366.                             <height>91</height>
  1367.                             <texture>windows/tvguide/logo_frame_focus.png</texture>
  1368.                             <visible>Control.HasFocus(205)</visible>
  1369.                         </control>
  1370.                         <control type="image">
  1371.                             <posx>30</posx>
  1372.                             <posy>15</posy>
  1373.                             <width>127</width>
  1374.                             <height>53</height>
  1375.                             <aspectratio>keep</aspectratio>
  1376.                             <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  1377.                         </control>
  1378.                         <control type="label">
  1379.                             <posx>62</posx>
  1380.                             <posy>76</posy>
  1381.                             <width>182</width>
  1382.                             <height>30</height>
  1383.                             <font>Panel1</font>
  1384.                             <textcolor>ltgreyblue</textcolor>
  1385.                             <align>center</align>
  1386.                             <aligny>center</aligny>
  1387.                             <label>$INFO[ListItem.Property(NextDate)]</label>
  1388.                         </control>
  1389.                         <control type="label">
  1390.                             <posx>134</posx>
  1391.                             <posy>76</posy>
  1392.                             <width>182</width>
  1393.                             <height>30</height>
  1394.                             <font>Panel1</font>
  1395.                             <textcolor>ltgreyblue</textcolor>
  1396.                             <align>center</align>
  1397.                             <aligny>center</aligny>
  1398.                             <label>($INFO[ListItem.Property(NextNumber)])</label>
  1399.                         </control>
  1400.                     </focusedlayout>
  1401.  
  1402.                     <itemlayout height="135" condition="!IsEmpty(Window.Property(Saturday))">
  1403.                         <control type="image">
  1404.                             <posx>25</posx>
  1405.                             <posy>26</posy>
  1406.                             <width>550</width>
  1407.                             <height>100</height>
  1408.                             <texture background="true">$INFO[ListItem.Icon]</texture>
  1409.                             <aspectratio>stretch</aspectratio>
  1410.                         </control>
  1411.                         <control type="image">
  1412.                             <posx>-3</posx>
  1413.                             <posy>-4</posy>
  1414.                             <width>606</width>
  1415.                             <height>159</height>
  1416.                             <texture>windows/tvguide/overlay.png</texture>
  1417.                             <aspectratio>stretch</aspectratio>
  1418.                         </control>
  1419.                     </itemlayout>
  1420.                     <focusedlayout height="135" condition="!IsEmpty(Window.Property(Saturday))">
  1421.                         <control type="image">
  1422.                             <posx>25</posx>
  1423.                             <posy>26</posy>
  1424.                             <width>550</width>
  1425.                             <height>100</height>
  1426.                             <texture background="true">$INFO[ListItem.Icon]</texture>
  1427.                             <aspectratio>stretch</aspectratio>
  1428.                         </control>
  1429.                         <control type="image">
  1430.                             <posx>-3</posx>
  1431.                             <posy>-4</posy>
  1432.                             <width>606</width>
  1433.                             <height>159</height>
  1434.                             <texture>windows/tvguide/overlay_focus.png</texture>
  1435.                             <animation effect="fade" start="50" time="3000" condition="true" pulse="true">Conditional</animation>
  1436.                             <aspectratio>stretch</aspectratio>
  1437.                         </control>
  1438.                         <control type="image">
  1439.                             <posx>-3</posx>
  1440.                             <posy>-4</posy>
  1441.                             <width>606</width>
  1442.                             <height>159</height>
  1443.                             <texture>windows/tvguide/overlay.png</texture>
  1444.                             <aspectratio>stretch</aspectratio>
  1445.                         </control>
  1446.                     </focusedlayout>
  1447.                 </control>
  1448.             </control>             
  1449.  
  1450.  
  1451.             <!-- 206 Sunday -->
  1452.             <control type="group">
  1453.                 <visible>IsEmpty(Window.Property(Monday))</visible>
  1454.                 <visible>IsEmpty(Window.Property(Tuesday))</visible>
  1455.                 <visible>IsEmpty(Window.Property(Wednesday))</visible>
  1456.                 <visible>IsEmpty(Window.Property(Thursday))</visible>
  1457.                 <visible>IsEmpty(Window.Property(Friday))</visible>
  1458.                 <visible>IsEmpty(Window.Property(Saturday))</visible>
  1459.                 <posx>930</posx>
  1460.                 <posy>117</posy>
  1461.                 <control type="list" id="206">
  1462.                     <description>Sunday List</description>
  1463.                     <posx>95</posx>
  1464.                     <posy>0</posy>
  1465.                     <width>500</width>
  1466.                     <height>540</height>
  1467.                     <orientation>vertical</orientation>
  1468.                     <onup>5006</onup>
  1469.                     <ondown>206</ondown>
  1470.                     <onleft>205</onleft>
  1471.                     <onright>200</onright>
  1472.                     <itemlayout height="108" width="182" condition="IsEmpty(Window.Property(Sunday))">
  1473.                         <control type="image">
  1474.                             <posx>13</posx>
  1475.                             <posy>0</posy>
  1476.                             <width>161</width>
  1477.                             <height>91</height>
  1478.                             <texture>windows/tvguide/logo_frame.png</texture>
  1479.                         </control>
  1480.                         <control type="image">
  1481.                             <posx>30</posx>
  1482.                             <posy>15</posy>
  1483.                             <width>127</width>
  1484.                             <height>53</height>
  1485.                             <aspectratio>keep</aspectratio>
  1486.                             <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  1487.                         </control>
  1488.                         <control type="label">
  1489.                             <posx>62</posx>
  1490.                             <posy>76</posy>
  1491.                             <width>182</width>
  1492.                             <height>30</height>
  1493.                             <font>Panel1</font>
  1494.                             <textcolor>ltgreyblue</textcolor>
  1495.                             <align>center</align>
  1496.                             <aligny>center</aligny>
  1497.                             <label>$INFO[ListItem.Property(NextDate)]</label>
  1498.                         </control>
  1499.                         <control type="label">
  1500.                             <posx>134</posx>
  1501.                             <posy>76</posy>
  1502.                             <width>182</width>
  1503.                             <height>30</height>
  1504.                             <font>Panel1</font>
  1505.                             <textcolor>ltgreyblue</textcolor>
  1506.                             <align>center</align>
  1507.                             <aligny>center</aligny>
  1508.                             <label>($INFO[ListItem.Property(NextNumber)])</label>
  1509.                         </control>
  1510.                     </itemlayout>
  1511.                     <focusedlayout height="108" width="182" condition="IsEmpty(Window.Property(Sunday))">
  1512.                         <control type="image">
  1513.                             <posx>13</posx>
  1514.                             <posy>0</posy>
  1515.                             <width>161</width>
  1516.                             <height>91</height>
  1517.                             <texture>windows/tvguide/logo_frame.png</texture>
  1518.                             <visible>!Control.HasFocus(206)</visible>
  1519.                         </control>
  1520.                         <control type="image">
  1521.                             <posx>13</posx>
  1522.                             <posy>0</posy>
  1523.                             <width>161</width>
  1524.                             <height>91</height>
  1525.                             <texture>windows/tvguide/logo_frame_focus.png</texture>
  1526.                             <visible>Control.HasFocus(206)</visible>
  1527.                         </control>
  1528.                         <control type="image">
  1529.                             <posx>30</posx>
  1530.                             <posy>15</posy>
  1531.                             <width>127</width>
  1532.                             <height>53</height>
  1533.                             <aspectratio>keep</aspectratio>
  1534.                             <texture background="true">$INFO[ListItem.Property(Path),,logo.png]</texture>
  1535.                         </control>
  1536.                         <control type="label">
  1537.                             <posx>62</posx>
  1538.                             <posy>76</posy>
  1539.                             <width>182</width>
  1540.                             <height>30</height>
  1541.                             <font>Panel1</font>
  1542.                             <textcolor>ltgreyblue</textcolor>
  1543.                             <align>center</align>
  1544.                             <aligny>center</aligny>
  1545.                             <label>$INFO[ListItem.Property(NextDate)]</label>
  1546.                         </control>
  1547.                         <control type="label">
  1548.                             <posx>134</posx>
  1549.                             <posy>76</posy>
  1550.                             <width>182</width>
  1551.                             <height>30</height>
  1552.                             <font>Panel1</font>
  1553.                             <textcolor>ltgreyblue</textcolor>
  1554.                             <align>center</align>
  1555.                             <aligny>center</aligny>
  1556.                             <label>($INFO[ListItem.Property(NextNumber)])</label>
  1557.                         </control>
  1558.                     </focusedlayout>
  1559.  
  1560.                     <itemlayout height="135" condition="!IsEmpty(Window.Property(Sunday))">
  1561.                         <control type="image">
  1562.                             <posx>25</posx>
  1563.                             <posy>26</posy>
  1564.                             <width>550</width>
  1565.                             <height>100</height>
  1566.                             <texture background="true">$INFO[ListItem.Icon]</texture>
  1567.                             <aspectratio>stretch</aspectratio>
  1568.                         </control>
  1569.                         <control type="image">
  1570.                             <posx>-3</posx>
  1571.                             <posy>-4</posy>
  1572.                             <width>606</width>
  1573.                             <height>159</height>
  1574.                             <texture>windows/tvguide/overlay.png</texture>
  1575.                             <aspectratio>stretch</aspectratio>
  1576.                         </control>
  1577.                     </itemlayout>
  1578.                     <focusedlayout height="135" condition="!IsEmpty(Window.Property(Sunday))">
  1579.                         <control type="image">
  1580.                             <posx>25</posx>
  1581.                             <posy>26</posy>
  1582.                             <width>550</width>
  1583.                             <height>100</height>
  1584.                             <texture background="true">$INFO[ListItem.Icon]</texture>
  1585.                             <aspectratio>stretch</aspectratio>
  1586.                         </control>
  1587.                         <control type="image">
  1588.                             <posx>-3</posx>
  1589.                             <posy>-4</posy>
  1590.                             <width>606</width>
  1591.                             <height>159</height>
  1592.                             <texture>windows/tvguide/overlay_focus.png</texture>
  1593.                             <animation effect="fade" start="50" time="3000" condition="true" pulse="true">Conditional</animation>
  1594.                             <aspectratio>stretch</aspectratio>
  1595.                         </control>
  1596.                         <control type="image">
  1597.                             <posx>-3</posx>
  1598.                             <posy>-4</posy>
  1599.                             <width>606</width>
  1600.                             <height>159</height>
  1601.                             <texture>windows/tvguide/overlay.png</texture>
  1602.                             <aspectratio>stretch</aspectratio>
  1603.                         </control>
  1604.                     </focusedlayout>
  1605.                 </control>
  1606.             </control> 
  1607.  
  1608.         </control>
  1609.  
  1610.  
  1611.  
  1612.         <!-- ================ END ================ -->
  1613.         <!-- ========== WEEKLY SCHEDULE ========== -->
  1614.         <!-- ================ END ================ -->     
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629.         <!-- ==================================== -->
  1630.         <!-- ========== DAILY SCHEDULE ========== -->
  1631.         <!-- ==================================== -->
  1632.  
  1633.  
  1634.         <control type="group">
  1635.             <include>TV-Guide-Panel-Animation</include>
  1636.             <visible>!IsEmpty(Window.Property(Monday))</visible>
  1637.             <visible>!IsEmpty(Window.Property(Tuesday))</visible>
  1638.             <visible>!IsEmpty(Window.Property(Wednesday))</visible>
  1639.             <visible>!IsEmpty(Window.Property(Thursday))</visible>
  1640.             <visible>!IsEmpty(Window.Property(Friday))</visible>
  1641.             <visible>!IsEmpty(Window.Property(Saturday))</visible>
  1642.             <visible>!IsEmpty(Window.Property(Sunday))</visible>
  1643.  
  1644.  
  1645.             <!-- Monday (7000) -->
  1646.             <control type="button" id="7000">
  1647.                 <posx>-195</posx>
  1648.                 <posy>320</posy>
  1649.                 <width>550</width>
  1650.                 <font>Nessus-100</font>
  1651.                 <label>$LOCALIZE[31191]</label>
  1652.                 <align>center</align>
  1653.                 <aligny>center</aligny>
  1654.                 <textcolor>offwhite3</textcolor>
  1655.                 <focusedcolor>guideblue</focusedcolor>
  1656.                 <onup>5000</onup>
  1657.                 <ondown>-</ondown>
  1658.                 <onright>-</onright>
  1659.                 <onleft>-</onleft>
  1660.                 <animation effect="rotate" start="0" end="90" center="auto" time="0">Visible</animation>
  1661.                 <animation effect="rotate" start="0" end="90" center="auto" time="0">Hidden</animation>
  1662.             </control>
  1663.  
  1664.             <!-- Tuesday (7001) -->                
  1665.             <control type="button" id="7001">
  1666.                 <posx>-195</posx>
  1667.                 <posy>320</posy>
  1668.                 <width>550</width>
  1669.                 <font>Nessus-100</font>
  1670.                 <label>$LOCALIZE[31192]</label>
  1671.                 <align>center</align>
  1672.                 <aligny>center</aligny>
  1673.                 <textcolor>offwhite3</textcolor>
  1674.                 <focusedcolor>guideblue</focusedcolor>
  1675.                 <onup>-</onup>
  1676.                 <ondown>-</ondown>
  1677.                 <onright>-</onright>
  1678.                 <onleft>-</onleft>
  1679.                 <animation effect="rotate" start="0" end="90" center="auto" time="0">Visible</animation>
  1680.                 <animation effect="rotate" start="0" end="90" center="auto" time="0">Hidden</animation>
  1681.             </control>
  1682.  
  1683.             <!-- Wednesday (7002) -->
  1684.             <control type="button" id="7002">
  1685.                 <posx>-195</posx>
  1686.                 <posy>320</posy>
  1687.                 <width>550</width>
  1688.                 <font>Nessus-100</font>
  1689.                 <label>$LOCALIZE[31193]</label>
  1690.                 <align>center</align>
  1691.                 <aligny>center</aligny>
  1692.                 <textcolor>offwhite3</textcolor>
  1693.                 <focusedcolor>guideblue</focusedcolor>
  1694.                 <onup>-</onup>
  1695.                 <ondown>-</ondown>
  1696.                 <onright>-</onright>
  1697.                 <onleft>-</onleft>
  1698.                 <animation effect="rotate" start="0" end="90" center="auto" time="0">Visible</animation>
  1699.                 <animation effect="rotate" start="0" end="90" center="auto" time="0">Hidden</animation>
  1700.             </control>
  1701.  
  1702.             <!-- Thursday (7003) -->
  1703.             <control type="button" id="7003">
  1704.                 <posx>-195</posx>
  1705.                 <posy>320</posy>
  1706.                 <width>550</width>
  1707.                 <font>Nessus-100</font>
  1708.                 <label>$LOCALIZE[31194]</label>
  1709.                 <align>center</align>
  1710.                 <aligny>center</aligny>
  1711.                 <textcolor>offwhite3</textcolor>
  1712.                 <focusedcolor>guideblue</focusedcolor>
  1713.                 <onup>-</onup>
  1714.                 <ondown>-</ondown>
  1715.                 <onright>-</onright>
  1716.                 <onleft>-</onleft>
  1717.                 <animation effect="rotate" start="0" end="90" center="auto" time="0">Visible</animation>
  1718.                 <animation effect="rotate" start="0" end="90" center="auto" time="0">Hidden</animation>
  1719.             </control>
  1720.  
  1721.             <!-- Friday (7004) -->
  1722.             <control type="button" id="7004">
  1723.                 <posx>-195</posx>
  1724.                 <posy>320</posy>
  1725.                 <width>550</width>
  1726.                 <font>Nessus-100</font>
  1727.                 <label>$LOCALIZE[31195]</label>
  1728.                 <align>center</align>
  1729.                 <aligny>center</aligny>
  1730.                 <textcolor>offwhite3</textcolor>
  1731.                 <focusedcolor>guideblue</focusedcolor>
  1732.                 <onup>-</onup>
  1733.                 <ondown>-</ondown>
  1734.                 <onright>-</onright>
  1735.                 <onleft>-</onleft>
  1736.                 <animation effect="rotate" start="0" end="90" center="auto" time="0">Visible</animation>
  1737.                 <animation effect="rotate" start="0" end="90" center="auto" time="0">Hidden</animation>
  1738.             </control>
  1739.  
  1740.             <!-- Saturday (7005) -->
  1741.             <control type="button" id="7005">
  1742.                 <posx>-195</posx>
  1743.                 <posy>320</posy>
  1744.                 <width>550</width>
  1745.                 <font>Nessus-100</font>
  1746.                 <label>$LOCALIZE[31196]</label>
  1747.                 <align>center</align>
  1748.                 <aligny>center</aligny>
  1749.                 <textcolor>offwhite3</textcolor>
  1750.                 <focusedcolor>guideblue</focusedcolor>
  1751.                 <onup>-</onup>
  1752.                 <ondown>-</ondown>
  1753.                 <onright>-</onright>
  1754.                 <onleft>-</onleft>
  1755.                 <animation effect="rotate" start="0" end="90" center="auto" time="0">Visible</animation>
  1756.                 <animation effect="rotate" start="0" end="90" center="auto" time="0">Hidden</animation>
  1757.             </control>
  1758.  
  1759.             <!-- Sunday (7006) -->
  1760.             <control type="button" id="7006">
  1761.                 <posx>-195</posx>
  1762.                 <posy>320</posy>
  1763.                 <width>550</width>
  1764.                 <font>Nessus-100</font>
  1765.                 <label>$LOCALIZE[31197]</label>
  1766.                 <align>center</align>
  1767.                 <aligny>center</aligny>
  1768.                 <textcolor>offwhite3</textcolor>
  1769.                 <focusedcolor>guideblue</focusedcolor>
  1770.                 <onup>-</onup>
  1771.                 <ondown>-</ondown>
  1772.                 <onright>-</onright>
  1773.                 <onleft>-</onleft>
  1774.                 <animation effect="rotate" start="0" end="90" center="auto" time="0">Visible</animation>
  1775.                 <animation effect="rotate" start="0" end="90" center="auto" time="0">Hidden</animation>
  1776.             </control> 
  1777.  
  1778.         </control>
  1779.  
  1780.  
  1781.  
  1782.         <!-- ========== DAILY INFO ========== -->
  1783.         <control type="group">
  1784.             <posx>750</posx>
  1785.             <posy>70</posy>
  1786.             <include>TV-Guide-Panel-Animation</include>
  1787.             <visible>!IsEmpty(Window.Property(Monday))</visible>
  1788.             <visible>!IsEmpty(Window.Property(Tuesday))</visible>
  1789.             <visible>!IsEmpty(Window.Property(Wednesday))</visible>
  1790.             <visible>!IsEmpty(Window.Property(Thursday))</visible>
  1791.             <visible>!IsEmpty(Window.Property(Friday))</visible>
  1792.             <visible>!IsEmpty(Window.Property(Saturday))</visible>
  1793.             <visible>!IsEmpty(Window.Property(Sunday))</visible>
  1794.             <visible>Control.HasFocus(200) | Control.HasFocus(201) | Control.HasFocus(202) | Control.HasFocus(203) | Control.HasFocus(204) | Control.HasFocus(205) | Control.HasFocus(206)</visible>
  1795.  
  1796.  
  1797.  
  1798.  
  1799.  
  1800.  
  1801.             <!-- Tuesday NextAired Info -->        
  1802.             <control type="group">
  1803.                 <animation effect="fade" start="0" end="100" time="500" >Visible</animation>
  1804.                 <animation effect="fade" start="100" end="0" time="500" >Hide</animation>
  1805.                 <visible>Control.HasFocus(201) + !IsEmpty(Container(201).Listitem.Icon)</visible>
  1806.                 <control type="image">
  1807.                     <posx>40</posx>
  1808.                     <posy>20</posy>
  1809.                     <width>400</width>
  1810.                     <height>155</height>
  1811.                     <aspectratio>stretch</aspectratio>
  1812.                     <texture background="true" diffuse="windows/tvguide/fanart-diffuse.png">$INFO[Container(201).ListItem.Property(Path),,logo.png]</texture>
  1813.                 </control>
  1814.                 <control type="image">
  1815.                     <posx>-5</posx>
  1816.                     <posy>395</posy>
  1817.                     <width>155</width>
  1818.                     <height>105</height>
  1819.                     <texture>$INFO[Container(201).ListItem.Property(Network),flags/studios/,.png]</texture>
  1820.                     <aspectratio>keep</aspectratio>
  1821.                     <colordiffuse>66ffffff</colordiffuse>
  1822.                 </control>
  1823.                 <control type="label">
  1824.                     <posx>10</posx>
  1825.                     <posy>245</posy>
  1826.                     <width>460</width>
  1827.                     <height>84</height>
  1828.                     <textcolor>guideblue</textcolor>
  1829.                     <label>[B]$INFO[Container(201).ListItem.Label][/B]</label>
  1830.                     <font>Nessus-30</font>
  1831.                     <align>left</align>
  1832.                     <aligny>center</aligny>
  1833.                     <scroll>false</scroll>
  1834.                 </control>
  1835.                 <control type="label">
  1836.                     <posx>12</posx>
  1837.                     <posy>273</posy>
  1838.                     <width>460</width>
  1839.                     <height>84</height>
  1840.                     <label>$INFO[Container(201).ListItem.Property(Genre)]</label>
  1841.                     <font>Nessus-22</font>
  1842.                     <align>left</align>
  1843.                     <aligny>center</aligny>
  1844.                     <scroll>false</scroll>
  1845.                 </control>
  1846.                 <control type="label">
  1847.                     <posx>12</posx>
  1848.                     <posy>305</posy>
  1849.                     <width>480</width>
  1850.                     <height>90</height>
  1851.                     <font>Nessus-20</font>
  1852.                     <textcolor>greyblue</textcolor>
  1853.                     <align>left</align>
  1854.                     <aligny>center</aligny>
  1855.                     <label>$LOCALIZE[31188] </label>
  1856.                 </control>
  1857.                 <control type="fadelabel">
  1858.                     <posx>123</posx>
  1859.                     <posy>305</posy>
  1860.                     <width>360</width>
  1861.                     <height>90</height>
  1862.                     <font>Nessus-20</font>
  1863.                     <textcolor>greyblue</textcolor>
  1864.                     <align>left</align>
  1865.                     <aligny>center</aligny>
  1866.                     <scrollout>false</scrollout>
  1867.                     <pauseatend>200</pauseatend>
  1868.                     <scrollspeed>15</scrollspeed>
  1869.                     <label>[COLOR=ltgreyblue]"$INFO[Container(201).ListItem.Property(NextTitle)]" ($INFO[Container(201).ListItem.Property(NextNumber)]).[/COLOR]</label>
  1870.                 </control>
  1871.                 <control type="label">
  1872.                     <posx>12</posx>
  1873.                     <posy>325</posy>
  1874.                     <width>480</width>
  1875.                     <height>90</height>
  1876.                     <font>Nessus-20</font>
  1877.                     <textcolor>greyblue</textcolor>
  1878.                     <align>left</align>
  1879.                     <aligny>center</aligny>
  1880.                     <label>$LOCALIZE[31189] [COLOR=ltgreyblue]$INFO[Container(201).ListItem.Property(AirDay)] $INFO[Container(201).ListItem.Property(NextDate)][/COLOR] $LOCALIZE[31190] [COLOR=ltgreyblue]$INFO[Container(201).ListItem.Property(ShortTime)].[/COLOR]</label>
  1881.                 </control>
  1882.                 <control type="label">
  1883.                     <posx>12</posx>
  1884.                     <posy>345</posy>
  1885.                     <width>480</width>
  1886.                     <height>90</height>
  1887.                     <font>Nessus-20</font>
  1888.                     <textcolor>greyblue</textcolor>
  1889.                     <align>left</align>
  1890.                     <aligny>center</aligny>
  1891.                     <label>$LOCALIZE[31505] [COLOR=ltgreyblue]$INFO[Container(201).ListItem.Property(Runtime),, $LOCALIZE[12391]].[/COLOR]</label>
  1892.                 </control>
  1893.                 <!-- Tuesday Latest Info -->
  1894.                 <control type="label">
  1895.                     <posx>12</posx>
  1896.                     <posy>450</posy>
  1897.                     <width>480</width>
  1898.                     <height>90</height>
  1899.                     <font>Nessus-20</font>
  1900.                     <textcolor>FF6C6C6C</textcolor>
  1901.                     <align>left</align>
  1902.                     <aligny>center</aligny>
  1903.                     <label>Latest Episode </label>
  1904.                 </control>
  1905.                 <control type="fadelabel">
  1906.                     <posx>135</posx>
  1907.                     <posy>450</posy>
  1908.                     <width>360</width>
  1909.                     <height>90</height>
  1910.                     <font>Nessus-20</font>
  1911.                     <textcolor>FF6C6C6C</textcolor>
  1912.                     <align>left</align>
  1913.                     <aligny>center</aligny>
  1914.                     <scrollout>false</scrollout>
  1915.                     <pauseatend>200</pauseatend>
  1916.                     <scrollspeed>15</scrollspeed>
  1917.                     <label>[COLOR=FF4C4C4C]"$INFO[Container(201).ListItem.Property(LatestTitle)]" ($INFO[Container(201).ListItem.Property(LatestNumber)]).[/COLOR]</label>
  1918.                 </control>
  1919.                 <control type="label">
  1920.                     <posx>12</posx>
  1921.                     <posy>470</posy>
  1922.                     <width>480</width>
  1923.                     <height>90</height>
  1924.                     <font>Nessus-20</font>
  1925.                     <textcolor>FF6C6C6C</textcolor>
  1926.                     <align>left</align>
  1927.                     <aligny>center</aligny>
  1928.                     <label>$LOCALIZE[31225] [COLOR=FF4C4C4C]$INFO[Container(201).ListItem.Property(LatestDate)][/COLOR]</label>
  1929.                 </control>
  1930.             </control>
  1931.  
  1932.  
  1933.  
  1934.  
  1935.  
  1936.  
  1937.             <!-- Wednesday NextAired Info -->          
  1938.             <control type="group">
  1939.                 <animation effect="fade" start="0" end="100" time="500" >Visible</animation>
  1940.                 <animation effect="fade" start="100" end="0" time="500" >Hide</animation>
  1941.                 <visible>Control.HasFocus(202) + !IsEmpty(Container(202).Listitem.Icon)</visible>
  1942.                 <control type="image">
  1943.                     <posx>40</posx>
  1944.                     <posy>20</posy>
  1945.                     <width>400</width>
  1946.                     <height>155</height>
  1947.                     <aspectratio>stretch</aspectratio>
  1948.                     <texture background="true" diffuse="windows/tvguide/fanart-diffuse.png">$INFO[Container(202).ListItem.Property(Path),,logo.png]</texture>
  1949.                 </control>
  1950.                 <control type="image">
  1951.                     <posx>-5</posx>
  1952.                     <posy>395</posy>
  1953.                     <width>155</width>
  1954.                     <height>105</height>
  1955.                     <texture>$INFO[Container(202).ListItem.Property(Network),flags/studios/,.png]</texture>
  1956.                     <aspectratio>keep</aspectratio>
  1957.                     <colordiffuse>66ffffff</colordiffuse>
  1958.                 </control>
  1959.                 <control type="label">
  1960.                     <posx>10</posx>
  1961.                     <posy>245</posy>
  1962.                     <width>460</width>
  1963.                     <height>84</height>
  1964.                     <textcolor>guideblue</textcolor>
  1965.                     <label>[B]$INFO[Container(202).ListItem.Label][/B]</label>
  1966.                     <font>Nessus-30</font>
  1967.                     <align>left</align>
  1968.                     <aligny>center</aligny>
  1969.                     <scroll>false</scroll>
  1970.                 </control>
  1971.                 <control type="label">
  1972.                     <posx>12</posx>
  1973.                     <posy>273</posy>
  1974.                     <width>460</width>
  1975.                     <height>84</height>
  1976.                     <label>$INFO[Container(202).ListItem.Property(Genre)]</label>
  1977.                     <font>Nessus-22</font>
  1978.                     <align>left</align>
  1979.                     <aligny>center</aligny>
  1980.                     <scroll>false</scroll>
  1981.                 </control>
  1982.                 <control type="label">
  1983.                     <posx>12</posx>
  1984.                     <posy>305</posy>
  1985.                     <width>480</width>
  1986.                     <height>90</height>
  1987.                     <font>Nessus-20</font>
  1988.                     <textcolor>greyblue</textcolor>
  1989.                     <align>left</align>
  1990.                     <aligny>center</aligny>
  1991.                     <label>$LOCALIZE[31188] </label>
  1992.                 </control>
  1993.                 <control type="fadelabel">
  1994.                     <posx>123</posx>
  1995.                     <posy>305</posy>
  1996.                     <width>360</width>
  1997.                     <height>90</height>
  1998.                     <font>Nessus-20</font>
  1999.                     <textcolor>greyblue</textcolor>
  2000.                     <align>left</align>
  2001.                     <aligny>center</aligny>
  2002.                     <scrollout>false</scrollout>
  2003.                     <pauseatend>200</pauseatend>
  2004.                     <scrollspeed>15</scrollspeed>
  2005.                     <label>[COLOR=ltgreyblue]"$INFO[Container(202).ListItem.Property(NextTitle)]" ($INFO[Container(202).ListItem.Property(NextNumber)]).[/COLOR]</label>
  2006.                 </control>
  2007.                 <control type="label">
  2008.                     <posx>12</posx>
  2009.                     <posy>325</posy>
  2010.                     <width>480</width>
  2011.                     <height>90</height>
  2012.                     <font>Nessus-20</font>
  2013.                     <textcolor>greyblue</textcolor>
  2014.                     <align>left</align>
  2015.                     <aligny>center</aligny>
  2016.                     <label>$LOCALIZE[31189] [COLOR=ltgreyblue]$INFO[Container(202).ListItem.Property(AirDay)] $INFO[Container(202).ListItem.Property(NextDate)][/COLOR] $LOCALIZE[31190] [COLOR=ltgreyblue]$INFO[Container(202).ListItem.Property(ShortTime)].[/COLOR]</label>
  2017.                 </control>
  2018.                 <control type="label">
  2019.                     <posx>12</posx>
  2020.                     <posy>345</posy>
  2021.                     <width>480</width>
  2022.                     <height>90</height>
  2023.                     <font>Nessus-20</font>
  2024.                     <textcolor>greyblue</textcolor>
  2025.                     <align>left</align>
  2026.                     <aligny>center</aligny>
  2027.                     <label>$LOCALIZE[31505] [COLOR=ltgreyblue]$INFO[Container(202).ListItem.Property(Runtime),, $LOCALIZE[12391]].[/COLOR]</label>
  2028.                 </control>
  2029.                 <!-- Wednesday Latest Info -->
  2030.                 <control type="label">
  2031.                     <posx>12</posx>
  2032.                     <posy>450</posy>
  2033.                     <width>480</width>
  2034.                     <height>90</height>
  2035.                     <font>Nessus-20</font>
  2036.                     <textcolor>FF6C6C6C</textcolor>
  2037.                     <align>left</align>
  2038.                     <aligny>center</aligny>
  2039.                     <label>Latest Episode </label>
  2040.                 </control>
  2041.                 <control type="fadelabel">
  2042.                     <posx>135</posx>
  2043.                     <posy>450</posy>
  2044.                     <width>360</width>
  2045.                     <height>90</height>
  2046.                     <font>Nessus-20</font>
  2047.                     <textcolor>FF6C6C6C</textcolor>
  2048.                     <align>left</align>
  2049.                     <aligny>center</aligny>
  2050.                     <scrollout>false</scrollout>
  2051.                     <pauseatend>200</pauseatend>
  2052.                     <scrollspeed>15</scrollspeed>
  2053.                     <label>[COLOR=FF4C4C4C]"$INFO[Container(202).ListItem.Property(LatestTitle)]" ($INFO[Container(202).ListItem.Property(LatestNumber)]).[/COLOR]</label>
  2054.                 </control>
  2055.                 <control type="label">
  2056.                     <posx>12</posx>
  2057.                     <posy>470</posy>
  2058.                     <width>480</width>
  2059.                     <height>90</height>
  2060.                     <font>Nessus-20</font>
  2061.                     <textcolor>FF6C6C6C</textcolor>
  2062.                     <align>left</align>
  2063.                     <aligny>center</aligny>
  2064.                     <label>$LOCALIZE[31225] [COLOR=FF4C4C4C]$INFO[Container(202).ListItem.Property(LatestDate)][/COLOR]</label>
  2065.                 </control>
  2066.             </control>
  2067.  
  2068.  
  2069.  
  2070.  
  2071.  
  2072.  
  2073.             <!-- Thursday NextAired Info -->           
  2074.             <control type="group">
  2075.                 <animation effect="fade" start="0" end="100" time="500" >Visible</animation>
  2076.                 <animation effect="fade" start="100" end="0" time="500" >Hide</animation>
  2077.                 <visible>Control.HasFocus(203) + !IsEmpty(Container(203).Listitem.Icon)</visible>
  2078.                 <control type="image">
  2079.                     <posx>40</posx>
  2080.                     <posy>20</posy>
  2081.                     <width>400</width>
  2082.                     <height>155</height>
  2083.                     <aspectratio>stretch</aspectratio>
  2084.                     <texture background="true" diffuse="windows/tvguide/fanart-diffuse.png">$INFO[Container(203).ListItem.Property(Path),,logo.png]</texture>
  2085.                 </control>
  2086.                 <control type="image">
  2087.                     <posx>-5</posx>
  2088.                     <posy>395</posy>
  2089.                     <width>155</width>
  2090.                     <height>105</height>
  2091.                     <texture>$INFO[Container(203).ListItem.Property(Network),flags/studios/,.png]</texture>
  2092.                     <aspectratio>keep</aspectratio>
  2093.                     <colordiffuse>66ffffff</colordiffuse>
  2094.                 </control>
  2095.                 <control type="label">
  2096.                     <posx>10</posx>
  2097.                     <posy>245</posy>
  2098.                     <width>460</width>
  2099.                     <height>84</height>
  2100.                     <textcolor>guideblue</textcolor>
  2101.                     <label>[B]$INFO[Container(203).ListItem.Label][/B]</label>
  2102.                     <font>Nessus-30</font>
  2103.                     <align>left</align>
  2104.                     <aligny>center</aligny>
  2105.                     <scroll>false</scroll>
  2106.                 </control>
  2107.                 <control type="label">
  2108.                     <posx>12</posx>
  2109.                     <posy>273</posy>
  2110.                     <width>460</width>
  2111.                     <height>84</height>
  2112.                     <label>$INFO[Container(203).ListItem.Property(Genre)]</label>
  2113.                     <font>Nessus-22</font>
  2114.                     <align>left</align>
  2115.                     <aligny>center</aligny>
  2116.                     <scroll>false</scroll>
  2117.                 </control>
  2118.                 <control type="label">
  2119.                     <posx>12</posx>
  2120.                     <posy>305</posy>
  2121.                     <width>480</width>
  2122.                     <height>90</height>
  2123.                     <font>Nessus-20</font>
  2124.                     <textcolor>greyblue</textcolor>
  2125.                     <align>left</align>
  2126.                     <aligny>center</aligny>
  2127.                     <label>$LOCALIZE[31188] </label>
  2128.                 </control>
  2129.                 <control type="fadelabel">
  2130.                     <posx>123</posx>
  2131.                     <posy>305</posy>
  2132.                     <width>360</width>
  2133.                     <height>90</height>
  2134.                     <font>Nessus-20</font>
  2135.                     <textcolor>greyblue</textcolor>
  2136.                     <align>left</align>
  2137.                     <aligny>center</aligny>
  2138.                     <scrollout>false</scrollout>
  2139.                     <pauseatend>200</pauseatend>
  2140.                     <scrollspeed>15</scrollspeed>
  2141.                     <label>[COLOR=ltgreyblue]"$INFO[Container(203).ListItem.Property(NextTitle)]" ($INFO[Container(203).ListItem.Property(NextNumber)]).[/COLOR]</label>
  2142.                 </control>
  2143.                 <control type="label">
  2144.                     <posx>12</posx>
  2145.                     <posy>325</posy>
  2146.                     <width>480</width>
  2147.                     <height>90</height>
  2148.                     <font>Nessus-20</font>
  2149.                     <textcolor>greyblue</textcolor>
  2150.                     <align>left</align>
  2151.                     <aligny>center</aligny>
  2152.                     <label>$LOCALIZE[31189] [COLOR=ltgreyblue]$INFO[Container(203).ListItem.Property(AirDay)] $INFO[Container(203).ListItem.Property(NextDate)][/COLOR] $LOCALIZE[31190] [COLOR=ltgreyblue]$INFO[Container(203).ListItem.Property(ShortTime)].[/COLOR]</label>
  2153.                 </control>
  2154.                 <control type="label">
  2155.                     <posx>12</posx>
  2156.                     <posy>345</posy>
  2157.                     <width>480</width>
  2158.                     <height>90</height>
  2159.                     <font>Nessus-20</font>
  2160.                     <textcolor>greyblue</textcolor>
  2161.                     <align>left</align>
  2162.                     <aligny>center</aligny>
  2163.                     <label>$LOCALIZE[31505] [COLOR=ltgreyblue]$INFO[Container(203).ListItem.Property(Runtime),, $LOCALIZE[12391]].[/COLOR]</label>
  2164.                 </control>
  2165.                 <!-- Thursday Latest Info -->
  2166.                 <control type="label">
  2167.                     <posx>12</posx>
  2168.                     <posy>450</posy>
  2169.                     <width>480</width>
  2170.                     <height>90</height>
  2171.                     <font>Nessus-20</font>
  2172.                     <textcolor>FF6C6C6C</textcolor>
  2173.                     <align>left</align>
  2174.                     <aligny>center</aligny>
  2175.                     <label>Latest Episode </label>
  2176.                 </control>
  2177.                 <control type="fadelabel">
  2178.                     <posx>135</posx>
  2179.                     <posy>450</posy>
  2180.                     <width>360</width>
  2181.                     <height>90</height>
  2182.                     <font>Nessus-20</font>
  2183.                     <textcolor>FF6C6C6C</textcolor>
  2184.                     <align>left</align>
  2185.                     <aligny>center</aligny>
  2186.                     <scrollout>false</scrollout>
  2187.                     <pauseatend>200</pauseatend>
  2188.                     <scrollspeed>15</scrollspeed>
  2189.                     <label>[COLOR=FF4C4C4C]"$INFO[Container(203).ListItem.Property(LatestTitle)]" ($INFO[Container(203).ListItem.Property(LatestNumber)]).[/COLOR]</label>
  2190.                 </control>
  2191.                 <control type="label">
  2192.                     <posx>12</posx>
  2193.                     <posy>470</posy>
  2194.                     <width>480</width>
  2195.                     <height>90</height>
  2196.                     <font>Nessus-20</font>
  2197.                     <textcolor>FF6C6C6C</textcolor>
  2198.                     <align>left</align>
  2199.                     <aligny>center</aligny>
  2200.                     <label>$LOCALIZE[31225] [COLOR=FF4C4C4C]$INFO[Container(203).ListItem.Property(LatestDate)][/COLOR]</label>
  2201.                 </control>
  2202.             </control>
  2203.  
  2204.  
  2205.  
  2206.  
  2207.  
  2208.  
  2209.             <!-- Friday NextAired Info -->         
  2210.             <control type="group">
  2211.                 <animation effect="fade" start="0" end="100" time="500" >Visible</animation>
  2212.                 <animation effect="fade" start="100" end="0" time="500" >Hide</animation>
  2213.                 <visible>Control.HasFocus(204) + !IsEmpty(Container(204).Listitem.Icon)</visible>
  2214.                 <control type="image">
  2215.                     <posx>40</posx>
  2216.                     <posy>20</posy>
  2217.                     <width>400</width>
  2218.                     <height>155</height>
  2219.                     <aspectratio>stretch</aspectratio>
  2220.                     <texture background="true" diffuse="windows/tvguide/fanart-diffuse.png">$INFO[Container(204).ListItem.Property(Path),,logo.png]</texture>
  2221.                 </control>
  2222.                 <control type="image">
  2223.                     <posx>-5</posx>
  2224.                     <posy>395</posy>
  2225.                     <width>155</width>
  2226.                     <height>105</height>
  2227.                     <texture>$INFO[Container(204).ListItem.Property(Network),flags/studios/,.png]</texture>
  2228.                     <aspectratio>keep</aspectratio>
  2229.                     <colordiffuse>66ffffff</colordiffuse>
  2230.                 </control>
  2231.                 <control type="label">
  2232.                     <posx>10</posx>
  2233.                     <posy>245</posy>
  2234.                     <width>460</width>
  2235.                     <height>84</height>
  2236.                     <textcolor>guideblue</textcolor>
  2237.                     <label>[B]$INFO[Container(204).ListItem.Label][/B]</label>
  2238.                     <font>Nessus-30</font>
  2239.                     <align>left</align>
  2240.                     <aligny>center</aligny>
  2241.                     <scroll>false</scroll>
  2242.                 </control>
  2243.                 <control type="label">
  2244.                     <posx>12</posx>
  2245.                     <posy>273</posy>
  2246.                     <width>460</width>
  2247.                     <height>84</height>
  2248.                     <label>$INFO[Container(204).ListItem.Property(Genre)]</label>
  2249.                     <font>Nessus-22</font>
  2250.                     <align>left</align>
  2251.                     <aligny>center</aligny>
  2252.                     <scroll>false</scroll>
  2253.                 </control>
  2254.                 <control type="label">
  2255.                     <posx>12</posx>
  2256.                     <posy>305</posy>
  2257.                     <width>480</width>
  2258.                     <height>90</height>
  2259.                     <font>Nessus-20</font>
  2260.                     <textcolor>greyblue</textcolor>
  2261.                     <align>left</align>
  2262.                     <aligny>center</aligny>
  2263.                     <label>$LOCALIZE[31188] </label>
  2264.                 </control>
  2265.                 <control type="fadelabel">
  2266.                     <posx>123</posx>
  2267.                     <posy>305</posy>
  2268.                     <width>360</width>
  2269.                     <height>90</height>
  2270.                     <font>Nessus-20</font>
  2271.                     <textcolor>greyblue</textcolor>
  2272.                     <align>left</align>
  2273.                     <aligny>center</aligny>
  2274.                     <scrollout>false</scrollout>
  2275.                     <pauseatend>200</pauseatend>
  2276.                     <scrollspeed>15</scrollspeed>
  2277.                     <label>[COLOR=ltgreyblue]"$INFO[Container(204).ListItem.Property(NextTitle)]" ($INFO[Container(204).ListItem.Property(NextNumber)]).[/COLOR]</label>
  2278.                 </control>
  2279.                 <control type="label">
  2280.                     <posx>12</posx>
  2281.                     <posy>325</posy>
  2282.                     <width>480</width>
  2283.                     <height>90</height>
  2284.                     <font>Nessus-20</font>
  2285.                     <textcolor>greyblue</textcolor>
  2286.                     <align>left</align>
  2287.                     <aligny>center</aligny>
  2288.                     <label>$LOCALIZE[31189] [COLOR=ltgreyblue]$INFO[Container(204).ListItem.Property(AirDay)] $INFO[Container(204).ListItem.Property(NextDate)][/COLOR] $LOCALIZE[31190] [COLOR=ltgreyblue]$INFO[Container(204).ListItem.Property(ShortTime)].[/COLOR]</label>
  2289.                 </control>
  2290.                 <control type="label">
  2291.                     <posx>12</posx>
  2292.                     <posy>345</posy>
  2293.                     <width>480</width>
  2294.                     <height>90</height>
  2295.                     <font>Nessus-20</font>
  2296.                     <textcolor>greyblue</textcolor>
  2297.                     <align>left</align>
  2298.                     <aligny>center</aligny>
  2299.                     <label>$LOCALIZE[31505] [COLOR=ltgreyblue]$INFO[Container(204).ListItem.Property(Runtime),, $LOCALIZE[12391]].[/COLOR]</label>
  2300.                 </control>
  2301.                 <!-- Friday Latest Info -->
  2302.                 <control type="label">
  2303.                     <posx>12</posx>
  2304.                     <posy>450</posy>
  2305.                     <width>480</width>
  2306.                     <height>90</height>
  2307.                     <font>Nessus-20</font>
  2308.                     <textcolor>FF6C6C6C</textcolor>
  2309.                     <align>left</align>
  2310.                     <aligny>center</aligny>
  2311.                     <label>Latest Episode </label>
  2312.                 </control>
  2313.                 <control type="fadelabel">
  2314.                     <posx>135</posx>
  2315.                     <posy>450</posy>
  2316.                     <width>360</width>
  2317.                     <height>90</height>
  2318.                     <font>Nessus-20</font>
  2319.                     <textcolor>FF6C6C6C</textcolor>
  2320.                     <align>left</align>
  2321.                     <aligny>center</aligny>
  2322.                     <scrollout>false</scrollout>
  2323.                     <pauseatend>200</pauseatend>
  2324.                     <scrollspeed>15</scrollspeed>
  2325.                     <label>[COLOR=FF4C4C4C]"$INFO[Container(204).ListItem.Property(LatestTitle)]" ($INFO[Container(204).ListItem.Property(LatestNumber)]).[/COLOR]</label>
  2326.                 </control>
  2327.                 <control type="label">
  2328.                     <posx>12</posx>
  2329.                     <posy>470</posy>
  2330.                     <width>480</width>
  2331.                     <height>90</height>
  2332.                     <font>Nessus-20</font>
  2333.                     <textcolor>FF6C6C6C</textcolor>
  2334.                     <align>left</align>
  2335.                     <aligny>center</aligny>
  2336.                     <label>$LOCALIZE[31225] [COLOR=FF4C4C4C]$INFO[Container(204).ListItem.Property(LatestDate)][/COLOR]</label>
  2337.                 </control>
  2338.             </control>
  2339.  
  2340.  
  2341.  
  2342.  
  2343.  
  2344.  
  2345.             <!-- Saturday NextAired Info -->           
  2346.             <control type="group">
  2347.                 <animation effect="fade" start="0" end="100" time="500" >Visible</animation>
  2348.                 <animation effect="fade" start="100" end="0" time="500" >Hide</animation>
  2349.                 <visible>Control.HasFocus(205) + !IsEmpty(Container(205).Listitem.Icon)</visible>
  2350.                 <control type="image">
  2351.                     <posx>40</posx>
  2352.                     <posy>20</posy>
  2353.                     <width>400</width>
  2354.                     <height>155</height>
  2355.                     <aspectratio>stretch</aspectratio>
  2356.                     <texture background="true" diffuse="windows/tvguide/fanart-diffuse.png">$INFO[Container(205).ListItem.Property(Path),,logo.png]</texture>
  2357.                 </control>
  2358.                 <control type="image">
  2359.                     <posx>-5</posx>
  2360.                     <posy>395</posy>
  2361.                     <width>155</width>
  2362.                     <height>105</height>
  2363.                     <texture>$INFO[Container(205).ListItem.Property(Network),flags/studios/,.png]</texture>
  2364.                     <aspectratio>keep</aspectratio>
  2365.                     <colordiffuse>66ffffff</colordiffuse>
  2366.                 </control>
  2367.                 <control type="label">
  2368.                     <posx>10</posx>
  2369.                     <posy>245</posy>
  2370.                     <width>460</width>
  2371.                     <height>84</height>
  2372.                     <textcolor>guideblue</textcolor>
  2373.                     <label>[B]$INFO[Container(205).ListItem.Label][/B]</label>
  2374.                     <font>Nessus-30</font>
  2375.                     <align>left</align>
  2376.                     <aligny>center</aligny>
  2377.                     <scroll>false</scroll>
  2378.                 </control>
  2379.                 <control type="label">
  2380.                     <posx>12</posx>
  2381.                     <posy>273</posy>
  2382.                     <width>460</width>
  2383.                     <height>84</height>
  2384.                     <label>$INFO[Container(205).ListItem.Property(Genre)]</label>
  2385.                     <font>Nessus-22</font>
  2386.                     <align>left</align>
  2387.                     <aligny>center</aligny>
  2388.                     <scroll>false</scroll>
  2389.                 </control>
  2390.                 <control type="label">
  2391.                     <posx>12</posx>
  2392.                     <posy>305</posy>
  2393.                     <width>480</width>
  2394.                     <height>90</height>
  2395.                     <font>Nessus-20</font>
  2396.                     <textcolor>greyblue</textcolor>
  2397.                     <align>left</align>
  2398.                     <aligny>center</aligny>
  2399.                     <label>$LOCALIZE[31188] </label>
  2400.                 </control>
  2401.                 <control type="fadelabel">
  2402.                     <posx>123</posx>
  2403.                     <posy>305</posy>
  2404.                     <width>360</width>
  2405.                     <height>90</height>
  2406.                     <font>Nessus-20</font>
  2407.                     <textcolor>greyblue</textcolor>
  2408.                     <align>left</align>
  2409.                     <aligny>center</aligny>
  2410.                     <scrollout>false</scrollout>
  2411.                     <pauseatend>200</pauseatend>
  2412.                     <scrollspeed>15</scrollspeed>
  2413.                     <label>[COLOR=ltgreyblue]"$INFO[Container(205).ListItem.Property(NextTitle)]" ($INFO[Container(205).ListItem.Property(NextNumber)]).[/COLOR]</label>
  2414.                 </control>
  2415.                 <control type="label">
  2416.                     <posx>12</posx>
  2417.                     <posy>325</posy>
  2418.                     <width>480</width>
  2419.                     <height>90</height>
  2420.                     <font>Nessus-20</font>
  2421.                     <textcolor>greyblue</textcolor>
  2422.                     <align>left</align>
  2423.                     <aligny>center</aligny>
  2424.                     <label>$LOCALIZE[31189] [COLOR=ltgreyblue]$INFO[Container(205).ListItem.Property(AirDay)] $INFO[Container(205).ListItem.Property(NextDate)][/COLOR] $LOCALIZE[31190] [COLOR=ltgreyblue]$INFO[Container(205).ListItem.Property(ShortTime)].[/COLOR]</label>
  2425.                 </control>
  2426.                 <control type="label">
  2427.                     <posx>12</posx>
  2428.                     <posy>345</posy>
  2429.                     <width>480</width>
  2430.                     <height>90</height>
  2431.                     <font>Nessus-20</font>
  2432.                     <textcolor>greyblue</textcolor>
  2433.                     <align>left</align>
  2434.                     <aligny>center</aligny>
  2435.                     <label>$LOCALIZE[31505] [COLOR=ltgreyblue]$INFO[Container(205).ListItem.Property(Runtime),, $LOCALIZE[12391]].[/COLOR]</label>
  2436.                 </control>
  2437.                 <!-- Saturday Latest Info -->
  2438.                 <control type="label">
  2439.                     <posx>12</posx>
  2440.                     <posy>450</posy>
  2441.                     <width>480</width>
  2442.                     <height>90</height>
  2443.                     <font>Nessus-20</font>
  2444.                     <textcolor>FF6C6C6C</textcolor>
  2445.                     <align>left</align>
  2446.                     <aligny>center</aligny>
  2447.                     <label>Latest Episode </label>
  2448.                 </control>
  2449.                 <control type="fadelabel">
  2450.                     <posx>135</posx>
  2451.                     <posy>450</posy>
  2452.                     <width>360</width>
  2453.                     <height>90</height>
  2454.                     <font>Nessus-20</font>
  2455.                     <textcolor>FF6C6C6C</textcolor>
  2456.                     <align>left</align>
  2457.                     <aligny>center</aligny>
  2458.                     <scrollout>false</scrollout>
  2459.                     <pauseatend>200</pauseatend>
  2460.                     <scrollspeed>15</scrollspeed>
  2461.                     <label>[COLOR=FF4C4C4C]"$INFO[Container(205).ListItem.Property(LatestTitle)]" ($INFO[Container(205).ListItem.Property(LatestNumber)]).[/COLOR]</label>
  2462.                 </control>
  2463.                 <control type="label">
  2464.                     <posx>12</posx>
  2465.                     <posy>470</posy>
  2466.                     <width>480</width>
  2467.                     <height>90</height>
  2468.                     <font>Nessus-20</font>
  2469.                     <textcolor>FF6C6C6C</textcolor>
  2470.                     <align>left</align>
  2471.                     <aligny>center</aligny>
  2472.                     <label>$LOCALIZE[31225] [COLOR=FF4C4C4C]$INFO[Container(205).ListItem.Property(LatestDate)][/COLOR]</label>
  2473.                 </control>
  2474.             </control>
  2475.  
  2476.  
  2477.  
  2478.  
  2479.  
  2480.             <!-- Sunday NextAired Info -->         
  2481.             <control type="group">
  2482.                 <animation effect="fade" start="0" end="100" time="500" >Visible</animation>
  2483.                 <animation effect="fade" start="100" end="0" time="500" >Hide</animation>
  2484.                 <visible>Control.HasFocus(206) + !IsEmpty(Container(206).Listitem.Icon)</visible>
  2485.                 <control type="image">
  2486.                     <posx>40</posx>
  2487.                     <posy>20</posy>
  2488.                     <width>400</width>
  2489.                     <height>155</height>
  2490.                     <aspectratio>stretch</aspectratio>
  2491.                     <texture background="true" diffuse="windows/tvguide/fanart-diffuse.png">$INFO[Container(206).ListItem.Property(Path),,logo.png]</texture>
  2492.                 </control>
  2493.                 <control type="image">
  2494.                     <posx>-5</posx>
  2495.                     <posy>395</posy>
  2496.                     <width>155</width>
  2497.                     <height>105</height>
  2498.                     <texture>$INFO[Container(206).ListItem.Property(Network),flags/studios/,.png]</texture>
  2499.                     <aspectratio>keep</aspectratio>
  2500.                     <colordiffuse>66ffffff</colordiffuse>
  2501.                 </control>
  2502.                 <control type="label">
  2503.                     <posx>10</posx>
  2504.                     <posy>245</posy>
  2505.                     <width>460</width>
  2506.                     <height>84</height>
  2507.                     <textcolor>guideblue</textcolor>
  2508.                     <label>[B]$INFO[Container(206).ListItem.Label][/B]</label>
  2509.                     <font>Nessus-30</font>
  2510.                     <align>left</align>
  2511.                     <aligny>center</aligny>
  2512.                     <scroll>false</scroll>
  2513.                 </control>
  2514.                 <control type="label">
  2515.                     <posx>12</posx>
  2516.                     <posy>273</posy>
  2517.                     <width>460</width>
  2518.                     <height>84</height>
  2519.                     <label>$INFO[Container(206).ListItem.Property(Genre)]</label>
  2520.                     <font>Nessus-22</font>
  2521.                     <align>left</align>
  2522.                     <aligny>center</aligny>
  2523.                     <scroll>false</scroll>
  2524.                 </control>
  2525.                 <control type="label">
  2526.                     <posx>12</posx>
  2527.                     <posy>305</posy>
  2528.                     <width>480</width>
  2529.                     <height>90</height>
  2530.                     <font>Nessus-20</font>
  2531.                     <textcolor>greyblue</textcolor>
  2532.                     <align>left</align>
  2533.                     <aligny>center</aligny>
  2534.                     <label>$LOCALIZE[31188] </label>
  2535.                 </control>
  2536.                 <control type="fadelabel">
  2537.                     <posx>123</posx>
  2538.                     <posy>305</posy>
  2539.                     <width>360</width>
  2540.                     <height>90</height>
  2541.                     <font>Nessus-20</font>
  2542.                     <textcolor>greyblue</textcolor>
  2543.                     <align>left</align>
  2544.                     <aligny>center</aligny>
  2545.                     <scrollout>false</scrollout>
  2546.                     <pauseatend>200</pauseatend>
  2547.                     <scrollspeed>15</scrollspeed>
  2548.                     <label>[COLOR=ltgreyblue]"$INFO[Container(206).ListItem.Property(NextTitle)]" ($INFO[Container(206).ListItem.Property(NextNumber)]).[/COLOR]</label>
  2549.                 </control>
  2550.                 <control type="label">
  2551.                     <posx>12</posx>
  2552.                     <posy>325</posy>
  2553.                     <width>480</width>
  2554.                     <height>90</height>
  2555.                     <font>Nessus-20</font>
  2556.                     <textcolor>greyblue</textcolor>
  2557.                     <align>left</align>
  2558.                     <aligny>center</aligny>
  2559.                     <label>$LOCALIZE[31189] [COLOR=ltgreyblue]$INFO[Container(206).ListItem.Property(AirDay)] $INFO[Container(206).ListItem.Property(NextDate)][/COLOR] $LOCALIZE[31190] [COLOR=ltgreyblue]$INFO[Container(206).ListItem.Property(ShortTime)].[/COLOR]</label>
  2560.                 </control>
  2561.                 <control type="label">
  2562.                     <posx>12</posx>
  2563.                     <posy>345</posy>
  2564.                     <width>480</width>
  2565.                     <height>90</height>
  2566.                     <font>Nessus-20</font>
  2567.                     <textcolor>greyblue</textcolor>
  2568.                     <align>left</align>
  2569.                     <aligny>center</aligny>
  2570.                     <label>$LOCALIZE[31505] [COLOR=ltgreyblue]$INFO[Container(206).ListItem.Property(Runtime),, $LOCALIZE[12391]].[/COLOR]</label>
  2571.                 </control>
  2572.                 <!-- Sunday Latest Info -->
  2573.                 <control type="label">
  2574.                     <posx>12</posx>
  2575.                     <posy>450</posy>
  2576.                     <width>480</width>
  2577.                     <height>90</height>
  2578.                     <font>Nessus-20</font>
  2579.                     <textcolor>FF6C6C6C</textcolor>
  2580.                     <align>left</align>
  2581.                     <aligny>center</aligny>
  2582.                     <label>Latest Episode </label>
  2583.                 </control>
  2584.                 <control type="fadelabel">
  2585.                     <posx>135</posx>
  2586.                     <posy>450</posy>
  2587.                     <width>360</width>
  2588.                     <height>90</height>
  2589.                     <font>Nessus-20</font>
  2590.                     <textcolor>FF6C6C6C</textcolor>
  2591.                     <align>left</align>
  2592.                     <aligny>center</aligny>
  2593.                     <scrollout>false</scrollout>
  2594.                     <pauseatend>200</pauseatend>
  2595.                     <scrollspeed>15</scrollspeed>
  2596.                     <label>[COLOR=FF4C4C4C]"$INFO[Container(206).ListItem.Property(LatestTitle)]" ($INFO[Container(206).ListItem.Property(LatestNumber)]).[/COLOR]</label>
  2597.                 </control>
  2598.                 <control type="label">
  2599.                     <posx>12</posx>
  2600.                     <posy>470</posy>
  2601.                     <width>480</width>
  2602.                     <height>90</height>
  2603.                     <font>Nessus-20</font>
  2604.                     <textcolor>FF6C6C6C</textcolor>
  2605.                     <align>left</align>
  2606.                     <aligny>center</aligny>
  2607.                     <label>$LOCALIZE[31225] [COLOR=FF4C4C4C]$INFO[Container(206).ListItem.Property(LatestDate)][/COLOR]</label>
  2608.                 </control>
  2609.             </control>
  2610.  
  2611.         </control>
  2612.  
  2613.  
  2614.  
  2615.         <!-- ================ END =============== -->
  2616.         <!-- ========== DAILY SCHEDULE ========== -->
  2617.         <!-- ================ END =============== -->
  2618.  
  2619.  
  2620.     </controls>
  2621. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement