From 04d89bc9216553adcd0df87985a7665882924093 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期五, 22 八月 2025 17:56:10 +0800
Subject: [PATCH] 1. 优化Notch计算周长,使用比例的形式计算

---
 EdgeInspector_App/View/ViewRecipeList.h |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/EdgeInspector_App/View/ViewRecipeList.h b/EdgeInspector_App/View/ViewRecipeList.h
index a0b27df..071d5b4 100644
--- a/EdgeInspector_App/View/ViewRecipeList.h
+++ b/EdgeInspector_App/View/ViewRecipeList.h
@@ -1,4 +1,4 @@
-#pragma once
+锘�#pragma once
 
 #include "General_Draw.h"
 
@@ -9,7 +9,7 @@
 #include "HardwareSettings.h"
 #include "Glass_Data.h"
 
-// CViewRecipeList 措拳 惑磊涝聪促.
+// CViewRecipeList 鎺嫵 鎯戠娑濊仾淇�.
 
 #define		UM_SELECT_RECIPE					(WM_USER + 1001)
 
@@ -18,15 +18,15 @@
 	DECLARE_DYNAMIC(CViewRecipeList)
 
 public:
-	CViewRecipeList(CWnd* pParent = NULL);   // 钎霖 积己磊涝聪促.
+	CViewRecipeList(CWnd* pParent = NULL);   // 閽庨湒 绉繁纾婃稘鑱績.
 	virtual ~CViewRecipeList();
 
-// 措拳 惑磊 单捞磐涝聪促.
+// 鎺嫵 鎯戠 鍗曟崬纾愭稘鑱績.
 	enum { IDD = IDD_DLG_RECIPE_LIST };
 
 protected:
 	virtual BOOL OnInitDialog();
-	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV 瘤盔涝聪促.
+	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV 鐦ょ洈娑濊仾淇�.
 	
 	afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
 	afx_msg void OnBnClickedButListNewrecipe();

--
Gitblit v1.9.3