Click here to Skip to main content
15,894,405 members
Articles / Programming Languages / Visual Basic

RSS Feed Aggregator and Blogging Smart Client

Rate me:
Please Sign up or sign in to vote.
4.91/5 (85 votes)
16 Aug 2005CPOL52 min read 1.1M   2.4K   397  
RSS Feed aggregator and blogging Smart Client which uses Enterprise Library, Updater Application Block, lots of XML hacks and desktop tricks. A comprehensive guide to real life hurdles of Smart Client development.
<?xml version="1.0" encoding="utf-8"?>
<root>
  <!-- 
    Microsoft ResX Schema 
    
    Version 1.3
    
    The primary goals of this format is to allow a simple XML format 
    that is mostly human readable. The generation and parsing of the 
    various data types are done through the TypeConverter classes 
    associated with the data types.
    
    Example:
    
    ... ado.net/XML headers & schema ...
    <resheader name="resmimetype">text/microsoft-resx</resheader>
    <resheader name="version">1.3</resheader>
    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
    <data name="Name1">this is my long string</data>
    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
        [base64 mime encoded serialized .NET Framework object]
    </data>
    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
        [base64 mime encoded string representing a byte array form of the .NET Framework object]
    </data>
                
    There are any number of "resheader" rows that contain simple 
    name/value pairs.
    
    Each data row contains a name, and value. The row also contains a 
    type or mimetype. Type corresponds to a .NET class that support 
    text/value conversion through the TypeConverter architecture. 
    Classes that don't support this are serialized and stored with the 
    mimetype set.
    
    The mimetype is used forserialized objects, and tells the 
    ResXResourceReader how to depersist the object. This is currently not 
    extensible. For a given mimetype the value must be set accordingly:
    
    Note - application/x-microsoft.net.object.binary.base64 is the format 
    that the ResXResourceWriter will generate, however the reader can 
    read any of the formats listed below.
    
    mimetype: application/x-microsoft.net.object.binary.base64
    value   : The object must be serialized with 
            : System.Serialization.Formatters.Binary.BinaryFormatter
            : and then encoded with base64 encoding.
    
    mimetype: application/x-microsoft.net.object.soap.base64
    value   : The object must be serialized with 
            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
            : and then encoded with base64 encoding.

    mimetype: application/x-microsoft.net.object.bytearray.base64
    value   : The object must be serialized into a byte array 
            : using a System.ComponentModel.TypeConverter
            : and then encoded with base64 encoding.
    -->
  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
    <xsd:element name="root" msdata:IsDataSet="true">
      <xsd:complexType>
        <xsd:choice maxOccurs="unbounded">
          <xsd:element name="data">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
              </xsd:sequence>
              <xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
            </xsd:complexType>
          </xsd:element>
          <xsd:element name="resheader">
            <xsd:complexType>
              <xsd:sequence>
                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
              </xsd:sequence>
              <xsd:attribute name="name" type="xsd:string" use="required" />
            </xsd:complexType>
          </xsd:element>
        </xsd:choice>
      </xsd:complexType>
    </xsd:element>
  </xsd:schema>
  <resheader name="resmimetype">
    <value>text/microsoft-resx</value>
  </resheader>
  <resheader name="version">
    <value>1.3</value>
  </resheader>
  <resheader name="reader">
    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
  <resheader name="writer">
    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </resheader>
  <data name="panel1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>False</value>
  </data>
  <data name="panel1.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>True</value>
  </data>
  <data name="panel1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="panel1.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    <value>8, 8</value>
  </data>
  <data name="panel1.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>True</value>
  </data>
  <data name="panel1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="cancelButton.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>False</value>
  </data>
  <data name="cancelButton.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="cancelButton.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="okButton.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>False</value>
  </data>
  <data name="okButton.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="okButton.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="panel2.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>False</value>
  </data>
  <data name="panel2.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>True</value>
  </data>
  <data name="panel2.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="panel2.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    <value>8, 8</value>
  </data>
  <data name="panel2.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>True</value>
  </data>
  <data name="panel2.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="propGrid.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>False</value>
  </data>
  <data name="propGrid.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="propGrid.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="splitter1.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>False</value>
  </data>
  <data name="splitter1.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="splitter1.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="panel3.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>False</value>
  </data>
  <data name="panel3.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>True</value>
  </data>
  <data name="panel3.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="panel3.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    <value>8, 8</value>
  </data>
  <data name="panel3.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>True</value>
  </data>
  <data name="panel3.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="browser.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="browser.Modifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="browser.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>False</value>
  </data>
  <data name="browser.OcxState" mimetype="application/x-microsoft.net.object.binary.base64">
    <value>
        AAEAAAD/////AQAAAAAAAAAMAgAAAFpTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj0xLjAuNTAw
        MC4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACFT
        eXN0ZW0uV2luZG93cy5Gb3Jtcy5BeEhvc3QrU3RhdGUBAAAABERhdGEHAgIAAAAJAwAAAA8DAAAAsQAA
        AAIBAAAAAQAAAAAAAAAAAAAAAJwAAABMAAAAiRMAAFkjAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABM
        AAAAAAAAAAAAAAABAAAA4NBXAHM1zxGuaQgAKy4SYggAAAAAAAAATAAAAAEUAgAAAAAAwAAAAAAAAEaA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAL
