helpexample.rls

来自「应用于S60平台的示例程序」· RLS 代码 · 共 50 行

RLS
50
字号
/*
* ==============================================================================
*  Name        : helpexample.rls
*  Part of     : Help example
*  Interface   :
*  Description :
*  Version     :
*
*  Copyright (c) 2004 - 2006 Nokia Corporation.
*  This material, including documentation and any related
*  computer programs, is protected by copyright controlled by
*  Nokia Corporation.
* ==============================================================================
*/

// LOCALISATION STRINGS

// MENU TEXTS

//d:Command in options list.
//d:Show form.
rls_string STRING_r_help_helpexample_ShowForm "Show Form"

//d:Command in options list.
//d:Help.
rls_string STRING_r_help_helpexample_Help "Help"

//d:Command in options list.
//d:Exit.
rls_string STRING_r_help_helpexample_Exit "Exit"

// OPTIONS TEXTS IN VIEWING FORM

//d: Menu for "Options" when in viewing form
//d: Help
rls_string STRING_r_help_helpexample_ViewHelp "Help"

//d:Caption string for app.
rls_string STRING_r_help_caption_string "Help Example"

//d:Short caption string for app.
rls_string STRING_r_help_short_caption_string "Help"

// d:Dialog Form.
// d: Names listed in Dialog.
rls_string STRING_r_help_dialog1_prompt "Edwin 1"
rls_string STRING_r_help_dialog2_prompt "Edwin 2"
rls_string STRING_r_help_dialog3_prompt "Edwin 3"

// End of File

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?