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