demonsym.hrh
来自「symbian下的一个例子」· HRH 代码 · 共 35 行
HRH
35 行
/*
============================================================================
Name : Demonsym resource header file Demonsym.hrh
Author : huhao
Version :
Copyright : baidu
Description : This file contains declarations for constants of Demonsym.
The file can be included in C++ or resource file.
============================================================================
*/
#ifndef DEMONSYM_HRH
#define DEMONSYM_HRH
#define _UID3 0xe615c43a
enum TDemonsymCommandIds
{
EDemonsymCmdAppTest = 1,
EHelp,
EAbout,
EDemonsymCmdGotoBaidu,
EDemonsymCmdGotoSina,
EDemonsymCmdGotoElse,
ESoftkeyMenu,
EExit
};
enum TDemonsymTabViewId
{
EDemonsymView1Tab= 1,
EDemonsymView2Tab
};
#endif // DEMONSYM_HRH
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?