📄 dbmsexample.loc
字号:
/*
* ============================================================================
* Name : dbmsexample.loc
* Part of : DBMSexample
* Created : 02/28/2003 by Forum Nokia
* Description:
* This is a localisation file for DBMSexample
* A .loc file is the one and only place where the logical strings
* to be localised are defined.
* -------------------------------------------------------------------
* Version :
* Copyright: Nokia Corporation, 2003
* ============================================================================
*/
#define ENGLISH
// #define CHINESE
#ifdef ENGLISH
#include "language.l01"
#endif
#ifdef CHINESE
//===========================================================================
// 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
#include "language.l31"
#endif
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -