From 20734d0fdaefe16a67511bdf8fe6e295c02f27dc Mon Sep 17 00:00:00 2001
From: kojingeun <diteam.co.kr>
Date: 월, 19 6월 2023 16:25:31 +0900
Subject: [PATCH] Ongoing60 #4517 CF AOI Review 결과 파일 찾기 실패 개선 1. Find Bin File 무조건 실패하는 버그 개선

---
 ReviewSystem/ReviewSystem/DlgLog.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/ReviewSystem/ReviewSystem/DlgLog.h b/ReviewSystem/ReviewSystem/DlgLog.h
index e8e0eef..b0d8f47 100644
--- a/ReviewSystem/ReviewSystem/DlgLog.h
+++ b/ReviewSystem/ReviewSystem/DlgLog.h
@@ -22,6 +22,7 @@
 
 protected:
 	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV 吏��썝�엯�땲�떎.
+	virtual BOOL OnInitDialog();
 
 	DECLARE_MESSAGE_MAP()
 public:
@@ -30,5 +31,6 @@
 	afx_msg void OnSize(UINT nType, int cx, int cy);
 
 protected:
-	CListBox m_ctrlLogListBox;
+	CListCtrl m_ctrlLogList;
+
 };

--
Gitblit v1.9.3