phonebkex.hrh
来自「应用于symbian series60平台上」· HRH 代码 · 共 41 行
HRH
41 行
/*
* ============================================================================
* Name : PhoneBkEx resource header file phonebkex.hrh
* Part of : PhoneBkEx
* Created : 13/06/2003 by
* Description:
* This file contains declarations for constants of PhoneBkEx.
* The file can be included in C++ or resource file.
* Initial content was generated by Series 60 AppWizard.
* Version :
* Copyright: Forum Nokia
* ============================================================================
*/
#ifndef PHONEBKEX_HRH
#define PHONEBKEX_HRH
enum TPhoneBkExCommandIds
{
EPhoneBkExCmdCreateContact =1,
EPhoneBkExCmdAppAddGroup,
EPhoneBkExCmdFindAsync,
EPhoneBkExCmdImportVCard,
EPhoneBkExCmdModifyJob,
EPhoneBkExCmdViewPhoneNumbers,
EPhoneBkExCmdAppActivateCnt2,
EPhoneBkExCmdAppActivateCntGrp
};
enum TPhoneBkExTabViewId
{
EPhoneBkExView1Tab= 1,
EPhoneBkExView2Tab
};
#endif // PHONEBKEX_HRH
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?