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

📄 resource.h

📁 实现Agent,绕墙走的功能,实现了图形化界面.点中按钮<AddWall>或<AddBlock>,使其处于按下状态,然后就可以在左边的矩形区域内通过点击鼠标左键设定墙或障碍物.
💻 H
字号:
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by Draw.rc
//
#define IDM_ABOUTBOX                    0x0010
#define IDD_ABOUTBOX                    100
#define IDS_ABOUTBOX                    101
#define IDD_DRAW_DIALOG                 102
#define IDR_MAINFRAME                   128
#define IDI_ICON1                       129
#define IDC_RADIO_AddWall               1000
#define IDC_RADIO_ADDSPACE              1000
#define IDC_RADIO_SPACE                 1000
#define IDC_RADIO_ADDSPACE2             1001
#define IDC_RADIO_WALL                  1001
#define IDC_RADIO_BLOCK                 1002
#define IDC_RADIO_AddBlock              1003
#define IDC_RADIO_AddWall2              1003
#define IDC_RADIO_AGENT                 1003
#define IDC_RADIO_AddAgent              1004
#define IDC_RADIO_ADDBLOCK2             1004
#define IDC_RADIO_FINISH                1004
#define IDC_RADIO_AddFinish             1005
#define IDC_RADIO_ADDAGENT2             1005
#define IDC_COMBO_SAMPLE                1005
#define IDC_RADIO_AddFinish2            1006
#define IDC_CHECK_AUTORUN               1006

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        130
#define _APS_NEXT_COMMAND_VALUE         32771
#define _APS_NEXT_CONTROL_VALUE         1007
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -