📄 animation.rss
字号:
// Copyright c 2004, Nokia. All rights reserved.
// RESOURCE IDENTIFIER
NAME ANIM // 4 letter ID
// INCLUDES
#include <eikon.rh>
#include <eikon.rsg>
#include <avkon.rh>
#include <avkon.rsg>
#include "Animation.hrh"
#include "Animation.loc"
// RESOURCE DEFINITIONS
// -----------------------------------------------------------------------------
//
// 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_animation_menubar;
cba = R_AVKON_SOFTKEYS_OPTIONS_EXIT;
}
// -----------------------------------------------------------------------------
//
// r_animation_menubar
// Menubar for Animation example
//
// -----------------------------------------------------------------------------
//
RESOURCE MENU_BAR r_animation_menubar
{
titles =
{
MENU_TITLE { menu_pane = r_animation_menu; }
};
}
// -----------------------------------------------------------------------------
//
// r_animation_menu
// Menu for "Options"
//
// -----------------------------------------------------------------------------
//
RESOURCE MENU_PANE r_animation_menu
{
items =
{
MENU_ITEM { command = EEikCmd1; txt = CaptureKey; },
MENU_ITEM { command = EEikCmd2; txt = CancelCaptureKey; },
MENU_ITEM { command = EAknSoftkeyExit; txt = qtn_anim_exit_text; }
};
}
// -----------------------------------------------------------------------------
//
// Resources for messages.
//
// -----------------------------------------------------------------------------
//
RESOURCE TBUF r_anim_caption_string
{ buf = qtn_anim_caption_string; }
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -