myclock.hrh

来自「Symbian 平台上活动对象的一个实例。」· HRH 代码 · 共 27 行

HRH
27
字号
/*
============================================================================
 Name		: MyClock resource header file MyClock.hrh
 Author	  : 
 Copyright   : Your copyright notice
 Description : This file contains declarations for constants of MyClock.
			   The file can be included in C++ or resource file.
============================================================================
*/

#ifndef MYCLOCK_HRH
#define MYCLOCK_HRH

enum TMyClockCommandIds
	{
	EMyClockCmdAppTest = 1,
	ETimerCmdSet,
	ETimerCmdEmpty,
	ETimerCmdCancel
	};





#endif  // MYCLOCK_HRH

⌨️ 快捷键说明

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