⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 password_loc.rss.bak

📁 symbian S60 密码本源代码 主要用于保存用户网站,BBS网址,用户名以及密码
💻 BAK
字号:
// ====================================================================
// 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 = STRING_short_caption;
	caption_and_icon =
		{
		CAPTION_AND_ICON_INFO 
			{
			caption=STRING_r_Password_caption;
			//number_of_icons=3;
			//icon_file=STRING_r_Password_icon_path;
			}
		};
	}

 

⌨️ 快捷键说明

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