From 7a7f5a677f5bddb571273c8f490ca88ca9653d67 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 월, 18 10월 2021 18:25:48 +0900 Subject: [PATCH] Ongoing90 #3684 CF AOI Review 전설비 Review History Defect이미지 클릭시 Offset 자동 계산 기능 추가 --- ReviewHistory/ReveiwHistory/ReveiwHistoryDlg.h | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/ReviewHistory/ReveiwHistory/ReveiwHistoryDlg.h b/ReviewHistory/ReveiwHistory/ReveiwHistoryDlg.h index 94a0566..b3d4ea5 100644 --- a/ReviewHistory/ReveiwHistory/ReveiwHistoryDlg.h +++ b/ReviewHistory/ReveiwHistory/ReveiwHistoryDlg.h @@ -113,6 +113,12 @@ CakGridCtrl m_ctrlGridGlassList; + /*< LYW 20211018 - #3684 ADD Start >*/ + //CurrentDefect, Offset 怨꾩궛 �궗�슜 + int m_dCurDefectIdx; + int m_dCurDefectID; + /*< LYW 20211018 - #3684 ADD End >*/ + // tracker BOOL m_bDrawTracker; CPoint m_ptTrackerStart; @@ -208,6 +214,9 @@ afx_msg LRESULT OnMapDefectSelected(WPARAM wParam, LPARAM lParam); afx_msg LRESULT OnMapDefectMouseOver(WPARAM wParam, LPARAM lParam); afx_msg LRESULT OnListDefectSelected(WPARAM wParam, LPARAM lParam); + /*< LYW 20211018 - #3684 ADD Start >*/ + afx_msg LRESULT OnImageClick(WPARAM wParam, LPARAM lParam); + /*< LYW 20211018 - #3684 ADD End >*/ afx_msg void OnSize(UINT nType, int cx, int cy); afx_msg void OnOptionPathsetting(); @@ -280,4 +289,9 @@ int GetCellCount() { return m_nCellCount; } afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags); + int m_nEditCamIdx; + int m_nEditScanIdx; + double m_dEditOffsetX; + double m_dEditOffsetY; + CString m_strGantryIdx; }; -- Gitblit v1.9.3