?? menu.hrh
字號:
/*
============================================================================
Name : Menu.hrh
Author :
Copyright : Your copyright notice
Description : This file contains declarations for constants of Menu.
The file can be included in C++ or resource file.
============================================================================
*/
#ifndef __MENU_HRH__
#define __MENU_HRH__
#define _UID3 0xE1970608
// Menu enumerate command codes
enum TMenuIds
{
ECommand1 = 0x6001, // start value must not be 0
ECommand2,
EHelp,
EAbout,
EHelloWorldCmdAppTest,
EHelloWorldCmdAppTestSub,
EHelloWorldCmdAppTestSub1,
EHelloWorldCmdAppTestSub2
};
#endif // __MENU_HRH__
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -