From f0839d9fdd9dc74eef0eafc5562fabf9d7259f08 Mon Sep 17 00:00:00 2001
From: 천호석 <hosuk1418@naver.com>
Date: 수, 14 12월 2022 17:46:40 +0900
Subject: [PATCH] 1. Laser on 시 Stage position도 같이 확인 하도록 변경. 2. Auto power 측정, Manual power 측정  전후  Scanner Z 축 대기 위치 이동 하도록 수정 3. 프로그램 종료 시 Laser off 하도록 수정. 종료 대기시간 5sec

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

diff --git a/SHARP_CLAS_UI/300.Etc_Screen/Form_User_Command_Set.Designer.cs b/SHARP_CLAS_UI/300.Etc_Screen/Form_User_Command_Set.Designer.cs
index 47583f5..18ebfba 100644
--- a/SHARP_CLAS_UI/300.Etc_Screen/Form_User_Command_Set.Designer.cs
+++ b/SHARP_CLAS_UI/300.Etc_Screen/Form_User_Command_Set.Designer.cs
@@ -51,11 +51,13 @@
             // rb_Retry
             // 
             this.rb_Retry.AutoSize = true;
+            this.rb_Retry.Checked = true;
             this.rb_Retry.Font = new System.Drawing.Font("Gulim", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
             this.rb_Retry.Location = new System.Drawing.Point(82, 12);
             this.rb_Retry.Name = "rb_Retry";
             this.rb_Retry.Size = new System.Drawing.Size(59, 19);
             this.rb_Retry.TabIndex = 1;
+            this.rb_Retry.TabStop = true;
             this.rb_Retry.Text = "Retry";
             this.rb_Retry.UseVisualStyleBackColor = true;
             // 
@@ -86,13 +88,11 @@
             // rb_User
             // 
             this.rb_User.AutoSize = true;
-            this.rb_User.Checked = true;
             this.rb_User.Font = new System.Drawing.Font("Gulim", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
             this.rb_User.Location = new System.Drawing.Point(147, 12);
             this.rb_User.Name = "rb_User";
             this.rb_User.Size = new System.Drawing.Size(114, 19);
             this.rb_User.TabIndex = 4;
-            this.rb_User.TabStop = true;
             this.rb_User.Text = "User(Manual)";
             this.rb_User.UseVisualStyleBackColor = true;
             // 

--
Gitblit v1.9.3