Progressbar 버그수정
parent
efa0c45a86
commit
c05d578772
|
@ -499,18 +499,16 @@ namespace INT_PT002.Forms
|
|||
|
||||
if (this.smartTimerProgressBar.IsStart == true)
|
||||
this.smartTimerProgressBar.Stop();
|
||||
this.ProgressBarSetting(status);
|
||||
this.progressBar3.Visible = false;
|
||||
this.progressBar4.Visible = true;
|
||||
this.smartTimerProgressBar.Start();
|
||||
break;
|
||||
case Define.E_ProcessStatus._7_VacuumBreak:
|
||||
this.progressBar6.Maximum = this.ParentForm.CurrentRecipe.VACUUM_BLOWOFF * 10;
|
||||
this.progressBar4.Value = this.progressBar4.Maximum;
|
||||
this.progressBar6.Value = this.progressBar6.Maximum;
|
||||
|
||||
if (this.smartTimerProgressBar.IsStart == true)
|
||||
this.smartTimerProgressBar.Stop();
|
||||
this.ProgressBarSetting(status);
|
||||
this.progressBar4.Visible = false;
|
||||
this.progressBar6.Visible = true;
|
||||
this.smartTimerProgressBar.Start();
|
||||
|
|
Loading…
Reference in New Issue