Advertisement
Guest User

Untitled

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