Merge pull request #1052 from hpwamr/MUI_dev

MUI - Add Code-page tags '// encoding: cpxxx" (adjust.)
This commit is contained in:
Pairi Daiza 2019-03-16 17:35:52 +01:00 committed by GitHub
commit 465fca75e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
61 changed files with 154 additions and 154 deletions

View File

@ -3,21 +3,21 @@
static LNG_MENU_T s_LanguageMenu[] =
{
{ MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), L"English (United States)\t\t\t[%s]" },
{ MAKELANGID(LANG_AFRIKAANS, SUBLANG_AFRIKAANS_SOUTH_AFRICA), L"Afrikaans (Suid-Afrika)\t\t\t[%s]" },
{ MAKELANGID(LANG_BELARUSIAN, SUBLANG_BELARUSIAN_BELARUS), L"Беларускі (Беларусь)\t\t\t[%s]" },
{ MAKELANGID(LANG_GERMAN, SUBLANG_GERMAN), L"Deutsch (Deutschland)\t\t\t[%s]" },
{ MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_UK), L"English (United Kingdom)\t\t\t[%s]" },
{ MAKELANGID(LANG_SPANISH, SUBLANG_SPANISH_MODERN), L"Español (España)\t\t\t[%s]" },
{ MAKELANGID(LANG_FRENCH, SUBLANG_FRENCH), L"Français (France)\t\t\t[%s]" },
{ MAKELANGID(LANG_HUNGARIAN, SUBLANG_HUNGARIAN_HUNGARY), L"Magyar (Magyarország)\t\t\t[%s]" },
{ MAKELANGID(LANG_ITALIAN, SUBLANG_ITALIAN), L"Italiano (Italia)\t\t\t[%s]" },
{ MAKELANGID(LANG_JAPANESE, SUBLANG_JAPANESE_JAPAN), L"日本語(日本)\t\t\t[%s]" },
{ MAKELANGID(LANG_KOREAN, SUBLANG_KOREAN), L"한국어 (대한민국)\t\t\t[%s]" },
{ MAKELANGID(LANG_DUTCH, SUBLANG_DUTCH), L"Nederlands (Nederland)\t\t\t[%s]" },
{ MAKELANGID(LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN), L"Português (Brasil)\t\t\t[%s]" },
{ MAKELANGID(LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA), L"Русский (Pоссия)\t\t\t[%s]" },
{ MAKELANGID(LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED), L"中文(中国)\t\t\t[%s]" }
{ MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_US), L"English (United States)\t\t\t[%s]" },
{ MAKELANGID(LANG_AFRIKAANS, SUBLANG_AFRIKAANS_SOUTH_AFRICA), L"Afrikaans (Suid-Afrika)\t\t\t[%s]" },
{ MAKELANGID(LANG_BELARUSIAN, SUBLANG_BELARUSIAN_BELARUS), L"Беларускі (Беларусь)\t\t\t[%s]" },
{ MAKELANGID(LANG_GERMAN, SUBLANG_GERMAN), L"Deutsch (Deutschland)\t\t\t[%s]" },
{ MAKELANGID(LANG_ENGLISH, SUBLANG_ENGLISH_UK), L"English (United Kingdom)\t\t\t[%s]" },
{ MAKELANGID(LANG_SPANISH, SUBLANG_SPANISH_MODERN), L"Español (España)\t\t\t[%s]" },
{ MAKELANGID(LANG_FRENCH, SUBLANG_FRENCH), L"Français (France)\t\t\t[%s]" },
{ MAKELANGID(LANG_HUNGARIAN, SUBLANG_HUNGARIAN_HUNGARY), L"Magyar (Magyarország)\t\t\t[%s]" },
{ MAKELANGID(LANG_ITALIAN, SUBLANG_ITALIAN), L"Italiano (Italia)\t\t\t[%s]" },
{ MAKELANGID(LANG_JAPANESE, SUBLANG_JAPANESE_JAPAN), L"日本語(日本)\t\t\t[%s]" },
{ MAKELANGID(LANG_KOREAN, SUBLANG_KOREAN), L"한국어 (대한민국)\t\t\t[%s]" },
{ MAKELANGID(LANG_DUTCH, SUBLANG_DUTCH), L"Nederlands (Nederland)\t\t\t[%s]" },
{ MAKELANGID(LANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN), L"Português (Brasil)\t\t\t[%s]" },
{ MAKELANGID(LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA), L"Русский (Pоссия)\t\t\t[%s]" },
{ MAKELANGID(LANG_CHINESE_SIMPLIFIED, SUBLANG_CHINESE_SIMPLIFIED), L"中文(中国)\t\t\t[%s]" }
};
#endif //_LANGUAGE_MENUS_H_

View File

