Reformat the RC Files of the cpls to use rsrc.rc for including additional languages.

*Nameofcpl*.rc should be LANG_NEUTRAL SUBLANG_NEUTRAL.
Add manifest.xml to all CPLs to support skinning from now on.

svn path=/trunk/; revision=29025
This commit is contained in:
Daniel Reimer 2007-09-13 11:40:16 +00:00
parent 612cdea22b
commit c182bbd8d8
40 changed files with 551 additions and 199 deletions

View file

@ -9,19 +9,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_STR_ORIGINAL_FILENAME "access.cpl\0"
#include <reactos/version.rc>
123 24 DISCARDABLE "manifest.xml"
IDI_CPLACCESS ICON "resources/applet.ico"
#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/ja-JP.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "rsrc.rc"

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="ReactOS.System.ControlPanel.System"
type="win32"
/>
<description>ReactOS System Control Panel</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
<!-- EOF -->

View file

@ -0,0 +1,15 @@
#include <windows.h>
#include "resource.h"
#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/ja-JP.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"

View file

@ -1,6 +1,8 @@
#include "resource.h"
#include <windows.h>
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Software Control Panel\0"
#define REACTOS_STR_INTERNAL_NAME "appwiz\0"
@ -11,30 +13,8 @@
#include <reactos/version.rc>
#endif
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
123 24 DISCARDABLE "manifest.xml"
IDI_CPLSYSTEM ICON "resources/applet.ico"
/*
* Everything specific to any language goes in one of the specific
* files. Note that you can and may override resources which also have
* a neutral version. This is to get localized bitmaps for example.
*/
#include "lang/bg-BG.rc"
#include "lang/cs-CZ.rc"
#include "lang/da-DK.rc"
#include "lang/de-DE.rc"
#include "lang/el-GR.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/ja-JP.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/th-TH.rc"
#include "lang/uk-UA.rc"
#include "rsrc.rc"

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="ReactOS.System.ControlPanel.System"
type="win32"
/>
<description>ReactOS System Control Panel</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
<!-- EOF -->

View file

@ -0,0 +1,20 @@
#include "resource.h"
#include <windows.h>
#include "lang/bg-BG.rc"
#include "lang/cs-CZ.rc"
#include "lang/da-DK.rc"
#include "lang/de-DE.rc"
#include "lang/el-GR.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/ja-JP.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/th-TH.rc"
#include "lang/uk-UA.rc"

View file

@ -10,24 +10,10 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_STR_ORIGINAL_FILENAME "desk.cpl\0"
#include <reactos/version.rc>
123 24 DISCARDABLE "manifest.xml"
IDC_DESK_ICON ICON "resources/applet.ico"
IDC_DESK_ICON2 ICON "resources/applet.ico"
IDC_MONITOR BITMAP "resources/monitor.bmp"
#include "lang/bg-BG.rc"
#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
#include "lang/el-GR.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/ja-JP.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/sv-SE.rc"
#include "lang/uk-UA.rc"
#include "rsrc.rc"

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="ReactOS.System.ControlPanel.System"
type="win32"
/>
<description>ReactOS System Control Panel</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
<!-- EOF -->

View file

@ -0,0 +1,19 @@
#include <windows.h>
#include "resource.h"
#include "lang/bg-BG.rc"
#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
#include "lang/el-GR.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/ja-JP.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/sv-SE.rc"
#include "lang/uk-UA.rc"

View file

@ -1,5 +1,4 @@
#include <windows.h>
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
@ -15,6 +14,8 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#include <reactos/version.rc>
#endif
123 24 DISCARDABLE "manifest.xml"
IDI_CPLICON ICON "resources/applet.ico"
#include "rsrc.rc"

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="ReactOS.System.ControlPanel.System"
type="win32"
/>
<description>ReactOS System Control Panel</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
<!-- EOF -->

View file

