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/ViewRecipeProfileView.h |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ENRIT/View/ViewRecipeProfileView.h b/ENRIT/View/ViewRecipeProfileView.h
index b93219e..4c3bced 100644
--- a/ENRIT/View/ViewRecipeProfileView.h
+++ b/ENRIT/View/ViewRecipeProfileView.h
@@ -24,9 +24,10 @@
 
 protected:
 	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV 瘤盔涝聪促.
+	void		 ClickChkButProfileTestRun();
+	void		 ClickChkButCoordinateConvert();
 	void		 ClickChkButMakeCAD();
 	void		 ClickChkButProfileApplay();
-	void		ClickChkButProfileTestRun();
 	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
 	virtual BOOL OnInitDialog();
 	virtual BOOL PreTranslateMessage(MSG* pMsg);
@@ -45,7 +46,7 @@
 protected:
 	CProfileCADProc			*m_pProfileProc;
 	CHardwareSettings		*m_pHardware;
-	CGlassRecipe		*m_pDlgRecipe;
+	CGlassRecipe			*m_pDlgRecipe;
 	CSplash					m_splash;
 	CMFCButton				m_chkProfileUse[MAX_PROFILE_SETTING_COUNT];
 	CFontControl			m_FontControl;

--
Gitblit v1.9.3