From 32f4e5154a4bcc3228b9e422e96b7009d55f50ad Mon Sep 17 00:00:00 2001
From: LAPTOP-T815PCOQ\25526 <mr.liuyang@126.com>
Date: 星期四, 26 十二月 2024 11:24:29 +0800
Subject: [PATCH] 1. 添加主界面,并且读写PLC

---
 SourceCode/Bond/BondEq/View/RecipeListDlg.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/SourceCode/Bond/BondEq/View/RecipeListDlg.cpp b/SourceCode/Bond/BondEq/View/RecipeListDlg.cpp
index 9546dca..942dc0b 100644
--- a/SourceCode/Bond/BondEq/View/RecipeListDlg.cpp
+++ b/SourceCode/Bond/BondEq/View/RecipeListDlg.cpp
@@ -426,6 +426,7 @@
 	CString strSelectedRecipe = m_grid.GetItemText(nSelect, 1);
 	if (RecipeManager::getInstance().loadRecipe(std::string(CT2A(strSelectedRecipe)))) {
 		m_staticCurrRecipe->SetWindowText(strSelectedRecipe);
+		m_staticCurrRecipe->SetBkColor(RGB(0, 110, 110));
 	}
 	else {
 		AfxMessageBox(_T("鍔犺浇閰嶆柟澶辫触锛�"));

--
Gitblit v1.9.3