sample.hrh

来自「稿件名称:基于Symbian OS的S60手机游戏图像处理 稿件作者:王庚」· HRH 代码 · 共 27 行

HRH
27
字号
/*
* ============================================================================
*  Name     : Sample resource header file sample.hrh
*  Part of  : Sample
*  Created  : 2005-09-27 by 
*  Description:
*     This file contains declarations for constants of Sample.
*     The file can be included in C++ or resource file.
*     Initial content was generated by Series 60 AppWizard.
*  Version  :
*  Copyright: 
* ============================================================================
*/

#ifndef SAMPLE_HRH
#define SAMPLE_HRH

enum TSampleCommandIds
    {
    ESampleCmdAppTest = 1
    };




#endif      // SAMPLE_HRH

⌨️ 快捷键说明

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