📄 alarmnotification.rss
字号:
// ====================================================================
// File: alarmnotification.rss
// Created: 10/16/06
// Author:
// Copyright (c): , All rights reserved
// ==================================================================== */
NAME HELL
#include <eikon.rh>
#include <eikon.rsg>
#include <avkon.rh>
#include <avkon.rsg>
#include "alarmnotification.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_alarmnotification_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
}
// ---------------------------------------------------------
//
// r_alarmnotification_menubar
// Menubar for alarmnotification example
//
// ---------------------------------------------------------
//
RESOURCE MENU_BAR r_alarmnotification_menubar
{
titles =
{
MENU_TITLE {menu_pane = r_alarmnotification_menu;}
};
}
// ---------------------------------------------------------
//
// r_alarmnotification_menu
// Menu for "Options"
//
// ---------------------------------------------------------
//
RESOURCE MENU_PANE r_alarmnotification_menu
{
items =
{
MENU_ITEM {command = EalarmnotificationCommand1; txt = "Subscribe";},
MENU_ITEM {command = EAknSoftkeyExit; txt = "Exit";}
};
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -