<?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 : Change languge</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Change languge]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 18:29:17 +0000</pubDate>
  <lastBuildDate>Thu, 23 Aug 2007 01:17:01 +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=7841</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[Change languge : Hi,  Can you please send it...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25343&amp;title=change-languge#25343</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7841<br /><strong>Posted:</strong> 23 August 2007 at 1:17am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>Can you please send it as attachment or send to <a href="mailto:support@codejock.com" target="_blank">support@codejock.com</A>. It has unicode symbols that can be stripped while I copy/paste in my locale.</DIV>]]>
   </description>
   <pubDate>Thu, 23 Aug 2007 01:17:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25343&amp;title=change-languge#25343</guid>
  </item> 
  <item>
   <title><![CDATA[Change languge : this is more correct:  // Ribbon...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25334&amp;title=change-languge#25334</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1420">re.tf</a><br /><strong>Subject:</strong> 7841<br /><strong>Posted:</strong> 22 August 2007 at 2:56pm<br /><br />this is more correct:<DIV>&nbsp;</DIV><DIV>// Ribbon resource file<BR>//<BR>// This file is a part of the XTREME TOOLKIT PRO MFC class library.<BR>// (c)1998-2007 Codejock Software, All Rights Reserved.<BR>//<BR>// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE<BR>// RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED WRITTEN<BR>// CONSENT OF CODEJOCK SOFTWARE.<BR>//<BR>// THIS SOURCE CODE CAN ONLY BE USED UNDER THE TERMS AND CONDITIONS OUTLINED<BR>// IN THE XTREME TOOLKIT PRO LICENSE AGREEMENT. CODEJOCK SOFTWARE GRANTS TO<BR>// YOU (ONE SOFTWARE DEVELOPER) THE LIMITED RIGHT TO USE THIS SOFTWARE ON A<BR>// SINGLE COMPUTER.<BR>//<BR>// CONTACT INFORMATION:<BR>// <a href="mailto:support@codejock.com" target="_blank">support@codejock.com</A><BR>// <a href="http://www.codejock.com" target="_blank">http://www.codejock.com</A><BR>//<BR>/////////////////////////////////////////////////////////////////////////////</DIV><DIV>#include "Ribbon/Resource.h"<BR>#include "Ribbon/res/Resource-Neutral.rc"</DIV><DIV>#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)<BR>#ifdef _WIN32<BR>LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN<BR>#pragma code_page(1252)<BR>#endif //_WIN32</DIV><DIV>/////////////////////////////////////////////////////////////////////////////<BR>//<BR>// Menu<BR>//</DIV><DIV>XTP_IDR_RIBBONCUSTOMIZEMENU MENU DISCARDABLE <BR>BEGIN<BR>&nbsp;&nbsp;&nbsp; POPUP "Acesso Rápido"<BR>&nbsp;&nbsp;&nbsp; BEGIN<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Remover da barra de Acesso Rápido",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_REMOVE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Adicionar a barra de Acesso Rápido",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_ADD<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM SEPARATOR<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Personalizar a barra de Acesso Rápido...",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Mostrar a barra Acesso de Rápido abaixo do Ribbon",&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSBELOW<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Mostrar a barra Acesso de Rápido acima do Ribbon",&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSABOVE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM SEPARATOR<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "Mi&amp;nimizar o Ribbon",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;XTP_ID_RIBBONCUSTOMIZE_MINIMIZE<BR>&nbsp;&nbsp;&nbsp; END<BR>END</DIV><DIV>XTP_IDR_RIBBONCUSTOMIZEMENUMORE MENU DISCARDABLE <BR>BEGIN<BR>&nbsp;&nbsp;&nbsp; POPUP "Acesso Rápido"<BR>&nbsp;&nbsp;&nbsp; BEGIN<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Personalizar a barra de Acesso Rápido",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_LABEL<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&#091;Commands&#093;",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_COMMANDS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM SEPARATOR<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Mais Comandos...",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Mostrar abaixo Ribbon",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSBELOW<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Mostrar acima Ribbon",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSABOVE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM SEPARATOR<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "Mi&amp;nimizar o Ribbon",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_MINIMIZE<BR>&nbsp;&nbsp;&nbsp; END<BR>END</DIV><DIV>/////////////////////////////////////////////////////////////////////////////<BR>//<BR>// Dialog<BR>//</DIV><DIV>XTP_IDD_RIBBONCUSTOMIZE_QUICKACCESS DIALOGEX DISCARDABLE&nbsp; 0, 0, 230, 150<BR>STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_CAPTION<BR>CAPTION "&amp;Acesso Rápido"<BR>FONT 8, "MS Shell Dlg"<BR>BEGIN<BR>&nbsp;&nbsp;&nbsp; LTEXT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&amp;Escolher comandos de:",IDC_STATIC,4,5,106,8<BR>&nbsp;&nbsp;&nbsp; COMBOBOX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_IDC_RIBBONCOMBO_CATEGORIES,4,15,91,85,CBS_DROPDOWNLIST | <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WS_VSCROLL | WS_TABSTOP<BR>&nbsp;&nbsp;&nbsp; LISTBOX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_IDC_RIBBONLIST_COMMANDS,4,32,91,101,LBS_SORT | <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LBS_OWNERDRAWFIXED | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WS_TABSTOP<BR>&nbsp;&nbsp;&nbsp; PUSHBUTTON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&amp;Adicionar &gt;&gt;",XTP_IDC_RIBBONBUTTON_ADD,99,61,31,14<BR>&nbsp;&nbsp;&nbsp; PUSHBUTTON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&amp;Remover",XTP_IDC_RIBBONBUTTON_REMOVE,99,78,31,14<BR>&nbsp;&nbsp;&nbsp; LISTBOX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_IDC_RIBBONLIST_QUICKACCESS,134,32,91,84,LBS_SORT | <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LBS_OWNERDRAWFIXED | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WS_TABSTOP<BR>&nbsp;&nbsp;&nbsp; PUSHBUTTON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Re&amp;definir tudo",XTP_IDC_RIBBONBUTTON_RESET,134,119,52,14<BR>&nbsp;&nbsp;&nbsp; CONTROL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&amp;Colocar a barra de Acesso Rápido abaixo do Ribbon",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_IDC_RIBBONCHECK_SHOWQUICKACCESSBELOW,"Button",BS_AUTOCHECKBOX | <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WS_TABSTOP,4,136,221,12<BR>END</DIV><DIV>/////////////////////////////////////////////////////////////////////////////<BR>//<BR>// String Table<BR>//</DIV><DIV>STRINGTABLE DISCARDABLE <BR>BEGIN<BR>&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCONTROLQUICKACCESS&nbsp;&nbsp;&nbsp;&nbsp; "\nPersonalizar a barra Acesso Rápido"<BR>&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCONTROLQUICKACCESSMORE "\nMais controles"<BR>&nbsp;&nbsp;&nbsp; XTP_IDS_RIBBONCUSTOMIZE_CONFIRMRESET "Você tem certeza que deseja retornar a barra de Acesso Rápido aos padrões? Esta ação fará com que todas as customizações sejam excluídas."<BR>END<BR>#endif // !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)</DIV>]]>
   </description>
   <pubDate>Wed, 22 Aug 2007 14:56:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25334&amp;title=change-languge#25334</guid>
  </item> 
  <item>
   <title><![CDATA[Change languge : // Ribbon resource file//// This...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25333&amp;title=change-languge#25333</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1420">re.tf</a><br /><strong>Subject:</strong> 7841<br /><strong>Posted:</strong> 22 August 2007 at 2:53pm<br /><br /><P>// Ribbon resource file<BR>//<BR>// This file is a part of the XTREME TOOLKIT PRO MFC class library.<BR>// (c)1998-2007 Codejock Software, All Rights Reserved.<BR>//<BR>// THIS SOURCE FILE IS THE PROPERTY OF CODEJOCK SOFTWARE AND IS NOT TO BE<BR>// RE-DISTRIBUTED BY ANY MEANS WHATSOEVER WITHOUT THE EXPRESSED WRITTEN<BR>// CONSENT OF CODEJOCK SOFTWARE.<BR>//<BR>// THIS SOURCE CODE CAN ONLY BE USED UNDER THE TERMS AND CONDITIONS OUTLINED<BR>// IN THE XTREME TOOLKIT PRO LICENSE AGREEMENT. CODEJOCK SOFTWARE GRANTS TO<BR>// YOU (ONE SOFTWARE DEVELOPER) THE LIMITED RIGHT TO USE THIS SOFTWARE ON A<BR>// SINGLE COMPUTER.<BR>//<BR>// CONTACT INFORMATION:<BR>// <a href="mailto:support@codejock.com" target="_blank">support@codejock.com</A><BR>// <a href="http://www.codejock.com" target="_blank">http://www.codejock.com</A><BR>//<BR>/////////////////////////////////////////////////////////////////////////////</P><P>#include "Ribbon/Resource.h"<BR>#include "Ribbon/res/Resource-Neutral.rc"</P><P>#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)<BR>#ifdef _WIN32<BR>LANGUAGE LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN<BR>#pragma code_page(1252)<BR>#endif //_WIN32</P><P>/////////////////////////////////////////////////////////////////////////////<BR>//<BR>// Menu<BR>//</P><P>XTP_IDR_RIBBONCUSTOMIZEMENU MENU DISCARDABLE <BR>BEGIN<BR>&nbsp;&nbsp;&nbsp; POPUP "Acesso Rápido"<BR>&nbsp;&nbsp;&nbsp; BEGIN<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Remover da barra de Acesso Rápido",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_REMOVE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Adicionar a barra de Acesso Rápido",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_ADD<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM SEPARATOR<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Personalizar a barra de Acesso Rápido...",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Mostrar a barra Acesso de Rápido abaixo do Ribbon",&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSBELOW<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Mostrar a barra Acesso de Rápido acima do Ribbon",&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSABOVE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM SEPARATOR<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "Mi&amp;nimizar o Ribbon",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;XTP_ID_RIBBONCUSTOMIZE_MINIMIZE<BR>&nbsp;&nbsp;&nbsp; END<BR>END</P><P>XTP_IDR_RIBBONCUSTOMIZEMENUMORE MENU DISCARDABLE <BR>BEGIN<BR>&nbsp;&nbsp;&nbsp; POPUP "Acesso Rápido"<BR>&nbsp;&nbsp;&nbsp; BEGIN<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Personalizar a barra de Acesso Rápido",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_LABEL<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&#091;Commands&#093;",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_COMMANDS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM SEPARATOR<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Mais Comandos...",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Mostrar abaixo Ribbon",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSBELOW<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "&amp;Mostrar acima Ribbon",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_QUICKACCESSABOVE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM SEPARATOR<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MENUITEM "Mi&amp;nimizar o Ribbon",&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCUSTOMIZE_MINIMIZE<BR>&nbsp;&nbsp;&nbsp; END<BR>END</P><P>/////////////////////////////////////////////////////////////////////////////<BR>//<BR>// Dialog<BR>//</P><P>XTP_IDD_RIBBONCUSTOMIZE_QUICKACCESS DIALOGEX DISCARDABLE&nbsp; 0, 0, 230, 150<BR>STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_CAPTION<BR>CAPTION "&amp;Acesso Rápido"<BR>FONT 8, "MS Shell Dlg"<BR>BEGIN<BR>&nbsp;&nbsp;&nbsp; LTEXT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&amp;Escolher comandos de:",IDC_STATIC,4,5,106,8<BR>&nbsp;&nbsp;&nbsp; COMBOBOX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_IDC_RIBBONCOMBO_CATEGORIES,4,15,91,85,CBS_DROPDOWNLIST | <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WS_VSCROLL | WS_TABSTOP<BR>&nbsp;&nbsp;&nbsp; LISTBOX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_IDC_RIBBONLIST_COMMANDS,4,32,91,101,LBS_SORT | <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LBS_OWNERDRAWFIXED | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WS_TABSTOP<BR>&nbsp;&nbsp;&nbsp; PUSHBUTTON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&amp;Adicionar &gt;&gt;",XTP_IDC_RIBBONBUTTON_ADD,99,61,31,14<BR>&nbsp;&nbsp;&nbsp; PUSHBUTTON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&amp;Remover",XTP_IDC_RIBBONBUTTON_REMOVE,99,78,31,14<BR>&nbsp;&nbsp;&nbsp; LISTBOX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_IDC_RIBBONLIST_QUICKACCESS,134,32,91,84,LBS_SORT | <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LBS_OWNERDRAWFIXED | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WS_TABSTOP<BR>&nbsp;&nbsp;&nbsp; PUSHBUTTON&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "Re&amp;definir tudo",XTP_IDC_RIBBONBUTTON_RESET,134,119,52,14<BR>&nbsp;&nbsp;&nbsp; CONTROL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&amp;Colocar a barra de Acesso Rápido abaixo do Ribbon",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTP_IDC_RIBBONCHECK_SHOWQUICKACCESSBELOW,"Button",BS_AUTOCHECKBOX | <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WS_TABSTOP,4,136,221,12<BR>END</P><P>/////////////////////////////////////////////////////////////////////////////<BR>//<BR>// String Table<BR>//</P><P>STRINGTABLE DISCARDABLE <BR>BEGIN<BR>&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCONTROLQUICKACCESS&nbsp;&nbsp;&nbsp;&nbsp; "\nPersonalizar a barra Acesso Rápido"<BR>&nbsp;&nbsp;&nbsp; XTP_ID_RIBBONCONTROLQUICKACCESSMORE "\nMais controles"<BR>&nbsp;&nbsp;&nbsp; XTP_IDS_RIBBONCUSTOMIZE_CONFIRMRESET "Você tem certesa que deseja retornar a barra de Acesso Rápido aos padrões? Esta ação fará com que todas as customizações sejam excluídas."<BR>END<BR>#endif // !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)<BR></P>]]>
   </description>
   <pubDate>Wed, 22 Aug 2007 14:53:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25333&amp;title=change-languge#25333</guid>
  </item> 
  <item>
   <title><![CDATA[Change languge : Ok, thanks  I will send to you......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25303&amp;title=change-languge#25303</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1420">re.tf</a><br /><strong>Subject:</strong> 7841<br /><strong>Posted:</strong> 22 August 2007 at 8:17am<br /><br />Ok, thanks <DIV>I will send to you...<img src="https://forum.codejock.com/smileys/smiley4.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Wed, 22 Aug 2007 08:17:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25303&amp;title=change-languge#25303</guid>
  </item> 
  <item>
   <title><![CDATA[Change languge : Hello,  Some parts was not translated...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25290&amp;title=change-languge#25290</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7841<br /><strong>Posted:</strong> 22 August 2007 at 2:59am<br /><br />Hello,<DIV>&nbsp;</DIV><DIV>Some parts was not translated yet :( </DIV><DIV>You can manually translate Source\Ribbon\res\Resource_pt_BR.rc&nbsp; file and we will very appreciate if you send us translation then.</DIV>]]>
   </description>
   <pubDate>Wed, 22 Aug 2007 02:59:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25290&amp;title=change-languge#25290</guid>
  </item> 
  <item>
   <title><![CDATA[Change languge : Hi, thanks,   Now some ctrl&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25283&amp;title=change-languge#25283</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1420">re.tf</a><br /><strong>Subject:</strong> 7841<br /><strong>Posted:</strong> 21 August 2007 at 3:29pm<br /><br />Hi, thanks, <DIV>&nbsp;</DIV><DIV>Now some ctrl's is in PT but the Ribbon stay&nbsp;is in EN.</DIV><DIV>&nbsp;</DIV><DIV>Have any idea?</DIV><DIV>&nbsp;</DIV><DIV>see:</DIV><DIV>&nbsp;</DIV><DIV>Thanks<img src="https://forum.codejock.com/uploads/20070821_152909_see.gif" border="0"></DIV>]]>
   </description>
   <pubDate>Tue, 21 Aug 2007 15:29:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25283&amp;title=change-languge#25283</guid>
  </item> 
  <item>
   <title><![CDATA[Change languge : Hi, thanks,  Now some ctrl&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25282&amp;title=change-languge#25282</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1420">re.tf</a><br /><strong>Subject:</strong> 7841<br /><strong>Posted:</strong> 21 August 2007 at 3:20pm<br /><br />Hi, thanks,<DIV>&nbsp;</DIV><DIV>Now some ctrl's is in PT but the Ribbon stay&nbsp;is in EN.</DIV><DIV>&nbsp;</DIV><DIV>Have any idea?</DIV><DIV>&nbsp;</DIV><DIV>Thaks</DIV>]]>
   </description>
   <pubDate>Tue, 21 Aug 2007 15:20:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25282&amp;title=change-languge#25282</guid>
  </item> 
  <item>
   <title><![CDATA[Change languge : Hello, Open project settings,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25280&amp;title=change-languge#25280</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7841<br /><strong>Posted:</strong> 21 August 2007 at 2:11pm<br /><br /><DIV>Hello,</DIV><DIV>Open project settings, go to Resource tabs and add directory yo includes.</DIV>]]>
   </description>
   <pubDate>Tue, 21 Aug 2007 14:11:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25280&amp;title=change-languge#25280</guid>
  </item> 
  <item>
   <title><![CDATA[Change languge : Hi,  thanks for help:  I have:...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25276&amp;title=change-languge#25276</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1420">re.tf</a><br /><strong>Subject:</strong> 7841<br /><strong>Posted:</strong> 21 August 2007 at 11:02am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>thanks for help:</DIV><DIV>&nbsp;</DIV><DIV>I have: <FONT color=#008080 size=2></DIV><P>C:\Arquivos de programas\Codejock Software\MFC\Xtreme ToolkitPro v11.1.3\Source </P><DIV></DIV><DIV>in my search path, but I did receive this error:</DIV><DIV>&nbsp;</DIV><FONT size=1><P>1&gt;------ Build started: Project: ucsms (tools\ucsms\ucsms), Configuration: Debug Win32 ------</P><P>1&gt;Compiling resources...</P><P>1&gt;.\res\ucsms.rc2(19) : fatal error RC1015: cannot open include file 'XTToolkitPro.rc'.</P><P>1&gt;Build log was saved at "file://e:\project-ucs\_project\system\ucs\_Intermediate Directory\BuildLog.htm"</P><P>1&gt;ucsms - 1 error(s), 0 warning(s)</P><P>========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========</P><DIV></DIV><P>&nbsp;</P><P>if I put</P><DIV></DIV><FONT color=#0000ff size=2><P>#define</FONT><FONT size=2><FONT color=#000000> _XTP_RESOURCE_LANGUAGE pt_BR</FONT></P></FONT><FONT color=#0000ff size=2><P>#include</FONT><FONT color=#000000 size=2> </FONT><FONT color=#008080 size=2>&lt;XTToolkitPro.rc&gt;</P><DIV></DIV><DIV></DIV>I recive:<DIV></DIV><DIV></DIV><FONT size=1><P>1&gt;------ Build started: Project: ucsms (tools\ucsms\ucsms), Configuration: Debug Win32 ------</P><P>1&gt;Compiling resources...</P><P>1&gt;.\res\ucsms.rc2(19) : fatal error RC1015: cannot open include file 'XTToolkitPro.rc'.</P><P>1&gt;Build log was saved at "file://e:\project-ucs\_project\system\ucs\_Intermediate Directory\BuildLog.htm"</P><P>1&gt;ucsms - 1 error(s), 0 warning(s)</P><P>========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========</P><DIV></DIV><DIV></DIV><DIV></DIV>my code:<DIV></DIV><DIV></DIV><FONT color=#008000 size=2><P>//</P><P>// ucsms.RC2 - resources Microsoft Visual C++ does not edit directly</P><P>//</P></FONT><FONT color=#0000ff size=2><P>#ifdef</FONT><FONT size=2><FONT color=#000000> APSTUDIO_INVOKED</FONT></P></FONT><FONT color=#0000ff size=2><P>#error</FONT><FONT size=2><FONT color=#000000> this file is not editable by Microsoft Visual C++</FONT></P></FONT><FONT color=#0000ff size=2><P>#endif</FONT><FONT color=#000000 size=2> </FONT><FONT color=#008000 size=2>//APSTUDIO_INVOKED</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P><P>/////////////////////////////////////////////////////////////////////////////</P><P>// Add manually edited resources here...</P><P>/////////////////////////////////////////////////////////////////////////////</P></FONT><FONT color=#0000ff size=2><P>#define</FONT><FONT size=2><FONT color=#000000> _XTP_RESOURCE_LANGUAGE pt_BR</FONT></P></FONT><FONT color=#0000ff size=2><P>#include</FONT><FONT color=#000000 size=2> </FONT><FONT color=#008080 size=2>"XTToolkitPro.rc"</P><DIV></DIV><DIV>thanks</DIV></FONT></FONT></FONT></FONT></FONT>]]>
   </description>
   <pubDate>Tue, 21 Aug 2007 11:02:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25276&amp;title=change-languge#25276</guid>
  </item> 
  <item>
   <title><![CDATA[Change languge : Hi,  1. In res\xxx.rc2 file...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25268&amp;title=change-languge#25268</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7841<br /><strong>Posted:</strong> 21 August 2007 at 1:41am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>1. In res\xxx.rc2 file add</DIV><DIV>&nbsp;</DIV><DIV>#define _XTP_RESOURCE_LANGUAGE pt_BR<BR>#include "XTToolkitPro.rc"<BR></DIV><DIV>&nbsp;</DIV><DIV>2. in App::InitInstance() add</DIV><DIV>&nbsp;</DIV><DIV>XTPResourceManager()-&gt;SetResourceHandle(AfxGetInstanceHandle());<BR></DIV>]]>
   </description>
   <pubDate>Tue, 21 Aug 2007 01:41:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7841&amp;PID=25268&amp;title=change-languge#25268</guid>
  </item> 
 </channel>
</rss>