@ -17,8 +17,8 @@
// Belarusian (Belarus) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_BEL)
LANGUAGE LANG_BELARUSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_BELARUSIAN, SUBLANG_BELARUSIAN_BELARUS
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Belarusian (Belarus) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_BEL)
LANGUAGE LANG_BELARUSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_BELARUSIAN, SUBLANG_BELARUSIAN_BELARUS
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Belarusian (Belarus) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_BEL)
LANGUAGE LANG_BELARUSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_BELARUSIAN, SUBLANG_BELARUSIAN_BELARUS
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Belarusian (Belarus) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_BEL)
LANGUAGE LANG_BELARUSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_BELARUSIAN, SUBLANG_BELARUSIAN_BELARUS
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Belarusian (Belarus) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_BEL)
LANGUAGE LANG_BELARUSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_BELARUSIAN, SUBLANG_BELARUSIAN_BELARUS
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Belarusian (Belarus) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_BEL)
LANGUAGE LANG_BELARUSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_BELARUSIAN, SUBLANG_BELARUSIAN_BELARUS
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Hungarian (Hungary) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
#pragma code_page(1250) // Central European (Windows-1250)
LANGUAGE LANG_HUNGARIAN, SUBLANG_HUNGARIAN_HUNGARY
#pragma code_page(1250) // Central European (Windows-1250)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Hungarian (Hungary) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
#pragma code_page(1250) // Central European (Windows-1250)
LANGUAGE LANG_HUNGARIAN, SUBLANG_HUNGARIAN_HUNGARY
#pragma code_page(1250) // Central European (Windows-1250)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Hungarian (Hungary) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
#pragma code_page(1250) // Central European (Windows-1250)
LANGUAGE LANG_HUNGARIAN, SUBLANG_HUNGARIAN_HUNGARY
#pragma code_page(1250) // Central European (Windows-1250)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Hungarian (Hungary) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
#pragma code_page(1250) // Central European (Windows-1250)
LANGUAGE LANG_HUNGARIAN, SUBLANG_HUNGARIAN_HUNGARY
#pragma code_page(1250) // Central European (Windows-1250)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Hungarian (Hungary) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
#pragma code_page(1250) // Central European (Windows-1250)
LANGUAGE LANG_HUNGARIAN, SUBLANG_HUNGARIAN_HUNGARY
#pragma code_page(1250) // Central European (Windows-1250)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Hungarian (Hungary) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
#pragma code_page(1250) // Central European (Windows-1250)
LANGUAGE LANG_HUNGARIAN, SUBLANG_HUNGARIAN_HUNGARY
#pragma code_page(1250) // Central European (Windows-1250)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-932
// encoding: Shift_JIS
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Japanese (Japan) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
#pragma code_page(932) // Japanese (Shift-JIS)
LANGUAGE LANG_JAPANESE, SUBLANG_JAPANESE_JAPAN
#pragma code_page(932) // Japanese (Shift-JIS)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-932
// encoding: Shift_JIS
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Japanese (Japan) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
#pragma code_page(932) // Japanese (Shift-JIS)
LANGUAGE LANG_JAPANESE, SUBLANG_JAPANESE_JAPAN
#pragma code_page(932) // Japanese (Shift-JIS)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-932
// encoding: Shift_JIS
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Japanese (Japan) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
#pragma code_page(932) // Japanese (Shift-JIS)
LANGUAGE LANG_JAPANESE, SUBLANG_JAPANESE_JAPAN
#pragma code_page(932) // Japanese (Shift-JIS)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-932
// encoding: Shift_JIS
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Japanese (Japan) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
#pragma code_page(932) // Japanese (Shift-JIS)
LANGUAGE LANG_JAPANESE, SUBLANG_JAPANESE_JAPAN
#pragma code_page(932) // Japanese (Shift-JIS)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-932
// encoding: Shift_JIS
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Japanese (Japan) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
#pragma code_page(932) // Japanese (Shift-JIS)
LANGUAGE LANG_JAPANESE, SUBLANG_JAPANESE_JAPAN
#pragma code_page(932) // Japanese (Shift-JIS)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-932
// encoding: Shift_JIS
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Japanese (Japan) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
#pragma code_page(932) // Japanese (Shift-JIS)
LANGUAGE LANG_JAPANESE, SUBLANG_JAPANESE_JAPAN
#pragma code_page(932) // Japanese (Shift-JIS)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-949
// encoding: UHC
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -18,7 +18,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-949
// encoding: UHC
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -18,7 +18,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-949
// encoding: UHC
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -18,7 +18,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-949
// encoding: UHC
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -18,7 +18,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-949
// encoding: UHC
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -18,7 +18,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-949
// encoding: UHC
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -18,7 +18,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Russian (Russia) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Russian (Russia) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Russian (Russia) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Russian (Russia) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Russian (Russia) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Russian (Russia) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-936
// encoding: GBK
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Chinese (Simplified, PRC) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK)
LANGUAGE LANG_CHINESE_SIMPLIFIED, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK-936)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-936
// encoding: GBK
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Chinese (Simplified, PRC) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK)
LANGUAGE LANG_CHINESE_SIMPLIFIED, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK-936)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-936
// encoding: GBK
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Chinese (Simplified, PRC) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK)
LANGUAGE LANG_CHINESE_SIMPLIFIED, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK-936)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-936
// encoding: GBK
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Chinese (Simplified, PRC) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK)
LANGUAGE LANG_CHINESE_SIMPLIFIED, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK-936)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-936
// encoding: GBK
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Chinese (Simplified, PRC) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK)
LANGUAGE LANG_CHINESE_SIMPLIFIED, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK-936)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-936
// encoding: GBK
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Chinese (Simplified, PRC) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK)
LANGUAGE LANG_CHINESE_SIMPLIFIED, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK-936)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Belarusian (Belarus) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_BEL)
LANGUAGE LANG_BELARUSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_BELARUSIAN, SUBLANG_BELARUSIAN_BELARUS
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Belarusian (Belarus) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_BEL)
LANGUAGE LANG_BELARUSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_BELARUSIAN, SUBLANG_BELARUSIAN_BELARUS
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Belarusian (Belarus) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_BEL)
LANGUAGE LANG_BELARUSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_BELARUSIAN, SUBLANG_BELARUSIAN_BELARUS
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Belarusian (Belarus) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_BEL)
LANGUAGE LANG_BELARUSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_BELARUSIAN, SUBLANG_BELARUSIAN_BELARUS
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Hungarian (Hungary) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
#pragma code_page(1250) // Central European (Windows-1250)
LANGUAGE LANG_HUNGARIAN, SUBLANG_HUNGARIAN_HUNGARY
#pragma code_page(1250) // Central European (Windows-1250)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Hungarian (Hungary) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
#pragma code_page(1250) // Central European (Windows-1250)
LANGUAGE LANG_HUNGARIAN, SUBLANG_HUNGARIAN_HUNGARY
#pragma code_page(1250) // Central European (Windows-1250)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Hungarian (Hungary) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
#pragma code_page(1250) // Central European (Windows-1250)
LANGUAGE LANG_HUNGARIAN, SUBLANG_HUNGARIAN_HUNGARY
#pragma code_page(1250) // Central European (Windows-1250)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Hungarian (Hungary) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_HUN)
LANGUAGE LANG_HUNGARIAN, SUBLANG_DEFAULT
#pragma code_page(1250) // Central European (Windows-1250)
LANGUAGE LANG_HUNGARIAN, SUBLANG_HUNGARIAN_HUNGARY
#pragma code_page(1250) // Central European (Windows-1250)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-932
// encoding: Shift_JIS
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Japanese (Japan) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
#pragma code_page(932) // Japanese (Shift-JIS)
LANGUAGE LANG_JAPANESE, SUBLANG_JAPANESE_JAPAN
#pragma code_page(932) // Japanese (Shift-JIS)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-932
// encoding: Shift_JIS
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Japanese (Japan) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
#pragma code_page(932) // Japanese (Shift-JIS)
LANGUAGE LANG_JAPANESE, SUBLANG_JAPANESE_JAPAN
#pragma code_page(932) // Japanese (Shift-JIS)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-932
// encoding: Shift_JIS
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Japanese (Japan) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
#pragma code_page(932) // Japanese (Shift-JIS)
LANGUAGE LANG_JAPANESE, SUBLANG_JAPANESE_JAPAN
#pragma code_page(932) // Japanese (Shift-JIS)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-932
// encoding: Shift_JIS
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Japanese (Japan) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_JPN)
LANGUAGE LANG_JAPANESE, SUBLANG_DEFAULT
#pragma code_page(932) // Japanese (Shift-JIS)
LANGUAGE LANG_JAPANESE, SUBLANG_JAPANESE_JAPAN
#pragma code_page(932) // Japanese (Shift-JIS)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-949
// encoding: UHC
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -18,7 +18,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-949
// encoding: UHC
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -18,7 +18,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-949
// encoding: UHC
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -18,7 +18,7 @@
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
LANGUAGE LANG_KOREAN, SUBLANG_KOREAN
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#pragma code_page(949) // Korean (Unified Hangul Code, UHC) (Windows-949)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-949
// encoding: UHC
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS

