shapes.hrh
来自「series60 应用程序开发的源代码 series60 应用程序开发的源代码」· HRH 代码 · 共 30 行
HRH
30 行
/**
*
* @brief Constants file for Shapes application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
#ifndef SHAPES_HRH
#define SHAPES_HRH
enum TShapesCommandIds
{
EShapesEnterData = 0x6000,
EShapesBarChartView,
EShapesPieChartView,
EShapesLineChartView
};
enum TShapesFormIds
{
EShapesFormNumEditor1 = 1000,
EShapesFormNumEditor2,
EShapesFormNumEditor3,
EShapesFormNumEditor4,
EShapesFormNumEditor5
};
#endif // SHAPES_HRH
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?