📄 s60v22hello.rss
字号:
/*
============================================================================
Name : s60v22hello.rss
Author :
Version :
Copyright : Your copyright notice
Description : Application resource file
============================================================================
*/
// Resource Identifier
NAME MHWA // 4 letter ID
// Include Files
#include <eikon.rh> // Global command ids
#include <avkon.rsg> // Avkon resource ids
#include <avkon.rh> // Avkon resource structure definitions
#include <avkon.mbg> // Avkon bitmap ids
//#include "s60v22hello.hrh" // Application command ids
//#include "s60v22hello.loc" // Localized strings
// Resource File Sigunature
RESOURCE RSS_SIGNATURE {}
// Default Document Name
RESOURCE TBUF { buf=""; }
// Application Information
RESOURCE EIK_APP_INFO {
menubar = r_s60v22hello_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
}
//---------------------------------------------------------------------------
// R_S60V22HELLO_MENUBAR - Menu bar and menu pane
//---------------------------------------------------------------------------
RESOURCE MENU_BAR r_s60v22hello_menubar {
titles = {
MENU_TITLE { txt = "File"; menu_pane = r_s60v22hello_file_menu; }
};
}
RESOURCE MENU_PANE r_s60v22hello_file_menu {
items = {
MENU_ITEM { txt = "Test"; command = EEikCmdFileOpen; },
MENU_ITEM { txt = "Exit"; command = EAknCmdExit; }
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -