diff --git a/INT_PT002/Forms/FormMainDisplay2.cs b/INT_PT002/Forms/FormMainDisplay2.cs index fe84f96..9679af8 100644 --- a/INT_PT002/Forms/FormMainDisplay2.cs +++ b/INT_PT002/Forms/FormMainDisplay2.cs @@ -475,6 +475,8 @@ namespace INT_PT002.Forms case Define.E_ProcessStatus._0_None: break; case Define.E_ProcessStatus._1_Initial: + for (int i = 0; i < this.CollectionLabelProgress.Count; i++) + this.UnselectLabelRefresh(i); this.SelectLabelRefresh(0); break; case Define.E_ProcessStatus._2_ProductEntry: