📄 helloworld.rss.i
字号:
# 1 "S:\\Book\\Chap4\\HelloWorld\\data\\HelloWorld.rss"
/*
* ============================================================================
* Name : HelloWorld.rss
* Part of : HelloWorld
* Created : 08.02.2006 by My Name
* Description:
* This file contains all the resources for the HelloWorld.
* Initial content was generated by Series 60 Application Wizard.
* Version :
* Copyright: Put Copyright statement here
* ============================================================================
*/
// RESOURCE IDENTIFIER
NAME AWIZ // 4 letter ID
// INCLUDES
# 1 "S:\\\\epoc32\\include\\eikon.rh" 1
# 1 "S:\\\\epoc32\\include\\eikon.hrh" 1
# 1 "S:\\\\epoc32\\include\\uikon.hrh" 1
# 1 "S:\\\\epoc32\\include\\eikcolor.hrh" 1
// EIKCOLOR.HRH
//
// Copyright (c) 1997-1999 Symbian Ltd. All rights reserved.
//
# 4 "S:\\\\epoc32\\include\\uikon.hrh" 2
// EIKBTGPC.HRH
// EIKBUTB.HRH
//
// Copyright (c) 1997-1999 Symbian Ltd. All rights reserved.
//
// EIKCHLST.HRH
// EIKEDWIN.HRH
//
// Copyright (c) 1997-1999 Symbian Ltd. All rights reserved.
//
// Introduced in avkon temporarily and deprecated:
// CEikEdwin Flags ('flags' in EDWIN resource)
// AVKON EDWIN CONSTANTS
// Number input mode keymappings for * and # keys ('numeric_keymap' in EDWIN resource)
// If only the number mode is permitted in an editor, special characters can be
// entered by pressing # key or multitapping '*' key.
// If also text input mode is available in the editor, special characters entered
// with '*' key are shown inside special character table pop-up.
// - Default keymapping for editors that allows both number and
// text input modes: EAknEditorAlphanumericNumberModeKeymap.
// - Default keymapping for editors that allows only number input
// mode: EAknEditorStandardNumberModeKeymap.
//
// EAknEditorAlphanumericNumberModeKeymap value is not valid for
// number input mode only editors. Use avkon_flags
// EAknEditorFlagUseSCTNumericCharmap flag instead.
enum TAknEditorNumericKeymap
{
// Available characters:
EAknEditorStandardNumberModeKeymap, // 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, *, +, p, w, #
EAknEditorPlainNumberModeKeymap, // 1, 2, 3, 4, 5, 6, 7, 8, 9, 0
EAknEditorCalculatorNumberModeKeymap, // 1, 2, 3, 4, 5, 6, 7, 8, 9, 0, +,
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -