📄 numericeditor.hrh
字号:
/**
*
* @brief Constants file for NumericEditor application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
#ifndef NUMERICEDITOR_HRH
#define NUMERICEDITOR_HRH
// Command ids
enum
{
ENumericEditorDlgCIdEdwin = 0x6000,
EAknExEditorIDForFormDate,
EAknExEditorIDForFormTime,
ESubject,
EComments,
ELocation,
EAlarm,
EPriorityId,
ENumericEditorCmdView,
ENumericEditorCmdAdd,
ENumericEditorCmdDelete,
ENumericEditorCmdModify,
ENumericEditorCmdSearch,
ENumericEditorCmdSubject,
ENumericEditorCmdDate,
EDataQueryDlgCIdConfirmationQuery,
//ENumericEditorCmdDownload,
//ENumericEditorCmdUpload,
EDataquery,
EDatequery,
EWaitNote
};
#define KMaxNameLength 10
enum
{
EHTTPExampleCmdGet = 0x6000,
EHTTPExampleCmdPost
};
// Constants used by source & resource files
enum
{
EMaxUrlLength = 128,
EMaxNameLength = 32
};
#endif // NUMERICEDITOR_HRH
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -