From 96579a48b3b558f5ce58cffe372b1f563a9e62ce Mon Sep 17 00:00:00 2001 From: LAPTOP-SNT8I5JK\Boounion <Chenluhua@qq.com> Date: 星期三, 03 九月 2025 17:23:56 +0800 Subject: [PATCH] 1.配方列表和配方参数获取合并在线程中获取,并更新状态到对话框; 2.配方参数获取; 3.Bonder, AOI, 真空烘烤, 冷却烧烤配方参数解释。 --- SourceCode/Bond/Servo/EqsGraphWnd.h | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/SourceCode/Bond/Servo/EqsGraphWnd.h b/SourceCode/Bond/Servo/EqsGraphWnd.h index e275896..c54d768 100644 --- a/SourceCode/Bond/Servo/EqsGraphWnd.h +++ b/SourceCode/Bond/Servo/EqsGraphWnd.h @@ -54,6 +54,7 @@ DWORD_PTR pInPins; DWORD_PTR pOutPins; int nFlashFlag; + BOOL bShowIndicator[2]; } EQITEM; typedef struct tagPIN @@ -89,6 +90,7 @@ ONEQITEMPOSCHANGED onEqItemPosChanged; ONDELETEEQITEM onDblckEqItem; ONDELETEEQITEM onRclickEqItem; + ONDELETEEQITEM onSelectEqItem; } EqsGraphListener; class CEqsGraphWnd @@ -139,8 +141,10 @@ int ConnectPin(DWORD_PTR dwItem1Data, DWORD_PTR dwPin1Data, DWORD_PTR dwItem2Data, DWORD_PTR dwPin2Data); void SetItemText(EQITEM* pItem, CString strText); void SetItemType(EQITEM* pItem, int type); + void SetItemPos(EQITEM* pItem, int x, int y); void FlashItem(EQITEM* pItem); void AnimationItem(EQITEM*pItem); + void ShowItemIndicator(DWORD_PTR dwItemData, BOOL bShow); private: void Init(); -- Gitblit v1.9.3