From ac0db02b48098c7cf0bc31403224ecd0b55cb6b7 Mon Sep 17 00:00:00 2001
From: 천호석 <hosuk1418@naver.com>
Date: 목, 15 12월 2022 16:41:40 +0900
Subject: [PATCH] Parameter position 화면에 Safety Plc reset 버튼 추가

---
 SHARP_CLAS_UI/500.Equipment/600.Info/200.System_Parameter/Parameter_Mode.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/SHARP_CLAS_UI/500.Equipment/600.Info/200.System_Parameter/Parameter_Mode.cs b/SHARP_CLAS_UI/500.Equipment/600.Info/200.System_Parameter/Parameter_Mode.cs
index 698c075..448a60f 100644
--- a/SHARP_CLAS_UI/500.Equipment/600.Info/200.System_Parameter/Parameter_Mode.cs
+++ b/SHARP_CLAS_UI/500.Equipment/600.Info/200.System_Parameter/Parameter_Mode.cs
@@ -12,6 +12,7 @@
         public bool Measurement_Skip { get; set; }
         public bool Ablation_Skip { get; set; }
         public bool Plasma_Skip { get; set; }
+        public bool Width_Measurement_Skip { get; set; }
         public bool LD_Stacker_Skip { get; set; }
         public bool ULD_Stacker_Skip { get; set; }
         public bool Film_Judge_Mode { get; set; }
@@ -20,6 +21,7 @@
         public bool Ablation_Stage_2_1_Skip { get; set; }
         public bool Ablation_Stage_2_2_Skip { get; set; }
         public bool Auto_Power_Skip { get; set; }
+
         public Parameter_Mode()
         {
             Agv_Skip = false;
@@ -30,6 +32,7 @@
             Pre_Align_Skip = false;
             Fine_Align_Skip = false;
             Measurement_Skip = false;
+            Width_Measurement_Skip = false;
             Ablation_Skip = false;
             Plasma_Skip = false;
             LD_Stacker_Skip = false;
@@ -54,6 +57,7 @@
             mode.Pre_Align_Skip = this.Pre_Align_Skip;
             mode.Fine_Align_Skip = this.Fine_Align_Skip;
             mode.Measurement_Skip = this.Measurement_Skip;
+            mode.Width_Measurement_Skip = this.Width_Measurement_Skip;
             mode.Ablation_Skip = this.Ablation_Skip;
             mode.Plasma_Skip = this.Plasma_Skip;
             mode.LD_Stacker_Skip = this.LD_Stacker_Skip;

--
Gitblit v1.9.3