Compare commits

..

No commits in common. "6e0567cc2b0e27563ea2fddba542bae7df49f829" and "4fc663c33bceaf358aeeb0ae71fafcdc33c6b304" have entirely different histories.

5 changed files with 66 additions and 81 deletions

View File

@ -111,9 +111,10 @@ namespace INT_PT002.Controls
this.labelIDBackGround.BackGroundColor = Color.Silver; this.labelIDBackGround.BackGroundColor = Color.Silver;
} }
} }
private void SetEnablePasswordTextBox(bool value) private void SetEnablePassword(bool value)
{ {
this.textBoxPassword.Enabled = value; this.textBoxPassword.Enabled = value;
this.buttonPasswordReset.Enabled = value;
if (value == true) if (value == true)
{ {
@ -507,7 +508,7 @@ namespace INT_PT002.Controls
this.KeyboardClose(); this.KeyboardClose();
this.SetEnableID(true); this.SetEnableID(true);
this.SetEnablePasswordTextBox(false); this.SetEnablePassword(false);
this.SetEnableLevelButton(true); this.SetEnableLevelButton(true);
this.buttonDelete.Visible = false; this.buttonDelete.Visible = false;
@ -657,15 +658,9 @@ namespace INT_PT002.Controls
if (this.ParentForm.ParentForm.CurrentSystemStatus.CurrentUser.Group == Define.E_UserGroup.Admin if (this.ParentForm.ParentForm.CurrentSystemStatus.CurrentUser.Group == Define.E_UserGroup.Admin
|| this.ParentForm.ParentForm.CurrentSystemStatus.CurrentUser.Group == Define.E_UserGroup.Developer) || this.ParentForm.ParentForm.CurrentSystemStatus.CurrentUser.Group == Define.E_UserGroup.Developer)
{ this.SetEnablePassword(true);
this.SetEnablePasswordTextBox(true);
this.buttonPasswordReset.Enabled = true;
}
else else
{ this.SetEnablePassword(false);
this.SetEnablePasswordTextBox(false);
this.buttonPasswordReset.Enabled = false;
}
} }
else else
{ {
@ -724,14 +719,12 @@ namespace INT_PT002.Controls
this.SetEnableLevelButton(false); this.SetEnableLevelButton(false);
this.SetEnableExpireDate(false); this.SetEnableExpireDate(false);
this.SetEnablePasswordTextBox(false); this.SetEnablePassword(false);
this.buttonPasswordReset.Enabled = false;
} }
else else
{ {
this.SetEnableLevelButton(true); this.SetEnableLevelButton(true);
this.SetEnableExpireDate(true); this.SetEnableExpireDate(true);
this.buttonPasswordReset.Enabled = true;
} }
} }
@ -985,8 +978,7 @@ namespace INT_PT002.Controls
int index = this.listBoxUserList.SelectItemIndex; int index = this.listBoxUserList.SelectItemIndex;
this.IsNew = false; this.IsNew = false;
this.SetEnablePasswordTextBox(false); this.SetEnablePassword(false);
this.buttonPasswordReset.Enabled = false;
//this.labelAutomaticLogoutTime.Enabled = true; //this.labelAutomaticLogoutTime.Enabled = true;
this.buttonSave.Visible = false; this.buttonSave.Visible = false;
if (this.buttonPasswordReset.ButtonText != "Reset") if (this.buttonPasswordReset.ButtonText != "Reset")
@ -995,7 +987,7 @@ namespace INT_PT002.Controls
if (index == 0) if (index == 0)
{ {
UserManager.UserManager_GetUserListID(this.listBoxUserList.Items[index].ToString()); UserManager.UserManager_GetUserListID(this.listBoxUserList.Items[index].ToString());
this.SetEnablePasswordTextBox(true); this.SetEnablePassword(true);
this.buttonPasswordReset.ButtonText = "Edit"; this.buttonPasswordReset.ButtonText = "Edit";
} }
else if (index < 0) else if (index < 0)

