📄 svexserviceapp.rss
字号:
// Copyright (c) 2006 Murray Read, All rights reserved
NAME SVXS
#include <eikon.rh>
#include <eikon.rsg>
#include <avkon.rh>
#include <avkon.rsg>
#include <appinfo.rh>
#include "SvexServiceApp.hrh"
// ---------------------------------------------------------
//
// Define the resource file signature
// This resource should be empty.
//
// ---------------------------------------------------------
//
RESOURCE RSS_SIGNATURE { }
// ---------------------------------------------------------
//
// Default Document Name
//
// ---------------------------------------------------------
//
RESOURCE TBUF r_default_document_name { buf=""; }
// ---------------------------------------------------------
//
// Define default menu and CBA key.
//
// ---------------------------------------------------------
//
RESOURCE EIK_APP_INFO
{
menubar = r_SvexServiceApp_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
}
// ---------------------------------------------------------
//
// r_SvexServiceApp_menubar
// Menubar for SvexServiceApp example
//
// ---------------------------------------------------------
//
RESOURCE MENU_BAR r_SvexServiceApp_menubar
{
titles =
{
MENU_TITLE {menu_pane = r_SvexServiceApp_menu;}
};
}
// ---------------------------------------------------------
//
// r_SvexServiceApp_menu
// Menu for "Options"
//
// ---------------------------------------------------------
//
RESOURCE MENU_PANE r_SvexServiceApp_menu
{
items =
{
MENU_ITEM {command = ESvexServiceAppOpen; txt = "Open";},
MENU_ITEM {command = EAknCmdExit; txt = "Exit";}
};
}
RESOURCE LOCALISABLE_APP_INFO r_localisable_app_info
{
short_caption = "SvexServiceApp";
caption_and_icon = CAPTION_AND_ICON_INFO
{
caption = "SvexServiceApp";
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -