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

📄 thread_loc.rss

📁 这是Symbian平台实现多线程的实例.对初学者非常有帮助.
💻 RSS
字号:
/*
* ============================================================================
*  Name     : Thread_loc.rss Thread_loc resource file
*  Part of  : Thread
*  Created  : 12.1.2005 by Forum Nokia
*  Version  : 1.0
*  Copyright: Nokia Corporation
* ============================================================================
*/

NAME THAO

#include <eikon.rh>
#include <avkon.rh>
#include <avkon.rsg>
#include <appinfo.rh>

#include "Thread.loc"

//----------------------------------------------------
//   
//    r_thread_localisable_app_info
//
//----------------------------------------------------
//
RESOURCE LOCALISABLE_APP_INFO r_thread_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 = 2;
        icon_file = "\\resource\\apps\\Thread.mbm";
		};
    }

⌨️ 快捷键说明

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