</value>
  </data>
  <data name="$this.Locked" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>False</value>
  </data>
  <data name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>(Default)</value>
  </data>
  <data name="$this.TrayLargeIcon" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>False</value>
  </data>
  <data name="$this.Localizable" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>False</value>
  </data>
  <data name="$this.GridSize" type="System.Drawing.Size, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
    <value>8, 8</value>
  </data>
  <data name="$this.DrawGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>True</value>
  </data>
  <data name="$this.TrayHeight" type="System.Int32, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>80</value>
  </data>
  <data name="$this.Name">
    <value>WebLogEditor</value>
  </data>
  <data name="$this.SnapToGrid" type="System.Boolean, mscorlib, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>True</value>
  </data>
  <data name="$this.DefaultModifiers" type="System.CodeDom.MemberAttributes, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
    <value>Private</value>
  </data>
  <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" mimetype="application/x-microsoft.net.object.bytearray.base64">
    <value>
        AAABAAIAICAAAAEAIACoEAAAJgAAABAQAAABACAAaAQAAM4QAAAoAAAAIAAAAEAAAAABACAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzLan/3Zc
        Sf92XEn/dlxJ/3ZcSf92XEn/dlxJ/3ZcSf92XEn/dlxJ/3ZcSf92XEn/dlxJ/3ZcSf92XEn/dlxJ/3Zc
        Sf92XEn/dlxJ/3ZcSf92XEn/dlxJ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AADMtqf/5ff+/+DX0v/f1dH/3tTO/93Szf/b0cr/2s7H/9jMxP/WycH/1ce//9LEu//Rwbf/z761/828
        sv/Muq//yrit/8m2qv/ItKj/x7On/8ezp/92XEn/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAMy2p//o+f7/5vj9/+L3/f/d9v3/2vT9/9X0/P/S8vz/zvH7/8nw+//F7/v/we37/73s
        +v+46/r/s+n5/7Do+f+s6Pj/qef5/6Xl+P+i5fj/x7On/3ZcSf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAzLan/+v6///o+f7/5fj+/+H3/f/d9f3/2vX9/9Xz/P/R8vz/zfH7/8jw
        +//E7vv/wO37/7zs+v+36/r/tOn5/7Do+f+r6Pn/qOb4/6Xm+P/Hs6f/dlxJ/wAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADMtqf/7fr+/+v6/v/o+f7/5Pf9/+H3/f/d9v3/2fT8/9Xz
        /P/Q8vz/zfD8/8jv+//D7vv/v+37/7vs+v+36vr/s+n5/6/p+P+r5/j/p+f4/8ezp/92XEn/AAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAMy2p//w+///7vr//+r5/v/o+f7/5Pf9/+D2
        /f/d9f3/2PT9/9Ty/P/Q8fz/y/H8/8jv+//D7vr/v+37/7rs+v+26vr/sun5/67o+f+q5/j/x7On/3Zc
        Sf8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAzLan//L8///w+///7fr+/+r5
        /v/Tw7j/5Pj+/8+/s//NvLD/y7is/8i0qf/FsaX/wq2g/7+pnf+9ppn/u6SW/7ihk/+3n5H/sun5/63o
        +f/ItKn/dlxJ/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcFdEHXBXRF7Mtqf/8/z///L7
        ///v+v7/7Pr+/+n5/v/n+P7/4/f+/9/2/f/b9f3/1/T9/9Py/P/P8fv/y/D7/8fv+//C7vv/vuz6/7rs
        +v+16vr/sen6/8m2qv92XEn/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAcFdEG3ZXQod3V0LshVg+/8y2
        p//0/P//8/z///H7/v/v+/7/7Pr+/+n5/v/m+P3/4/f9/972/f/b9fz/1/P9/9Ly/P/O8fz/yvD8/8bv
        +//B7vv/vez6/7nr+v+16vr/yres/3ZcSf8AAAAAAAAAAAAAAAAAAAAAAAAAAHJXQ0l7WELYjVo+/6Rd
        Ov+xXzj/zLan//T8///0/P//9Pv///L7///Tw7j/7Pr+/8+/s//OvLD/y7is/8i1qP/FsaX/wq2h/7+q
        nf+9ppn/u6OW/7mhk/+3n5H/vO37/7jr+v/Lua//dlxJ/wAAAAAAAAAAAAAAAAAAAAByV0RXfllC6KNh
        Pv+7Zj7/vGc+/71oP//Mtqf/9Pz///T8///0/P//8vv///D7/v/u+v7/6/r+/+n4/v/l+P7/4vb+/932
        /f/Z9fz/1vP8/9Ly/P/N8fz/ye/7/8Tu+//A7vr/u+z6/827sf92XEn/AAAAAAAAAAAAAAAAc1hESYBa
        Q+iyZ0L/xW1D/8hvRP/JcEX/ynBF/8y2p//0/P//9Pz///T8///0/P//8vv///H7/v/u+v7/7Pn+/+j5
        /v/k+P7/4fb+/932/f/Z9fz/1fT9/9Dy/P/M8fz/yO/7/8Tv+/+/7fr/z720/3ZcSf8AAAAAAAAAAHtg
        TRt/W0TYrmlE/81zR//RdUn/q/D3/6zl6v+s1tX/rMTB/661rf+uqp//9Pz//z99R/83bT7/L142/yhQ
        MP+SVFb/fUNE/242N//k9/7/4Pb9/8Cqnf/Z9P3/u6OV/7ihk/+3n5H/yPD7/8Tu+//QwLf/dlxJ/wAA
        AAAAAAAAj2pTi6FoSv/Td0r/2HpM/9x9Tv/ff0//4YBQ/+KAUP/Mtqf/9Pz///T8///0/P//QaRc///4
        ////+P//L143///4////+P//fUJD/+f5/v/k+P3/4Pb+/9z1/f/Y9P3/1PP8/9Dy/P/M8fv/x+/7/9LD
        uf92XEn/AAAAAI5xXx2VcVrxyHdO/95+T//kglH/6YRT/+yHVP+r5er/rdbW/63EwP+ttaz/rqqf//T8
        //9MqmX///j////4//83bj7///j////4//+SVVX/6fn+/+f5/v/j9/3/4Pb9/9z1/f/X9Pz/0/P8/8/x
        /P/L8Pv/08W8/3ZcSf8AAAAAjnJgXqp1WP/igFD/6YVT/++JVv/0jFj/945a//mPW//ZiVD/zLan//T8
        ///0/P//9Pz//3x7Tv+udVX/vJiE/15Off8tJG3/Ixli/xwQWv/t+v7/6fn+/7+qnf/j9/7/uqOW/7ih
        k/+3n5H/0/L8/87x+//VyL//dlxJ/wAAAACXemeXxH9a/+yHVP/zi1j/+Y9b//2SXv//lWD//5Zh/3V0
        OP/Mtqf/9Pz///T8///VgEz/MZoJ/2KAIv/AWyn/pZeF///4////+P//JRxk/+/7///s+v//6fj+/+b4
        /v/i9/7/3/b9/9v0/f/X9Pz/0vP8/9fKwv92XEn/AAAAAK2OfMfeiV3/9YxY//uRXP//lWD//5lk//+b
        aP//nWr/YW43/8y2p//0/P//9Jtz/3+GMf9Zrwv/yIIk/1N8Kv9DmyX///j////4//80K3P/8fv+/+76
        /v/r+v//6fn+/+X4/v/i9v7/3vb9/9r0/P/V9P3/2MzF/3ZcSf8AAAAAsZOB6e2MW//7kVz//5Zh//+b
        Z///nmz//6Fw/+Ofa/9eckH/zLan//T8//+nlV//ALQn/52dOf//djf/Yq8O/zq6GP9hZt3/U1nZ/0U/
        hf/z/P//8Pv//7+qnf/r+v7/uqOV/7ihk/+3n5H/3fX9/9r1/P/az8j/dlxJ/wAAAACzlIL9+I9b//+V
        YP//m2f//59u/62PU/9jeUn/X3RO/216P//Mtqf/9Pz//6bQn/84+G//l+mP/8GnUv+8mRj/ltV0//T8
        ///0/P//9Pz///T8///y+///8Pv+/+36/v/r+f7/6Pn+/+T3/f/h9/7/3PX9/9zQyv92XEn/AAAAALSW
        hOn3kmH//5lk//+ebP9/hE7/ZXta/2uCXv+Mjlj/UWs1/8y2p//0/P//9Pz//83pwP+j8Jn/Otxk/9y+
        jP/0/P//9Pz///T8///0/P//9Pz///T8///z+///8Pv//+36/v/r+v7/5/j9/+T3/v/h9/3/3dPN/3Zc
        Sf8AAAAAtpiGx++VaP//m2j/jYpU/2WBWP9Kqzn/U6BM/1p2Qv9ccTn/zLan//T8///0/P//9Pz///T8
        ///0/P//9Pz///T8///0/P//9Pz///T8///0/P//9Pz///P7///w+///7fr+/+v6/v/n+P3/5Pf+/+H3
        /f/d083/dlxJ/wAAAAC3mYiX4Zdw//+dav9ofV//T7BL/1C6Wv9UvWb/VsBt/2KSTv/jnHj/4Zl1/9+X
        cv/dlHD/2pFt/9iPav/WjGf/04hj/9CEX//NgVz/yn1Y/8d6VP/EdlD/wnJM/79wSf+8bEb/umlD/7dn
        QP+2ZD7/tGI7/7NhOf+yYDn/AAAAALmbiV7SmHr//51r/2+DaP9SvGD/WMFz/13FgP9iyYv/YsqN/+Oc
        eP//waD//7+e//69nP/+vJn//LmW//y4lP/7tZD/+7OO//uxiv/5rYf/+KuD//ipgP/3pn3/96N5//ah
        dv/2n3L/9Z1w//Sbbf/0mmv/85hp/7JgOf8AAAAAupyLHcSag/aEjWj/apNq/1rDef9iyYv/ac2W/2zD
        jv9tvIf/4514//7BoP/+v57//r6c//28mv/9upf//LeU//u2kf/7s47/+rCK//mth//5rIT/+KmB//em
        fP/3o3r/9qF2//afc//1nXD/9Jtt//SZbP/zmGr/smA5/wAAAAAAAAAAvZp8rZSQd/9buXD/YcmJ/2vO
        mP90t4n/cKVv/4O1hf/knXn/45t3/+GZdf/fl3P/3ZRw/9qSbf/Yjmr/1Ytn/9KIY//QhF//zYFb/8p9
        WP/HelT/xHZQ/8FyTf+/b0n/vGxG/7lqQ/+3Z0D/tWQ9/7RiO/+yYTn/AAAAAAAAAAC3noMip56A+3i4
        gf9nzZX/hNSq/2q5gv+ktYP/f7KB/4Ovg/+HoXT//6h7/6CSZP9bcUP//5lk/8WQVf+Ti0T/zYZN/6uA
        Qf9Ddiz/YZw//1NwNv9uXj/1hlc9LQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AACtoX2AqKWI/X25jf+GzaX/mM2r/3iidP+Rs4v/mq2G/2a3fv/Ro3b/W3VM/1uLWv90iVT/cYtQ/1qD
        Pf+bhkL/2HpM/5B5PP9QdDX/bGND/ohZPnYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAACro4Kor6SK/Ji2lf+j0rH/lreW/4Kddf+TrY7/aqFx/+adbf9Zc0v/ZMGJ/2md
        Y/91ilT/6YVT/95+T//Td0r/vnZR/4t5W/uOZUiQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACsoYGSr6KL+qSqkP+Jmnf/k5x0/32VcP+Ekmv/Z4FY/3Ck
        e/9lzJP/XcWA/22LVP+Kh03/z31U/7p+YP+tgWnorHZbdgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC1oIMuqqCE47Ofif2gmYH/pa+V/4qa
        ef97pYD/dseY/2vGj/9rtnX/foZi/6GIaf+wh3H2s4FltrB7Xy0AAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAt5yGJLec
        hm62moegtpiGyLSWhOqzlIL9sJOA76uRe92jj3LFpYprirSEaygAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP+AAAH/gAAB/4AAAf+AAAH/gAAB/4AAAf+A
        AAH+AAAB+AAAAfAAAAHgAAABwAAAAYAAAAGAAAABAAAAAQAAAAEAAAABAAAAAQAAAAEAAAABAAAAAQAA
        AAEAAAABAAAAAQAAAAGAAAABgAAA/8AAAf/gAAP/8AAH//gAD//+AD//KAAAABAAAAAgAAAAAQAgAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
        AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3opP/Y0k1/2NJ
        Nf9jSTX/Y0k1/2NJNf9jSTX/Y0k1/2NJNf9jSTX/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAt6KT/63n
        +f/h3Nj/4NfS/9/Syv/fzsP/3ci7/9zDs//Fr6P/Y0k1/wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALei
        k/+86/r/ruj5/5/j+P+R3/f/g9v2/3fY9f9s1fT/yLSp/2NJNf8AAAAAAAAAALt6UxSTczZwX2RAt5Rm
        Q+q3opP/yu/7/7eik/+t6Pn/t6KT/5Hf9/+3opP/d9f1/8y5rv9jSTX/AAAAAMd+WjPYgVOwhXIr/1py
        If9SYDz/uqWW/9j0/P/K8Pv/vOz6/63o+f+f4/j/kd/3/4Pc9v/QvrT/Y0k1/86IZhTiiFyw54VT/8l8
        QP9Yhxj/L4Ud/76pmv/j9/3/t6KT/8rw+/+3opP/rej5/7eik/+R3/f/1MS7/2NJNf/kkmpx9I9d/+2M
        W//DgFT/Tno5/zSYHf/Drp7/7/v+/+T3/f/Y9Pz/yvD7/7zs+v+u6Pn/n+P4/9nKwv9jSTX/85hsufmW
        Zf/cjWH/Z3RL/1ChMf9Koyn/yLKj//j9//+3opP/5Pf9/7eik//K7/v/t6KT/63o+f/d0Mn/Y0k1//yd
        bOvol2n/XHBW/1yWRP9arDj/k6A5/8y2p///////+P3+/+/6/v/k9/3/2PP8/8rw+/+86/r/ruj5/2NJ
        Nf/9oHLsf35a/zqhQf9Ss0L/jZFY/+SUav//wqL//7yY//+ziv//qHn//55q//2SXf/uh1L/2nlJ/8Zs
        QP+yYDn/555xvWOYUv9AxV//RMlq/3Odbf+2n2n//76b///Cov/+wJ///b2a//y5lv/7tZD/+rCL//mr
        hP/zlWX/zWUx/5WSUnlSuGb/WtaB/43hm/+C457/ntCT//++m///t5H//7CF//+oeP//n2z//5di//eO
        Wf/rhFH/3HpK/8twQ/+2v4gYPctqu3fflv/E7Lf/0/PK/+v31f+w5Kb/gpRg/9WUQP+tjzL/SKMjsFWR
        IRQAAAAAAAAAAAAAAAAAAAAAAAAAAJ3FeDt92Yq7v+y2/972zP98qWj/ddiJ/0OtYf+GgTj/2oZRsa6I
        QDMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA0MeYGa3emXy46a3Al+Gb7U/ZhOwvvVi8j4c0c8+O
        bBUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD//wAA/AAAAPwAAAD8AAAAwAAAAIAARBsAAEKHAABC7AAA
        Pv8AAKf/AAD//wAA//8AAP7/AA/+/4Af/v/AP/7/
</value>
  </data>
</root>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect BT, UK (ex British Telecom)
United Kingdom United Kingdom

Comments and Discussions