mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
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:
parent
612cdea22b
commit
c182bbd8d8
40 changed files with 551 additions and 199 deletions
|
@ -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"
|
||||
|
|
24
reactos/dll/cpl/access/manifest.xml
Normal file
24
reactos/dll/cpl/access/manifest.xml
Normal 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 -->
|
15
reactos/dll/cpl/access/rsrc.rc
Normal file
15
reactos/dll/cpl/access/rsrc.rc
Normal 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"
|
|
@ -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"
|
||||
|
|
24
reactos/dll/cpl/appwiz/manifest.xml
Normal file
24
reactos/dll/cpl/appwiz/manifest.xml
Normal 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 -->
|
20
reactos/dll/cpl/appwiz/rsrc.rc
Normal file
20
reactos/dll/cpl/appwiz/rsrc.rc
Normal 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"
|
|
@ -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"
|
||||
|
|
24
reactos/dll/cpl/desk/manifest.xml
Normal file
24
reactos/dll/cpl/desk/manifest.xml
Normal 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 -->
|
19
reactos/dll/cpl/desk/rsrc.rc
Normal file
19
reactos/dll/cpl/desk/rsrc.rc
Normal 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"
|
|
@ -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"
|
||||
|
|
24
reactos/dll/cpl/hdwwiz/manifest.xml
Normal file
24
reactos/dll/cpl/hdwwiz/manifest.xml
Normal 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 -->
|
|
@ -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"
|
||||
|
|
24
reactos/dll/cpl/input/manifest.xml
Normal file
24
reactos/dll/cpl/input/manifest.xml
Normal 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 -->
|
6
reactos/dll/cpl/input/rsrc.rc
Normal file
6
reactos/dll/cpl/input/rsrc.rc
Normal 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"
|
|
@ -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"
|
||||
|
|
24
reactos/dll/cpl/intl/manifest.xml
Normal file
24
reactos/dll/cpl/intl/manifest.xml
Normal 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 -->
|
17
reactos/dll/cpl/intl/rsrc.rc
Normal file
17
reactos/dll/cpl/intl/rsrc.rc
Normal 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"
|
|
@ -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"
|
||||
|
|
24
reactos/dll/cpl/liccpa/manifest.xml
Normal file
24
reactos/dll/cpl/liccpa/manifest.xml
Normal 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 -->
|
12
reactos/dll/cpl/liccpa/rsrc.rc
Normal file
12
reactos/dll/cpl/liccpa/rsrc.rc
Normal 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"
|
|
@ -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"
|
||||
|
|
24
reactos/dll/cpl/main/manifest.xml
Normal file
24
reactos/dll/cpl/main/manifest.xml
Normal 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 -->
|
16
reactos/dll/cpl/main/rsrc.rc
Normal file
16
reactos/dll/cpl/main/rsrc.rc
Normal 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"
|
24
reactos/dll/cpl/mmsys/manifest.xml
Normal file
24
reactos/dll/cpl/mmsys/manifest.xml
Normal 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 -->
|
|
@ -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"
|
||||
|
|
24
reactos/dll/cpl/ncpa/manifest.xml
Normal file
24
reactos/dll/cpl/ncpa/manifest.xml
Normal 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 -->
|
|
@ -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"
|
||||
|
|
21
reactos/dll/cpl/ncpa/rsrc.rc
Normal file
21
reactos/dll/cpl/ncpa/rsrc.rc
Normal 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"
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
#include <windows.h>
|
||||
#include "resource.h"
|
||||
|
||||
|
|
24
reactos/dll/cpl/powercfg/manifest.xml
Normal file
24
reactos/dll/cpl/powercfg/manifest.xml
Normal 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 -->
|
|
@ -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"
|
||||
|
|
14
reactos/dll/cpl/powercfg/rsrc.rc
Normal file
14
reactos/dll/cpl/powercfg/rsrc.rc
Normal 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"
|
21
reactos/dll/cpl/sysdm/rsrc.rc
Normal file
21
reactos/dll/cpl/sysdm/rsrc.rc
Normal 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"
|
||||
*/
|
|
@ -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"
|
||||
|
|
24
reactos/dll/cpl/timedate/manifest.xml
Normal file
24
reactos/dll/cpl/timedate/manifest.xml
Normal 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 -->
|
22
reactos/dll/cpl/timedate/rsrc.rc
Normal file
22
reactos/dll/cpl/timedate/rsrc.rc
Normal 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"
|
|
@ -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"
|
||||
|
|
24
reactos/dll/cpl/usrmgr/manifest.xml
Normal file
24
reactos/dll/cpl/usrmgr/manifest.xml
Normal 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 -->
|
5
reactos/dll/cpl/usrmgr/rsrc.rc
Normal file
5
reactos/dll/cpl/usrmgr/rsrc.rc
Normal file
|
@ -0,0 +1,5 @@
|
|||
#include <windows.h>
|
||||
#include "resource.h"
|
||||
|
||||
#include "lang/en-US.rc"
|
||||
#include "lang/ru-RU.rc"
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue