hello.hrh
来自「从s60平台移植到UIQ平台的例子代码:In this code we shal」· HRH 代码 · 共 34 行
HRH
34 行
/*
* ============================================================================
* Name : Hello resource header file hello.hrh
* Part of : Hello
* Created : 21/05/2002 by
* Description:
* This file contains declarations for constants of Hello.
* The file can be included in C++ or resource file.
* Initial content was generated by Nokia Series 60 AppWizard.
* Version :
* Copyright:
* ============================================================================
*/
#ifndef HELLO_HRH
#define HELLO_HRH
enum THelloCommandIds
{
EHelloCmdAppGoodbye = 1,
EHelloCmdAppTest
};
enum TExampleToolbarButtons
{
EMyToolbarButtonOptions = 10,
EMyToolbarButtonDummy
};
#endif // HELLO_HRH
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?