1 Star 0 Fork 3

seasky100/AGV

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
MapNodeType.cs 749 Bytes
一键复制 编辑 原始数据 按行查看 历史
qq2294011886 提交于 2017-05-17 20:03 . AGV
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using AGV_V1._0.Properties;
using System.Drawing;
namespace AGV_V1._0
{
// class MapNodeType
// {
public enum MapNodeType { img_Belt, img_Mid, img_Road, img_Destination, img_ChargeStation, img_Obstacle, img_Scanner };
//public TypeClass type;
/*public Image img_Belt = Resources.Belt;
public Image img_Mid = Resources.Mid;
public Image img_Road = Resources.Road;
public Image img_Destination = Resources.Destination;
public Image img_ChargeStation = Resources.ChargeStation;
public Image img_Obstacle = Resources.Obstacle;
public Image img_Scanner = Resources.Scanner;*/
// }
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/seasky100/AGV.git
[email protected]:seasky100/AGV.git
seasky100
AGV
AGV
master

搜索帮助