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

📄 ecomexample.rss

📁 symbian S60 2nd ECom的一个很好的例子
💻 RSS
字号:
/**
* 
* @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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -