From ac1a257eb74395f949a1a9693cbb3a1e16e69717 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期五, 15 八月 2025 11:44:52 +0800
Subject: [PATCH] 1. 优化SIdeDimensionSetting表格的读取 2. 优化侧面检的功能,从固定的36个检测点变更为自己设置
---
EdgeInspector_App/View/ViewRecipeNew.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/EdgeInspector_App/View/ViewRecipeNew.cpp b/EdgeInspector_App/View/ViewRecipeNew.cpp
index cdcb9cc..8f83b7c 100644
--- a/EdgeInspector_App/View/ViewRecipeNew.cpp
+++ b/EdgeInspector_App/View/ViewRecipeNew.cpp
@@ -1,10 +1,10 @@
-//
+锘�//
#include "stdafx.h"
#include "ViewRecipeNew.h"
-// CViewRecipeNew 措拳 惑磊涝聪促.
+// CViewRecipeNew 鎺嫵 鎯戠娑濊仾淇�.
IMPLEMENT_DYNAMIC(CViewRecipeNew, CDialog)
@@ -36,7 +36,7 @@
ON_EVENT(CViewRecipeNew, IDC_BTN_RECIPENEW_OK, DISPID_CLICK, CViewRecipeNew::ClickBtnRecipenewOk, VTS_NONE)
ON_EVENT(CViewRecipeNew, IDC_BTN_RECIPENEW_CANCEL, DISPID_CLICK, CViewRecipeNew::ClickBtnRecipenewCancel, VTS_NONE)
END_EVENTSINK_MAP()
-// CViewRecipeNew 皋矫瘤 贸府扁涝聪促.
+// CViewRecipeNew 鐨嬬煫鐦� 璐稿簻鎵佹稘鑱績.
BOOL CViewRecipeNew::OnInitDialog()
{
--
Gitblit v1.9.3