|
@@ -107,6 +107,7 @@
|
|
|
this.button22 = new System.Windows.Forms.Button();
|
|
|
this.button23 = new System.Windows.Forms.Button();
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.button27 = new System.Windows.Forms.Button();
|
|
|
this.btnCreateDB = new System.Windows.Forms.Button();
|
|
|
this.拍图 = new System.Windows.Forms.GroupBox();
|
|
|
this.pBImage = new System.Windows.Forms.PictureBox();
|
|
@@ -155,7 +156,7 @@
|
|
|
this.chart1 = new System.Windows.Forms.DataVisualization.Charting.Chart();
|
|
|
this.button26 = new System.Windows.Forms.Button();
|
|
|
this.button25 = new System.Windows.Forms.Button();
|
|
|
- this.button27 = new System.Windows.Forms.Button();
|
|
|
+ this.button28 = new System.Windows.Forms.Button();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.拍图.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pBImage)).BeginInit();
|
|
@@ -964,6 +965,16 @@
|
|
|
this.groupBox1.TabStop = false;
|
|
|
this.groupBox1.Text = "电镜和样品台控制";
|
|
|
//
|
|
|
+ // button27
|
|
|
+ //
|
|
|
+ this.button27.Location = new System.Drawing.Point(143, -1);
|
|
|
+ this.button27.Name = "button27";
|
|
|
+ this.button27.Size = new System.Drawing.Size(137, 24);
|
|
|
+ this.button27.TabIndex = 79;
|
|
|
+ this.button27.Text = "连接能谱";
|
|
|
+ this.button27.UseVisualStyleBackColor = true;
|
|
|
+ this.button27.Click += new System.EventHandler(this.button27_Click);
|
|
|
+ //
|
|
|
// btnCreateDB
|
|
|
//
|
|
|
this.btnCreateDB.Location = new System.Drawing.Point(6, 434);
|
|
@@ -977,6 +988,7 @@
|
|
|
//
|
|
|
// 拍图
|
|
|
//
|
|
|
+ this.拍图.Controls.Add(this.button28);
|
|
|
this.拍图.Controls.Add(this.pBImage);
|
|
|
this.拍图.Controls.Add(this.button24);
|
|
|
this.拍图.Location = new System.Drawing.Point(702, 10);
|
|
@@ -1474,15 +1486,15 @@
|
|
|
this.button25.UseVisualStyleBackColor = true;
|
|
|
this.button25.Click += new System.EventHandler(this.button25_Click);
|
|
|
//
|
|
|
- // button27
|
|
|
+ // button28
|
|
|
//
|
|
|
- this.button27.Location = new System.Drawing.Point(143, -1);
|
|
|
- this.button27.Name = "button27";
|
|
|
- this.button27.Size = new System.Drawing.Size(137, 24);
|
|
|
- this.button27.TabIndex = 79;
|
|
|
- this.button27.Text = "连接能谱";
|
|
|
- this.button27.UseVisualStyleBackColor = true;
|
|
|
- this.button27.Click += new System.EventHandler(this.button27_Click);
|
|
|
+ this.button28.Location = new System.Drawing.Point(138, 24);
|
|
|
+ this.button28.Name = "button28";
|
|
|
+ this.button28.Size = new System.Drawing.Size(179, 36);
|
|
|
+ this.button28.TabIndex = 2;
|
|
|
+ this.button28.Text = "button28";
|
|
|
+ this.button28.UseVisualStyleBackColor = true;
|
|
|
+ this.button28.Click += new System.EventHandler(this.button28_Click);
|
|
|
//
|
|
|
// Form1
|
|
|
//
|
|
@@ -1635,6 +1647,7 @@
|
|
|
private System.Windows.Forms.TextBox txtpx1;
|
|
|
private System.Windows.Forms.Label label32;
|
|
|
private System.Windows.Forms.Button button27;
|
|
|
+ private System.Windows.Forms.Button button28;
|
|
|
}
|
|
|
}
|
|
|
|