데이터 뷰어 필터 수정

master
sj84 2023-09-08 15:26:24 +09:00
parent 59b15dd8bc
commit 61a4b9addd
1 changed files with 4 additions and 9 deletions

View File

@ -84,6 +84,10 @@ namespace INT69DC_7C.DialogForms
{ {
this.DisplayTreeViewUpdate(); 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.labelNodeIndex.Text = "-";
this.labelFileName.Text = "-"; this.labelFileName.Text = "-";
this.labelDate.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 #endregion
#region Event Handler #region Event Handler