From c856cf2dc2dca99f303458586dc6f70324228cf0 Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期五, 25 七月 2025 16:50:25 +0800 Subject: [PATCH] 1. 更新视觉程序(代提交) --- 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