新增导航功能,节点操作支持多行操作

This commit is contained in:
2025-04-09 19:59:49 +08:00
parent 501fa77e5a
commit 9da8e6fecd
32 changed files with 1326 additions and 953 deletions

View File

@@ -298,6 +298,10 @@
<Compile Include="UTSModule\Service\AppRegister.vb" />
<Compile Include="UTSModule\Service\AutsTcpClient.vb" />
<Compile Include="UTSModule\Service\ServiceTask.vb" />
<Compile Include="UTSModule\Station\GridNavigationManager.vb" />
<Compile Include="UTSModule\Station\GridNavigation.vb" />
<Compile Include="UTSModule\Station\GridNodeMoveUpCommand.vb" />
<Compile Include="UTSModule\Station\INavigation.vb" />
<Compile Include="UTSModule\Station\IStationPlan.vb" />
<Compile Include="UTSModule\Station\StationPackagePlan.vb" />
<Compile Include="UTSModule\Station\PlanNodeSelectChangedEventArgs.vb" />