bookstoredb.hrh
来自「在symbian2.0平台上开发的图书管理系统」· HRH 代码 · 共 39 行
HRH
39 行
/*
* ============================================================================
* 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 + =
减小字号Ctrl + -
显示快捷键?