From 06548959f857ca6a9eabaa695ab84dfa0ff73849 Mon Sep 17 00:00:00 2001
From: mrDarker <mr.darker@163.com>
Date: 星期日, 10 八月 2025 14:03:11 +0800
Subject: [PATCH] 1. 添加侧面检的执行和报警参数 2. 修复配方界面分组按钮的显示异常问题
---
EdgeInspector_App/Thread/Thread_CheckSeq.cpp | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/EdgeInspector_App/Thread/Thread_CheckSeq.cpp b/EdgeInspector_App/Thread/Thread_CheckSeq.cpp
index 918f478..32bf3d2 100644
--- a/EdgeInspector_App/Thread/Thread_CheckSeq.cpp
+++ b/EdgeInspector_App/Thread/Thread_CheckSeq.cpp
@@ -1,4 +1,4 @@
-// ProcPADThread.cpp : implementation file
+锘�// ProcPADThread.cpp : implementation file
//
#include "StdAfx.h"
@@ -28,7 +28,7 @@
{
BOOL bReturn = TRUE;
- // Thread 积己 饶 Thread 荐青
+ // Thread 绉繁 楗� Thread 鑽愰潚
bReturn = CreateTimerThread(this);
return bReturn;
@@ -96,7 +96,7 @@
SendCheckMSG.dwTickEnd = GetTickCount();
SendCheckMSG.dwDuration = SendCheckMSG.dwTickEnd - SendCheckMSG.dwTickStart;
- if(pStats->IsPostProcStart() == TRUE) // Post Process啊 矫累登菌栏搁 了促 昏力 茄促.
+ if(pStats->IsPostProcStart() == TRUE) // Post Process鍟� 鐭疮鐧昏弻鏍忔悂 浜嗕績 鏄忓姏 鑼勪績.
{
it->bDelete = TRUE;
continue;
--
Gitblit v1.9.3