1、修复因加入输入位姿引发的BUG

2、PMA工具完善
3、其他BUG修复
This commit is contained in:
eggplantlwj
2022-03-21 14:48:26 +08:00
parent 43751c5115
commit 62477b8091
403 changed files with 753 additions and 652 deletions

View File

@@ -1,4 +1,4 @@
namespace ToolLib.VisionJob
namespace ToolLib.VisionJob
{
partial class FormJobManage
{

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;

View File

@@ -1,4 +1,4 @@
namespace ToolLib.VisionJob
namespace ToolLib.VisionJob
{
partial class FormToolBox
{

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;

View File

@@ -1,4 +1,4 @@
/*
/*
* ==============================================================================
*
* Filename: OperateJob

View File

@@ -1,4 +1,4 @@
/*
/*
* ==============================================================================
*
* Filename: OperateTreeView

View File

@@ -1,4 +1,4 @@
using System.Reflection;
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

View File

@@ -1,4 +1,4 @@
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
// <auto-generated>
// 此代码由工具生成。
// 运行时版本:4.0.30319.42000

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>

View File

@@ -1,4 +1,4 @@
using CommonMethods;
using CommonMethods;
using CommonMethods.Interface;
using Logger;
using System;

View File

@@ -1,4 +1,4 @@
/*
/*
* ==============================================================================
*
* Filename: VisionJobParams

View File

@@ -1,4 +1,4 @@
/*
/*
* ==============================================================================
*
* Filename: VisionProject

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;