draw.hrh

来自「一个基于symbian OS的多位图显示程序例子」· HRH 代码 · 共 28 行

HRH
28
字号
/*
* ============================================================================
*  Name     : Draw resource header file Draw.hrh
*  Part of  : Draw
*  Created  : 22.04.2005 by 
*  Description:
*     This file contains declarations for constants of Draw.
*     The file can be included in C++ or resource file.
*     Initial content was generated by Series 60 Application Wizard.
*  Version  :
*  Copyright: 
* ============================================================================
*/

#ifndef DRAW_HRH
#define DRAW_HRH

enum TDrawCommandIds
    {
    EDrawCmdAppTest = 1
    };





#endif      // DRAW_HRH

⌨️ 快捷键说明

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