<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : Bugs in CXTPOffice2003Theme</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Bugs in CXTPOffice2003Theme]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 07:47:08 +0000</pubDate>
  <lastBuildDate>Fri, 26 May 2006 09:58:42 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=3219</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[Bugs in CXTPOffice2003Theme : If I can get blue colors in toolbar,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=13176&amp;title=bugs-in-cxtpoffice2003theme#13176</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=477">Frode</a><br /><strong>Subject:</strong> 3219<br /><strong>Posted:</strong> 26 May 2006 at 9:58am<br /><br />If I can get blue colors in toolbar, main frame menu, pane etc., I will be happy - but I can't see any blue colors when using the XTPColorManager()-&gt;SetLunaTheme(xtpSystemThemeBlue) function call...]]>
   </description>
   <pubDate>Fri, 26 May 2006 09:58:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=13176&amp;title=bugs-in-cxtpoffice2003theme#13176</guid>
  </item> 
  <item>
   <title><![CDATA[Bugs in CXTPOffice2003Theme : I not sure.... Seems you want...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=13168&amp;title=bugs-in-cxtpoffice2003theme#13168</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3219<br /><strong>Posted:</strong> 26 May 2006 at 9:43am<br /><br /><P>I not sure....</P><P>Seems you want XTPColorManager()-&gt;SetLunaTheme(xtpSystemThemeBlue) to color all parts of application like caption/scrollbars ?</P><P>It only works with Office2003 theme for our components....</P><P>If you want WindowsXP Luna style for whole application you can try SkinFramework.&nbsp; See SkinMDISample/SkinControls from our last release.</P>]]>
   </description>
   <pubDate>Fri, 26 May 2006 09:43:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=13168&amp;title=bugs-in-cxtpoffice2003theme#13168</guid>
  </item> 
  <item>
   <title><![CDATA[Bugs in CXTPOffice2003Theme : I can&amp;#039;t see any differences...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=13164&amp;title=bugs-in-cxtpoffice2003theme#13164</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=477">Frode</a><br /><strong>Subject:</strong> 3219<br /><strong>Posted:</strong> 26 May 2006 at 4:21am<br /><br />I can't see any differences with or without the call to XTPColorManager()-&gt;SetLunaTheme(xtpSystemThemeBlue).<br><br>I have also tried with and without the following code to make this Office 2003 blue theme:<br>&nbsp;&nbsp;&nbsp; CXTPOffice2003Theme::LoadModernToolbarIcons(IDR_MAINFRAME);<br>CXTPPaintManager::SetTheme(xtpThemeOffice2003);<br><br>pTabPaintManager-&gt;SetColorSet(new CColorSetOffice2003Ex());<br><br>m_DockingPaneManager.SetTheme(xtpPaneThemeOffice2003);<br><br>bool CMainFrameBase::Windows2000Setup() {<br>&nbsp;&nbsp;&nbsp; // Set Office 2003 Theme<br>&nbsp;&nbsp;&nbsp; XTAuxData().bXPMode = TRUE;<br>&nbsp;&nbsp;&nbsp; XTThemeManager()-&gt;SetTheme(xtThemeOffice2003);<br>&nbsp;&nbsp;&nbsp; CXTButton::SetDefaultTheme(new CXTButtonThemeOffice2003Ex());<br>&nbsp;&nbsp;&nbsp; GetCommandBars()-&gt;SetPaintManager(new CXTPOffice2003ThemeEx());<br>&nbsp;&nbsp;&nbsp; m_DockingPaneManager.SetCustomTheme(new CXTPDockingPaneOffice2003ThemeEx());<br>&nbsp;&nbsp;&nbsp;  m_DockingPaneManager.GetPaintManager()-&gt;GetTabPaintManage r()-&gt;SetColorSet(new CColorSetOffice2003Ex()) ;<br>&nbsp;&nbsp;&nbsp;  m_DockingPaneManager.GetPaintManager()-&gt;GetPanelPaintMana ger()-&gt;SetColorSet(new CColorSetOffice2003Ex());<br>&nbsp;&nbsp;&nbsp; return true;<br>}<br><br>This is working fine (I get the Office 2003 blue theme), but it would be great to remove the non-codejock classes and use XTPColorManager()-&gt;SetLunaTheme(xtpSystemThemeBlue) - but I can't get it working. Do you have a very small sample using this function?]]>
   </description>
   <pubDate>Fri, 26 May 2006 04:21:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=13164&amp;title=bugs-in-cxtpoffice2003theme#13164</guid>
  </item> 
  <item>
   <title><![CDATA[Bugs in CXTPOffice2003Theme : Hello, call  XTPColorManager(...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=13120&amp;title=bugs-in-cxtpoffice2003theme#13120</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3219<br /><strong>Posted:</strong> 24 May 2006 at 12:13pm<br /><br /><P>Hello,</P><P>call  XTPColorManager()-&gt;SetLunaTheme(xtpSystemThemeBlue);&nbsp ; in App::InitInstance(); to make CommandBars use Office2003 blue theme.</P>]]>
   </description>
   <pubDate>Wed, 24 May 2006 12:13:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=13120&amp;title=bugs-in-cxtpoffice2003theme#13120</guid>
  </item> 
  <item>
   <title><![CDATA[Bugs in CXTPOffice2003Theme : Maybe this can be done by using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=13116&amp;title=bugs-in-cxtpoffice2003theme#13116</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=477">Frode</a><br /><strong>Subject:</strong> 3219<br /><strong>Posted:</strong> 24 May 2006 at 11:28am<br /><br />Maybe this can be done by using the following functions:<br><p> pCommandBars-&gt;GetPaintManager()-&gt;SetLunaTheme(xtpSyste mThemeBlue); - to make Blue theme for CommandBars only and</p><p>XTPColorManager()-&gt;SetLunaTheme(xtpSystemThemeBlue); - for all controls.</p>But, I have never seen these functions working! Any examples available using these functions?<br>]]>
   </description>
   <pubDate>Wed, 24 May 2006 11:28:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=13116&amp;title=bugs-in-cxtpoffice2003theme#13116</guid>
  </item> 
  <item>
   <title><![CDATA[Bugs in CXTPOffice2003Theme : How to get the blue Office 2003...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=13115&amp;title=bugs-in-cxtpoffice2003theme#13115</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=477">Frode</a><br /><strong>Subject:</strong> 3219<br /><strong>Posted:</strong> 24 May 2006 at 11:26am<br /><br />How to get the blue Office 2003 colors when running Windows XP with "Windows Classic style" or when running Windows 2003 Server (where "Windows Classis style" is the default style)?]]>
   </description>
   <pubDate>Wed, 24 May 2006 11:26:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=13115&amp;title=bugs-in-cxtpoffice2003theme#13115</guid>
  </item> 
  <item>
   <title><![CDATA[Bugs in CXTPOffice2003Theme : class CXTPDockingPaneOffice2003ThemeEx...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=10949&amp;title=bugs-in-cxtpoffice2003theme#10949</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=203">Ark42</a><br /><strong>Subject:</strong> 3219<br /><strong>Posted:</strong> 13 February 2006 at 5:05pm<br /><br />class CXTPDockingPaneOffice2003ThemeEx : public CXTPDockingPaneOffice2003Theme<br>{<br>public:<br>&nbsp;&nbsp; &nbsp;CXTPDockingPaneOffice2003ThemeEx(BOOL bGreyToBlue = TRUE);<br>&nbsp;&nbsp;&nbsp; BOOL m_bGreyToBlue;<br>protected:<br>&nbsp;&nbsp; &nbsp;virtual void RefreshMetrics();<br>};<br><br>class CColorSetOffice2003Ex : public CXTPTabPaintManager::CColorSetOffice2003<br>{<br>public:<br>&nbsp;&nbsp; &nbsp;CColorSetOffice2003Ex(BOOL bGreyToBlue = TRUE);<br>&nbsp;&nbsp; &nbsp;virtual COLORREF FillClient(CDC* pDC, CRect rc, CXTPTabManager* pTabManager);<br>&nbsp;&nbsp; &nbsp;BOOL m_bGreyToBlue;<br>protected:<br>&nbsp;&nbsp; &nbsp;virtual void RefreshMetrics();<br>};<br><br>----------------------------------------------------<br><br> CXTPDockingPaneOffice2003ThemeEx::CXTPDockingPaneOffice2003T hemeEx(BOOL bGreyToBlue)<br>{<br>&nbsp;&nbsp;&nbsp; m_bGreyToBlue = bGreyToBlue;<br>&nbsp;&nbsp;&nbsp; RefreshMetrics();<br><br>&nbsp;&nbsp;&nbsp;  m_pTabPaintManager-&gt;SetAppearance(xtpTabAppearancePropert yPage2003);<br>&nbsp;&nbsp;&nbsp; m_pTabPaintManager-&gt;SetColorSet(new CColorSetOffice2003Ex(bGreyToBlue));<br>&nbsp;&nbsp;&nbsp;  m_pPanelPaintManager-&gt;SetAppearance(xtpTabAppearancePrope rtyPage2003);<br>&nbsp;&nbsp;&nbsp; m_pPanelPaintManager-&gt;SetColorSet(new CColorSetOffice2003Ex(bGreyToBlue));<br>}<br><br>void CXTPDockingPaneOffice2003ThemeEx::RefreshMetrics()<br>{<br>&nbsp;&nbsp;&nbsp; CXTPDockingPaneOffice2003Theme::RefreshMetrics();<br><br>&nbsp;&nbsp;&nbsp; if( !m_bLunaTheme ) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPColorManager *pClrMgr = XTPColorManager();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; COLORREF btn = pClrMgr-&gt;GetColor(COLOR_BTNFACE);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if( m_bGreyToBlue &amp;&amp; (btn == RGB(192, 192, 192) || btn == RGB(212, 208, 200) || btn == RGB(235, 233, 237)) ) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrNormalCaption.clrDark = RGB(129, 169, 226);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrNormalCaption.clrLight = RGB(221, 236, 254);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrNormalCaption.fGradientFactor = 0.75f;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrActiveCaption.clrDark = RGB(255, 166, 76);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrActiveCaption.clrLight = RGB(255, 213, 140);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrActiveCaption.fGradientFactor = 0.50f;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrNormalCaptionText = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrActiveCaptionText = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrSplitterGripper = RGB(191, 188, 177);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrSplitter = RGB(216, 231, 252);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrSplitterGradient.clrDark = RGB(196, 218, 250);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrSplitterGradient.clrLight = RGB(158, 190, 245);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrSplitterGradient.fGradientFactor = 0.50f;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_bLunaTheme = TRUE;<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;0&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;1&#093; = RGB(0, 78, 152);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;2&#093; = RGB(0, 84, 227);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;3&#093; = RGB(122, 150, 223);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;4&#093; = RGB(255, 255, 255);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;5&#093; = RGB(255, 255, 255);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;6&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;7&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;8&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;9&#093; = RGB(255, 255, 255);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;10&#093; = RGB(212, 208, 200);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;11&#093; = RGB(212, 208, 200);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;12&#093; = RGB(128, 128, 128);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;13&#093; = RGB(49, 106, 197);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;14&#093; = RGB(255, 255, 255);<br>//&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;15&#093; = RGB(236, 233, 216);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;15&#093; = btn;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;16&#093; = RGB(172, 168, 153);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;17&#093; = RGB(172, 168, 153);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;18&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;19&#093; = RGB(216, 228, 248);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;20&#093; = RGB(255, 255, 255);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;21&#093; = RGB(113, 111, 100);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;22&#093; = RGB(251, 248, 231);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;23&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;24&#093; = RGB(255, 255, 225);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;25&#093; = RGB(181, 181, 181);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;26&#093; = RGB(0, 0, 128);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;27&#093; = RGB(61, 149, 255);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;28&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;29&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;30&#093; = RGB(158, 190, 245);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;31&#093; = RGB(255, 238, 194);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;32&#093; = RGB(0, 0, 128);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;33&#093; = RGB(254, 128, 62);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;34&#093; = RGB(144, 157, 178);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;35&#093; = RGB(197, 194, 184);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;36&#093; = RGB(255, 192, 111);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;37&#093; = RGB(0, 0, 128);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;38&#093; = RGB(39, 65, 118);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;39&#093; = RGB(106, 140, 203);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;40&#093; = RGB(109, 150, 208);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;41&#093; = RGB(246, 246, 246);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;42&#093; = RGB(230, 227, 210);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;43&#093; = RGB(0, 45, 150);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;44&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;45&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;46&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;47&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;48&#093; = RGB(255, 251, 233);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;49&#093; = RGB(129, 126, 114);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;50&#093; = RGB(0, 0, 128);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;51&#093; = RGB(236, 233, 216);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;52&#093; = RGB(172, 168, 153);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;53&#093; = RGB(239, 237, 222);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;54&#093; = RGB(0, 45, 150);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;55&#093; = RGB(236, 233, 216);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;56&#093; = RGB(236, 233, 216);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;57&#093; = RGB(127, 157, 185);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;58&#093; = RGB(180, 177, 163);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;59&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;60&#093; = RGB(180, 177, 163);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br>}<br><br>CColorSetOffice2003Ex::CColorSetOffice2003Ex(BOOL bGreyToBlue)<br>{<br>&nbsp;&nbsp;&nbsp; m_bGreyToBlue = bGreyToBlue;<br>//&nbsp;&nbsp;&nbsp; RefreshMetrics();<br>}<br><br>COLORREF CColorSetOffice2003Ex::FillClient(CDC* pDC, CRect rc, CXTPTabManager* pTabManager)<br>{<br>&nbsp;&nbsp;&nbsp; pDC-&gt;FillSolidRect(rc, m_clrButtonNormal);<br>&nbsp;&nbsp;&nbsp; return m_clrButtonNormal;<br>}<br><br>void CColorSetOffice2003Ex::RefreshMetrics()<br>{<br>&nbsp;&nbsp;&nbsp; CColorSetOffice2003::RefreshMetrics();<br><br>&nbsp;&nbsp;&nbsp; if( !m_bLunaTheme ) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPColorManager *pClrMgr = XTPColorManager();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; COLORREF btn = pClrMgr-&gt;GetColor(COLOR_BTNFACE);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if( m_bGreyToBlue &amp;&amp; (btn == RGB(192, 192, 192) || btn == RGB(212, 208, 200) || btn == RGB(235, 233, 237)) ) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrButtonHighlighted = RGB(255, 240, 201);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrNavigateButtonBorder = RGB(0, 0, 128);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrHeaderFace.clrDark = RGB(252, 253, 254);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrHeaderFace.clrLight = RGB(196, 218, 250);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrHeaderFace.fGradientFactor = 0.50f;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrAutoHideFace.clrDark = RGB(196, 218, 250);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrAutoHideFace.clrLight = RGB(158, 190, 245);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrAutoHideFace.fGradientFactor = 0.50f;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrFrameBorder = RGB(59, 97, 156);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrControlFace = RGB(236, 233, 216);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrHighlight = RGB(255, 255, 255);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrButtonSelected = RGB(255, 194, 115);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrButtonNormal = RGB(162, 192, 246);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrNormalText = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrInActiveText = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrSelectedText = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrHighlightText = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrDisabledText = RGB(172, 168, 153);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_csPropertyPage2003.clrDarkShadow = RGB(0, 53, 154);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_csPropertyPage2003.clrFrameBorder = RGB(59, 97, 156);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_csPropertyPage2003.clrBorderLeftHighlight = RGB(117, 166, 241);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_csPropertyPage2003.clrBorderTopHighlight = RGB(255, 255, 255);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_bLunaTheme = TRUE;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br>}<br><br>]]>
   </description>
   <pubDate>Mon, 13 Feb 2006 17:05:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=10949&amp;title=bugs-in-cxtpoffice2003theme#10949</guid>
  </item> 
  <item>
   <title><![CDATA[Bugs in CXTPOffice2003Theme : Hello Ark.Any news related to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=10911&amp;title=bugs-in-cxtpoffice2003theme#10911</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=477">Frode</a><br /><strong>Subject:</strong> 3219<br /><strong>Posted:</strong> 09 February 2006 at 1:19pm<br /><br />Hello Ark.<br><br>Any news related to the <br>&nbsp;&nbsp;&nbsp; CXTPDockingPaneOffice2003ThemeEx<br>&nbsp;&nbsp;&nbsp; CXTPOffice2003ThemeEx<br>classes?<br>]]>
   </description>
   <pubDate>Thu, 09 Feb 2006 13:19:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=10911&amp;title=bugs-in-cxtpoffice2003theme#10911</guid>
  </item> 
  <item>
   <title><![CDATA[Bugs in CXTPOffice2003Theme : I can&amp;#039;t see that the SetLunaTheme...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=10618&amp;title=bugs-in-cxtpoffice2003theme#10618</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=477">Frode</a><br /><strong>Subject:</strong> 3219<br /><strong>Posted:</strong> 20 January 2006 at 4:33am<br /><br />I can't see that the SetLunaTheme is resulting any Office 2003 look in Windows 2000 (the Office 2003 Windows XP look - the blue look), so I am still using your classes.<br><br>What about the other classes - i get compiler errors in the following classes with Toolkit Pro 9.81 (as seen above):<br>&nbsp;&nbsp;&nbsp; CXTPDockingPaneOffice2003ThemeEx<br>&nbsp;&nbsp;&nbsp; CXTPOffice2003ThemeEx<br><br>Please send me CXTPDockingPaneOffice2003ThemeEx as well!<br><br>Thanks!<br>]]>
   </description>
   <pubDate>Fri, 20 Jan 2006 04:33:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=10618&amp;title=bugs-in-cxtpoffice2003theme#10618</guid>
  </item> 
  <item>
   <title><![CDATA[Bugs in CXTPOffice2003Theme : I keep my Office2003Ex themes...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=10527&amp;title=bugs-in-cxtpoffice2003theme#10527</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=203">Ark42</a><br /><strong>Subject:</strong> 3219<br /><strong>Posted:</strong> 13 January 2006 at 7:11pm<br /><br />I keep my Office2003Ex themes updated just because I havn't really bothered to see if the SetLunaTheme really entirely replaces it or not, but if anybody else still uses them, here they are:<br><br>---.h file---<br>class CXTPOffice2003ThemeEx : public CXTPOffice2003Theme<br>{<br>public:<br>&nbsp;&nbsp;&nbsp; CXTPOffice2003ThemeEx(BOOL bGreyToBlue = TRUE, BOOL bYellowHighlight = TRUE);<br>&nbsp;&nbsp;&nbsp; BOOL m_bGreyToBlue, m_bYellowHighlight;<br>protected:<br>&nbsp;&nbsp;&nbsp; virtual void RefreshMetrics();<br>};<br><br><br>---.cpp file---<br><br>CXTPOffice2003ThemeEx::CXTPOffice2003ThemeEx(BOOL bGreyToBlue, BOOL bYellowHighlight)<br>{<br>&nbsp;&nbsp;&nbsp; m_bGreyToBlue = bGreyToBlue;<br>&nbsp;&nbsp;&nbsp; m_bYellowHighlight = bYellowHighlight;<br>&nbsp;&nbsp;&nbsp; RefreshMetrics();<br>}<br><br>void CXTPOffice2003ThemeEx::RefreshMetrics()<br>{<br>&nbsp;&nbsp;&nbsp; CXTPOffice2003Theme::RefreshMetrics();<br>&nbsp;&nbsp;&nbsp; if( !m_bLunaTheme ) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPColorManager *pClrMgr = XTPColorManager();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; COLORREF btn = pClrMgr-&gt;GetColor(COLOR_BTNFACE);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if( m_bGreyToBlue &amp;&amp; (btn == RGB(192, 192, 192) || btn == RGB(212, 208, 200) || btn == RGB(235, 233, 237)) ) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrDockBar.clrDark = RGB(196, 218, 250);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrDockBar.clrLight = RGB(158, 190, 245);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrDockBar.fGradientFactor = 0.50f;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrCommandBar.clrDark = RGB(129, 169, 226);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrCommandBar.clrLight = RGB(221, 236, 254);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrCommandBar.fGradientFactor = 0.75f;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrToolbarExpand.clrDark = RGB(0, 53, 145);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrToolbarExpand.clrLight = RGB(117, 166, 241);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrToolbarExpand.fGradientFactor = 0.75f;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrMenuExpand.clrDark = RGB(129, 169, 226);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrMenuExpand.clrLight = RGB(227, 239, 254);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrMenuExpand.fGradientFactor = 0.50f;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrMenuExpandedGripper.clrDark = RGB(121, 161, 220);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrMenuExpandedGripper.clrLight = RGB(203, 221, 246);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrMenuExpandedGripper.fGradientFactor = 0.50f;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrPopupControl.clrDark = RGB(147, 181, 231);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrPopupControl.clrLight = RGB(227, 239, 255);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrPopupControl.fGradientFactor = 0.50f;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrToolbarShadow = RGB(59, 97, 156);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrFloatingGripper = RGB(42, 102, 201);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrStatusPane = RGB(211, 211, 211);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrTearOffGripper = RGB(169, 199, 240);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_grcLunaChecked.clrDark = RGB(255, 173, 85);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_grcLunaChecked.clrLight = RGB(255, 213, 140);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_grcLunaChecked.fGradientFactor = 0.50f;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_grcLunaPushed.clrDark = RGB(255, 207, 139);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_grcLunaPushed.clrLight = RGB(254, 142, 75);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_grcLunaPushed.fGradientFactor = 0.50f;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_grcLunaSelected.clrDark = RGB(255, 212, 151);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_grcLunaSelected.clrLight = RGB(255, 242, 200);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_grcLunaSelected.fGradientFactor = 0.50f;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrShadowFactor = RGB(22, 30, 54);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrStatusTextColor = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrDisabledIcon.clrDark = RGB(97, 122, 172);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrDisabledIcon.clrLight = RGB(233, 236, 242);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_clrDisabledIcon.fGradientFactor = 0.50f;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_bLunaTheme = TRUE;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CreateGradientCircle();<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;0&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;1&#093; = RGB(0, 78, 152);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;2&#093; = RGB(0, 84, 227);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;3&#093; = RGB(122, 150, 223);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;4&#093; = RGB(255, 255, 255);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;5&#093; = RGB(255, 255, 255);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;6&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;7&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;8&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;9&#093; = RGB(255, 255, 255);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;10&#093; = RGB(212, 208, 200);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;11&#093; = RGB(212, 208, 200);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;12&#093; = RGB(144, 153, 174);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;13&#093; = RGB(49, 106, 197);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;14&#093; = RGB(255, 255, 255);<br>//&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;15&#093; = RGB(236, 233, 216);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;15&#093; = btn;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;16&#093; = RGB(172, 168, 153);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;17&#093; = RGB(172, 168, 153);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;18&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;19&#093; = RGB(216, 228, 248);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;20&#093; = RGB(255, 255, 255);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;21&#093; = RGB(113, 111, 100);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;22&#093; = RGB(251, 248, 231);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;23&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;24&#093; = RGB(255, 255, 225);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;25&#093; = RGB(181, 181, 181);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;26&#093; = RGB(0, 0, 128);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;27&#093; = RGB(61, 149, 255);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;28&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;29&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;30&#093; = RGB(196, 219, 249);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;31&#093; = RGB(255, 238, 194);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;32&#093; = RGB(0, 0, 128);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;33&#093; = RGB(254, 128, 62);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;34&#093; = RGB(144, 157, 178);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;35&#093; = RGB(141, 141, 141);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;36&#093; = RGB(255, 192, 111);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;37&#093; = RGB(0, 0, 128);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;38&#093; = RGB(39, 65, 118);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;39&#093; = RGB(106, 140, 203);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;40&#093; = RGB(109, 150, 208);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;41&#093; = RGB(246, 246, 246);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;42&#093; = RGB(230, 227, 210);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;43&#093; = RGB(0, 45, 150);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;44&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;45&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;46&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;47&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;48&#093; = RGB(255, 251, 233);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;49&#093; = RGB(129, 126, 114);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;50&#093; = RGB(0, 0, 128);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;51&#093; = RGB(216, 231, 252);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;52&#093; = RGB(158, 190, 245);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;53&#093; = RGB(203, 225, 252);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;54&#093; = RGB(0, 45, 150);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;55&#093; = RGB(196, 218, 250);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;56&#093; = RGB(189, 211, 247);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;57&#093; = RGB(127, 157, 185);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;58&#093; = RGB(141, 141, 141);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;59&#093; = RGB(0, 0, 0);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;60&#093; = RGB(141, 141, 141);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; } else if(m_bYellowHighlight) {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;31&#093; = RGB(255, 238, 194);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;33&#093; = RGB(254, 128, 62);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_arrColor&#091;36&#093; = RGB(255, 192, 111);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_bLunaTheme = TRUE;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; }<br>}<br><br><br>]]>
   </description>
   <pubDate>Fri, 13 Jan 2006 19:11:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3219&amp;PID=10527&amp;title=bugs-in-cxtpoffice2003theme#10527</guid>
  </item> 
 </channel>
</rss>