rsctest.rss

来自「在手机操作系统symbina上使用的一个脚本扩展语言的代码实现,可以参考用于自己」· RSS 代码 · 共 35 行

RSS
35
字号
// Test.rss - English (UK and US)
//
// Last updated 26 July 2001.
// Copyright (c) 2000-2001 Symbian Ltd. All rights reserved.
//
// Test resource to illustrate the Crystal OPL SDK
// can compile resource files correctly

NAME OTST

#include <eikon.rh>
#include <eikon.rsg>
#include <eikon.mbg>

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF16 {buf="";}

#ifdef LANGUAGE_US
	RESOURCE TBUF Language_Name		{buf="English (US)";}
	RESOURCE TBUF Resource_Last_Updated_On	{buf="07/26/2001";}
#else
	RESOURCE TBUF Language_Name		{buf="English (UK)";}
	RESOURCE TBUF Resource_Last_Updated_On	{buf="26/07/2001";}
#endif

RESOURCE TBUF Test_Resource_1			{buf="One";}
RESOURCE TBUF Test_Resource_2			{buf="Two";}
RESOURCE TBUF Test_Resource_3			{buf="Three";}
#ifdef LANGUAGE_US
	RESOURCE TBUF Test_Resource_4		{buf="Four - color";}
#else
	RESOURCE TBUF Test_Resource_4		{buf="Four - colour";}
#endif
RESOURCE TBUF Test_Resource_5			{buf="Five";}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?