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

📄 lian.rss

📁 symbian 的lian-liankan
💻 RSS
字号:
/*
* ============================================================================
*  Name     : Lian.rss
*  Part of  : Lian
*  Created  : 2006-3-15 by 
*  Description:
*     This file contains all the resources for the Lian.
*     Initial content was generated by Series 60 AppWizard.
*  Version  :
*  Copyright: 
* ============================================================================
*/

//  RESOURCE IDENTIFIER
NAME    AWIZ // 4 letter ID

//  INCLUDES

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

RESOURCE EIK_APP_INFO
    {
    hotkeys=r_lian_hotkeys;
    menubar=r_lian_menubar;
    cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;     
    }

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

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

//----------------------------------------------------
//   
//    r_lian_menu
//    ?description
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_lian_menu
    {
    items=
        {
		MENU_ITEM {command=EStart;txt="Start";},
        MENU_ITEM { command=EChangeLevel; txt="ChangeLevel"; cascade=r_lian_cascade_level;},
        MENU_ITEM { command=EAknCmdExit; txt="Exit"; }

        };
    }

RESOURCE MENU_PANE r_lian_cascade_level
	{
		items=
		{
			MENU_ITEM {command=EEasy;txt="Easy";},
			MENU_ITEM { command=ENormal;txt="Normal";},
			MENU_ITEM { command=EHard;txt="Hard";}
		};
	}

//----------------------------------------------------
//   
//    r_lian_app_menu
//    ?description
//
//----------------------------------------------------
//

            
// End of File

⌨️ 快捷键说明

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