handler_loc.rss

来自「symbian的S60平台上文件处理的例子」· RSS 代码 · 共 25 行

RSS
25
字号
// ====================================================================
// File: handler_loc.rss
// Created: 09/27/05
// Author: 
// Copyright (c): , All rights reserved
// ==================================================================== */

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

RESOURCE LOCALISABLE_APP_INFO
    {
    short_caption = STRING_short_caption;
    caption_and_icon =
        {
        CAPTION_AND_ICON_INFO 
            {
            caption=STRING_r_handler_caption;
            }
        };
    }

 

⌨️ 快捷键说明

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