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

📄 example3d.rss

📁 JAVA3D游戏
💻 RSS
字号:
/*
* ============================================================================
*  Name     : Example3D.rss
*  Part of  : Example3D
*  Created  : 12/14/2003 by 
*  Description:
*     This file contains all the resources for the Example3D.
*     Initial content was generated by Series 60 AppWizard.
*  Version  :
*  Copyright: 
* ============================================================================
*/

//  RESOURCE IDENTIFIER
NAME    AWIZ // 4 letter ID

//  INCLUDES

#include <eikon.rh>
#include "example3d.hrh"
#include "example3d.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="Example3D"; }

RESOURCE EIK_APP_INFO
    {
    hotkeys=r_example3d_hotkeys;
    menubar=r_example3d_menubar;
    cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;     
    }

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

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

//----------------------------------------------------
//   
//    r_example3d_menu
//    ?description
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_example3d_menu
    {
    items=
        {
        MENU_ITEM { command=EAknCmdExit; txt="Exit"; }
        };
    }

//----------------------------------------------------
//   
//    r_example3d_app_menu
//    ?description
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_example3d_app_menu
    {
    items=
        {
        MENU_ITEM { command=EAknCmdExit; txt="Exit"; }
        };
    }


            
// End of File

⌨️ 快捷键说明

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