添加撤销,导航Call命令,节点类型根据子节点数量变化,标签和记录名去重等功能
This commit is contained in:
@@ -200,8 +200,16 @@
|
||||
<Compile Include="Security\Aes128.vb" />
|
||||
<Compile Include="Security\MD5.vb" />
|
||||
<Compile Include="Serialize\Serializer.vb" />
|
||||
<Compile Include="Undo\ICommand.vb" />
|
||||
<Compile Include="Undo\CommandManager.vb" />
|
||||
<Compile Include="UTSModule\Station\GridNodeCommands\GridNodeAddCommand.vb" />
|
||||
<Compile Include="UTSModule\Station\GridNodeCommands\GridNodeCopyPasteCommand.vb" />
|
||||
<Compile Include="UTSModule\Station\GridNodeCommands\GridNodeCutPasteCommand.vb" />
|
||||
<Compile Include="UTSModule\Station\GridNodeCommands\GridNodeDeleteCommand.vb" />
|
||||
<Compile Include="UTSModule\Station\GridNodeCommands\GridNodeMoveDownCommand.vb" />
|
||||
<Compile Include="UTSModule\Station\GridNodeCommands\GridNodeMoveLeftCommand.vb" />
|
||||
<Compile Include="UTSModule\Station\GridNodeCommands\GridNodeMoveRightCommand.vb" />
|
||||
<Compile Include="UTSModule\Station\GridNodeCommands\GridNodeTextChangedCommand.vb" />
|
||||
<Compile Include="UTSModule\Station\GridNodeCommands\ICommand.vb" />
|
||||
<Compile Include="UTSModule\Station\GridNodeCommands\CommandManager.vb" />
|
||||
<Compile Include="UTSModule\DbConnect\DbConnector.vb" />
|
||||
<Compile Include="UTSModule\DbTableModel\Customer\FolwCtrTable.vb" />
|
||||
<Compile Include="UTSModule\DbTableModel\Customer\ImportInfoTable.vb" />
|
||||
@@ -298,10 +306,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\GridNodeNavigation\GridNavigationManager.vb" />
|
||||
<Compile Include="UTSModule\Station\GridNodeNavigation\GridNavigation.vb" />
|
||||
<Compile Include="UTSModule\Station\GridNodeCommands\GridNodeMoveUpCommand.vb" />
|
||||
<Compile Include="UTSModule\Station\GridNodeNavigation\INavigation.vb" />
|
||||
<Compile Include="UTSModule\Station\IStationPlan.vb" />
|
||||
<Compile Include="UTSModule\Station\StationPackagePlan.vb" />
|
||||
<Compile Include="UTSModule\Station\PlanNodeSelectChangedEventArgs.vb" />
|
||||
@@ -354,7 +362,6 @@
|
||||
<Compile Include="UTSModule\Service\TaskJsonParam.vb" />
|
||||
<Compile Include="UTSModule\Service\TaskJsonSettings.vb" />
|
||||
<Compile Include="UTSModule\Production\TestCmdManager.vb" />
|
||||
<Compile Include="UTSModule\Station\RowNodeCommand.vb" />
|
||||
<Compile Include="UTSModule\Test\Command\CompareFunction.vb" />
|
||||
<Compile Include="UTSModule\Test\Command\ITestExecutor.vb" />
|
||||
<Compile Include="UTSModule\Test\Command\SystemCommand\CheckUtsPlatformExecutor.vb" />
|
||||
@@ -506,10 +513,7 @@
|
||||
</None>
|
||||
<None Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="UTSModule\About\" />
|
||||
<Folder Include="UTSModule\Help\" />
|
||||
</ItemGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<Content Include="Document\Version.txt" />
|
||||
<Content Include="模块说明.txt" />
|
||||
|
||||
Reference in New Issue
Block a user