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/DlgLicenseInfo.cpp |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/EdgeInspector_App/DlgLicenseInfo.cpp b/EdgeInspector_App/DlgLicenseInfo.cpp
index a78611c..8a069cd 100644
--- a/EdgeInspector_App/DlgLicenseInfo.cpp
+++ b/EdgeInspector_App/DlgLicenseInfo.cpp
@@ -1,4 +1,4 @@
-// DlgLicenseInfo.cpp : 备泅 颇老涝聪促.
+锘�// DlgLicenseInfo.cpp : 澶囨硡 棰囪�佹稘鑱績.
 //
 
 #include "stdafx.h"
@@ -7,7 +7,7 @@
 #include "afxdialogex.h"
 
 
-// CDlgLicenseInfo 措拳 惑磊涝聪促.
+// CDlgLicenseInfo 鎺嫵 鎯戠娑濊仾淇�.
 
 IMPLEMENT_DYNAMIC(CDlgLicenseInfo, CDialogEx)
 
@@ -48,16 +48,16 @@
 	// key status
 	switch (status.nKeyStatus)
 	{
-	case LicenseKey_NotConnected:	// 楷搬 救凳
+	case LicenseKey_NotConnected:	// 妤锋惉 鏁戝嚦
 		strValue = L"Key Status = Not Connected";
 		break;
-	case LicenseKey_NotCertified:	// 牢刘 救凳
+	case LicenseKey_NotCertified:	// 鐗㈠垬 鏁戝嚦
 		strValue = L"Key Status = Not Certified";
 		break;
-	case LicenseKey_NotActivated:	// 劝己拳 救凳
+	case LicenseKey_NotActivated:	// 鍔濆繁鎷� 鏁戝嚦
 		strValue = L"Key Status = Not Activated";
 		break;
-	case LicenseKey_Activated:		// 劝己拳 凳
+	case LicenseKey_Activated:		// 鍔濆繁鎷� 鍑�
 		strValue = L"Key Status = Activated";
 		break;
 	}
@@ -85,4 +85,4 @@
 END_MESSAGE_MAP()
 
 
-// CDlgLicenseInfo 皋矫瘤 贸府扁涝聪促.
+// CDlgLicenseInfo 鐨嬬煫鐦� 璐稿簻鎵佹稘鑱績.

--
Gitblit v1.9.3