mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-28 19:26:35 +08:00
1、更改所有位置显示窗体为自定义窗体,添加坐标及灰度显示
2、添加工具移除功能 3、PMA工具添加修改模板和定义搜索区域
This commit is contained in:
@@ -9,6 +9,7 @@ using CommonMethods;
|
||||
using HalconDotNet;
|
||||
using ToolBase;
|
||||
using System.Diagnostics;
|
||||
using ViewROI;
|
||||
|
||||
namespace HalconTool
|
||||
{
|
||||
@@ -159,7 +160,7 @@ namespace HalconTool
|
||||
}
|
||||
}
|
||||
|
||||
public override void DispMainWindow(HWindow window)
|
||||
public override void DispMainWindow(HWindowTool_Smart window)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user