?? mdnvbaox.rss
字號(hào):
/*
* ============================================================================
* Name : Mdnvbaox.rss
* Part of : Mdnvbaox
* Created : 17.09.2007 by chenziteng@163.com
* Description:
* This file contains all the resources for the Mdnvbaox.
* Initial content was generated by Series 60 Application Wizard.
* Version :
* Copyright:
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME AWIZ // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "Mdnvbaox.hrh"
#include "Mdnvbaox.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = "Mdnvbaox"; }
RESOURCE EIK_APP_INFO
{
hotkeys = r_mdnvbaox_hotkeys;
menubar = r_mdnvbaox_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
}
//----------------------------------------------------
//
// r_mdnvbaox_hotkeys
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_mdnvbaox_hotkeys
{
control =
{
HOTKEY { command = EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_mdnvbaox_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_mdnvbaox_menubar
{
titles =
{
MENU_TITLE { menu_pane = r_mdnvbaox_menu; txt = "File"; }
};
}
//----------------------------------------------------
//
// r_mdnvbaox_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_mdnvbaox_menu
{
items =
{
MENU_ITEM { command = EMdnvbaoxCmdAppTest; txt = qtn_appl_test; },
MENU_ITEM { command = EAknCmdExit; txt = qtn_appl_exit; }
};
}
// End of File
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -