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

📄 graphicslab.rss

📁 给初学者
💻 RSS
字号:
/*
* ============================================================================
*  Name     : GraphicsLab.rss
*  Part of  : GraphicsLab
*  Created  : 10/14/2002 by 
*  Description:
*     This file contains all the resources for the GraphicsLab.
*     Initial content was generated by Series 60 AppWizard.
*  Version  :
*  Copyright: 
* ============================================================================
*/

//  RESOURCE IDENTIFIER
NAME    GRAL // 4 letter ID

//  INCLUDES

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

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

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

//----------------------------------------------------
//   
//    r_graphicslab_menu
//    ?description
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_graphicslab_menu
    {
    items=
        {
        MENU_ITEM { command=EAknCmdExit; txt="Exit"; },
        MENU_ITEM { command=EGraphicsLabCmdStart; txt="Start animation"; },
        MENU_ITEM { command=EGraphicsLabCmdStop;  txt="Stop animation"; },
        MENU_ITEM { command=EGraphicsLabCmdReset; txt="Reset counter"; }
        };
    }

//----------------------------------------------------
//   
//    r_graphicslab_app_menu
//    ?description
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_graphicslab_app_menu
    {
    items=
        {
        MENU_ITEM { command=EGraphicsLabCmdStart; txt="<App specific menu item>"; },
        MENU_ITEM { command=EGraphicsLabCmdStop; txt="<App specific menu item>"; },
        MENU_ITEM { command=EGraphicsLabCmdReset; txt="<App specific menu item>"; },
        MENU_ITEM { command=EAknCmdExit; txt="Exit"; }
        };
    }


            
// End of File

⌨️ 快捷键说明

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