From c08fcb0ca69c8893d64504e082608ad8fb82eb40 Mon Sep 17 00:00:00 2001 From: LYW <leeyeanwoo@diteam.co.kr> Date: 월, 25 10월 2021 08:58:31 +0900 Subject: [PATCH] 프로그램 시작시 백업 기능 삭제(네트워크 딜레이로 인한 프로그램 지연) --- 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