|
|
|
@ -75,7 +75,6 @@ namespace INT_PT002.Controls
|
|
|
|
|
|
|
|
|
|
this.CollectionLabelProgress = new Collection<SmartLabel>();
|
|
|
|
|
this.CollectionLabelProgress.Clear();
|
|
|
|
|
this.CollectionLabelProgress.Add(this.labelProgress0);
|
|
|
|
|
this.CollectionLabelProgress.Add(this.labelProgress1);
|
|
|
|
|
this.CollectionLabelProgress.Add(this.labelProgress2);
|
|
|
|
|
this.CollectionLabelProgress.Add(this.labelProgress3);
|
|
|
|
@ -83,6 +82,9 @@ namespace INT_PT002.Controls
|
|
|
|
|
this.CollectionLabelProgress.Add(this.labelProgress6);
|
|
|
|
|
this.CollectionLabelProgress.Add(this.labelProgress7);
|
|
|
|
|
this.CollectionLabelProgress.Add(this.labelProgress8);
|
|
|
|
|
this.CollectionLabelProgress.Add(this.labelProgress9);
|
|
|
|
|
this.CollectionLabelProgress.Add(this.labelProgress10);
|
|
|
|
|
this.CollectionLabelProgress.Add(this.labelProgress11);
|
|
|
|
|
|
|
|
|
|
this.CollectionLabelResult = new Collection<SmartLabel>();
|
|
|
|
|
this.CollectionLabelResult.Add(this.labelResult1);
|
|
|
|
@ -278,91 +280,160 @@ namespace INT_PT002.Controls
|
|
|
|
|
this.CollectionLabelProgress[index].BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public void UpdateProcessStatusDisplay(Define.E_ProcessStatus status)
|
|
|
|
|
public void UpdateDisplayProcessStatus(Define.E_ProcessStatus status)
|
|
|
|
|
{
|
|
|
|
|
switch (this.PreviousStageNum)
|
|
|
|
|
{
|
|
|
|
|
case Define.E_ProcessStatus._0_None:
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._1_Ready:
|
|
|
|
|
this.UnselectProcessLabelRefresh(0);
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._2_ProductEntry:
|
|
|
|
|
this.UnselectProcessLabelRefresh(1);
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._3_MoveToLeak:
|
|
|
|
|
this.UnselectProcessLabelRefresh(2);
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._4_MoveToCheck:
|
|
|
|
|
this.UnselectProcessLabelRefresh(3);
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._5_ChamberMerge:
|
|
|
|
|
this.UnselectProcessLabelRefresh(4);
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._6_VacuumStart:
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._7_VacuumHold:
|
|
|
|
|
this.UnselectProcessLabelRefresh(5);
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._8_Judgment:
|
|
|
|
|
this.UnselectProcessLabelRefresh(6);
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._9_VacuumBreak:
|
|
|
|
|
this.UnselectProcessLabelRefresh(7);
|
|
|
|
|
break;
|
|
|
|
|
default:
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
switch (status)
|
|
|
|
|
{
|
|
|
|
|
case Define.E_ProcessStatus._0_None:
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._1_Ready:
|
|
|
|
|
this.UnselectProcessLabelRefresh(this.CollectionLabelProgress.Count - 1);
|
|
|
|
|
this.SelectProcessLabelRefresh(0);
|
|
|
|
|
|
|
|
|
|
this.timerOn.Stop();
|
|
|
|
|
this.timerOff.Stop();
|
|
|
|
|
|
|
|
|
|
//if (this.CollectionLabelResult[0].Text == "Measuring..")
|
|
|
|
|
//{
|
|
|
|
|
// for (int i = 0; i < this.ParentForm.ParentForm.CurrentSystemStatus.EquipmentColumn; i++)
|
|
|
|
|
// {
|
|
|
|
|
// this.CollectionLabelResult[i].Visible = true;
|
|
|
|
|
// this.CollectionLabelResult[i].Text = "-";
|
|
|
|
|
// this.CollectionLabelResult[i].TextColor = this.ColorResultNone;
|
|
|
|
|
// this.CollectionLabelResult[i].Font = new Font("New Gulim", 48, FontStyle.Bold);
|
|
|
|
|
// }
|
|
|
|
|
//}
|
|
|
|
|
if (this.labelProgress1.BackGroundColor != this.ColorProgressOn) this.labelProgress1.BackGroundColor = this.ColorProgressOn;
|
|
|
|
|
if (this.labelProgress2.BackGroundColor != this.ColorProgressOff) this.labelProgress2.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress3.BackGroundColor != this.ColorProgressOff) this.labelProgress3.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress4.BackGroundColor != this.ColorProgressOff) this.labelProgress4.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress5.BackGroundColor != this.ColorProgressOff) this.labelProgress5.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress6.BackGroundColor != this.ColorProgressOff) this.labelProgress6.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress7.BackGroundColor != this.ColorProgressOff) this.labelProgress7.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress8.BackGroundColor != this.ColorProgressOff) this.labelProgress8.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress9.BackGroundColor != this.ColorProgressOff) this.labelProgress9.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress10.BackGroundColor != this.ColorProgressOff) this.labelProgress10.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress11.BackGroundColor != this.ColorProgressOff) this.labelProgress11.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._2_ProductEntry:
|
|
|
|
|
this.SelectProcessLabelRefresh(1);
|
|
|
|
|
if (this.labelProgress1.BackGroundColor != this.ColorProgressOff) this.labelProgress1.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress2.BackGroundColor != this.ColorProgressOn) this.labelProgress2.BackGroundColor = this.ColorProgressOn;
|
|
|
|
|
if (this.labelProgress3.BackGroundColor != this.ColorProgressOff) this.labelProgress3.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress4.BackGroundColor != this.ColorProgressOff) this.labelProgress4.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress5.BackGroundColor != this.ColorProgressOff) this.labelProgress5.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress6.BackGroundColor != this.ColorProgressOff) this.labelProgress6.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress7.BackGroundColor != this.ColorProgressOff) this.labelProgress7.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress8.BackGroundColor != this.ColorProgressOff) this.labelProgress8.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress9.BackGroundColor != this.ColorProgressOff) this.labelProgress9.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress10.BackGroundColor != this.ColorProgressOff) this.labelProgress10.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress11.BackGroundColor != this.ColorProgressOff) this.labelProgress11.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
|
|
|
|
|
this.InitializeData();
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._3_MoveToLeak:
|
|
|
|
|
this.SelectProcessLabelRefresh(2);
|
|
|
|
|
if (this.labelProgress1.BackGroundColor != this.ColorProgressOff) this.labelProgress1.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress2.BackGroundColor != this.ColorProgressOff) this.labelProgress2.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress3.BackGroundColor != this.ColorProgressOn) this.labelProgress3.BackGroundColor = this.ColorProgressOn;
|
|
|
|
|
if (this.labelProgress4.BackGroundColor != this.ColorProgressOff) this.labelProgress4.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress5.BackGroundColor != this.ColorProgressOff) this.labelProgress5.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress6.BackGroundColor != this.ColorProgressOff) this.labelProgress6.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress7.BackGroundColor != this.ColorProgressOff) this.labelProgress7.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress8.BackGroundColor != this.ColorProgressOff) this.labelProgress8.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress9.BackGroundColor != this.ColorProgressOff) this.labelProgress9.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress10.BackGroundColor != this.ColorProgressOff) this.labelProgress10.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress11.BackGroundColor != this.ColorProgressOff) this.labelProgress11.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._4_MoveToCheck:
|
|
|
|
|
this.SelectProcessLabelRefresh(3);
|
|
|
|
|
if (this.labelProgress1.BackGroundColor != this.ColorProgressOff) this.labelProgress1.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress2.BackGroundColor != this.ColorProgressOff) this.labelProgress2.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress3.BackGroundColor != this.ColorProgressOff) this.labelProgress3.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress4.BackGroundColor != this.ColorProgressOn) this.labelProgress4.BackGroundColor = this.ColorProgressOn;
|
|
|
|
|
if (this.labelProgress5.BackGroundColor != this.ColorProgressOff) this.labelProgress5.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress6.BackGroundColor != this.ColorProgressOff) this.labelProgress6.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress7.BackGroundColor != this.ColorProgressOff) this.labelProgress7.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress8.BackGroundColor != this.ColorProgressOff) this.labelProgress8.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress9.BackGroundColor != this.ColorProgressOff) this.labelProgress9.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress10.BackGroundColor != this.ColorProgressOff) this.labelProgress10.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress11.BackGroundColor != this.ColorProgressOff) this.labelProgress11.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._5_ChamberMerge:
|
|
|
|
|
this.SelectProcessLabelRefresh(4);
|
|
|
|
|
if (this.labelProgress1.BackGroundColor != this.ColorProgressOff) this.labelProgress1.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress2.BackGroundColor != this.ColorProgressOff) this.labelProgress2.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress3.BackGroundColor != this.ColorProgressOff) this.labelProgress3.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress4.BackGroundColor != this.ColorProgressOff) this.labelProgress4.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress5.BackGroundColor != this.ColorProgressOn) this.labelProgress5.BackGroundColor = this.ColorProgressOn;
|
|
|
|
|
if (this.labelProgress6.BackGroundColor != this.ColorProgressOff) this.labelProgress6.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress7.BackGroundColor != this.ColorProgressOff) this.labelProgress7.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress8.BackGroundColor != this.ColorProgressOff) this.labelProgress8.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress9.BackGroundColor != this.ColorProgressOff) this.labelProgress9.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress10.BackGroundColor != this.ColorProgressOff) this.labelProgress10.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress11.BackGroundColor != this.ColorProgressOff) this.labelProgress11.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._6_VacuumStart:
|
|
|
|
|
if (this.labelProgress1.BackGroundColor != this.ColorProgressOff) this.labelProgress1.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress2.BackGroundColor != this.ColorProgressOff) this.labelProgress2.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress3.BackGroundColor != this.ColorProgressOff) this.labelProgress3.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress4.BackGroundColor != this.ColorProgressOff) this.labelProgress4.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress5.BackGroundColor != this.ColorProgressOff) this.labelProgress5.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress6.BackGroundColor != this.ColorProgressOn) this.labelProgress6.BackGroundColor = this.ColorProgressOn;
|
|
|
|
|
if (this.labelProgress7.BackGroundColor != this.ColorProgressOff) this.labelProgress7.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress8.BackGroundColor != this.ColorProgressOff) this.labelProgress8.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress9.BackGroundColor != this.ColorProgressOff) this.labelProgress9.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress10.BackGroundColor != this.ColorProgressOff) this.labelProgress10.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress11.BackGroundColor != this.ColorProgressOff) this.labelProgress11.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._7_VacuumHold:
|
|
|
|
|
this.SelectProcessLabelRefresh(5);
|
|
|
|
|
if (this.labelProgress1.BackGroundColor != this.ColorProgressOff) this.labelProgress1.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress2.BackGroundColor != this.ColorProgressOff) this.labelProgress2.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress3.BackGroundColor != this.ColorProgressOff) this.labelProgress3.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress4.BackGroundColor != this.ColorProgressOff) this.labelProgress4.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress5.BackGroundColor != this.ColorProgressOff) this.labelProgress5.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress6.BackGroundColor != this.ColorProgressOff) this.labelProgress6.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress7.BackGroundColor != this.ColorProgressOn) this.labelProgress7.BackGroundColor = this.ColorProgressOn;
|
|
|
|
|
if (this.labelProgress8.BackGroundColor != this.ColorProgressOff) this.labelProgress8.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress9.BackGroundColor != this.ColorProgressOff) this.labelProgress9.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress10.BackGroundColor != this.ColorProgressOff) this.labelProgress10.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress11.BackGroundColor != this.ColorProgressOff) this.labelProgress11.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._8_Judgment:
|
|
|
|
|
this.SelectProcessLabelRefresh(6);
|
|
|
|
|
if (this.labelProgress1.BackGroundColor != this.ColorProgressOff) this.labelProgress1.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress2.BackGroundColor != this.ColorProgressOff) this.labelProgress2.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress3.BackGroundColor != this.ColorProgressOff) this.labelProgress3.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress4.BackGroundColor != this.ColorProgressOff) this.labelProgress4.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress5.BackGroundColor != this.ColorProgressOff) this.labelProgress5.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress6.BackGroundColor != this.ColorProgressOff) this.labelProgress6.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress7.BackGroundColor != this.ColorProgressOff) this.labelProgress7.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress8.BackGroundColor != this.ColorProgressOn) this.labelProgress8.BackGroundColor = this.ColorProgressOn;
|
|
|
|
|
if (this.labelProgress9.BackGroundColor != this.ColorProgressOff) this.labelProgress9.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress10.BackGroundColor != this.ColorProgressOff) this.labelProgress10.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress11.BackGroundColor != this.ColorProgressOff) this.labelProgress11.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._9_VacuumBreak:
|
|
|
|
|
this.SelectProcessLabelRefresh(7);
|
|
|
|
|
if (this.labelProgress1.BackGroundColor != this.ColorProgressOff) this.labelProgress1.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress2.BackGroundColor != this.ColorProgressOff) this.labelProgress2.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress3.BackGroundColor != this.ColorProgressOff) this.labelProgress3.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress4.BackGroundColor != this.ColorProgressOff) this.labelProgress4.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress5.BackGroundColor != this.ColorProgressOff) this.labelProgress5.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress6.BackGroundColor != this.ColorProgressOff) this.labelProgress6.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress7.BackGroundColor != this.ColorProgressOff) this.labelProgress7.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress8.BackGroundColor != this.ColorProgressOff) this.labelProgress8.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress9.BackGroundColor != this.ColorProgressOn) this.labelProgress9.BackGroundColor = this.ColorProgressOn;
|
|
|
|
|
if (this.labelProgress10.BackGroundColor != this.ColorProgressOff) this.labelProgress10.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress11.BackGroundColor != this.ColorProgressOff) this.labelProgress11.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._10_ChamberRelease:
|
|
|
|
|
if (this.labelProgress1.BackGroundColor != this.ColorProgressOff) this.labelProgress1.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress2.BackGroundColor != this.ColorProgressOff) this.labelProgress2.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress3.BackGroundColor != this.ColorProgressOff) this.labelProgress3.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress4.BackGroundColor != this.ColorProgressOff) this.labelProgress4.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress5.BackGroundColor != this.ColorProgressOff) this.labelProgress5.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress6.BackGroundColor != this.ColorProgressOff) this.labelProgress6.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress7.BackGroundColor != this.ColorProgressOff) this.labelProgress7.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress8.BackGroundColor != this.ColorProgressOff) this.labelProgress8.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress9.BackGroundColor != this.ColorProgressOff) this.labelProgress9.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress10.BackGroundColor != this.ColorProgressOn) this.labelProgress10.BackGroundColor = this.ColorProgressOn;
|
|
|
|
|
if (this.labelProgress11.BackGroundColor != this.ColorProgressOff) this.labelProgress11.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
break;
|
|
|
|
|
case Define.E_ProcessStatus._11_MoveToReady:
|
|
|
|
|
if (this.labelProgress1.BackGroundColor != this.ColorProgressOff) this.labelProgress1.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress2.BackGroundColor != this.ColorProgressOff) this.labelProgress2.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress3.BackGroundColor != this.ColorProgressOff) this.labelProgress3.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress4.BackGroundColor != this.ColorProgressOff) this.labelProgress4.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress5.BackGroundColor != this.ColorProgressOff) this.labelProgress5.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress6.BackGroundColor != this.ColorProgressOff) this.labelProgress6.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress7.BackGroundColor != this.ColorProgressOff) this.labelProgress7.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress8.BackGroundColor != this.ColorProgressOff) this.labelProgress8.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress9.BackGroundColor != this.ColorProgressOff) this.labelProgress9.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress10.BackGroundColor != this.ColorProgressOff) this.labelProgress10.BackGroundColor = this.ColorProgressOff;
|
|
|
|
|
if (this.labelProgress11.BackGroundColor != this.ColorProgressOn) this.labelProgress11.BackGroundColor = this.ColorProgressOn;
|
|
|
|
|
break;
|
|
|
|
|
default:
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
this.PreviousStageNum = status;
|
|
|
|
|
}
|
|
|
|
|
private void UpdateDisplayDotGraphDiff(SmartDraw draw, DiffData diff)
|
|
|
|
|
{
|
|
|
|
|