From afb91739ea7e47c20a0e1f526a841e5089e7e716 Mon Sep 17 00:00:00 2001
From: 천호석 <hosuk1418@naver.com>
Date: 수, 02 11월 2022 16:40:20 +0900
Subject: [PATCH] Width Measurement 4Point 2번 측정할 수 있도록 변경.

---
 SHARP_CLAS_UI/300.Etc_Screen/Form_Vision_Test.Designer.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/SHARP_CLAS_UI/300.Etc_Screen/Form_Vision_Test.Designer.cs b/SHARP_CLAS_UI/300.Etc_Screen/Form_Vision_Test.Designer.cs
index c2a5688..c447fc5 100644
--- a/SHARP_CLAS_UI/300.Etc_Screen/Form_Vision_Test.Designer.cs
+++ b/SHARP_CLAS_UI/300.Etc_Screen/Form_Vision_Test.Designer.cs
@@ -1239,7 +1239,8 @@
             this.cbb_AOI_SeqType.FormattingEnabled = true;
             this.cbb_AOI_SeqType.ItemHeight = 12;
             this.cbb_AOI_SeqType.Items.AddRange(new object[] {
-            "AOI Measurement"});
+            "AOI Measurement",
+            "Width Measurement"});
             this.cbb_AOI_SeqType.Location = new System.Drawing.Point(106, 51);
             this.cbb_AOI_SeqType.Name = "cbb_AOI_SeqType";
             this.cbb_AOI_SeqType.Size = new System.Drawing.Size(156, 20);

--
Gitblit v1.9.3