?? get_set_priority.rc
字號:
#include "windows.h"
#include "generic.h"
// Define these menu options in a popup menu.
#define IDM_WORST 401
#define IDM_LOW 402
#define IDM_NORMAL 403
#define IDM_HIGH 404
#define IDM_BEST 405
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit", IDM_EXIT
END
POPUP "&Test"
BEGIN
MENUITEM "&Worst", IDM_WORST
MENUITEM "&Low", IDM_LOW
MENUITEM "&Normal", IDM_NORMAL
MENUITEM "&High", IDM_HIGH
MENUITEM "&Best", IDM_BEST
END
END
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -