From 1dbe46cd9d0f181d08d5a69f72d8548628a13b9d Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期三, 16 七月 2025 17:13:50 +0800
Subject: [PATCH] 优化:显示在流程中解锁,并且把文件字符集统一替换成UTF-8(BOM)

---
 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