⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 define.h

📁 基于S3C44B0X开发的一个校园导航系统
💻 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 + -