password_loc.rss

来自「symbian S60 密码本源代码 主要用于保存用户网站,BBS网址,用户名以」· RSS 代码 · 共 39 行

RSS
39
字号
// ====================================================================
// File: Password_loc.rss
// Created: 11/06/07
// Author: 
// Copyright (c): , All rights reserved
// ==================================================================== */

#include <appinfo.rh>
#include <appinfo.rh>
//#include "Counter_loc.rls"
#ifdef LANGUAGE_01
#include "en.loc"
#elif defined LANGUAGE_29
#include "tc.loc"
#elif defined LANGUAGE_30
//#include "hk.loc"
#include "tc.loc"
#elif defined LANGUAGE_31
#include "sc.loc"
#endif
//#include "Password_loc.rls"

RESOURCE LOCALISABLE_APP_INFO
	{
	short_caption = qtn_app_short_caption_string;
	caption_and_icon =
		{
		CAPTION_AND_ICON_INFO 
			{
			caption=qtn_app_caption_string;
			//number_of_icons=3;
			//icon_file=STRING_r_Password_icon_path;
			}
		};
	}

 

⌨️ 快捷键说明

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