천호석
2022-12-15 ac0db02b48098c7cf0bc31403224ecd0b55cb6b7
SHARP_CLAS_UI/100.Screen/Form_Maintenance_Laser.Designer.cs
@@ -118,6 +118,7 @@
            this.label19 = new System.Windows.Forms.Label();
            this.lb_Power_Meter_Init = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.btn_HandShakeOn = new System.Windows.Forms.Button();
            this.pnl_Laser_Connection.SuspendLayout();
            this.pnl_PulseGenerator.SuspendLayout();
            this.pnl_Main.SuspendLayout();
@@ -671,6 +672,7 @@
            // pnl_Scanner
            // 
            this.pnl_Scanner.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.pnl_Scanner.Controls.Add(this.btn_HandShakeOn);
            this.pnl_Scanner.Controls.Add(this.lb_Laser_Status);
            this.pnl_Scanner.Controls.Add(this.btn_Laser_Off);
            this.pnl_Scanner.Controls.Add(this.label13);
@@ -1123,6 +1125,17 @@
            this.label1.Text = "■ Manual power measurement flow";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            // 
            // btn_HandShakeOn
            //
            this.btn_HandShakeOn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btn_HandShakeOn.Location = new System.Drawing.Point(716, 245);
            this.btn_HandShakeOn.Name = "btn_HandShakeOn";
            this.btn_HandShakeOn.Size = new System.Drawing.Size(140, 40);
            this.btn_HandShakeOn.TabIndex = 46;
            this.btn_HandShakeOn.Text = "HandShakeOn";
            this.btn_HandShakeOn.UseVisualStyleBackColor = true;
            this.btn_HandShakeOn.Click += new System.EventHandler(this.btn_HandShakeOn_Click);
            //
            // Form_Maintenance_Laser
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
@@ -1237,5 +1250,6 @@
        private System.Windows.Forms.Label lb_Position_Move;
        private System.Windows.Forms.Label lb_Laser_Status;
        private System.Windows.Forms.Button btn_Laser_Off;
        private System.Windows.Forms.Button btn_HandShakeOn;
    }
}