From 04116d765c7113cfa1a9ec04e6067487a4ba0a20 Mon Sep 17 00:00:00 2001 From: LWQ <1806950222@qq.com> Date: 星期二, 29 七月 2025 00:20:58 +0800 Subject: [PATCH] 修复单像素精度单独分配精度测量与研磨量测量功能 --- 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