chinesedisplay.loc
来自「This C++ application demonstrates how to」· LOC 代码 · 共 39 行
LOC
39 行
/*
* ============================================================================
* Name : ChineseDisplay.loc
* Part of : ChineseDisplay
* Created : 18.3.2003 by Forum Nokia
* Description:
* This is a localisation file for ChineseDisplayApp
* -------------------------------------------------------------------
* Version :
* Copyright: Nokia Corporation, 2003
* ============================================================================
*/
#ifndef __CHINESE_DISPLAY_LOC__
#define __CHINESE_DISPLAY_LOC__
//===========================================================================
// The Text in source file are encoded in UTF-8. This is very important to
// make Chinese characters displayed correctly in Symbian applications
//===========================================================================
CHARACTER_SET UTF8
#ifdef LANGUAGE_01
#include "Language.l01"
#endif
#ifdef LANGUAGE_29
#include "Language.l29"
#endif
#ifdef LANGUAGE_30
#include "Language.l30"
#endif
#ifdef LANGUAGE_31
#include "Language.l31"
#endif
#endif // __CHINESE_DISPLAY_LOC__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?