selegrid.rss
来自「《基于Symbian OS的手机开发与应用实践》这本书的配套源码。」· RSS 代码 · 共 85 行
RSS
85 行
/*
* ============================================================================
* Name : SeleGrid.rss
* Part of : SeleGrid
* Created : 16.03.2006 by ToBeReplacedByAuthor
* Description:
* This file contains all the resources for the SeleGrid.
* Initial content was generated by Series 60 Application Wizard.
* Version :
* Copyright: ToBeReplacedByCopyright
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME AWIZ // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include "SeleGrid.hrh"
#include "SeleGrid.loc"
#include <avkon.rsg>
#include <avkon.rh>
#include <avkon.mbg>
// RESOURCE DEFINITIONS
RESOURCE RSS_SIGNATURE { }
RESOURCE TBUF { buf = "SeleGrid"; }
RESOURCE EIK_APP_INFO
{
hotkeys = r_selegrid_hotkeys;
menubar = r_selegrid_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_BACK;
}
//----------------------------------------------------
//
// r_selegrid_hotkeys
//
//----------------------------------------------------
//
RESOURCE HOTKEYS r_selegrid_hotkeys
{
control =
{
HOTKEY { command = EAknCmdExit; key='e'; }
};
}
//----------------------------------------------------
//
// r_selegrid_menubar
//
//----------------------------------------------------
//
RESOURCE MENU_BAR r_selegrid_menubar
{
titles =
{
MENU_TITLE { menu_pane = r_selegrid_menu; txt = "File"; }
};
}
//----------------------------------------------------
//
// r_selegrid_menu
//
//----------------------------------------------------
//
RESOURCE MENU_PANE r_selegrid_menu
{
items =
{
MENU_ITEM { command = ESeleGridCmdDelete; txt = qtn_appl_delete; },
MENU_ITEM { command = EAknCmdExit; txt = qtn_appl_exit; }
};
}
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?