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

📄 osmo4.rss

📁 一个用于智能手机的多媒体库适合S60 WinCE的跨平台开发库
💻 RSS
字号:
/** ==============================================================================*  Name        : osmo4.rss*  Part of     : osmo4*  Interface   : *  Description : *  Version     : **  Copyright (c) 2005-2006 Nokia Corporation.*  This material, including documentation and any related *  computer programs, is protected by copyright controlled by *  Nokia Corporation.* ==============================================================================*///  RESOURCE IDENTIFIERNAME OSMO    // 4 letter ID//  INCLUDES#include <eikon.rh>#include <avkon.rh>#include <avkon.rsg>#include <appinfo.rh>//d:Caption string for app.rls_string STRING_osmo_caption_string "Osmo4"//  RESOURCE DEFINITIONS// -----------------------------------------------------------------------------////    Define the resource file signature//    This resource should be empty.//// -----------------------------------------------------------------------------//RESOURCE RSS_SIGNATURE    {    }// -----------------------------------------------------------------------------////    Default Document Name//// -----------------------------------------------------------------------------//RESOURCE TBUF r_default_document_name    {    buf="OSMO";    }// -----------------------------------------------------------------------------////    Define default menu and CBA key.//// -----------------------------------------------------------------------------//RESOURCE EIK_APP_INFO    {    menubar = r_osmo4_menubar;    cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;    }// -----------------------------------------------------------------------------////   r_osmo4_menubar//   Menubar for Osmo4 example//// -----------------------------------------------------------------------------//RESOURCE MENU_BAR r_osmo4_menubar    {    titles =        {        MENU_TITLE { menu_pane = r_osmo4_menu; }        };    }// -----------------------------------------------------------------------------////   r_osmo4_menu//   Menu for "Options"//// -----------------------------------------------------------------------------//RESOURCE MENU_PANE r_osmo4_menu    {    }RESOURCE MENU_PANE r_osmo4_sm1    {    }RESOURCE MENU_PANE r_osmo4_sm2    {    }RESOURCE MENU_PANE r_osmo4_sm3    {    }RESOURCE MENU_PANE r_osmo4_ssm1    {    }RESOURCE MENU_PANE r_osmo4_ssm2    {    }// ---------------------------------------------------------------------------- //// r_osmo4_localisable_app_info//// ---------------------------------------------------------------------------- //RESOURCE LOCALISABLE_APP_INFO r_osmo4_localisable_app_info    {    short_caption = STRING_osmo_caption_string;    caption_and_icon =     CAPTION_AND_ICON_INFO        {        caption = STRING_osmo_caption_string;        number_of_icons = 1;	   	icon_file = "\\resource\\apps\\osmo4_aif.mif";	    };    }// End of File

⌨️ 快捷键说明

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