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

📄 launchwap.rss

📁 symbian的打开WAP浏览器的示例,打开手机自带的浏览器.
💻 RSS
字号:
/*
* ============================================================================
*  Name     : Launchwap.rss
*  Part of  : Launchwap
*  Created  : 06/27/2003 by Forum Nokia
*  Description:
*     This file contains all the resources for the Launchwap.
*     Initial content was generated by Series 60 AppWizard.
*  Version  :
*  Copyright: Forum Nokia
* ============================================================================
*/

//  RESOURCE IDENTIFIER
NAME    AWIZ // 4 letter ID

//  INCLUDES

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


//  CONSTANTS  
//#define ?constant   ?value


//  MACROS  
//#define ?macro


//  RESOURCE DEFINITIONS 

RESOURCE RSS_SIGNATURE { }

RESOURCE TBUF { buf="Launchwap"; }

RESOURCE EIK_APP_INFO
    {
    hotkeys=r_launchwap_hotkeys;
    menubar=r_launchwap_menubar;
    cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;     
    }

//----------------------------------------------------
//   
//    r_launchwap_hotkeys
//    ?description
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_launchwap_hotkeys
    {
    control=
        {
        HOTKEY { command=EAknCmdExit; key='e'; }
        };
    }

//----------------------------------------------------
//   
//    r_launchwap_menubar
//    ?description
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_launchwap_menubar
    {
    titles=
        {
        MENU_TITLE { menu_pane=r_launchwap_menu; txt="File"; }
        };
    }

//----------------------------------------------------
//   
//    r_launchwap_menu
//    ?description
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_launchwap_menu
    {
    items=
        {
        MENU_ITEM { command=EAknCmdExit; txt="Exit"; },
        MENU_ITEM { command=ELaunchwapCmdAppTest; txt="Test"; }
        };
    }

//----------------------------------------------------
//   
//    r_launchwap_app_menu
//    ?description
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_launchwap_app_menu
    {
    items=
        {
        MENU_ITEM { command=ELaunchwapCmdAppTest; txt="<App spesific menu item>"; },
        MENU_ITEM { command=EAknCmdExit; txt="Exit"; }
        };
    }


            
// End of File

⌨️ 快捷键说明

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