exerciselistbox.hrh

来自「symbian手机开发程序」· HRH 代码 · 共 15 行

HRH
15
字号
#ifndef EXERCISELISTBOX_HRH_
#define EXERCISELISTBOX_HRH_
enum TPfListBoxViewCommands
	{
	EExerciseListBoxViewNext_viewMenuItemCommand = 0x6000,
	EExerciseListBoxViewAdd_listMenuItemCommand ,
	EExerciseListBoxViewDelete_listMenuItemCommand ,
	EExerciseListBoxViewExitMenuItemCommand
	};
enum TLi1ContainerViewControls
	{
	ELi1ContainerViewEdit1 = 1
	};
#endif /*EXERCISELISTBOX_HRH_*/

⌨️ 快捷键说明

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