View File

@ -1577,7 +1577,6 @@ namespace INT_PT002.Forms
// 화면 표시 // 화면 표시
this.ChildFormMainDisplay.UpdateDisplayJudgmentData10(this.CurrentLeakDatas[9]); this.ChildFormMainDisplay.UpdateDisplayJudgmentData10(this.CurrentLeakDatas[9]);
this.ChildFormMenu.UpdateDisplayEquipmentJudgmentData10(this.CurrentLeakDatas[9]); this.ChildFormMenu.UpdateDisplayEquipmentJudgmentData10(this.CurrentLeakDatas[9]);
this.ChildFormMainDisplay.UpdateDisplayJudgmentTrackingData(this.CurrentLeakData);
#endregion #endregion
break; break;
case "Z": case "Z":
@ -1702,8 +1701,6 @@ namespace INT_PT002.Forms
break; break;
} }
this.Update30000ModbusItem();
} }
catch catch
{ {

View File

@ -32,8 +32,8 @@
this.smartForm1 = new SmartX.SmartForm(); this.smartForm1 = new SmartX.SmartForm();
this.pictureBoxProgress0_2 = new System.Windows.Forms.PictureBox(); this.pictureBoxProgress0_2 = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress2_910 = new System.Windows.Forms.PictureBox(); this.pictureBoxProgress2_910 = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress2_6 = new System.Windows.Forms.PictureBox(); this.pictureBoxProgress2_67 = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress2_78 = new System.Windows.Forms.PictureBox(); this.pictureBoxProgress2_8 = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress2 = new System.Windows.Forms.PictureBox(); this.pictureBoxProgress2 = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress1 = new System.Windows.Forms.PictureBox(); this.pictureBoxProgress1 = new System.Windows.Forms.PictureBox();
this.pictureBoxProgress3 = new System.Windows.Forms.PictureBox(); this.pictureBoxProgress3 = new System.Windows.Forms.PictureBox();
@ -155,8 +155,8 @@
this.smartForm1.CenterLocation = false; this.smartForm1.CenterLocation = false;
this.smartForm1.Controls.Add(this.pictureBoxProgress0_2); this.smartForm1.Controls.Add(this.pictureBoxProgress0_2);
this.smartForm1.Controls.Add(this.pictureBoxProgress2_910); this.smartForm1.Controls.Add(this.pictureBoxProgress2_910);
this.smartForm1.Controls.Add(this.pictureBoxProgress2_6); this.smartForm1.Controls.Add(this.pictureBoxProgress2_67);
this.smartForm1.Controls.Add(this.pictureBoxProgress2_78); this.smartForm1.Controls.Add(this.pictureBoxProgress2_8);
this.smartForm1.Controls.Add(this.pictureBoxProgress2); this.smartForm1.Controls.Add(this.pictureBoxProgress2);
this.smartForm1.Controls.Add(this.pictureBoxProgress1); this.smartForm1.Controls.Add(this.pictureBoxProgress1);
this.smartForm1.Controls.Add(this.pictureBoxProgress3); this.smartForm1.Controls.Add(this.pictureBoxProgress3);
@ -288,22 +288,22 @@
this.pictureBoxProgress2_910.Name = "pictureBoxProgress2_910"; this.pictureBoxProgress2_910.Name = "pictureBoxProgress2_910";
this.pictureBoxProgress2_910.Size = new System.Drawing.Size(190, 140); this.pictureBoxProgress2_910.Size = new System.Drawing.Size(190, 140);
// //
// pictureBoxProgress2_6 // pictureBoxProgress2_67
// //
this.pictureBoxProgress2_6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); this.pictureBoxProgress2_67.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress2_6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress2_6.Image"))); this.pictureBoxProgress2_67.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress2_67.Image")));
this.pictureBoxProgress2_6.Location = new System.Drawing.Point(336, 549); this.pictureBoxProgress2_67.Location = new System.Drawing.Point(336, 549);
this.pictureBoxProgress2_6.Name = "pictureBoxProgress2_6"; this.pictureBoxProgress2_67.Name = "pictureBoxProgress2_67";
this.pictureBoxProgress2_6.Size = new System.Drawing.Size(190, 140); this.pictureBoxProgress2_67.Size = new System.Drawing.Size(190, 140);
this.pictureBoxProgress2_6.Visible = false; this.pictureBoxProgress2_67.Visible = false;
// //
// pictureBoxProgress2_78 // pictureBoxProgress2_8
// //
this.pictureBoxProgress2_78.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38))))); this.pictureBoxProgress2_8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(38)))), ((int)(((byte)(38)))), ((int)(((byte)(38)))));
this.pictureBoxProgress2_78.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress2_78.Image"))); this.pictureBoxProgress2_8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBoxProgress2_8.Image")));
this.pictureBoxProgress2_78.Location = new System.Drawing.Point(336, 549); this.pictureBoxProgress2_8.Location = new System.Drawing.Point(336, 549);
this.pictureBoxProgress2_78.Name = "pictureBoxProgress2_78"; this.pictureBoxProgress2_8.Name = "pictureBoxProgress2_8";
this.pictureBoxProgress2_78.Size = new System.Drawing.Size(190, 140); this.pictureBoxProgress2_8.Size = new System.Drawing.Size(190, 140);
// //
// pictureBoxProgress2 // pictureBoxProgress2
// //
@ -2815,8 +2815,8 @@
private SmartX.SmartLabel labelNumber7; private SmartX.SmartLabel labelNumber7;
private SmartX.SmartLabel labelNumber6; private SmartX.SmartLabel labelNumber6;
private SmartX.SmartLabel labelNumber5; private SmartX.SmartLabel labelNumber5;
private System.Windows.Forms.PictureBox pictureBoxProgress2_6; private System.Windows.Forms.PictureBox pictureBoxProgress2_67;
private System.Windows.Forms.PictureBox pictureBoxProgress2_78; private System.Windows.Forms.PictureBox pictureBoxProgress2_8;
private System.Windows.Forms.PictureBox pictureBoxProgress2_910; private System.Windows.Forms.PictureBox pictureBoxProgress2_910;
private System.Windows.Forms.PictureBox pictureBoxProgress0_2; private System.Windows.Forms.PictureBox pictureBoxProgress0_2;
private SmartX.SmartTimer smartTimerTest; private SmartX.SmartTimer smartTimerTest;

