rtx.rss

来自「symbian系统」· RSS 代码 · 共 45 行

RSS
45
字号
/*
* ============================================================================
*  Name     : RTx.rss
*  Part of  : RTx
*  Created  : 2003. 08. 15. by (V) - Forum Nokia 
*  Description:
*     This file contains all the resources for the RTx.
*     
*  Version  : 1.x
*  Copyright: Nokia Corporation
* ============================================================================
*/

//  RESOURCE IDENTIFIER
NAME    BWIZ // 5 letter ID

//  INCLUDES

#include <eikon.rh>
#include "rtx.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>




//  RESOURCE DEFINITIONS 

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf=""; }

RESOURCE EIK_APP_INFO
    {
    cba=R_AVKON_SOFTKEYS_BACK;     
    }

RESOURCE TBUF256 r_type_ii_dialog_tbuf_demo_text 
    {
    buf = qtn_app_demo_text ;
    }
         
// End of File

⌨️ 快捷键说明

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