numericeditor.hrh

来自「series60 应用程序开发的源代码 series60 应用程序开发的源代码」· HRH 代码 · 共 28 行

HRH
28
字号
/**
* 
* @brief Constants file for NumericEditor application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/

#ifndef NUMERICEDITOR_HRH
#define NUMERICEDITOR_HRH


// Command ids
enum 
{
    ENumericEditorDlgCIdIntegerEdwin = 0x6000,
    ENumericEditorDlgCIdFxPtEd,
    ENumericEditorDlgCIdEdwin,
    ENumericEditorCmdNew,
    ENumericEditorCmdOpen,
    ENumericEditorCmdDelete
};

#define KMaxNameLength 10

#endif    // NUMERICEDITOR_HRH
// End of File

⌨️ 快捷键说明

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