📄 sample.rss
字号:
/*
* ============================================================================
* Name : Sample.rss
* Part of : Sample
* Created : 2005-09-27 by
* Description:
* This file contains all the resources for the Sample.
* Initial content was generated by Series 60 AppWizard.
* Version :
* Copyright:
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME AWIZ // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "sample.hrh"
#include "sample.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="Sample"; }
RESOURCE EIK_APP_INFO
{
hotkeys=r_sample_hotkeys;
menubar=r_sample_menubar;
cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;
}
//----------------------------------------------------
//
// r_sample_hotkeys
// ?description
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_sample_hotkeys
{
control=
{
HOTKEY { command=EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_sample_menubar
// ?description
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_sample_menubar
{
titles=
{
MENU_TITLE { menu_pane=r_sample_menu; txt="File"; }
};
}
//----------------------------------------------------
//
// r_sample_menu
// ?description
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_sample_menu
{
items=
{
MENU_ITEM { command=EAknCmdExit; txt="Exit"; },
MENU_ITEM { command=ESampleCmdAppTest; txt="Test"; }
};
}
//----------------------------------------------------
//
// r_sample_app_menu
// ?description
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_sample_app_menu
{
items=
{
MENU_ITEM { command=ESampleCmdAppTest; txt="<App spesific menu item>"; },
MENU_ITEM { command=EAknCmdExit; txt="Exit"; }
};
}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -