📄 finditemtestapp.hrh
字号:
/*
* ============================================================================
* Name : FindItemTestApp resource header file FindItemTestApp.hrh
* Part of : FindItemTestApp
* Interface :
* Description : This file contains declarations for constants of FindItemTestApp.
* The file can be included in C++ or resource file.
* Version :
*
* Copyright (c) 2002-2006 Nokia Corporation.
* This material, including documentation and any related
* computer programs, is protected by copyright controlled by
* Nokia Corporation.
* ============================================================================
*/
#ifndef FINDITEMTESTAPP_HRH
#define FINDITEMTESTAPP_HRH
enum TFindItemTestAppCommandIds
{
EFindItemTestAppCmdPhoneNumber = 1,
EFindItemTestAppCmdMailAddress = 2,
EFindItemTestAppCmdURI = 3,
EFindItemTestAppCmdURL = 4,
EFindItemTestAppCmdSearchAll = 5,
EFindItemTestAppCmdExampleText = 6
};
#endif // FINDITEMTESTAPP_HRH
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -