From 27b45f7dd911640b4c8fefe6e060fc35a1f98e6e Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期四, 24 七月 2025 16:31:52 +0800
Subject: [PATCH] 1. 更新视觉程序(代提交)

---
 ENRIT/View/ViewRecipeSetting.cpp |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ENRIT/View/ViewRecipeSetting.cpp b/ENRIT/View/ViewRecipeSetting.cpp
index b4cb48f..e271935 100644
--- a/ENRIT/View/ViewRecipeSetting.cpp
+++ b/ENRIT/View/ViewRecipeSetting.cpp
@@ -95,7 +95,8 @@
 	DDX_Control(pDX, IDC_SLIDER_ZOOM2				, m_sliderZoom);
 	DDX_Control(pDX, IDC_SCROLLBAR_V				, m_ctrlScrollV);
 	DDX_Control(pDX, IDC_SCROLLBAR_H				, m_ctrlScrollH);	
-
+	DDX_Text(pDX, IDC_BRUSH_GRAY					, m_frameImg.m_nBrushGray);
+	
 	UINT nIDCmdSelect[] = { IDC_RDO_RCP_INSPECT_SETTING,IDC_RDO_RCP_PROFILE_SETTING,IDC_RDO_RCP_CHAMFER_SETTING};
 	for (int i = 0; i < eRcp_End; i++) {
 		DDX_Control(pDX, nIDCmdSelect[i], m_ctrlCmdSelect[i]);

--
Gitblit v1.9.3