sipex_loc.rss

来自「an example for sip for symbian」· RSS 代码 · 共 31 行

RSS
31
字号
/*
* ==============================================================================
*  Name        : SIPEx_loc.rss
*  Part of     : SIPEx
*  Interface   : 
*  Description : 
*  Version     : 
*
*  Copyright (c) 2004-2006 Nokia Corporation.
*  This material, including documentation and any related 
*  computer programs, is protected by copyright controlled by 
*  Nokia Corporation.
* ==============================================================================
*/

#include "SIPEx.rls"
#include <appinfo.rh>

RESOURCE LOCALISABLE_APP_INFO r_sip_ex_localisable_app_info
	{
	short_caption = sip_ex_caption;
  	caption_and_icon = 
  	 		CAPTION_AND_ICON_INFO 
  			{ 
  			caption = sip_ex_caption;
  			number_of_icons = 1;
				icon_file =  "\\resource\\apps\\sipexample.mif";
                
  			};
	}

⌨️ 快捷键说明

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