From 8798c83bde2644499bed540c2d10da7f3af0022c Mon Sep 17 00:00:00 2001
From: LYW <leeyeanwoo@diteam.co.kr>
Date: 금, 05 11월 2021 09:05:23 +0900
Subject: [PATCH] # 마지막 오프셋 저장일 , 불러온 리뷰 데이터 저장일 비교 조건 변경

---
 ReviewHistory/ReveiwHistory/PathSettingDlg.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/ReviewHistory/ReveiwHistory/PathSettingDlg.h b/ReviewHistory/ReveiwHistory/PathSettingDlg.h
index f502ff2..01aec2e 100644
--- a/ReviewHistory/ReveiwHistory/PathSettingDlg.h
+++ b/ReviewHistory/ReveiwHistory/PathSettingDlg.h
@@ -44,4 +44,7 @@
 	CString GetInspectorPath() { return m_strInspectorPath; }
 	CString GetReviewPath() { return m_strReviewPath; }
 	CString GetAlignPath() { return m_strAlignPath; }
+	CComboBox m_comboDirectionX;
+	CComboBox m_comboDirectionY;
+	virtual BOOL OnInitDialog();
 };

--
Gitblit v1.9.3