View File

@ -848,8 +848,8 @@ namespace INT_PT002.Forms
this.pictureBoxProgress0_2.Visible = false; this.pictureBoxProgress0_2.Visible = false;
this.pictureBoxProgress1_34.Visible = false; this.pictureBoxProgress1_34.Visible = false;
this.pictureBoxProgress2_5.Visible = false; this.pictureBoxProgress2_5.Visible = false;
this.pictureBoxProgress2_6.Visible = false; this.pictureBoxProgress2_67.Visible = false;
this.pictureBoxProgress2_78.Visible = false; this.pictureBoxProgress2_8.Visible = false;
this.pictureBoxProgress2_910.Visible = false; this.pictureBoxProgress2_910.Visible = false;
this.pictureBoxProgress3_11.Visible = false; this.pictureBoxProgress3_11.Visible = false;
break; break;
@ -859,8 +859,8 @@ namespace INT_PT002.Forms
this.pictureBoxProgress0_2.BringToFront(); this.pictureBoxProgress0_2.BringToFront();
this.pictureBoxProgress1_34.Visible = false; this.pictureBoxProgress1_34.Visible = false;
this.pictureBoxProgress2_5.Visible = false; this.pictureBoxProgress2_5.Visible = false;
this.pictureBoxProgress2_6.Visible = false; this.pictureBoxProgress2_67.Visible = false;
this.pictureBoxProgress2_78.Visible = false; this.pictureBoxProgress2_8.Visible = false;
this.pictureBoxProgress2_910.Visible = false; this.pictureBoxProgress2_910.Visible = false;
this.pictureBoxProgress3_11.Visible = false; this.pictureBoxProgress3_11.Visible = false;
break; break;
@ -871,8 +871,8 @@ namespace INT_PT002.Forms
this.pictureBoxProgress1_34.Visible = true; this.pictureBoxProgress1_34.Visible = true;
this.pictureBoxProgress1_34.BringToFront(); this.pictureBoxProgress1_34.BringToFront();
this.pictureBoxProgress2_5.Visible = false; this.pictureBoxProgress2_5.Visible = false;
this.pictureBoxProgress2_6.Visible = false; this.pictureBoxProgress2_67.Visible = false;
this.pictureBoxProgress2_78.Visible = false; this.pictureBoxProgress2_8.Visible = false;
this.pictureBoxProgress2_910.Visible = false; this.pictureBoxProgress2_910.Visible = false;
this.pictureBoxProgress3_11.Visible = false; this.pictureBoxProgress3_11.Visible = false;
break; break;
@ -882,8 +882,8 @@ namespace INT_PT002.Forms
this.pictureBoxProgress1_34.Visible = false; this.pictureBoxProgress1_34.Visible = false;
this.pictureBoxProgress2_5.Visible = true; this.pictureBoxProgress2_5.Visible = true;
this.pictureBoxProgress2_5.BringToFront(); this.pictureBoxProgress2_5.BringToFront();
this.pictureBoxProgress2_6.Visible = false; this.pictureBoxProgress2_67.Visible = false;
this.pictureBoxProgress2_78.Visible = false; this.pictureBoxProgress2_8.Visible = false;
this.pictureBoxProgress2_910.Visible = false; this.pictureBoxProgress2_910.Visible = false;
this.pictureBoxProgress3_11.Visible = false; this.pictureBoxProgress3_11.Visible = false;
break; break;
@ -893,9 +893,9 @@ namespace INT_PT002.Forms
this.pictureBoxProgress0_2.Visible = false; this.pictureBoxProgress0_2.Visible = false;
this.pictureBoxProgress1_34.Visible = false; this.pictureBoxProgress1_34.Visible = false;
this.pictureBoxProgress2_5.Visible = false; this.pictureBoxProgress2_5.Visible = false;
this.pictureBoxProgress2_6.Visible = true; this.pictureBoxProgress2_67.Visible = true;
this.pictureBoxProgress2_6.BringToFront(); this.pictureBoxProgress2_67.BringToFront();
this.pictureBoxProgress2_78.Visible = false; this.pictureBoxProgress2_8.Visible = false;
this.pictureBoxProgress2_910.Visible = false; this.pictureBoxProgress2_910.Visible = false;
this.pictureBoxProgress3_11.Visible = false; this.pictureBoxProgress3_11.Visible = false;
break; break;
@ -904,9 +904,9 @@ namespace INT_PT002.Forms
this.pictureBoxProgress0_2.Visible = false; this.pictureBoxProgress0_2.Visible = false;
this.pictureBoxProgress1_34.Visible = false; this.pictureBoxProgress1_34.Visible = false;
this.pictureBoxProgress2_5.Visible = false; this.pictureBoxProgress2_5.Visible = false;
this.pictureBoxProgress2_6.Visible = false; this.pictureBoxProgress2_67.Visible = false;
this.pictureBoxProgress2_78.Visible = true; this.pictureBoxProgress2_8.Visible = true;
this.pictureBoxProgress2_78.BringToFront(); this.pictureBoxProgress2_8.BringToFront();
this.pictureBoxProgress2_910.Visible = false; this.pictureBoxProgress2_910.Visible = false;
this.pictureBoxProgress3_11.Visible = false; this.pictureBoxProgress3_11.Visible = false;
break; break;
@ -916,8 +916,8 @@ namespace INT_PT002.Forms
this.pictureBoxProgress0_2.Visible = false; this.pictureBoxProgress0_2.Visible = false;
this.pictureBoxProgress1_34.Visible = false; this.pictureBoxProgress1_34.Visible = false;
this.pictureBoxProgress2_5.Visible = false; this.pictureBoxProgress2_5.Visible = false;
this.pictureBoxProgress2_6.Visible = false; this.pictureBoxProgress2_67.Visible = false;
this.pictureBoxProgress2_78.Visible = false; this.pictureBoxProgress2_8.Visible = false;
this.pictureBoxProgress2_910.Visible = true; this.pictureBoxProgress2_910.Visible = true;
this.pictureBoxProgress2_910.BringToFront(); this.pictureBoxProgress2_910.BringToFront();
this.pictureBoxProgress3_11.Visible = false; this.pictureBoxProgress3_11.Visible = false;
@ -927,8 +927,8 @@ namespace INT_PT002.Forms
this.pictureBoxProgress0_2.Visible = false; this.pictureBoxProgress0_2.Visible = false;
this.pictureBoxProgress1_34.Visible = false; this.pictureBoxProgress1_34.Visible = false;
this.pictureBoxProgress2_5.Visible = false; this.pictureBoxProgress2_5.Visible = false;
this.pictureBoxProgress2_6.Visible = false; this.pictureBoxProgress2_67.Visible = false;
this.pictureBoxProgress2_78.Visible = false; this.pictureBoxProgress2_8.Visible = false;
this.pictureBoxProgress2_910.Visible = false; this.pictureBoxProgress2_910.Visible = false;
this.pictureBoxProgress3_11.Visible = true; this.pictureBoxProgress3_11.Visible = true;
this.pictureBoxProgress3_11.BringToFront(); this.pictureBoxProgress3_11.BringToFront();
@ -1033,8 +1033,8 @@ namespace INT_PT002.Forms
this.pictureBoxProgress0_2.Visible = false; this.pictureBoxProgress0_2.Visible = false;
this.pictureBoxProgress1_34.Visible = false; this.pictureBoxProgress1_34.Visible = false;
this.pictureBoxProgress2_5.Visible = false; this.pictureBoxProgress2_5.Visible = false;
this.pictureBoxProgress2_6.Visible = false; this.pictureBoxProgress2_67.Visible = false;
this.pictureBoxProgress2_78.Visible = false; this.pictureBoxProgress2_8.Visible = false;
this.pictureBoxProgress2_910.Visible = false; this.pictureBoxProgress2_910.Visible = false;
this.pictureBoxProgress3_11.Visible = false; this.pictureBoxProgress3_11.Visible = false;
break; break;
@ -1047,8 +1047,8 @@ namespace INT_PT002.Forms
this.pictureBoxProgress0_2.BringToFront(); this.pictureBoxProgress0_2.BringToFront();
this.pictureBoxProgress1_34.Visible = false; this.pictureBoxProgress1_34.Visible = false;
this.pictureBoxProgress2_5.Visible = false; this.pictureBoxProgress2_5.Visible = false;
this.pictureBoxProgress2_6.Visible = false; this.pictureBoxProgress2_67.Visible = false;
this.pictureBoxProgress2_78.Visible = false; this.pictureBoxProgress2_8.Visible = false;
this.pictureBoxProgress2_910.Visible = false; this.pictureBoxProgress2_910.Visible = false;
this.pictureBoxProgress3_11.Visible = false; this.pictureBoxProgress3_11.Visible = false;
break; break;
@ -1061,8 +1061,8 @@ namespace INT_PT002.Forms
this.pictureBoxProgress1_34.Visible = true; this.pictureBoxProgress1_34.Visible = true;
this.pictureBoxProgress1_34.BringToFront(); this.pictureBoxProgress1_34.BringToFront();
this.pictureBoxProgress2_5.Visible = false; this.pictureBoxProgress2_5.Visible = false;
this.pictureBoxProgress2_6.Visible = false; this.pictureBoxProgress2_67.Visible = false;
this.pictureBoxProgress2_78.Visible = false; this.pictureBoxProgress2_8.Visible = false;
this.pictureBoxProgress2_910.Visible = false; this.pictureBoxProgress2_910.Visible = false;
this.pictureBoxProgress3_11.Visible = false; this.pictureBoxProgress3_11.Visible = false;
break; break;
@ -1074,25 +1074,25 @@ namespace INT_PT002.Forms
this.pictureBoxProgress1_34.Visible = false; this.pictureBoxProgress1_34.Visible = false;
this.pictureBoxProgress2_5.Visible = true; this.pictureBoxProgress2_5.Visible = true;
this.pictureBoxProgress2_5.BringToFront(); this.pictureBoxProgress2_5.BringToFront();
this.pictureBoxProgress2_6.Visible = false; this.pictureBoxProgress2_67.Visible = false;
this.pictureBoxProgress2_78.Visible = false; this.pictureBoxProgress2_8.Visible = false;
this.pictureBoxProgress2_910.Visible = false; this.pictureBoxProgress2_910.Visible = false;
this.pictureBoxProgress3_11.Visible = false; this.pictureBoxProgress3_11.Visible = false;
break; break;
case Define.E_ProcessStatus._6_VacuumStart: case Define.E_ProcessStatus._6_VacuumStart:
case Define.E_ProcessStatus._7_VacuumHold:
this.ProcessStatusStep3(status); this.ProcessStatusStep3(status);
this.pictureBoxProgress0_1.Visible = false; this.pictureBoxProgress0_1.Visible = false;
this.pictureBoxProgress0_2.Visible = false; this.pictureBoxProgress0_2.Visible = false;
this.pictureBoxProgress1_34.Visible = false; this.pictureBoxProgress1_34.Visible = false;
this.pictureBoxProgress2_5.Visible = false; this.pictureBoxProgress2_5.Visible = false;
this.pictureBoxProgress2_6.Visible = true; this.pictureBoxProgress2_67.Visible = true;
this.pictureBoxProgress2_6.BringToFront(); this.pictureBoxProgress2_67.BringToFront();
this.pictureBoxProgress2_78.Visible = false; this.pictureBoxProgress2_8.Visible = false;
this.pictureBoxProgress2_910.Visible = false; this.pictureBoxProgress2_910.Visible = false;
this.pictureBoxProgress3_11.Visible = false; this.pictureBoxProgress3_11.Visible = false;
break; break;
case Define.E_ProcessStatus._7_VacuumHold:
case Define.E_ProcessStatus._8_Judgment: case Define.E_ProcessStatus._8_Judgment:
this.ProcessStatusStep3(status); this.ProcessStatusStep3(status);
@ -1100,9 +1100,9 @@ namespace INT_PT002.Forms
this.pictureBoxProgress0_2.Visible = false; this.pictureBoxProgress0_2.Visible = false;
this.pictureBoxProgress1_34.Visible = false; this.pictureBoxProgress1_34.Visible = false;
this.pictureBoxProgress2_5.Visible = false; this.pictureBoxProgress2_5.Visible = false;
this.pictureBoxProgress2_6.Visible = false; this.pictureBoxProgress2_67.Visible = false;
this.pictureBoxProgress2_78.Visible = true; this.pictureBoxProgress2_8.Visible = true;
this.pictureBoxProgress2_78.BringToFront(); this.pictureBoxProgress2_8.BringToFront();
this.pictureBoxProgress2_910.Visible = false; this.pictureBoxProgress2_910.Visible = false;
this.pictureBoxProgress3_11.Visible = false; this.pictureBoxProgress3_11.Visible = false;
break; break;
@ -1114,8 +1114,8 @@ namespace INT_PT002.Forms
this.pictureBoxProgress0_2.Visible = false; this.pictureBoxProgress0_2.Visible = false;
this.pictureBoxProgress1_34.Visible = false; this.pictureBoxProgress1_34.Visible = false;
this.pictureBoxProgress2_5.Visible = false; this.pictureBoxProgress2_5.Visible = false;
this.pictureBoxProgress2_6.Visible = false; this.pictureBoxProgress2_67.Visible = false;
this.pictureBoxProgress2_78.Visible = false; this.pictureBoxProgress2_8.Visible = false;
this.pictureBoxProgress2_910.Visible = true; this.pictureBoxProgress2_910.Visible = true;
this.pictureBoxProgress2_910.BringToFront(); this.pictureBoxProgress2_910.BringToFront();
this.pictureBoxProgress3_11.Visible = false; this.pictureBoxProgress3_11.Visible = false;
@ -1127,8 +1127,8 @@ namespace INT_PT002.Forms
this.pictureBoxProgress0_2.Visible = false; this.pictureBoxProgress0_2.Visible = false;
this.pictureBoxProgress1_34.Visible = false; this.pictureBoxProgress1_34.Visible = false;
this.pictureBoxProgress2_5.Visible = false; this.pictureBoxProgress2_5.Visible = false;
this.pictureBoxProgress2_6.Visible = false; this.pictureBoxProgress2_67.Visible = false;
this.pictureBoxProgress2_78.Visible = false; this.pictureBoxProgress2_8.Visible = false;
this.pictureBoxProgress2_910.Visible = false; this.pictureBoxProgress2_910.Visible = false;
this.pictureBoxProgress3_11.Visible = true; this.pictureBoxProgress3_11.Visible = true;
this.pictureBoxProgress3_11.BringToFront(); this.pictureBoxProgress3_11.BringToFront();
@ -1513,10 +1513,6 @@ namespace INT_PT002.Forms
this.CollectionLabelResult[9].Visible = true; this.CollectionLabelResult[9].Visible = true;
} }
} }
public void UpdateDisplayJudgmentTrackingData(LeakData datas)
{
this.ParentForm.TrackingInspectionData(datas);
}
public void UpdateDisplayRecipeData(Recipe data) public void UpdateDisplayRecipeData(Recipe data)
{ {

View File

@ -1478,7 +1478,7 @@
VW+RVtFZ1Rvp3OT/A154OgKoXZtMAAAAAElFTkSuQmCC VW+RVtFZ1Rvp3OT/A154OgKoXZtMAAAAAElFTkSuQmCC
</value> </value>
</data> </data>
<data name="pictureBoxProgress2_6.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxProgress2_67.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAL4AAACMCAIAAABNpIRsAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH iVBORw0KGgoAAAANSUhEUgAAAL4AAACMCAIAAABNpIRsAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp
@ -1911,7 +1911,7 @@
R1d4vN8pAAAAAABJRU5ErkJggg== R1d4vN8pAAAAAABJRU5ErkJggg==
</value> </value>
</data> </data>
<data name="pictureBoxProgress2_78.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <data name="pictureBoxProgress2_8.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value> <value>
iVBORw0KGgoAAAANSUhEUgAAAL4AAACMCAIAAABNpIRsAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH iVBORw0KGgoAAAANSUhEUgAAAL4AAACMCAIAAABNpIRsAAAABGdBTUEAALGOfPtRkwAAACBjSFJNAACH
DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp DwAAjA8AAP1SAACBQAAAfXkAAOmLAAA85QAAGcxzPIV3AAAKOWlDQ1BQaG90b3Nob3AgSUNDIHByb2Zp