📄 define.h
字号:
///////////////////////////////////////////////////////////////////////////////
// Define the used resource ID //
///////////////////////////////////////////////////////////////////////////////
#ifndef __DEFINE_H__
#define __DEFINE_H__
// The start point list box and end point list box used in
// Finding path by list box function
#define ID_StartPosListBox 101
#define ID_EndPosListBox 102
// The list box used in watching introduction function
#define ID_IntrodListBox 103
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -