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/ViewRecipeSetting.cpp | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/ENRIT/View/ViewRecipeSetting.cpp b/ENRIT/View/ViewRecipeSetting.cpp
index b4cb48f..ff1fd48 100644
--- a/ENRIT/View/ViewRecipeSetting.cpp
+++ b/ENRIT/View/ViewRecipeSetting.cpp
@@ -95,7 +95,8 @@
DDX_Control(pDX, IDC_SLIDER_ZOOM2 , m_sliderZoom);
DDX_Control(pDX, IDC_SCROLLBAR_V , m_ctrlScrollV);
DDX_Control(pDX, IDC_SCROLLBAR_H , m_ctrlScrollH);
-
+ DDX_Text(pDX, IDC_BRUSH_GRAY , m_frameImg.m_nBrushGray);
+
UINT nIDCmdSelect[] = { IDC_RDO_RCP_INSPECT_SETTING,IDC_RDO_RCP_PROFILE_SETTING,IDC_RDO_RCP_CHAMFER_SETTING};
for (int i = 0; i < eRcp_End; i++) {
DDX_Control(pDX, nIDCmdSelect[i], m_ctrlCmdSelect[i]);
@@ -313,7 +314,7 @@
return;
}
- SetButtonSelectSel(eSelView,FALSE);
+ SetButtonSelectSel(eSelView, FALSE);
ChangeSelectView(nViewID);
}
@@ -458,7 +459,7 @@
InitScrollInfo();
- UINT eViewID[] = {IDC_RDO_RCP_INSPECT_SETTING,IDC_RDO_RCP_PROFILE_SETTING};
+ UINT eViewID[] = { IDC_RDO_RCP_INSPECT_SETTING, IDC_RDO_RCP_PROFILE_SETTING, IDC_RDO_RCP_CHAMFER_SETTING };
ChangeRcpView(eViewID[m_nCndSelect]);
}
--
Gitblit v1.9.3