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/ViewRecipeNew.h | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/EdgeInspector_App/View/ViewRecipeNew.h b/EdgeInspector_App/View/ViewRecipeNew.h
index c535339..cd5d1d7 100644
--- a/EdgeInspector_App/View/ViewRecipeNew.h
+++ b/EdgeInspector_App/View/ViewRecipeNew.h
@@ -1,4 +1,4 @@
-#pragma once
+锘�#pragma once
#include "EdgeInspector_App.h"
#include "General_Draw.h"
@@ -9,15 +9,15 @@
DECLARE_DYNAMIC(CViewRecipeNew)
public:
- CViewRecipeNew(CWnd* pParent = NULL); // 钎霖 积己磊涝聪促.
+ CViewRecipeNew(CWnd* pParent = NULL); // 閽庨湒 绉繁纾婃稘鑱績.
virtual ~CViewRecipeNew();
-// 措拳 惑磊 单捞磐涝聪促.
+// 鎺嫵 鎯戠 鍗曟崬纾愭稘鑱績.
enum { IDD = IDD_DLG_RECIPE_NEW };
protected:
virtual BOOL OnInitDialog();
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 瘤盔涝聪促.
+ virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV 鐦ょ洈娑濊仾淇�.
afx_msg void OnPaint();
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
DECLARE_MESSAGE_MAP()
--
Gitblit v1.9.3