@ -1,8 +1,10 @@
#include "resource.h"
#include <windows.h>
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Software Control Panel\0"
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Language Control Panel\0"
#define REACTOS_STR_INTERNAL_NAME "input\0"
#define REACTOS_STR_ORIGINAL_FILENAME "input.dll\0"
#ifdef _MSC_VER
@ -11,20 +13,12 @@
#include <reactos/version.rc>
#endif
123 24 DISCARDABLE "manifest.xml"
IDI_KEYBOARD_ICO ICON "resources/keyboard.ico"
IDI_MARKER_ICO ICON "resources/marker.ico"
IDI_MIC_ICO ICON "resources/microphone.ico"
IDI_KEY_SHORT_ICO ICON "resources/keyboard-shortcuts.ico"
IDI_INFO_ICO ICON "resources/information.ico"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
/*
* Everything specific to any language goes in one of the specific
* files. Note that you can and may override resources which also have
* a neutral version. This is to get localized bitmaps for example.
*/
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/uk-UA.rc"
#include "rsrc.rc"

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="ReactOS.System.ControlPanel.System"
type="win32"
/>
<description>ReactOS System Control Panel</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
<!-- EOF -->

View file

@ -0,0 +1,6 @@
#include <windows.h>
#include "resource.h"
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/uk-UA.rc"

View file

@ -4,33 +4,13 @@
#include "resource.h"
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Control Panel\0"
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Regional Settings Control Panel\0"
#define REACTOS_STR_INTERNAL_NAME "intl\0"
#define REACTOS_STR_ORIGINAL_FILENAME "intl.cpl\0"
#include <reactos/version.rc>
123 24 DISCARDABLE "manifest.xml"
IDC_CPLICON ICON "resources/applet.ico"
/*
* Everything specific to any language goes in one of the specific
* files. Note that you can and may override resources which also have
* a neutral version. This is to get localized bitmaps for example.
*/
//#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
//#include "lang/el-GR.rc"
#include "lang/en-US.rc"
//#include "lang/es-ES.rc"
//#include "lang/fr-FR.rc"
//#include "lang/hu-HU.rc"
//#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
//#include "lang/ja-JP.rc"
//#include "lang/nl-NL.rc"
#include "lang/ru-RU.rc"
//#include "lang/sv-SE.rc"
#include "lang/uk-UA.rc"
#include "rsrc.rc"

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="ReactOS.System.ControlPanel.System"
type="win32"
/>
<description>ReactOS System Control Panel</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
<!-- EOF -->

View file

@ -0,0 +1,17 @@
#include <windows.h>
#include "resource.h"
//#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
//#include "lang/el-GR.rc"
#include "lang/en-US.rc"
//#include "lang/es-ES.rc"
//#include "lang/fr-FR.rc"
//#include "lang/hu-HU.rc"
//#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
//#include "lang/ja-JP.rc"
//#include "lang/nl-NL.rc"
#include "lang/ru-RU.rc"
//#include "lang/sv-SE.rc"
#include "lang/uk-UA.rc"

View file

@ -3,21 +3,16 @@
#include <windows.h>
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Sample Control Panel\0"
#define REACTOS_STR_INTERNAL_NAME "cplsample\0"
#define REACTOS_STR_ORIGINAL_FILENAME "cplsample.cpl\0"
#include <reactos/version.rc>
123 24 DISCARDABLE "manifest.xml"
IDC_CPLICON_1 ICON "resources/cpl_icon1.ico"
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/ja-JP.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/uk-UA.rc"
#include "rsrc.rc"

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="ReactOS.System.ControlPanel.System"
type="win32"
/>
<description>ReactOS System Control Panel</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
<!-- EOF -->

View file

@ -0,0 +1,12 @@
#include <windows.h>
#include "resource.h"
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/ja-JP.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/uk-UA.rc"

View file

@ -3,17 +3,16 @@
#include <windows.h>
#include "resource.h"
/* define language neutral resources */
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Sample Control Panel\0"
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Keyboard Control Panel\0"
#define REACTOS_STR_INTERNAL_NAME "main\0"
#define REACTOS_STR_ORIGINAL_FILENAME "main.cpl\0"
#include <reactos/version.rc>
123 24 DISCARDABLE "manifest.xml"
IDC_CPLICON_1 ICON "resources/mouse.ico"
IDC_CPLICON_2 ICON "resources/keyboard.ico"
IDI_FOLDER_OPEN ICON "resources/folder_open.ico"
@ -21,19 +20,4 @@ IDI_FOLDER_CLOSED ICON "resources/folder_closed.ico"
IDI_MOUSE_LEFT ICON "resources/mouse_left.ico"
IDI_MOUSE_RIGHT ICON "resources/mouse_right.ico"
/* include localised resources */
#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/ja-JP.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/uk-UA.rc"
#include "rsrc.rc"

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="ReactOS.System.ControlPanel.System"
type="win32"
/>
<description>ReactOS System Control Panel</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
<!-- EOF -->

