?? 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 + -