📄 resource.h
字号:
//-----------------------------------------------------------------
// Light Cycles Resource Identifiers
// C++ Header - Resource.h
//-----------------------------------------------------------------
//-----------------------------------------------------------------
// Icons Range : 1000 - 1999
//-----------------------------------------------------------------
#define IDI_LIGHTCYCLES 1000
#define IDI_LIGHTCYCLES_SM 1001
//-----------------------------------------------------------------
// Bitmaps Range : 2000 - 2999
//-----------------------------------------------------------------
#define IDB_BACKGROUND 2000
#define IDB_CYCLEBLUE_0 2001
#define IDB_CYCLEBLUE_90 2002
#define IDB_CYCLEBLUE_180 2003
#define IDB_CYCLEBLUE_270 2004
#define IDB_CYCLEORANGE_0 2005
#define IDB_CYCLEORANGE_90 2006
#define IDB_CYCLEORANGE_180 2007
#define IDB_CYCLEORANGE_270 2008
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -