multiviews.rls
来自「演示如何使用Symbian系统的多视图(View)框架。」· RLS 代码 · 共 41 行
RLS
41 行
/*
* ==============================================================================
* Name : multiviews.rls
* Part of : MultiViews
* Interface :
* Description :
* Version :
*
* Copyright (c) 2006 Nokia Corporation.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia Corporation.
* ==============================================================================
*/
// APPLICATION INFORMATION
#define ELanguage ELangEnglish
// LOCALISATION STRINGS
//d:Caption string for app.
rls_string STRING_r_mult_caption_string "MultiViews"
//d:Short caption string for app.
rls_string STRING_r_mult_short_caption_string "MultiViews"
//d:Menu text to go to view 1
rls_string STRING_r_mult_switch_to_view1 "Go to View 1"
//d:Menu text to go to view 2
rls_string STRING_r_mult_switch_to_view2 "Go to View 2"
//d:Menu text to say hello
rls_string STRING_r_mult_command1 "Say hello"
//d:Text hello
rls_string STRING_r_mult_command1_text "Hello"
//d:Menu text to exit function
rls_string STRING_r_mult_exit "Exit"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?