📄 bookstoredb.hrh
字号:
/*
* ============================================================================
* Name : BookstoreDb resource header file BookstoreDb.hrh
* Part of : Bookstore
* Created : 8.12.2003 by Forum Nokia
* Description:
* This file contains declarations for constants of Bookstore example.
* The file can be included in C++ or resource file.
*
* Version :
* Copyright: Nokia Corporation
* ============================================================================
*/
#ifndef __BOOKSTORE_HRH__
#define __BOOKSTORE_HRH__
// Bookstore enumerate command codes
enum TBookstoreIds
{
EOpenCmd = 1, // Open existing database
EBackCmd, // Back from book editor view
EChangeTitleCmd, // Change title for a book
ESearchBooksCmd, // Search a book with name (title)
EQuickFindCmd, // Retrieve details of book using index
ECloseCmd // Close an open database
};
#endif // __BOOKSTORE_HRH__
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -