init
0 个父辈
正在显示
99 个修改的文件
包含
4907 行增加
和
0 行删除
.gitattributes
0 → 100644
.gitignore
0 → 100644
AGVDispatch/AGVDispatch.csproj
0 → 100644
AGVDispatch/App.config
0 → 100644
AGVDispatch/FrmMain.Designer.cs
0 → 100644
此文件的差异被折叠,
点击展开。
AGVDispatch/FrmMain.cs
0 → 100644
AGVDispatch/FrmMain.resx
0 → 100644
此文件的差异被折叠,
点击展开。
AGVDispatch/Manual.Designer.cs
0 → 100644
此文件的差异被折叠,
点击展开。
AGVDispatch/Manual.cs
0 → 100644
AGVDispatch/Manual.resx
0 → 100644
AGVDispatch/Program.cs
0 → 100644
AGVDispatch/Properties/AssemblyInfo.cs
0 → 100644
AGVDispatch/Properties/Resources.Designer.cs
0 → 100644
AGVDispatch/Properties/Resources.resx
0 → 100644
AGVDispatch/Properties/Settings.Designer.cs
0 → 100644
AGVDispatch/Properties/Settings.settings
0 → 100644
AGVDispatch/Properties/_system~.ini
0 → 100644
文件属性发生变化
AGVDispatch/_system~.ini
0 → 100644
文件属性发生变化
AGVDispatch/dll/Agv.Server.dll
0 → 100644
此文件类型无法预览
AGVDispatch/dll/Agv.dll
0 → 100644
此文件类型无法预览
AGVDispatch/dll/Newtonsoft.Json.dll
0 → 100644
此文件类型无法预览
AGVDispatch/dll/RestSharp.dll
0 → 100644
此文件类型无法预览
AGVDispatch/dll/RestSharp.xml
0 → 100644
此文件的差异太大,无法显示。
AGVDispatch/dll/_system~.ini
0 → 100644
文件属性发生变化
AGVDispatch/dll/log4net.dll
0 → 100644
此文件类型无法预览
AGVDispatch/icon.ico
0 → 100644
此文件类型无法预览
AGVDispatch/packages.config
0 → 100644
AGV_UI/AGV_UI.csproj
0 → 100644
AGV_UI/Manager.cs
0 → 100644
AGV_UI/Properties/AssemblyInfo.cs
0 → 100644
AGV_UI/Properties/Resources.Designer.cs
0 → 100644
AGV_UI/Properties/Resources.resx
0 → 100644
AGV_UI/Status.Designer.cs
0 → 100644
AGV_UI/Status.cs
0 → 100644
AGV_UI/Status.resx
0 → 100644
AGV_UI/battery/charge.png
0 → 100644
1.1 KB
AGV_UI/battery/common.png
0 → 100644
462 字节
AGV_UI/battery/full.png
0 → 100644
439 字节
AGV_UI/battery/low.png
0 → 100644
250 字节
AGV_UI/offline.png
0 → 100644
790 字节
AGV_UI/online.png
0 → 100644
731 字节
AGV_UI/state/Aborted.png
0 → 100644
1.4 KB
AGV_UI/state/Error.png
0 → 100644
1.7 KB
AGV_UI/state/Executing.png
0 → 100644
2.7 KB
AGV_UI/state/Unknown.png
0 → 100644
816 字节
AGV_UI/state/emergency.png
0 → 100644
2.1 KB
AGV_UI/state/manual.png
0 → 100644
927 字节
AGV_UI/state/pause.png
0 → 100644
195 字节
AGV_UI/state/ready.png
0 → 100644
1.5 KB
AGV_UI/task.png
0 → 100644
824 字节
Common/Common.csproj
0 → 100644
Common/Newtonsoft.Json.dll
0 → 100644
此文件类型无法预览
Common/Properties/AssemblyInfo.cs
0 → 100644
Common/RestSharp.dll
0 → 100644
此文件类型无法预览
Common/RestSharp.xml
0 → 100644
此文件的差异太大,无法显示。
Common/SettingString.cs
0 → 100644
Common/helpers/AppConfigHelper.cs
0 → 100644
Common/helpers/IniFileHelper.cs
0 → 100644
Common/log4net.dll
0 → 100644
此文件类型无法预览
Common/util/HttpHelper.cs
0 → 100644
Common/util/JsonHelper.cs
0 → 100644
Common/util/LogUtil.cs
0 → 100644
Common/util/MyWebClient.cs
0 → 100644
DeviceLibrary/AGVManager.cs
0 → 100644
此文件的差异被折叠,
点击展开。
DeviceLibrary/AgvServer.cs
0 → 100644
此文件的差异被折叠,
点击展开。
DeviceLibrary/Charge.cs
0 → 100644
DeviceLibrary/CommonVar.cs
0 → 100644
DeviceLibrary/Config/AgvMission.csv
0 → 100644
DeviceLibrary/Config/AgvName.csv
0 → 100644
DeviceLibrary/Config/AgvProductionLine.csv
0 → 100644
DeviceLibrary/Control.cs
0 → 100644
DeviceLibrary/DeviceLibrary.csproj
0 → 100644
DeviceLibrary/DisplayBoard.cs
0 → 100644
DeviceLibrary/Properties/AssemblyInfo.cs
0 → 100644
DeviceLibrary/RestSharp.dll
0 → 100644
此文件类型无法预览
DeviceLibrary/ScopeLimit.cs
0 → 100644
DeviceLibrary/Standby.cs
0 → 100644
DeviceLibrary/bean/Agv_Info.cs
0 → 100644
此文件的差异被折叠,
点击展开。
DeviceLibrary/bean/Job.cs
0 → 100644
DeviceLibrary/bean/JobStep.cs
0 → 100644
DeviceLibrary/bean/JobType.cs
0 → 100644
DeviceLibrary/bean/MiR_API.cs
0 → 100644
此文件的差异被折叠,
点击展开。
DeviceLibrary/bean/job/ChargeJob.cs
0 → 100644
此文件的差异被折叠,
点击展开。
DeviceLibrary/bean/job/EnterLeaveShelfJob.cs
0 → 100644
此文件的差异被折叠,
点击展开。
DeviceLibrary/bean/job/GetFullShelfJob.cs
0 → 100644
此文件的差异被折叠,
点击展开。
DeviceLibrary/bean/job/GetShelfJob.cs
0 → 100644
此文件的差异被折叠,
点击展开。
此文件的差异被折叠,
点击展开。
DeviceLibrary/bean/job/RecycleEmptyShelf.cs
0 → 100644
此文件的差异被折叠,
点击展开。
DeviceLibrary/bean/job/SendFullShelfJob.cs
0 → 100644
此文件的差异被折叠,
点击展开。
DeviceLibrary/bean/job/SendShelfJob.cs
0 → 100644
此文件的差异被折叠,
点击展开。
DeviceLibrary/bean/job/StandyJob.cs
0 → 100644
此文件的差异被折叠,
点击展开。
DeviceLibrary/bean/job/_system~.ini
0 → 100644
此文件的差异被折叠,
点击展开。
DeviceLibrary/bean/jobType/BoxInJobType.cs
0 → 100644
此文件的差异被折叠,
点击展开。
DeviceLibrary/bean/jobType/BoxOutJobType.cs
0 → 100644
此文件的差异被折叠,
点击展开。
DeviceLibrary/bean/jobType/ChargeJobType.cs
0 → 100644
此文件的差异被折叠,
点击展开。
DeviceLibrary/bean/jobType/PackingJobType.cs
0 → 100644
此文件的差异被折叠,
点击展开。
DeviceLibrary/log4net.dll
0 → 100644
此文件类型无法预览
SO775-AGV.sln
0 → 100644
此文件的差异被折叠,
点击展开。
_system~.ini
0 → 100644
此文件的差异被折叠,
点击展开。
-
请 注册 或 登录 后发表评论