chinesedisplay.hrh

来自「symbian的Carbide C++编程」· HRH 代码 · 共 25 行

HRH
25
字号
/*
* ============================================================================
*  Name     : ChineseDisplay resource header file ChineseDisplay.hrh
*  Part of  : ChineseDisplay
*  Created  : 18.3.2003 by Forum Nokia
*  Description:
*     This file contains declarations for constants of ChineseDisplayApp.
*     The file can be included in C++ or resource file.
*  Version  :
*  Copyright: Nokia Corportation, 2003
* ============================================================================
*/

#ifndef ChineseDisplay_HRH
#define ChineseDisplay_HRH

enum TChineseDisplayCommandIds
    {
    EChineseDisplayCmdTest = 1,
	EChineseDisplayCmdChangeLabels,
	EChineseDisplayCmdHello
    };

#endif      // ChineseDisplayApp_HRH

⌨️ 快捷键说明

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