contatcssearch.pan
来自「Search Phone number example is for searc」· PAN 代码 · 共 25 行
PAN
25 行
/* ====================================================================
* File: ContatcsSearch.pan
* Created: 09/07/07
* Author:
* Copyright (c): , All rights reserved
* ==================================================================== */
#ifndef __CONTATCSSEARCH_PAN__
#define __CONTATCSSEARCH_PAN__
/** ContatcsSearch application panic codes */
enum TContatcsSearchPanics
{
EContatcsSearchBasicUi = 1
// add further panics here
};
inline void Panic(TContatcsSearchPanics aReason)
{
_LIT(applicationName,"ContatcsSearch");
User::Panic(applicationName, aReason);
}
#endif // __CONTATCSSEARCH_PAN__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?