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/Defect.h | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/EdgeInspector_App/Defect.h b/EdgeInspector_App/Defect.h index 7e2a743..067544f 100644 --- a/EdgeInspector_App/Defect.h +++ b/EdgeInspector_App/Defect.h @@ -1,4 +1,4 @@ -#pragma once +锘�#pragma once #define DEFECTIMAGE_WIDTH 1024 #define DEFECTIMAGE_HEIGHT 500 @@ -148,6 +148,8 @@ m_dSizeX_um = 0.0; m_dSizeY_um = 0.0; + m_dChamfer_um = 0.0; + m_dChamferOff_um = 0.0; m_nDefectMergeCount = 0; m_bDefectMergeRemoved = FALSE; @@ -174,6 +176,8 @@ double m_dSizeX_um; double m_dSizeY_um; + double m_dChamfer_um; + double m_dChamferOff_um; // Merge int m_nDefectMergeCount; @@ -186,7 +190,7 @@ int m_nJudge_Type; // Exception Area - int m_nExceptionArea; // 0 : 固器窃, 1 : 混娄 吧魔, 2 : 肯傈 器窃 + int m_nExceptionArea; // 0 : 鍥哄櫒绐�, 1 : 娣峰▌ 鍚ч瓟, 2 : 鑲倛 鍣ㄧ獌 // User Defect Idx int m_nUserDefectAreaIdx; -- Gitblit v1.9.3