From 61a4b9addd490c6773018826847959f4815d29c4 Mon Sep 17 00:00:00 2001 From: sj84 Date: Fri, 8 Sep 2023 15:26:24 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=84=B0=20=EB=B7=B0?= =?UTF-8?q?=EC=96=B4=20=ED=95=84=ED=84=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- INT69DC_7C/DialogForms/DialogFormHistoryData.cs | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/INT69DC_7C/DialogForms/DialogFormHistoryData.cs b/INT69DC_7C/DialogForms/DialogFormHistoryData.cs index c7bac62..71bd64f 100644 --- a/INT69DC_7C/DialogForms/DialogFormHistoryData.cs +++ b/INT69DC_7C/DialogForms/DialogFormHistoryData.cs @@ -84,6 +84,10 @@ namespace INT69DC_7C.DialogForms { this.DisplayTreeViewUpdate(); + this.checkBoxTypeAlarm.Checked = this.ParentForm.ParentForm.CurrentDataViewerFilter.TypeAlarm; + this.checkBoxTypeOperation.Checked = this.ParentForm.ParentForm.CurrentDataViewerFilter.TypeOperation; + this.checkBoxTypeParameter.Checked = this.ParentForm.ParentForm.CurrentDataViewerFilter.TypeParameter; + this.labelNodeIndex.Text = "-"; this.labelFileName.Text = "-"; this.labelDate.Text = "-"; @@ -208,15 +212,6 @@ namespace INT69DC_7C.DialogForms } } } - - public void DisplayRefresh() - { - this.DisplayTreeViewUpdate(); - - this.checkBoxTypeAlarm.Checked = this.ParentForm.ParentForm.CurrentDataViewerFilter.TypeAlarm; - this.checkBoxTypeOperation.Checked = this.ParentForm.ParentForm.CurrentDataViewerFilter.TypeOperation; - this.checkBoxTypeParameter.Checked = this.ParentForm.ParentForm.CurrentDataViewerFilter.TypeParameter; - } #endregion #region Event Handler