shoppinglist.hrh

来自「Symbian 的购物程序 shoppinglist-vc」· HRH 代码 · 共 16 行

HRH
16
字号
/*  Copyright (c) 2004, Nokia. All rights reserved */

#ifndef __SHOPPINGLIST_HRH__
#define __SHOPPINGLIST_HRH__

// ShoppingList enumerate command codes
enum TShoppingListIds
    {
    EShoppingListNewItem = 1,  // start value must not be 0
    EShoppingListMarkUnmark,
    EShoppingListRemove
    };

#endif // __SHOPPINGLIST_HRH__

// End of File

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?