📄 switchtest.rss
字号:
/*
* ============================================================================
* Name : SwitchTest.rss
* Part of : SwitchTest
* Created : 03.12.2005 by ToBeReplacedByAuthor
* Description:
* This file contains all the resources for the SwitchTest.
* Initial content was generated by Series 60 AppWizard.
* Version :
* Copyright: ToBeReplacedByCopyright
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME AWIZ // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "switchtest.hrh"
#include "switchtest.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = "SwitchTest"; }
RESOURCE EIK_APP_INFO
{
hotkeys = r_switchtest_hotkeys;
menubar = r_switchtest_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
}
//----------------------------------------------------
//
// r_switchtest_hotkeys
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_switchtest_hotkeys
{
control =
{
HOTKEY { command = EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_switchtest_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_switchtest_menubar
{
titles =
{
MENU_TITLE { menu_pane = r_switchtest_menu; txt = "File"; }
};
}
//----------------------------------------------------
//
// r_switchtest_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_switchtest_menu
{
items =
{
MENU_ITEM { command = ESwitchTestCmdAppTest; txt = qtn_appl_test; },
MENU_ITEM { command = EAknCmdExit; txt = qtn_options_exit; }
};
}
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -