|
@@ -50,6 +50,9 @@
|
|
|
this.tabother = new System.Windows.Forms.TabPage();
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
this.btn_otherconfig = new System.Windows.Forms.Button();
|
|
|
+ this.lblHSEMController = new System.Windows.Forms.Label();
|
|
|
+ this.CmbSEMController = new System.Windows.Forms.ComboBox();
|
|
|
+ this.btnSet = new System.Windows.Forms.Button();
|
|
|
this.tabLanguage.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
|
this.tabControl1.SuspendLayout();
|
|
@@ -127,6 +130,9 @@
|
|
|
//
|
|
|
// tabHardwareSet
|
|
|
//
|
|
|
+ this.tabHardwareSet.Controls.Add(this.btnSet);
|
|
|
+ this.tabHardwareSet.Controls.Add(this.CmbSEMController);
|
|
|
+ this.tabHardwareSet.Controls.Add(this.lblHSEMController);
|
|
|
this.tabHardwareSet.Controls.Add(this.CmbEDSController);
|
|
|
this.tabHardwareSet.Controls.Add(this.btnEDSTest);
|
|
|
this.tabHardwareSet.Controls.Add(this.btnSEMTest);
|
|
@@ -152,16 +158,16 @@
|
|
|
"OffLine",
|
|
|
"Oxford",
|
|
|
"FEI"});
|
|
|
- this.CmbEDSController.Location = new System.Drawing.Point(218, 24);
|
|
|
+ this.CmbEDSController.Location = new System.Drawing.Point(197, 60);
|
|
|
this.CmbEDSController.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.CmbEDSController.Name = "CmbEDSController";
|
|
|
- this.CmbEDSController.Size = new System.Drawing.Size(193, 20);
|
|
|
+ this.CmbEDSController.Size = new System.Drawing.Size(121, 20);
|
|
|
this.CmbEDSController.TabIndex = 14;
|
|
|
this.CmbEDSController.SelectedIndexChanged += new System.EventHandler(this.CmbEDSController_SelectedIndexChanged);
|
|
|
//
|
|
|
// btnEDSTest
|
|
|
//
|
|
|
- this.btnEDSTest.Location = new System.Drawing.Point(334, 71);
|
|
|
+ this.btnEDSTest.Location = new System.Drawing.Point(353, 58);
|
|
|
this.btnEDSTest.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.btnEDSTest.Name = "btnEDSTest";
|
|
|
this.btnEDSTest.Size = new System.Drawing.Size(77, 24);
|
|
@@ -172,7 +178,7 @@
|
|
|
//
|
|
|
// btnSEMTest
|
|
|
//
|
|
|
- this.btnSEMTest.Location = new System.Drawing.Point(218, 71);
|
|
|
+ this.btnSEMTest.Location = new System.Drawing.Point(353, 13);
|
|
|
this.btnSEMTest.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.btnSEMTest.Name = "btnSEMTest";
|
|
|
this.btnSEMTest.Size = new System.Drawing.Size(77, 24);
|
|
@@ -184,7 +190,7 @@
|
|
|
// lblHEDSController
|
|
|
//
|
|
|
this.lblHEDSController.AutoSize = true;
|
|
|
- this.lblHEDSController.Location = new System.Drawing.Point(121, 27);
|
|
|
+ this.lblHEDSController.Location = new System.Drawing.Point(121, 64);
|
|
|
this.lblHEDSController.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
this.lblHEDSController.Name = "lblHEDSController";
|
|
|
this.lblHEDSController.Size = new System.Drawing.Size(59, 12);
|
|
@@ -313,6 +319,39 @@
|
|
|
this.btn_otherconfig.UseVisualStyleBackColor = true;
|
|
|
this.btn_otherconfig.Click += new System.EventHandler(this.btn_otherconfig_Click);
|
|
|
//
|
|
|
+ // lblHSEMController
|
|
|
+ //
|
|
|
+ this.lblHSEMController.AutoSize = true;
|
|
|
+ this.lblHSEMController.Location = new System.Drawing.Point(121, 19);
|
|
|
+ this.lblHSEMController.Name = "lblHSEMController";
|
|
|
+ this.lblHSEMController.Size = new System.Drawing.Size(59, 12);
|
|
|
+ this.lblHSEMController.TabIndex = 15;
|
|
|
+ this.lblHSEMController.Text = "SEM控制器";
|
|
|
+ //
|
|
|
+ // CmbSEMController
|
|
|
+ //
|
|
|
+ this.CmbSEMController.FormattingEnabled = true;
|
|
|
+ this.CmbSEMController.Items.AddRange(new object[] {
|
|
|
+ "FEI",
|
|
|
+ "ZEISS",
|
|
|
+ "Coxm",
|
|
|
+ "PicoSmart",
|
|
|
+ "OffLine"});
|
|
|
+ this.CmbSEMController.Location = new System.Drawing.Point(197, 15);
|
|
|
+ this.CmbSEMController.Name = "CmbSEMController";
|
|
|
+ this.CmbSEMController.Size = new System.Drawing.Size(121, 20);
|
|
|
+ this.CmbSEMController.TabIndex = 16;
|
|
|
+ //
|
|
|
+ // btnSet
|
|
|
+ //
|
|
|
+ this.btnSet.Location = new System.Drawing.Point(197, 101);
|
|
|
+ this.btnSet.Name = "btnSet";
|
|
|
+ this.btnSet.Size = new System.Drawing.Size(121, 23);
|
|
|
+ this.btnSet.TabIndex = 17;
|
|
|
+ this.btnSet.Text = "设置";
|
|
|
+ this.btnSet.UseVisualStyleBackColor = true;
|
|
|
+ this.btnSet.Click += new System.EventHandler(this.btnSet_Click);
|
|
|
+ //
|
|
|
// OTSSystemManagerForms
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -369,5 +408,8 @@
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
private System.Windows.Forms.Button btn_otherconfig;
|
|
|
private System.Windows.Forms.PictureBox pictureBox4;
|
|
|
+ private System.Windows.Forms.ComboBox CmbSEMController;
|
|
|
+ private System.Windows.Forms.Label lblHSEMController;
|
|
|
+ private System.Windows.Forms.Button btnSet;
|
|
|
}
|
|
|
}
|