controls.hrh
来自「series60 应用程序开发的源代码 series60 应用程序开发的源代码」· HRH 代码 · 共 23 行
HRH
23 行
/**
*
* @brief Constants file for Controls application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/
#ifndef CONTROLS_HRH
#define CONTROLS_HRH
// Controls application view ids.
enum TControlsViewNumber
{
ESimpleControlViewId = 1,
ECompoundControlViewId
};
#endif // CONTROLS_HRH
// End of File
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?