From daf053dfd30a3c20524d92290be9d3dc2ac599ec Mon Sep 17 00:00:00 2001
From: LWQ <1806950222@qq.com>
Date: 星期三, 30 七月 2025 19:27:02 +0800
Subject: [PATCH] 1.修复:区分测量精度及研磨量距离单像素精度功能 2.修改:上传到CIM的数据

---
 ENRIT/View/ViewScanImage.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ENRIT/View/ViewScanImage.h b/ENRIT/View/ViewScanImage.h
index e5a75f8..eb7b3b9 100644
--- a/ENRIT/View/ViewScanImage.h
+++ b/ENRIT/View/ViewScanImage.h
@@ -80,8 +80,7 @@
 	void			OnBnClickedSaveAll();
 	void			OnBtnStartBatch();
 	void			OnBtnStopBatch();
-	void			OnClickBtnNextProcess();
-
+	void			OnClickBtnStopBatch2();
 protected:
 	int				GetSideIdx(int nViewIndex);
 	BYTE			*GetBufferPoint(int nViewIndex,int nPos = 0);
@@ -123,4 +122,6 @@
 	int				m_nCurrentFolderIndex;
 	BOOL			m_bIsBatchProcessing;
 	CStringArray	m_arrFolderList;
+
+	
 };

--
Gitblit v1.9.3