ecomexample.rss

来自「series60 应用程序开发的源代码 series60 应用程序开发的源代码」· RSS 代码 · 共 65 行

RSS
65
字号
/**
* 
* @brief Resource file for EComExample application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
#include "EComExample.hrh"
//  RESOURCE IDENTIFIER
NAME    SYOS // 4 letter ID

//  INCLUDES

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

#include "EComExample.loc"

//  RESOURCE DEFINITIONS 

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf="EComExample"; }

RESOURCE EIK_APP_INFO
{
    cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;
    menubar = r_ecom_menubar;
}


RESOURCE MENU_BAR r_ecom_menubar
{
    titles=
    {
        MENU_TITLE { menu_pane=r_ecom_submenu_a; txt="File"; }
    };
}


RESOURCE MENU_PANE r_ecom_submenu_a
{
    items=
    {
        MENU_ITEM { command= EEComCircle ; txt="Circle"; },
        MENU_ITEM { command= EEComRectangle; txt="Rectangle"; }
    };
}


// ---------------------------------------------------------
//   
//    Strings used by the application
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_label_text
{ 
    buf = LABEL_TEXT; 
}

// End of File

⌨️ 快捷键说明

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