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