View File

@ -17,8 +17,8 @@
// Russian (Russia) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Russian (Russia) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Russian (Russia) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -17,8 +17,8 @@
// Russian (Russia) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_RUS)
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
#pragma code_page(1251) // Cyrillic (Windows-1251)
LANGUAGE LANG_RUSSIAN, SUBLANG_RUSSIAN_RUSSIA
#pragma code_page(1251) // Cyrillic (Windows-1251)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-936
// encoding: GBK
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Chinese (Simplified, PRC) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK-2312)
LANGUAGE LANG_CHINESE_SIMPLIFIED, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK-936)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-936
// encoding: GBK
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Chinese (Simplified, PRC) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK-2312)
LANGUAGE LANG_CHINESE_SIMPLIFIED, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK-936)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-936
// encoding: GBK
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Chinese (Simplified, PRC) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK-2312)
LANGUAGE LANG_CHINESE_SIMPLIFIED, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK-936)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////

View File

@ -1,5 +1,5 @@
// Microsoft Visual C++ generated resource script.
// encoding: CP-936
// encoding: GBK
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
@ -17,8 +17,8 @@
// Chinese (Simplified, PRC) resources
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK-2312)
LANGUAGE LANG_CHINESE_SIMPLIFIED, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(936) // Chinese Simplified (GBK-936)
#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////