<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom Palette isn't showing up correctly  (It embeds itself into the menu) in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/custom-palette-isn-t-showing-up-correctly-it-embeds-itself-into/m-p/8207618#M24974</link>
    <description>&lt;P&gt;So apparently the userform in Visual Studio does not directly match the Palette window 1:1, so I am playing around with the positioning to get it acceptable...but there is differences between the two.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Aug 2018 18:43:12 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-17T18:43:12Z</dc:date>
    <item>
      <title>Custom Palette isn't showing up correctly  (It embeds itself into the menu)</title>
      <link>https://forums.autodesk.com/t5/net-forum/custom-palette-isn-t-showing-up-correctly-it-embeds-itself-into/m-p/8207331#M24973</link>
      <description>&lt;P&gt;I have been working on a .net application that utilizes a Custom Palette.&amp;nbsp; AutoCAD Mechanical 2016.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was showing up in a nice window, like a properties window when you loaded it...but now all of sudden it is showing up in a corrupted way covering up my ribbon menu, and you can't even see all of it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did add a bunch of buttons/text boxes but I don't believe I resized the palette window to cause this corruption to happen.&amp;nbsp; I don't even understand why it is happening.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;static&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; CustomPalette palette;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;[CommandMethod(&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"BORDER"&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;)]&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;public&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;static&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;void&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; ShowPalette()&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;if&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; (palette == &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;null&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;palette = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;new&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; CustomPalette();&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;palette.Visible = &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;true&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;UserControl&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; x&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Class&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="SimpleWpfPalette.PaletteUserControl"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;xmlns&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="&lt;A href="http://schemas.microsoft.com/winfx/2006/xaml/presentation" target="_blank"&gt;http://schemas.microsoft.com/winfx/2006/xaml/presentation&lt;/A&gt;"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;xmlns&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;x&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="&lt;A href="http://schemas.microsoft.com/winfx/2006/xaml" target="_blank"&gt;http://schemas.microsoft.com/winfx/2006/xaml&lt;/A&gt;"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;xmlns&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;mc&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="&lt;A href="http://schemas.openxmlformats.org/markup-compatibility/2006" target="_blank"&gt;http://schemas.openxmlformats.org/markup-compatibility/2006&lt;/A&gt;"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;xmlns&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;d&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="&lt;A href="http://schemas.microsoft.com/expression/blend/2008" target="_blank"&gt;http://schemas.microsoft.com/expression/blend/2008&lt;/A&gt;"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;xmlns&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;local&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="clr-namespace:SimpleWpfPalette"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;mc&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Ignorable&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="d"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Height&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="406.466"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Width&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="778.233"&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;Grid&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Background&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="WhiteSmoke"&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;Grid.RowDefinitions&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;RowDefinition&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Height&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Auto"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;RowDefinition&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Height&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Auto"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;RowDefinition&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Height&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Auto"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;Grid.RowDefinitions&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;Label&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="65,294,623,-128"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Content&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Total Sheets:"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;TextBox&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; x&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Name&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="totalSheetsBox"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="145,295,534,-125"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; TextChanged&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="nameBox_TextChanged"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;Button&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; x&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Name&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="okButton"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="152,334,533,-163"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; HorizontalAlignment&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Center"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Content&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Process"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Height&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="24"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Width&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="83"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Click&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="okButton_Click"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;Label&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="74,15,623,151"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Content&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Originator:"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;TextBox&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; x&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Name&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="originatorBox"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="145,19,534,151"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; TextChanged&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="nameBox_TextChanged"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;TextBox&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; x&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Name&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="dateBox"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="145,47,534,123"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; TextChanged&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="nameBox_TextChanged"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;Label&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="0,47,628,119"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Content&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Date:"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; HorizontalAlignment&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Right"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Width&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="43"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;TextBox&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; x&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Name&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="identBox"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="145,79,534,91"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; TextChanged&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="nameBox_TextChanged"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;Label&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="0,79,628,87"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Content&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Ident #:"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; HorizontalAlignment&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Right"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;TextBox&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; x&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Name&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="weightBox"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="145,111,534,59"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; TextChanged&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="nameBox_TextChanged"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;Label&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="0,113,628,53"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Content&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Weight:"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; HorizontalAlignment&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Right"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;TextBox&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; x&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Name&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="englishBox"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="146,143,533,27"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; TextChanged&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="nameBox_TextChanged"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;Label&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="0,143,627,23"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Content&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="English Description:"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; HorizontalAlignment&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Right"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Width&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="120"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;TextBox&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; x&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Name&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="frenchBox"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="146,175,533,-5"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; TextChanged&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="nameBox_TextChanged"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;Label&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="0,175,627,-9"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Content&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="French Description:"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; HorizontalAlignment&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Right"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Width&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="118"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;TextBox&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; x&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Name&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="germanBox"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="146,207,533,-37"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; TextChanged&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="nameBox_TextChanged"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;Label&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="0,207,628,-41"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Content&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="German Description:"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; HorizontalAlignment&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Right"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Width&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="122"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;TextBox&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; x&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Name&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="indexBox"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="146,235,533,-65"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; TextChanged&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="nameBox_TextChanged"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;Label&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="0,237,628,-71"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Content&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Index:"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; HorizontalAlignment&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Right"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;TextBox&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; x&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;:&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt;Name&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="approverBox"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="145,267,534,-97"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; TextChanged&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="nameBox_TextChanged"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;Label&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Grid.Row&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="2"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Margin&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="0,267,628,-101"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; Content&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Approver:"&lt;/FONT&gt;&lt;FONT color="#ff0000" face="Consolas" size="2"&gt; HorizontalAlignment&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;="Right"/&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;Grid&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;lt;/&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;UserControl&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;&amp;gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;namespace&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; SimpleWpfPalette&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;public&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;partial&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;class&lt;/FONT&gt; &lt;FONT color="#2b91af" face="Consolas" size="2"&gt;PaletteUserControl&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; : UserControl&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;public&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; PaletteUserControl()&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;InitializeComponent();&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;private&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;void&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; okButton_Click(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;object&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; sender, RoutedEventArgs e)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;var&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; doc = AcAp.DocumentManager.MdiActiveDocument;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;if&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; (doc != &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;null&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Consolas" size="2"&gt;doc.SendStringToExecute(&lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"UAIF "&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; + totalSheetsBox.Text + &lt;/FONT&gt;&lt;FONT color="#a31515" face="Consolas" size="2"&gt;"\n"&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;false&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;false&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;, &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;false&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#008000" face="Consolas" size="2"&gt;// doc.SendStringToExecute("UAIF " + totalSheetsBox.Text + originatorBox.Text + "\n", false, false, false);&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;private&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Consolas" size="2"&gt;void&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; nameBox_TextChanged(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Consolas" size="2"&gt;object&lt;/FONT&gt;&lt;FONT face="Consolas" size="2"&gt; sender, TextChangedEventArgs e)&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 17:07:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/custom-palette-isn-t-showing-up-correctly-it-embeds-itself-into/m-p/8207331#M24973</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-17T17:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Palette isn't showing up correctly  (It embeds itself into the menu)</title>
      <link>https://forums.autodesk.com/t5/net-forum/custom-palette-isn-t-showing-up-correctly-it-embeds-itself-into/m-p/8207618#M24974</link>
      <description>&lt;P&gt;So apparently the userform in Visual Studio does not directly match the Palette window 1:1, so I am playing around with the positioning to get it acceptable...but there is differences between the two.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 18:43:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/custom-palette-isn-t-showing-up-correctly-it-embeds-itself-into/m-p/8207618#M24974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-17T18:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Palette isn't showing up correctly  (It embeds itself into the menu)</title>
      <link>https://forums.autodesk.com/t5/net-forum/custom-palette-isn-t-showing-up-correctly-it-embeds-itself-into/m-p/8207620#M24975</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Difficult (if not impossible) to help you as you do not show the code of the CustomPalette and PaletteUserControl classes code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS: please, use the 'Insert code' (&amp;lt;/&amp;gt;) button when you publish code.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 18:45:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/custom-palette-isn-t-showing-up-correctly-it-embeds-itself-into/m-p/8207620#M24975</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2018-08-17T18:45:02Z</dc:date>
    </item>
  </channel>
</rss>

