s60v22hello.rss

来自「symbian平台进程间通信代码」· RSS 代码 · 共 54 行

RSS
54
字号
/*
============================================================================
 Name        : s60v22hello.rss
 Author      : 
 Version     :
 Copyright   : Your copyright notice
 Description : Application resource file
============================================================================
*/

//  Resource Identifier

NAME MHWA // 4 letter ID

//  Include Files
#include <eikon.rh>             // Global command ids
#include <avkon.rsg>            // Avkon resource ids
#include <avkon.rh>             // Avkon resource structure definitions
#include <avkon.mbg>            // Avkon bitmap ids
//#include "s60v22hello.hrh"      // Application command ids
//#include "s60v22hello.loc"      // Localized strings

//  Resource File Sigunature
RESOURCE RSS_SIGNATURE {}

//  Default Document Name
RESOURCE TBUF { buf=""; }

//  Application Information
RESOURCE EIK_APP_INFO {
    menubar = r_s60v22hello_menubar;
    cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
}

//---------------------------------------------------------------------------
//    R_S60V22HELLO_MENUBAR - Menu bar and menu pane
//---------------------------------------------------------------------------

RESOURCE MENU_BAR r_s60v22hello_menubar {
    titles = {
        MENU_TITLE { txt = "File"; menu_pane = r_s60v22hello_file_menu; }
    };
}


RESOURCE MENU_PANE r_s60v22hello_file_menu {
    items = {
            MENU_ITEM { txt = "Test"; command = EEikCmdFileOpen; },
            MENU_ITEM { txt = "Exit"; command = EAknCmdExit; }
    };
}


⌨️ 快捷键说明

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