From 1c0ac1c7924efb8a2cb6962d3eda4126533a5ac8 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期一, 14 七月 2025 16:55:55 +0800
Subject: [PATCH] 合并代码(代提交)
---
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