From 402df7997bdf6e5420e2f332dba09b8d22832b96 Mon Sep 17 00:00:00 2001 From: T001084 Date: Mon, 3 Feb 2025 15:15:05 +0900 Subject: [PATCH] =?UTF-8?q?CheckPoint=20=EB=93=B1=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DDUtilityApp/LOGPARSER/FrmEqSelector.cs | 10 ++++++++++ DDUtilityApp/LOGPARSER/FrmLogParser.cs | 4 ++++ DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs | 6 ++++++ 3 files changed, 20 insertions(+) diff --git a/DDUtilityApp/LOGPARSER/FrmEqSelector.cs b/DDUtilityApp/LOGPARSER/FrmEqSelector.cs index 0c830cf..62df6bd 100644 --- a/DDUtilityApp/LOGPARSER/FrmEqSelector.cs +++ b/DDUtilityApp/LOGPARSER/FrmEqSelector.cs @@ -188,6 +188,11 @@ namespace DDUtilityApp.LOGPARSER } } + /// + /// [CheckPoint] 로그파일 목록을 반환한다 + /// + /// + /// private void BtnOK_Click(object sender, EventArgs e) { try @@ -314,6 +319,11 @@ namespace DDUtilityApp.LOGPARSER grid.AddContextMenu("Open Windows", GridEquipments_OpenWindows); } + /// + /// [CheckPoint] 선택된 설비의 로그파일 목록을 표시한다. + /// + /// + /// private void GridEquipments_SelectionChanged(object sender, EventArgs e) { try diff --git a/DDUtilityApp/LOGPARSER/FrmLogParser.cs b/DDUtilityApp/LOGPARSER/FrmLogParser.cs index e8b6b38..c135ffd 100644 --- a/DDUtilityApp/LOGPARSER/FrmLogParser.cs +++ b/DDUtilityApp/LOGPARSER/FrmLogParser.cs @@ -1273,6 +1273,10 @@ namespace DDUtilityApp.LOGPARSER #region [ Method ] ---------------------------------------------------- + /// + /// [CheckPoint] 로그파일을 로컬에 복제후, 데이터를 생성한다 + /// + /// private StandardCollection Parsing() { try diff --git a/DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs b/DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs index b68e644..fd20bbe 100644 --- a/DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs +++ b/DDUtilityApp/LOGPARSER/PARSER/EisParser0.cs @@ -361,6 +361,12 @@ namespace DDUtilityApp.LOGPARSER.PARSER GlobalVariable.Instance.SaveSetting(); } + /// + /// [CheckPoint] 로그파일 선택창을 표시한 후, 선택된 목록을 반환한다 + /// + /// + /// + /// public override string[] FileSelector(FrmLogParser sender, params string[] args) { try