데이터 뷰어 필터 수정
parent
59b15dd8bc
commit
61a4b9addd
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue