From 7b5deaffde2d5127904f42ec7283e795594e5ce2 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 화, 05 10월 2021 19:55:37 +0900 Subject: [PATCH] UI색상 변경 --- ReviewHistory/ReveiwHistory/akFormationMap.cpp | 6 +++--- ReviewHistory/bin/ReviewHistroy.exe | 0 ReviewSystem/ReviewSystem/SequenceProcessor_CPJT.cpp | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ReviewHistory/ReveiwHistory/akFormationMap.cpp b/ReviewHistory/ReveiwHistory/akFormationMap.cpp index 323c097..d517d85 100644 --- a/ReviewHistory/ReveiwHistory/akFormationMap.cpp +++ b/ReviewHistory/ReveiwHistory/akFormationMap.cpp @@ -1055,12 +1055,12 @@ CString strDefectInfo; COLORREF cl; - cl = RGB(39, 255, 39); + cl = RGB(0, 0, 0); pDC->SetTextAlign(TA_LEFT | TA_BASELINE); pDC->SetTextColor(cl); - strDefectInfo.Format("%d : %.3lf, %.3lf Cam: %d, SCan : %d", m_pMouseOveredDefect->m_nDefectID, m_pMouseOveredDefect->dPositionX, m_pMouseOveredDefect->dPositionY, m_pMouseOveredDefect->m_nCameraID, m_pMouseOveredDefect->m_nScanIdx); - pDC->TextOut(GetWindowPosX(m_pMouseOveredDefect->dPositionX)+5, GetWindowPosY(m_pMouseOveredDefect->dPositionY) - 7, strDefectInfo); + strDefectInfo.Format("%dCam %dSCan, %d : %.3lf, %.3lf ", m_pMouseOveredDefect->m_nCameraID, m_pMouseOveredDefect->m_nScanIdx, m_pMouseOveredDefect->m_nDefectID, m_pMouseOveredDefect->dPositionX, m_pMouseOveredDefect->dPositionY); + pDC->TextOut(GetWindowPosX(m_pMouseOveredDefect->dPositionX)+5, GetWindowPosY(m_pMouseOveredDefect->dPositionY)+3, strDefectInfo); } if (m_pSelectedFormation) diff --git a/ReviewHistory/bin/ReviewHistroy.exe b/ReviewHistory/bin/ReviewHistroy.exe index e6b55c5..452fb44 100644 --- a/ReviewHistory/bin/ReviewHistroy.exe +++ b/ReviewHistory/bin/ReviewHistroy.exe Binary files differ diff --git a/ReviewSystem/ReviewSystem/SequenceProcessor_CPJT.cpp b/ReviewSystem/ReviewSystem/SequenceProcessor_CPJT.cpp index 8ee63b7..6dc315e 100644 --- a/ReviewSystem/ReviewSystem/SequenceProcessor_CPJT.cpp +++ b/ReviewSystem/ReviewSystem/SequenceProcessor_CPJT.cpp @@ -8460,8 +8460,8 @@ m_pSP2P->ISP2P_DisplayMessage(_T("[PCControl_Send] Review Start Ack! => %d"), 1); break; - case PCControlSend_ResultDataComplete_CPJT: - m_pSP2P->ISP2P_DisplayMessage(_T("[PCControl_Send] Result Data Complete! => %d"), 1); + case PCControlSend_ReviewEndAck_CPJT: + m_pSP2P->ISP2P_DisplayMessage(_T("[PCControl_Send] Review End Ack! => %d"), 1); break; } } -- Gitblit v1.9.3