From 6087507f5c9445055a38f7b861e40a22e82d3316 Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期五, 25 七月 2025 16:09:29 +0800 Subject: [PATCH] 1. ProfileInspect单独使用坐标转换参数,与全局的区分开。如果ProfileInspect没有设置,那么默认使用全局的 --- 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