ldcno17song.hrh

来自「Symbian多视图下实现菜单的隐藏」· HRH 代码 · 共 28 行

HRH
28
字号
/* Copyright (c) 2008, Nokia. All rights reserved */

#ifndef __LDCNO17SONG_HRH__
#define __LDCNO17SONG_HRH__

// Ldcno17song enumerate command codes
enum TLdcno17songIds
    {
    ELdcno17songCommand1 = 0x6000 , // ensure they do not coincide with predefined commands
    // add further enumerations here
	ELdcno17songCommand2,
	ELdcno17songCmdLogon,
	ELdcno17songHelloCmdBack,

	ELdcno17songCmdWorldDispalyAllMenuItem,
	ELdcno17songCmdWorldHideMenuItem,

	ELdcno17songCmdWorldSubMenuPane,
	ELdcno17songCmdChageMenuBar,
	ELdcno17songWorldCmdBack,
	ELdcno17songCmdChageView


    };


#endif // __LDCNO17SONG_HRH__

⌨️ 快捷键说明

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