numericeditor.hrh
来自「symbian手机上记事本的程序」· HRH 代码 · 共 57 行
HRH
57 行
/**
*
* @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 + =
减小字号Ctrl + -
显示快捷键?