View file

@ -0,0 +1,16 @@
#include <windows.h>
#include "resource.h"
#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/ja-JP.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/uk-UA.rc"

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="ReactOS.System.ControlPanel.System"
type="win32"
/>
<description>ReactOS System Control Panel</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
<!-- EOF -->

View file

@ -1,12 +1,15 @@
#include <windows.h>
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Multimedia Control Panel\0"
#define REACTOS_STR_INTERNAL_NAME "mmsys\0"
#define REACTOS_STR_ORIGINAL_FILENAME "mmsys.cpl\0"
#include <reactos/version.rc>
123 24 DISCARDABLE "manifest.xml"
IDI_CPLICON ICON "resources/mmsys.ico"
IDI_MUTED_ICON ICON "resources/muted.ico"

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="ReactOS.System.ControlPanel.System"
type="win32"
/>
<description>ReactOS System Control Panel</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
<!-- EOF -->

View file

@ -1,34 +1,20 @@
/* $Id$ */
#include "resource.h"
#include <windows.h>
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Network Control Panel\0"
#define REACTOS_STR_INTERNAL_NAME "ncpa\0"
#define REACTOS_STR_ORIGINAL_FILENAME "ncpa.cpl\0"
123 24 DISCARDABLE "manifest.xml"
IDI_CPLSYSTEM ICON "resources/applet.ico"
IDI_HORIZONTAL ICON "resources/HORIZ.ICO"
IDI_VERTICAL ICON "resources/VERTIC.ICO"
IDI_NETSTAT ICON "resources/NETCONN.ICO"
#include "lang/bg-BG.rc"
#include "lang/cs-CZ.rc"
#include "lang/da-DK.rc"
#include "lang/de-DE.rc"
#include "lang/el-GR.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/ja-JP.rc"
#include "lang/nb-NO.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/sv-SE.rc"
#include "lang/uk-UA.rc"
#include "rsrc.rc"

View file

@ -0,0 +1,21 @@
#include <windows.h>
#include "resource.h"
#include "lang/bg-BG.rc"
#include "lang/cs-CZ.rc"
#include "lang/da-DK.rc"
#include "lang/de-DE.rc"
#include "lang/el-GR.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/ja-JP.rc"
#include "lang/nb-NO.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/sv-SE.rc"
#include "lang/uk-UA.rc"

View file

@ -1,4 +1,3 @@
#include <windows.h>
#include "resource.h"

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="ReactOS.System.ControlPanel.System"
type="win32"
/>
<description>ReactOS System Control Panel</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
<!-- EOF -->

View file

@ -3,25 +3,19 @@
#include <windows.h>
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Power Management Control Panel\0"
#define REACTOS_STR_INTERNAL_NAME "powercfg\0"
#define REACTOS_STR_ORIGINAL_FILENAME "powercfg.cpl\0"
#include <reactos/version.rc>
123 24 DISCARDABLE "manifest.xml"
IDI_AC ICON "resources/ac.ico"
IDI_ACDC ICON "resources/acdc.ico"
IDI_DC ICON "resources/dc.ico"
IDI_SCREEN ICON "resources/screen.ico"
#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/fr-FR.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/th-TH.rc"
#include "lang/uk-UA.rc"
#include "rsrc.rc"

View file

@ -0,0 +1,14 @@
#include <windows.h>
#include "resource.h"
#include "lang/cs-CZ.rc"
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/fr-FR.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/th-TH.rc"
#include "lang/uk-UA.rc"

View file

@ -0,0 +1,21 @@
#include <windows.h>
#include "resource.h"
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/fr-FR.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/uk-UA.rc"
/*
#include "lang/cs-CZ.rc"
#include "lang/da-DK.rc"
#include "lang/es-ES.rc"
#include "lang/hu-HU.rc"
#include "lang/ja-JP.rc"
#include "lang/nl-NL.rc"
#include "lang/sv-SE.rc"
*/

View file

@ -2,7 +2,7 @@
#include <commctrl.h>
#include "resource.h"
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS System Applet\0"
@ -13,30 +13,11 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
123 24 DISCARDABLE "manifest.xml"
IDI_CPLSYSTEM ICON "resources/applet.ico"
IDI_USERPROF ICON "resources/devmgr.ico"
IDI_HARDPROF ICON "resources/devmgr.ico"
IDI_DEVMGR ICON "resources/devmgr.ico"
IDB_ROSBMP BITMAP "resources/rosbitmap.bmp"
RC_LICENSE RTDATA "resources/gpl.txt"
#include "lang/de-DE.rc"
#include "lang/en-US.rc"
#include "lang/fr-FR.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/uk-UA.rc"
/*
#include "lang/cs-CZ.rc"
#include "lang/da-DK.rc"
#include "lang/es-ES.rc"
#include "lang/hu-HU.rc"
#include "lang/ja-JP.rc"
#include "lang/nl-NL.rc"
#include "lang/sv-SE.rc"
*/
#include "rsrc.rc"

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="ReactOS.System.ControlPanel.System"
type="win32"
/>
<description>ReactOS System Control Panel</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
<!-- EOF -->

View file

@ -0,0 +1,22 @@
#include <windows.h>
#include "resource.h"
#include "lang/bg-BG.rc"
#include "lang/cs-CZ.rc"
#include "lang/da-DK.rc"
#include "lang/de-DE.rc"
#include "lang/el-GR.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/ja-JP.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/sk-SK.rc"
#include "lang/sv-SE.rc"
#include "lang/th-TH.rc"
#include "lang/uk-UA.rc"

View file

@ -1,37 +1,18 @@
#include <windows.h>
#include <commctrl.h>
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS time/date Control Panel\0"
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Time/Date Control Panel\0"
#define REACTOS_STR_INTERNAL_NAME "timedate\0"
#define REACTOS_STR_ORIGINAL_FILENAME "timedate.cpl\0"
//#include <reactos/version.rc>
#include <reactos/version.rc>
123 24 DISCARDABLE "manifest.xml"
IDC_CPLICON ICON "resources/applet.ico"
IDC_WORLD BITMAP "resources/world.bmp"
#include "lang/bg-BG.rc"
#include "lang/cs-CZ.rc"
#include "lang/da-DK.rc"
#include "lang/de-DE.rc"
#include "lang/el-GR.rc"
#include "lang/en-US.rc"
#include "lang/es-ES.rc"
#include "lang/fr-FR.rc"
#include "lang/hu-HU.rc"
#include "lang/id-ID.rc"
#include "lang/it-IT.rc"
#include "lang/ja-JP.rc"
#include "lang/nl-NL.rc"
#include "lang/pl-PL.rc"
#include "lang/ru-RU.rc"
#include "lang/sk-SK.rc"
#include "lang/sv-SE.rc"
#include "lang/th-TH.rc"
#include "lang/uk-UA.rc"
#include "rsrc.rc"

View file

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version="1.0.0.0"
processorArchitecture="X86"
name="ReactOS.System.ControlPanel.System"
type="win32"
/>
<description>ReactOS System Control Panel</description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.Windows.Common-Controls"
version="6.0.0.0"
processorArchitecture="X86"
publicKeyToken="6595b64144ccf1df"
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>
<!-- EOF -->

View file

@ -0,0 +1,5 @@
#include <windows.h>
#include "resource.h"
#include "lang/en-US.rc"
#include "lang/ru-RU.rc"

View file

@ -7,12 +7,11 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS User Manager Panel\0"
#define REACTOS_STR_INTERNAL_NAME "usrmgr\0"
#define REACTOS_STR_ORIGINAL_FILENAME "usrmgr.cpl\0"
#include <reactos/version.rc>
123 24 DISCARDABLE "manifest.xml"
IDC_USRMGR_ICON ICON "resources/applet.ico"
IDC_USRMGR_ICON2 ICON "resources/applet.ico"
#include "lang/en-US.rc"
#include "lang/ru-RU.rc"
#include "rsrc.rc"