Share Pastebin
Guest
Public paste!

raidzero's portrait WVGA CPR

By: a guest | Mar 22nd, 2010 | Syntax: XML | Size: 46.14 KB | Hits: 30 | Expires: Never
Copy text to clipboard
  1. <Form>
  2.   <Image ID="Background" Opacity="1.0" Top="-52" Width="480" Height="800" Source="ConfettiPlus::WallpaperBitmap" />
  3.   <Layer ID="StaticHomeArea" Visible="False" />
  4.   <TitaniumListView ID="HomeNav" Width="480" Height="696" Columns="1" Rows="5" ItemWidth="480" ItemHeight="69">
  5.     <Layer ID="Focus" Width="480" Height="140" Clip="False">
  6.       <Image ID="Image Default" Left="0" Top="0" Width="480" Height="164" ScalingAlgorithm="TriLinear" Opacity="0" />
  7.     </Layer>
  8.     <Layer ID="ListItem" Visible="False" />
  9.     <Layer ID="No Items" Opacity="0">
  10.       <Text ID="Text" Width="100" Height="19" FontFamily="Neuropol" FontSize="9" FontStyle="Bold" Wrap="False" Trimming="EllipsisCharacter">No Items</Text>
  11.     </Layer>
  12.   </TitaniumListView>
  13.   <Layer ID="NPI">
  14.     <!-- NPI on left side -->
  15.     <Image ID="Left" Left="4" Top="74" Width="8" Height="18" Opacity="1.0" />
  16.     <!-- NPI on right side -->
  17.     <Image ID="Right" Left="468" Top="74" Width="8" Height="18" Opacity="1.0" />
  18.   </Layer>
  19.   <Layer ID="MPI">
  20.     <!-- MPI on left side -->
  21.     <Image ID="Left" Left="362" Top="32" Width="20" Height="20" Opacity="1.0" />
  22.     <!-- MPI on right side -->
  23.     <Image ID="Right" Left="221" Top="16" Width="10" Height="10" Opacity="1.0" />
  24.   </Layer>
  25.  
  26.  
  27.  
  28.  
  29.  
  30.   <!--Clock layout templates -->
  31.   <Layer ID="ClockExpanded" Visible="False" Width="480" Height="164" Clip="False">
  32.     <Layer ID="Page" Clip="False">
  33.       <!-- Icon in the upper right-->
  34.       <Image ID="" Left="376" Top="-26" Width="86" Height="114" />
  35.       <!-- Title text -->
  36.       <!-- Time -->
  37.       <Text ID="Time" Left="0" Top="0" Width="480" Height="100" FontFamily="Neuropol" FontSize="33" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  38.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  39.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  40.       </Text>
  41.       <!-- AM/PM -->
  42.       <Text ID="AMPM" Left="345" Top="35" Width="142" Height="36" FontFamily="Neuropol" FontSize="6" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
  43.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  44.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  45.       </Text>
  46.       <!-- Date -->
  47.       <Text ID="Date" Left="0" Top="100" Width="480" Height="36" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  48.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  49.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  50.       </Text>
  51.     <!-- Day of Week -->
  52.       <Text ID="Day of Week" Left="0" Top="0" Width="480" Height="40" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  53.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  54.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  55.       </Text>
  56.       <!-- Alarm -->
  57.       <Image ID="Alarm" Left="428" Top="28" Width="34" Height="60" />
  58.     </Layer>
  59.   </Layer>
  60.   <Layer ID="ClockCondensed" Visible="False" Width="480" Height="68">
  61.     <Layer ID="Page">
  62.       <Text ID="Text 2" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="20" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  63.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  64.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  65.       </Text>
  66.       <!-- AM/PM -->
  67.       <Text ID="AMPM" Left="20" Top="8" Width="440" Height="40" FontFamily="Neuropol" FontSize="6" FontStyle="Regular" Wrap="False" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
  68.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  69.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  70.       </Text>
  71.     <!-- Day of Week -->
  72.       <Text ID="Day of Week" Left="0" Top="0" Width="480" Height="40" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  73.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  74.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  75.       </Text>
  76.     </Layer>
  77.   </Layer>
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.   <!-- Calendar layout templates -->
  89.   <Layer ID="CalendarExpanded" Visible="False" Width="480" Height="164" Clip="False">
  90.     <Layer ID="Page" Clip="False">
  91.       <!-- Large picture in upper right -->
  92.       <Image ID="Image 1" Left="376" Top="-26" Width="86" Height="114" />
  93.       <Layer ID="TextPanel">
  94.         <!-- Line 1 -->
  95.         <Text ID="Text 1" Left="0" Top="34" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  96.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  97.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  98.         </Text>
  99.         <!-- Icon for Line 1 not currently used -->
  100.         <!-- Line 2 -->
  101.         <Text ID="Text 2" Left="0" Top="68" Width="480" Height="30" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  102.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  103.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  104.         </Text>
  105.         <Text ID="Text 3" Left="0" Top="98" Width="480" Height="30" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  106.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  107.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  108.         </Text>
  109.         <!-- Text 4 and 5 used for "two line" layout -->
  110.         <Text ID="Text 4" Left="0" Top="52" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  111.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  112.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  113.         </Text>
  114.         <!-- Line 5 -->
  115.         <Text ID="Text 5" Left="0" Top="86" Width="480" Height="30" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  116.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  117.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  118.         </Text>
  119.         <!-- Text 6 used for "single line" layout -->
  120.         <Text ID="Text 6" Left="0" Top="66" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  121.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  122.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  123.         </Text>
  124.       </Layer>
  125.     </Layer>
  126.   </Layer>
  127.   <Layer ID="CalendarCondensed" Visible="False" Width="480" Height="68">
  128.     <Layer ID="Page">
  129.       <!-- Condensed Line 1 -->
  130.       <Text ID="PluginLabel" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="16" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="cmhomeres.dll,1026">
  131.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  132.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  133.       </Text>
  134.     </Layer>
  135.   </Layer>
  136.  
  137.  
  138.  
  139.  
  140.   <!-- Voicemail templates -->
  141.   <Layer ID="VoicemailExpanded" Visible="False" Width="480" Height="164" Clip="False">
  142.     <Layer ID="Page" Clip="False">
  143.       <!-- Large picture in the upper right-->
  144.       <Image ID="Icon" Left="376" Top="-26" Width="86" Height="114" />
  145.       <Layer ID="TextPanel">
  146.         <!-- Line 1 -->
  147.         <Text ID="Text 1" Left="0" Top="66" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  148.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  149.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  150.         </Text>
  151.         <!-- Icon for Line 1 not currently used -->
  152.         <!-- Line 2 -->
  153.         <Text ID="Text 2" Left="0" Top="41" Width="480" Height="19" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter">
  154.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  155.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  156.         </Text>
  157.         <Text ID="Text 3" Left="0" Top="56" Width="480" Height="19" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter">
  158.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  159.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  160.         </Text>
  161.       </Layer>
  162.     </Layer>
  163.   </Layer>
  164.   <Layer ID="VoicemailCondensed" Visible="False" Width="480" Height="68">
  165.     <Layer ID="Page">
  166.       <!-- Plugin Label -->
  167.       <Text ID="PluginLabel" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="16" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="cmhomeres.dll,1019">
  168.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  169.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  170.       </Text>
  171.       <!-- Text 1 not used -->
  172.       <Text ID="Text 1" Left="0" Top="8" Width="100" Height="26" FontFamily="Neuropol" FontSize="12" FontStyle="Regular" Wrap="False" VerticalAlignment="Middle" Trimming="EllipsisCharacter">
  173.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  174.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  175.       </Text>
  176.     <!-- Notification Count -->
  177.       <Text ID="Text 2" Left="250" Top="8" Width="350" Height="40" FontFamily="Neuropol" FontSize="12" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  178.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  179.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  180.       </Text>
  181.     </Layer>
  182.   </Layer>
  183.  
  184.  
  185.  
  186.  
  187.   <!-- Phone templates -->
  188.   <Layer ID="PhoneExpanded" Visible="False" Width="480" Height="164" Clip="False">
  189.     <Layer ID="Page" Clip="False">
  190.       <!-- Icon on upper right side -->
  191.       <Image ID="Icon" Left="376" Top="-26" Width="86" Height="114" />
  192.       <Layer ID="TextPanel">
  193.         <!-- Line 1 -->
  194.         <Text ID="Text 1" Left="0" Top="52" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  195.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  196.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  197.         </Text>
  198.         <!-- Line 2 -->
  199.         <Text ID="Text 2" Left="0" Top="86" Width="480" Height="30" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  200.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  201.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  202.         </Text>
  203.         <!-- Text 3 used for "single line" layout -->
  204.         <Text ID="Text 3" Left="0" Top="66" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  205.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  206.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  207.         </Text>
  208.       </Layer>
  209.     </Layer>
  210.   </Layer>
  211.   <Layer ID="PhoneCondensed" Visible="False" Width="480" Height="68">
  212.     <Layer ID="Page">
  213.       <!-- Plugin Label -->
  214.       <Text ID="PluginLabel" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="16" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="cmhomeres.dll,1020">
  215.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  216.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  217.       </Text>
  218.       <!-- Text 1 is not used -->
  219.       <Text ID="Text 1" Left="0" Top="8" Width="100" Height="26" FontFamily="Neuropol" FontSize="12" FontStyle="Regular" Wrap="False" VerticalAlignment="Middle" Trimming="EllipsisCharacter">
  220.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  221.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  222.       </Text>
  223.     <!-- Notification Count -->
  224.       <Text ID="Text 2" Left="290" Top="8" Width="390" Height="40" FontFamily="Neuropol" FontSize="12" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  225.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  226.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  227.       </Text>
  228.     </Layer>
  229.   </Layer>
  230.  
  231.  
  232.  
  233.  
  234.   <!-- Text templates -->
  235.   <Layer ID="TextExpanded" Visible="False" Width="480" Height="164" Clip="False">
  236.     <Layer ID="Page" Clip="False">
  237.       <!-- Large picture in upper right -->
  238.       <Image ID="Image 1" Left="376" Top="-26" Width="86" Height="114" />
  239.       <Layer ID="TextPanel">
  240.         <!-- Line 2 -->
  241.         <Text ID="Text 2" Left="0" Top="52" Width="480" Height="42" FontFamily="Neuropol" FontSize="10" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  242.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  243.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  244.         </Text>
  245.         <!-- Icon for Line 1 not currently used -->
  246.         <!-- Line 3 -->
  247.         <Text ID="Text 3" Left="0" Top="86" Width="480" Height="30" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  248.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  249.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  250.         </Text>
  251.         <!-- Text 5 used for "single line" layout -->
  252.         <Text ID="Text 5" Left="0" Top="66" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  253.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  254.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  255.         </Text>
  256.       </Layer>
  257.     </Layer>
  258.   </Layer>
  259.   <Layer ID="TextCondensed" Visible="False" Width="480" Height="68">
  260.     <Layer ID="Page">
  261.       <!-- Plugin Label -->
  262.       <Text ID="PluginLabel" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="16" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="cmhomeres.dll,1021">
  263.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  264.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  265.       </Text>
  266.       <!-- Text 1 is not used -->
  267.       <Text ID="Text 1" Left="0" Top="8" Width="100" Height="26" FontFamily="Neuropol" FontSize="12" FontStyle="Regular" Wrap="False" VerticalAlignment="Middle" Trimming="EllipsisCharacter">
  268.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  269.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  270.       </Text>
  271.     <!-- Notification Count -->
  272.       <Text ID="Text 2" Left="330" Top="8" Width="430" Height="40" FontFamily="Neuropol" FontSize="12" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  273.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  274.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  275.       </Text>
  276.     </Layer>
  277.   </Layer>
  278.  
  279.  
  280.  
  281.  
  282.  
  283.   <!-- Email templates -->
  284.   <Layer ID="EmailExpanded" Visible="False" Width="480" Height="164" Clip="False">
  285.     <Layer ID="Page" Clip="False">
  286.       <!-- Large picture in upper right -->
  287.       <Image ID="Image 1" Left="376" Top="-26" Width="86" Height="114" />
  288.       <Layer ID="TextPanel">
  289.         <!-- Lines 1, 2, and 3 used for "three line" layout -->
  290.         <Text ID="Text 1" Left="0" Top="34" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  291.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  292.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  293.         </Text>
  294.         <!-- Line 2 -->
  295.         <Text ID="Text 2" Left="0" Top="68" Width="480" Height="30" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  296.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  297.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  298.         </Text>
  299.         <!-- Icon for Line 1 not currently used -->
  300.         <!-- Line 3 -->
  301.         <Text ID="Text 3" Left="0" Top="98" Width="480" Height="30" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  302.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  303.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  304.         </Text>
  305.         <!-- Text 4 and 5 used for "two line" layout -->
  306.         <Text ID="Text 4" Left="0" Top="52" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  307.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  308.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  309.         </Text>
  310.         <!-- Line 5 -->
  311.         <Text ID="Text 5" Left="0" Top="86" Width="480" Height="30" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  312.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  313.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  314.         </Text>
  315.       </Layer>
  316.     </Layer>
  317.   </Layer>
  318.   <Layer ID="EmailCondensed" Visible="False" Width="480" Height="68">
  319.     <Layer ID="Page">
  320.       <!-- Plugin Label -->
  321.       <Text ID="PluginLabel" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="16" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="cmhomeres.dll,1022">
  322.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  323.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  324.       </Text>
  325.       <!-- Text 1 is not used -->
  326.       <Text ID="Text 1" Left="0" Top="8" Width="100" Height="26" FontFamily="Neuropol" FontSize="12" FontStyle="Regular" Wrap="False" VerticalAlignment="Middle" Trimming="EllipsisCharacter">
  327.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  328.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  329.       </Text>
  330.     <!-- Notification Count -->
  331.       <Text ID="Text 2" Left="290" Top="8" Width="390" Height="40" FontFamily="Neuropol" FontSize="12" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  332.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  333.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  334.       </Text>
  335.     </Layer>
  336.   </Layer>
  337.  
  338.  
  339.  
  340.  
  341.  
  342.  
  343.  
  344.   <!-- Music layout templates -->
  345.   <Layer ID="MusicExpanded" Visible="False" Width="480" Height="164" Clip="False">
  346.     <Layer ID="Page" Clip="False">
  347.       <!-- Icon on upper right -->
  348.       <Image ID="Icon" Left="376" Top="-26" Width="86" Height="114" />
  349.       <!-- Large picture in Center -->
  350.       <Image ID="Image 1" Left="20" Top="34" Width="86" Height="86" />
  351.       <Layer ID="TextPanel">
  352.         <!-- Line 1 -->
  353.         <Text ID="Text 1" Left="0" Top="52" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  354.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  355.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  356.         </Text>
  357.         <!-- Icon for Line 1 not currently used -->
  358.         <!-- Line 2 -->
  359.         <Text ID="Text 2" Left="0" Top="86" Width="480" Height="30" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  360.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  361.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  362.         </Text>
  363.       </Layer>
  364.     </Layer>
  365.   </Layer>
  366.   <Layer ID="MusicCondensed" Visible="False" Width="480" Height="68">
  367.     <Layer ID="Page">
  368.       <!-- Title or Condensed Line 1 -->
  369.       <Text ID="PluginLabel" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="16" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="cmhomeres.dll,1027">
  370.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  371.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  372.       </Text>
  373.     </Layer>
  374.   </Layer>
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.   <!-- Photos layout templates -->
  382.   <Layer ID="PhotosExpanded" Visible="False" Width="480" Height="164" Clip="False">
  383.     <Layer ID="Page" Clip="False">
  384.       <!-- Icon on upper right -->
  385.       <Image ID="Icon" Left="376" Top="-26" Width="86" Height="114" />
  386.       <!-- Large picture in Center -->
  387.       <Image ID="Image 1" Left="20" Top="34" Width="86" Height="86">
  388.         <Layer ID="Border" Color="0xffffff" Left="-2" Top="-2" Width="90" Height="90" />
  389.       </Image>
  390.       <Layer ID="TextPanel">
  391.         <!-- Line 1 -->
  392.         <Text ID="Text 1" Left="0" Top="52" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  393.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  394.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  395.         </Text>
  396.         <!-- Icon for Line 1 not currently used -->
  397.         <!-- Line 2 -->
  398.         <Text ID="Text 2" Left="0" Top="86" Width="480" Height="30" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  399.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  400.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  401.         </Text>
  402.       </Layer>
  403.     </Layer>
  404.   </Layer>
  405.   <Layer ID="PhotosCondensed" Visible="False" Width="480" Height="68">
  406.     <Layer ID="Page">
  407.       <!-- Title or Condensed Line 1 -->
  408.       <Text ID="PluginLabel" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="16" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="cmhomeres.dll,1028">
  409.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  410.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  411.       </Text>
  412.     </Layer>
  413.   </Layer>
  414.  
  415.  
  416.  
  417.  
  418.  
  419.  
  420.  
  421.   <!-- TitaniumWeather -->
  422.   <Layer ID="TitaniumWeatherExpanded" Visible="False" Width="480" Height="180">
  423.     <Layer ID="Page">
  424.       <!-- Page1 icons -->
  425.       <Image ID="CurrentIcon" Left="-5" Top="0" Width="185" Height="120" />
  426.       <Image ID="Day2Icon" Left="185" Top="24" Width="82" Height="52" />
  427.       <Image ID="Day3Icon" Left="255" Top="24" Width="82" Height="52" />
  428.       <Image ID="Day4Icon" Left="325" Top="24" Width="82" Height="52" />
  429.       <Image ID="Day5Icon" Left="395" Top="24" Width="82" Height="52" />
  430.       <!-- detail pages icons -->
  431.       <Image ID="ForecastIcon" Left="-5" Top="0" Width="185" Height="120" />
  432.       <!-- detail pages text -->
  433.       <Text ID="CurrentTemp2" Left="0" Top="-8" Width="175" Height="50" FontFamily="Neuropol" FontSize="18" FontStyle="Regular" Wrap="False" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
  434.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="2" BlurFactor="3" Alpha="1.0" />
  435.         <TextStage TextOffsetType="TextOffsetDropTopLeft" Color="FFFF0000" TextOffset="2" BlurFactor="3" Alpha="1.0" />
  436.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  437.       </Text>
  438.       <Text ID="Temps" Left="0" Top="90" Width="160" Height="70" FontFamily="Neuropol" FontSize="17" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  439.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  440.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  441.       </Text>
  442.       <Text ID="Day" Left="161" Top="17" Width="470" Height="60" FontFamily="Neuropol" FontSize="8" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter">
  443.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  444.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  445.       </Text>
  446.       <Text ID="Desc" Left="161" Top="43" Width="470" Height="60" FontFamily="Neuropol" FontSize="8" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter">
  447.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  448.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  449.       </Text>
  450.       <Text ID="Winds" Left="161" Top="69" Width="470" Height="30" FontFamily="Neuropol" FontSize="7" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter">
  451.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  452.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  453.       </Text>
  454.       <Text ID="Prec" Left="161" Top="92" Width="470" Height="30" FontFamily="Neuropol" FontSize="7" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter">
  455.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  456.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  457.       </Text>
  458.       <Text ID="Other" Left="161" Top="115" Width="470" Height="30" FontFamily="Neuropol" FontSize="7" FontStyle="Regular" Wrap="False" Trimming="EllipsisCharacter">
  459.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  460.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  461.       </Text>
  462.       <!-- Page1 text -->
  463.       <Text ID="CurrentTemp" Left="0" Top="-10" Width="190" Height="70" FontFamily="Neuropol" FontSize="22" FontStyle="Regular" Wrap="False" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
  464.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="2" BlurFactor="3" Alpha="1.0" />
  465.         <TextStage TextOffsetType="TextOffsetDropTopLeft" Color="FFFF0000" TextOffset="2" BlurFactor="3" Alpha="1.0" />
  466.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  467.       </Text>
  468.       <Text ID="TodayTemps" Left="2" Top="110" Width="180" Height="50" FontFamily="Neuropol" FontSize="8" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  469.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  470.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  471.       </Text>
  472.       <Text ID="Day2" Left="185" Top="70" Width="82" Height="100" FontFamily="Neuropol" FontSize="6" FontStyle="Regular" Wrap="True" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  473.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  474.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  475.       </Text>
  476.       <Text ID="Day3" Left="255" Top="70" Width="82" Height="100" FontFamily="Neuropol" FontSize="6" FontStyle="Regular" Wrap="True" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  477.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  478.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  479.       </Text>
  480.       <Text ID="Day4" Left="325" Top="70" Width="82" Height="100" FontFamily="Neuropol" FontSize="6" FontStyle="Regular" Wrap="True" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  481.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  482.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  483.       </Text>
  484.       <Text ID="Day5" Left="395" Top="70" Width="82" Height="100" FontFamily="Neuropol" FontSize="6" FontStyle="Regular" Wrap="True" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  485.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  486.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  487.       </Text>
  488.       <Text ID="Time" Left="0" Top="113" Width="465" Height="20" FontFamily="Neuropol" FontSize="6" FontStyle="Regular" Wrap="False" HorizontalAlignment="Right" Trimming="EllipsisCharacter">
  489.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  490.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  491.       </Text>
  492.       <!-- Radar Page -->
  493.       <Image ID="PICTURES" Left="20" Top="0" Width="235" Height="150" />
  494.       <Text ID="TEXT1" Left="265" Top="45" Width="220" Height="42" FontFamily="Neuropol" FontSize="10" FontStyle="Bold" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter">
  495.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  496.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  497.       </Text>
  498.       <Text ID="TEXT2" Left="265" Top="80" Width="220" Height="60" FontFamily="Neuropol" FontSize="8" FontStyle="Regular" Wrap="True" VerticalAlignment="Top" Trimming="EllipsisCharacter">
  499.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  500.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  501.       </Text>
  502.     </Layer>
  503.   </Layer>
  504.   <Layer ID="TitaniumWeatherCondensed" Visible="False" Width="480" Height="60">
  505.     <Layer ID="Page">
  506.       <Text ID="PluginLabel" Left="0" Top="8" Width="480" Height="52" FontFamily="Neuropol" FontSize="16" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter" Text="voicemail">
  507.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  508.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  509.       </Text>
  510.     </Layer>
  511.   </Layer>
  512.  
  513.  
  514.  
  515.  
  516.  
  517.   <Layer ID="cPowerExpanded" Visible="False" Width="480" Height="164" Clip="False">
  518.     <Layer ID="Page" Clip="False">
  519.       <!-- Large icon in upper right -->
  520.       <Image ID="PICTURES" Left="376" Top="-26" Width="100" Height="100" />
  521.       <Text ID="TEXT1" Left="0" Top="45" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  522.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  523.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  524.       </Text>
  525.       <Text ID="TEXT2" Left="0" Top="80" Width="480" Height="60" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="True" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  526.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  527.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  528.       </Text>
  529.     </Layer>
  530.     </Layer>
  531.   <Layer ID="cPowerCondensed" Visible="False" Width="480" Height="68">
  532.     <Layer ID="Page">
  533.       <!-- Condensed Line 1 -->
  534.       <Text ID="PluginLabel" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="16" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="cmhomeres.dll,1025">
  535.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  536.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  537.       </Text>
  538.     </Layer>
  539.     </Layer>
  540.  
  541.  
  542.   <!-- cToggles layout templates -->
  543.   <Layer ID="cTogglesExpanded" Visible="False" Width="480" Height="164" Clip="False">
  544.     <Layer ID="Page" Clip="False">
  545.       <!-- Large icon in upper right -->
  546.       <Image ID="PICTURES" Left="376" Top="-26" Width="100" Height="100" />
  547.       <Text ID="TEXT1" Left="0" Top="45" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  548.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  549.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  550.       </Text>
  551.       <Text ID="TEXT2" Left="0" Top="80" Width="480" Height="60" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="True" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  552.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  553.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  554.       </Text>
  555.     </Layer>
  556.   </Layer>
  557.   <Layer ID="cTogglesCondensed" Visible="False" Width="480" Height="68">
  558.     <Layer ID="Page">
  559.       <!-- Condensed Line 1 -->
  560.       <Text ID="PluginLabel" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="16" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="cmhomeres.dll,1025">
  561.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  562.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  563.       </Text>
  564.     </Layer>
  565.   </Layer>
  566.  
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573.  
  574.  
  575.  
  576. <!-- Settings layout templates -->
  577.   <Layer ID="SettingsExpanded" Visible="False" Width="480" Height="164">
  578.     <Layer ID="Page">
  579.       <!-- Icon on left side -->
  580.       <!-- Image ID="Icon" Left="350" Top="116" Width="110" Height="110" / -->
  581.       <!-- Large picture in Center -->
  582.       <Image ID="Image 1" Left="350" Top="-4" Width="100" Height="100" />
  583.       <Layer ID="TextPanel">
  584.         <Text ID="Text 1" Left="0" Top="52" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  585.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  586.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  587.         </Text>
  588.         <!-- Line 2 -->
  589.         <Text ID="Text 2" Left="0" Top="86" Width="480" Height="30" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="True" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  590.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  591.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  592.         </Text>
  593.       </Layer>
  594.     </Layer>
  595.   </Layer>
  596.   <Layer ID="SettingsCondensed" Visible="False" Width="480" Height="68">
  597.     <Layer ID="Page">
  598.       <!-- Plugin Label -->
  599.       <!-- Text ID="PluginLabel" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="16" FontStyle="Regular"  Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="cmhomeres.dll,1019">
  600.        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
  601.        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
  602.      </Text -->
  603.       <!-- Title or Condensed Line 1 -->
  604.       <Text ID="ts" Text="contacts" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="16" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  605.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  606.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  607.       </Text>
  608.       <!-- Text ID="Text 1" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="12" FontStyle="Regular"  Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  609.        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
  610.        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
  611.      </Text -->
  612.     </Layer>
  613.   </Layer>
  614.  
  615.  
  616.  
  617.  
  618.  
  619.  
  620.  
  621.   <!-- WelcomeCenter layout templates -->
  622.   <Layer ID="WelcomeCenterExpanded" Visible="False" Width="480" Height="164" Clip="False">
  623.     <Layer ID="Page" Clip="False">
  624.       <!-- Large picture in upper right -->
  625.       <Image ID="Image 1" Left="350" Top="-4" Width="100" Height="100" />
  626.       <Layer ID="TextPanel">
  627.         <!-- Line 1 -->
  628.         <Text ID="Text 1" Left="0" Top="52" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  629.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  630.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  631.         </Text>
  632.         <!-- Line 2 -->
  633.         <Text ID="Text 2" Left="0" Top="86" Width="480" Height="30" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  634.           <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  635.           <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  636.         </Text>
  637.       </Layer>
  638.     </Layer>
  639.   </Layer>
  640.   <Layer ID="WelcomeCenterCondensed" Visible="False" Width="480" Height="68">
  641.     <Layer ID="Page">
  642.       <!-- Title or Condensed Line 1 -->
  643.       <Text ID="Text 1" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="12" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  644.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  645.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  646.       </Text>
  647.       <!-- Title or Condensed Line 1 -->
  648.       <!-- Text ID="PluginLabel" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="16" FontStyle="Regular"  Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="cmhomeres.dll,1023">
  649.        <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0"/>
  650.        <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF"/>
  651.      </Text -->
  652.     </Layer>
  653.   </Layer>
  654.  
  655.  
  656.  
  657.  
  658. <!-- Opera layout templates -->
  659.   <Layer ID="OperaExpanded" Visible="False" Width="480" Height="164" Clip="False">
  660.     <Layer ID="Page" Clip="False">
  661.       <!-- Large icon in upper right -->
  662.       <Image ID="Icon" Left="376" Top="-26" Width="0" Height="0" />
  663.       <Text ID="Name" Left="0" Top="45" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  664.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  665.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  666.       </Text>
  667.       <Text ID="URL" Left="0" Top="80" Width="480" Height="60" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="True" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  668.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  669.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  670.       </Text>
  671.     </Layer>
  672.   </Layer>
  673.   <Layer ID="OperaCondensed" Visible="False" Width="480" Height="68">
  674.     <Layer ID="Page">
  675.       <!-- Condensed Line 1 -->
  676.       <Text ID="PluginLabel" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="16" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="cmhomeres.dll,1025">
  677.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  678.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  679.       </Text>
  680.     </Layer>
  681.   </Layer>
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688. <!-- ATFavePeople -->
  689.   <Layer ID="ATFavePeopleExpanded" Visible="False" Width="480" Height="180" Clip="False">
  690.     <Layer ID="Page" Clip="False">
  691.       <!-- Icon on upper right -->
  692.       <Image ID="Icon" Left="376" Top="-26" Width="86" Height="114" />
  693.       <!-- Large picture in Center -->
  694.       <Image ID="ContactPhoto" Left="20" Top="34" Width="86" Height="86" ScaleStyle="Fit" Clip="False">
  695.         <Layer ID="Border2" Color="#FFFFFFFF" Left="-2" Top="-2" Width="90" Height="90" Visible="True" />
  696.       </Image>
  697.       <!-- Line 1 -->
  698.       <Text ID="ContactName" Left="0" Top="52" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  699.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  700.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  701.       </Text>
  702.       <!-- Line 2 -->
  703.       <Text ID="PhoneNumber" Left="0" Top="86" Width="480" Height="30" FontFamily="Neuropol" FontSize="10" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  704.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  705.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  706.       </Text>
  707.       <!-- Settings Text -->
  708.       <Text ID="SettingsText" Left="0" Top="66" Width="480" Height="42" FontFamily="Neuropol" FontSize="12" FontStyle="Bold" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter">
  709.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  710.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  711.       </Text>
  712.     </Layer>
  713.   </Layer>
  714.   <Layer ID="ATFavePeopleCondensed" Visible="False" Width="480" Height="68">
  715.     <Layer ID="Page">
  716.       <!-- Title or Condensed Line 1 -->
  717.       <Text ID="PluginLabel" Left="0" Top="8" Width="480" Height="68" FontFamily="Neuropol" FontSize="16" FontStyle="Regular" Wrap="False" HorizontalAlignment="Center" Trimming="EllipsisCharacter" Text="fave people">
  718.         <TextStage TextOffsetType="TextOffsetDropBottomRight" Color="FFFF0000" TextOffset="1" BlurFactor="3" Alpha="1.0" />
  719.         <TextStage TextOffsetType="TextOffsetNone" Color="#FFFFFFFF" />
  720.       </Text>
  721.     </Layer>
  722.   </Layer>
  723.  
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732.  
  733.  
  734.  
  735.  
  736.  
  737.  
  738.  
  739.  
  740.  
  741.  
  742. </Form>