osm_assignment.hrh
来自「an addition application in symbian using」· HRH 代码 · 共 25 行
HRH
25 行
/*
============================================================================
Name : OSM_assignment.hrh
Author : Salik iftikhar
Copyright : Assignment
Description : This file contains declarations for constants of OSM_assignment.
The file can be included in C++ or resource file.
============================================================================
*/
#ifndef __OSM_ASSIGNMENT_HRH__
#define __OSM_ASSIGNMENT_HRH__
#define _UID3 0xE54F2FB3
// OSM_assignment enumerate command codes
enum TOSM_assignmentIds
{
ECommand1 = 0x6001, // start value must not be 0
ECommand2,
EHelp,
EAbout
};
#endif // __OSM_ASSIGNMENT_HRH__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?