From ce3793790d007a89ccfa483fdb802bf5f778a4c1 Mon Sep 17 00:00:00 2001 From: LAPTOP-T815PCOQ\25526 <mr.liuyang@126.com> Date: 星期二, 10 十二月 2024 11:29:03 +0800 Subject: [PATCH] 1.配方管理类中定位点添加标识符 2.axis设定读取不可写的定位点数据,并且刷新 3. 完善axis细部设定界面资源 --- SourceCode/Bond/BondEq/CPanelProject.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/BondEq/CPanelProject.h b/SourceCode/Bond/BondEq/CPanelProject.h index d62a58b..3b3f7f6 100644 --- a/SourceCode/Bond/BondEq/CPanelProject.h +++ b/SourceCode/Bond/BondEq/CPanelProject.h @@ -1,6 +1,7 @@ 锘�#pragma once #include "VerticalLine.h" #include "CProjectPageRemoteEqs.h" +#include "CProjectPageComponents.h" #include "AccordionWnd.h" @@ -29,6 +30,7 @@ int m_nPanelWidth; CAccordionWnd* m_pAccordionWnd; CProjectPageRemoteEqs* m_pPageRemoteEqs; + CProjectPageComponents* m_pPageComponents; // 瀵硅瘽妗嗘暟鎹� -- Gitblit v1.9.3