main
Seonjae 2024-04-09 17:08:32 +09:00
parent 168f0f71d6
commit fc24c045a8
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ namespace INT_PT002.Controls
{ {
case Define.E_ProcessStatus._0_None: case Define.E_ProcessStatus._0_None:
break; break;
case Define.E_ProcessStatus._1_Read: case Define.E_ProcessStatus._1_Ready:
this.labelProgress11.BackColor = this.ColorProgressOff; this.labelProgress11.BackColor = this.ColorProgressOff;
this.labelProgress1.BackColor = this.ColorProgressOn; this.labelProgress1.BackColor = this.ColorProgressOn;
break; break;