finditemtestapp.hrh

来自「这个代码实现了从一段字符提取手机号码、email、url等信息的功能。这个是sy」· HRH 代码 · 共 33 行

HRH
33
字号
/*
* ============================================================================
*  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 + =
减小字号Ctrl + -
显示快捷键?