define.h
来自「基于S3C44B0X开发的一个校园导航系统」· C头文件 代码 · 共 15 行
H
15 行
///////////////////////////////////////////////////////////////////////////////
// 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 + =
减小字号Ctrl + -
显示快捷键?