|  | @@ -107,6 +107,10 @@
 | 
	
		
			
				|  |  |              this.btnMILL = new System.Windows.Forms.Button();
 | 
	
		
			
				|  |  |              this.btnFIB = new System.Windows.Forms.Button();
 | 
	
		
			
				|  |  |              this.panelSEM = new System.Windows.Forms.Panel();
 | 
	
		
			
				|  |  | +            this.button1 = new System.Windows.Forms.Button();
 | 
	
		
			
				|  |  | +            this.txtVoltage = new System.Windows.Forms.TextBox();
 | 
	
		
			
				|  |  | +            this.button2 = new System.Windows.Forms.Button();
 | 
	
		
			
				|  |  | +            this.label67 = new System.Windows.Forms.Label();
 | 
	
		
			
				|  |  |              this.btnScanRotationSetOn = new System.Windows.Forms.Button();
 | 
	
		
			
				|  |  |              this.btnTiltAngleSetOn = new System.Windows.Forms.Button();
 | 
	
		
			
				|  |  |              this.panelFIB = new System.Windows.Forms.Panel();
 | 
	
	
		
			
				|  | @@ -289,10 +293,7 @@
 | 
	
		
			
				|  |  |              this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
 | 
	
		
			
				|  |  |              this.lblPs1 = new System.Windows.Forms.Label();
 | 
	
		
			
				|  |  |              this.btnPsFile = new System.Windows.Forms.Button();
 | 
	
		
			
				|  |  | -            this.button1 = new System.Windows.Forms.Button();
 | 
	
		
			
				|  |  | -            this.txtVoltage = new System.Windows.Forms.TextBox();
 | 
	
		
			
				|  |  | -            this.button2 = new System.Windows.Forms.Button();
 | 
	
		
			
				|  |  | -            this.label67 = new System.Windows.Forms.Label();
 | 
	
		
			
				|  |  | +            this.button3 = new System.Windows.Forms.Button();
 | 
	
		
			
				|  |  |              this.panelControl.SuspendLayout();
 | 
	
		
			
				|  |  |              this.panelSEM.SuspendLayout();
 | 
	
		
			
				|  |  |              this.panelFIB.SuspendLayout();
 | 
	
	
		
			
				|  | @@ -1190,6 +1191,50 @@
 | 
	
		
			
				|  |  |              this.panelSEM.Size = new System.Drawing.Size(780, 509);
 | 
	
		
			
				|  |  |              this.panelSEM.TabIndex = 47;
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  | +            // button1
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            this.button1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | 
	
		
			
				|  |  | +            this.button1.Location = new System.Drawing.Point(693, 365);
 | 
	
		
			
				|  |  | +            this.button1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
 | 
	
		
			
				|  |  | +            this.button1.Name = "button1";
 | 
	
		
			
				|  |  | +            this.button1.Size = new System.Drawing.Size(54, 34);
 | 
	
		
			
				|  |  | +            this.button1.TabIndex = 97;
 | 
	
		
			
				|  |  | +            this.button1.Text = "写";
 | 
	
		
			
				|  |  | +            this.button1.UseVisualStyleBackColor = true;
 | 
	
		
			
				|  |  | +            this.button1.Click += new System.EventHandler(this.button1_Click);
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            // txtVoltage
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            this.txtVoltage.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
 | 
	
		
			
				|  |  | +            this.txtVoltage.Location = new System.Drawing.Point(551, 367);
 | 
	
		
			
				|  |  | +            this.txtVoltage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
 | 
	
		
			
				|  |  | +            this.txtVoltage.Name = "txtVoltage";
 | 
	
		
			
				|  |  | +            this.txtVoltage.Size = new System.Drawing.Size(85, 30);
 | 
	
		
			
				|  |  | +            this.txtVoltage.TabIndex = 96;
 | 
	
		
			
				|  |  | +            this.txtVoltage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            // button2
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            this.button2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | 
	
		
			
				|  |  | +            this.button2.Location = new System.Drawing.Point(640, 365);
 | 
	
		
			
				|  |  | +            this.button2.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
 | 
	
		
			
				|  |  | +            this.button2.Name = "button2";
 | 
	
		
			
				|  |  | +            this.button2.Size = new System.Drawing.Size(54, 34);
 | 
	
		
			
				|  |  | +            this.button2.TabIndex = 94;
 | 
	
		
			
				|  |  | +            this.button2.Text = "读";
 | 
	
		
			
				|  |  | +            this.button2.UseVisualStyleBackColor = true;
 | 
	
		
			
				|  |  | +            this.button2.Click += new System.EventHandler(this.button2_Click);
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            // label67
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  | +            this.label67.AutoSize = true;
 | 
	
		
			
				|  |  | +            this.label67.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | 
	
		
			
				|  |  | +            this.label67.Location = new System.Drawing.Point(469, 369);
 | 
	
		
			
				|  |  | +            this.label67.Name = "label67";
 | 
	
		
			
				|  |  | +            this.label67.Size = new System.Drawing.Size(72, 27);
 | 
	
		
			
				|  |  | +            this.label67.TabIndex = 95;
 | 
	
		
			
				|  |  | +            this.label67.Text = "电压:";
 | 
	
		
			
				|  |  | +            // 
 | 
	
		
			
				|  |  |              // btnScanRotationSetOn
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  |              this.btnScanRotationSetOn.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | 
	
	
		
			
				|  | @@ -2503,6 +2548,7 @@
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  |              // tabPage3
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  | +            this.tabPage3.Controls.Add(this.button3);
 | 
	
		
			
				|  |  |              this.tabPage3.Controls.Add(this.cbbWPZD);
 | 
	
		
			
				|  |  |              this.tabPage3.Controls.Add(this.cbbWPZF);
 | 
	
		
			
				|  |  |              this.tabPage3.Controls.Add(this.cbbWQGD);
 | 
	
	
		
			
				|  | @@ -3272,49 +3318,15 @@
 | 
	
		
			
				|  |  |              this.btnPsFile.UseVisualStyleBackColor = true;
 | 
	
		
			
				|  |  |              this.btnPsFile.Click += new System.EventHandler(this.btnPsFile_Click);
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  | -            // button1
 | 
	
		
			
				|  |  | -            // 
 | 
	
		
			
				|  |  | -            this.button1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | 
	
		
			
				|  |  | -            this.button1.Location = new System.Drawing.Point(693, 365);
 | 
	
		
			
				|  |  | -            this.button1.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
 | 
	
		
			
				|  |  | -            this.button1.Name = "button1";
 | 
	
		
			
				|  |  | -            this.button1.Size = new System.Drawing.Size(54, 34);
 | 
	
		
			
				|  |  | -            this.button1.TabIndex = 97;
 | 
	
		
			
				|  |  | -            this.button1.Text = "写";
 | 
	
		
			
				|  |  | -            this.button1.UseVisualStyleBackColor = true;
 | 
	
		
			
				|  |  | -            this.button1.Click += new System.EventHandler(this.button1_Click);
 | 
	
		
			
				|  |  | -            // 
 | 
	
		
			
				|  |  | -            // txtVoltage
 | 
	
		
			
				|  |  | +            // button3
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  | -            this.txtVoltage.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
 | 
	
		
			
				|  |  | -            this.txtVoltage.Location = new System.Drawing.Point(551, 367);
 | 
	
		
			
				|  |  | -            this.txtVoltage.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
 | 
	
		
			
				|  |  | -            this.txtVoltage.Name = "txtVoltage";
 | 
	
		
			
				|  |  | -            this.txtVoltage.Size = new System.Drawing.Size(85, 30);
 | 
	
		
			
				|  |  | -            this.txtVoltage.TabIndex = 96;
 | 
	
		
			
				|  |  | -            this.txtVoltage.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
 | 
	
		
			
				|  |  | -            // 
 | 
	
		
			
				|  |  | -            // button2
 | 
	
		
			
				|  |  | -            // 
 | 
	
		
			
				|  |  | -            this.button2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | 
	
		
			
				|  |  | -            this.button2.Location = new System.Drawing.Point(640, 365);
 | 
	
		
			
				|  |  | -            this.button2.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
 | 
	
		
			
				|  |  | -            this.button2.Name = "button2";
 | 
	
		
			
				|  |  | -            this.button2.Size = new System.Drawing.Size(54, 34);
 | 
	
		
			
				|  |  | -            this.button2.TabIndex = 94;
 | 
	
		
			
				|  |  | -            this.button2.Text = "读";
 | 
	
		
			
				|  |  | -            this.button2.UseVisualStyleBackColor = true;
 | 
	
		
			
				|  |  | -            this.button2.Click += new System.EventHandler(this.button2_Click);
 | 
	
		
			
				|  |  | -            // 
 | 
	
		
			
				|  |  | -            // label67
 | 
	
		
			
				|  |  | -            // 
 | 
	
		
			
				|  |  | -            this.label67.AutoSize = true;
 | 
	
		
			
				|  |  | -            this.label67.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
 | 
	
		
			
				|  |  | -            this.label67.Location = new System.Drawing.Point(469, 369);
 | 
	
		
			
				|  |  | -            this.label67.Name = "label67";
 | 
	
		
			
				|  |  | -            this.label67.Size = new System.Drawing.Size(72, 27);
 | 
	
		
			
				|  |  | -            this.label67.TabIndex = 95;
 | 
	
		
			
				|  |  | -            this.label67.Text = "电压:";
 | 
	
		
			
				|  |  | +            this.button3.Location = new System.Drawing.Point(120, 149);
 | 
	
		
			
				|  |  | +            this.button3.Name = "button3";
 | 
	
		
			
				|  |  | +            this.button3.Size = new System.Drawing.Size(132, 93);
 | 
	
		
			
				|  |  | +            this.button3.TabIndex = 76;
 | 
	
		
			
				|  |  | +            this.button3.Text = "button3";
 | 
	
		
			
				|  |  | +            this.button3.UseVisualStyleBackColor = true;
 | 
	
		
			
				|  |  | +            this.button3.Click += new System.EventHandler(this.button3_Click);
 | 
	
		
			
				|  |  |              // 
 | 
	
		
			
				|  |  |              // FormUnitControl
 | 
	
		
			
				|  |  |              // 
 | 
	
	
		
			
				|  | @@ -3609,6 +3621,7 @@
 | 
	
		
			
				|  |  |          private System.Windows.Forms.TextBox txtVoltage;
 | 
	
		
			
				|  |  |          private System.Windows.Forms.Button button2;
 | 
	
		
			
				|  |  |          private System.Windows.Forms.Label label67;
 | 
	
		
			
				|  |  | +        private System.Windows.Forms.Button button3;
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |  }
 | 
	
		
			
				|  |  |  
 |