|
@@ -44,11 +44,15 @@
|
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.tabSysType = new System.Windows.Forms.TabPage();
|
|
|
+ this.radioButton_CleannessA = new System.Windows.Forms.RadioButton();
|
|
|
+ this.radioButton_IncA = new System.Windows.Forms.RadioButton();
|
|
|
this.tabLanguage.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
|
this.tabControl1.SuspendLayout();
|
|
|
this.tabHardwareSet.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
|
+ this.tabSysType.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// tabLanguage
|
|
@@ -57,9 +61,9 @@
|
|
|
this.tabLanguage.Controls.Add(this.rdb_en);
|
|
|
this.tabLanguage.Controls.Add(this.rdb_ch);
|
|
|
this.tabLanguage.Location = new System.Drawing.Point(4, 22);
|
|
|
- this.tabLanguage.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.tabLanguage.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.tabLanguage.Name = "tabLanguage";
|
|
|
- this.tabLanguage.Size = new System.Drawing.Size(545, 127);
|
|
|
+ this.tabLanguage.Size = new System.Drawing.Size(546, 133);
|
|
|
this.tabLanguage.TabIndex = 2;
|
|
|
this.tabLanguage.Text = "语言";
|
|
|
this.tabLanguage.UseVisualStyleBackColor = true;
|
|
@@ -68,7 +72,7 @@
|
|
|
//
|
|
|
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
|
|
|
this.pictureBox3.Location = new System.Drawing.Point(38, 22);
|
|
|
- this.pictureBox3.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.pictureBox3.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
|
this.pictureBox3.Size = new System.Drawing.Size(67, 66);
|
|
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
@@ -80,7 +84,7 @@
|
|
|
this.rdb_en.AutoSize = true;
|
|
|
this.rdb_en.Checked = true;
|
|
|
this.rdb_en.Location = new System.Drawing.Point(147, 58);
|
|
|
- this.rdb_en.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.rdb_en.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.rdb_en.Name = "rdb_en";
|
|
|
this.rdb_en.Size = new System.Drawing.Size(71, 16);
|
|
|
this.rdb_en.TabIndex = 0;
|
|
@@ -93,7 +97,7 @@
|
|
|
//
|
|
|
this.rdb_ch.AutoSize = true;
|
|
|
this.rdb_ch.Location = new System.Drawing.Point(147, 25);
|
|
|
- this.rdb_ch.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.rdb_ch.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.rdb_ch.Name = "rdb_ch";
|
|
|
this.rdb_ch.Size = new System.Drawing.Size(71, 16);
|
|
|
this.rdb_ch.TabIndex = 0;
|
|
@@ -105,9 +109,10 @@
|
|
|
//
|
|
|
this.tabControl1.Controls.Add(this.tabHardwareSet);
|
|
|
this.tabControl1.Controls.Add(this.tabLanguage);
|
|
|
+ this.tabControl1.Controls.Add(this.tabSysType);
|
|
|
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.tabControl1.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.tabControl1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.tabControl1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.tabControl1.Name = "tabControl1";
|
|
|
this.tabControl1.SelectedIndex = 0;
|
|
|
this.tabControl1.Size = new System.Drawing.Size(554, 159);
|
|
@@ -125,9 +130,9 @@
|
|
|
this.tabHardwareSet.Controls.Add(this.button2);
|
|
|
this.tabHardwareSet.Controls.Add(this.button1);
|
|
|
this.tabHardwareSet.Location = new System.Drawing.Point(4, 22);
|
|
|
- this.tabHardwareSet.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.tabHardwareSet.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.tabHardwareSet.Name = "tabHardwareSet";
|
|
|
- this.tabHardwareSet.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.tabHardwareSet.Padding = new System.Windows.Forms.Padding(2);
|
|
|
this.tabHardwareSet.Size = new System.Drawing.Size(546, 133);
|
|
|
this.tabHardwareSet.TabIndex = 1;
|
|
|
this.tabHardwareSet.Text = "硬件";
|
|
@@ -145,7 +150,7 @@
|
|
|
"Oxford",
|
|
|
"FEI"});
|
|
|
this.CmbSEMController.Location = new System.Drawing.Point(227, 22);
|
|
|
- this.CmbSEMController.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.CmbSEMController.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.CmbSEMController.Name = "CmbSEMController";
|
|
|
this.CmbSEMController.Size = new System.Drawing.Size(193, 20);
|
|
|
this.CmbSEMController.TabIndex = 13;
|
|
@@ -161,7 +166,7 @@
|
|
|
"Oxford",
|
|
|
"FEI"});
|
|
|
this.CmbEDSController.Location = new System.Drawing.Point(227, 74);
|
|
|
- this.CmbEDSController.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.CmbEDSController.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.CmbEDSController.Name = "CmbEDSController";
|
|
|
this.CmbEDSController.Size = new System.Drawing.Size(193, 20);
|
|
|
this.CmbEDSController.TabIndex = 14;
|
|
@@ -170,7 +175,7 @@
|
|
|
// btnEDSTest
|
|
|
//
|
|
|
this.btnEDSTest.Location = new System.Drawing.Point(429, 70);
|
|
|
- this.btnEDSTest.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.btnEDSTest.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.btnEDSTest.Name = "btnEDSTest";
|
|
|
this.btnEDSTest.Size = new System.Drawing.Size(77, 24);
|
|
|
this.btnEDSTest.TabIndex = 12;
|
|
@@ -181,7 +186,7 @@
|
|
|
// btnSEMTest
|
|
|
//
|
|
|
this.btnSEMTest.Location = new System.Drawing.Point(429, 20);
|
|
|
- this.btnSEMTest.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.btnSEMTest.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.btnSEMTest.Name = "btnSEMTest";
|
|
|
this.btnSEMTest.Size = new System.Drawing.Size(77, 24);
|
|
|
this.btnSEMTest.TabIndex = 10;
|
|
@@ -213,7 +218,7 @@
|
|
|
//
|
|
|
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
|
|
|
this.pictureBox2.Location = new System.Drawing.Point(38, 22);
|
|
|
- this.pictureBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.pictureBox2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
|
this.pictureBox2.Size = new System.Drawing.Size(67, 66);
|
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage;
|
|
@@ -223,7 +228,7 @@
|
|
|
// button2
|
|
|
//
|
|
|
this.button2.Location = new System.Drawing.Point(482, 366);
|
|
|
- this.button2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.button2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.button2.Name = "button2";
|
|
|
this.button2.Size = new System.Drawing.Size(67, 22);
|
|
|
this.button2.TabIndex = 2;
|
|
@@ -233,13 +238,48 @@
|
|
|
// button1
|
|
|
//
|
|
|
this.button1.Location = new System.Drawing.Point(410, 366);
|
|
|
- this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.button1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.button1.Name = "button1";
|
|
|
this.button1.Size = new System.Drawing.Size(67, 22);
|
|
|
this.button1.TabIndex = 2;
|
|
|
this.button1.Text = "button1";
|
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
+ // tabSysType
|
|
|
+ //
|
|
|
+ this.tabSysType.Controls.Add(this.radioButton_CleannessA);
|
|
|
+ this.tabSysType.Controls.Add(this.radioButton_IncA);
|
|
|
+ this.tabSysType.Location = new System.Drawing.Point(4, 22);
|
|
|
+ this.tabSysType.Name = "tabSysType";
|
|
|
+ this.tabSysType.Padding = new System.Windows.Forms.Padding(3);
|
|
|
+ this.tabSysType.Size = new System.Drawing.Size(546, 133);
|
|
|
+ this.tabSysType.TabIndex = 3;
|
|
|
+ this.tabSysType.Text = "系统类型设置";
|
|
|
+ this.tabSysType.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // radioButton_CleannessA
|
|
|
+ //
|
|
|
+ this.radioButton_CleannessA.AutoSize = true;
|
|
|
+ this.radioButton_CleannessA.Location = new System.Drawing.Point(29, 71);
|
|
|
+ this.radioButton_CleannessA.Name = "radioButton_CleannessA";
|
|
|
+ this.radioButton_CleannessA.Size = new System.Drawing.Size(65, 16);
|
|
|
+ this.radioButton_CleannessA.TabIndex = 1;
|
|
|
+ this.radioButton_CleannessA.TabStop = true;
|
|
|
+ this.radioButton_CleannessA.Text = " OTS102";
|
|
|
+ this.radioButton_CleannessA.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // radioButton_IncA
|
|
|
+ //
|
|
|
+ this.radioButton_IncA.AutoSize = true;
|
|
|
+ this.radioButton_IncA.Location = new System.Drawing.Point(29, 32);
|
|
|
+ this.radioButton_IncA.Name = "radioButton_IncA";
|
|
|
+ this.radioButton_IncA.Size = new System.Drawing.Size(65, 16);
|
|
|
+ this.radioButton_IncA.TabIndex = 0;
|
|
|
+ this.radioButton_IncA.TabStop = true;
|
|
|
+ this.radioButton_IncA.Text = " OTS101";
|
|
|
+ this.radioButton_IncA.UseVisualStyleBackColor = true;
|
|
|
+ this.radioButton_IncA.CheckedChanged += new System.EventHandler(this.radioButton_IncA_CheckedChanged);
|
|
|
+ //
|
|
|
// OTSSystemManagerForms
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -248,7 +288,7 @@
|
|
|
this.ClientSize = new System.Drawing.Size(554, 159);
|
|
|
this.Controls.Add(this.tabControl1);
|
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
|
- this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.MaximizeBox = false;
|
|
|
this.MaximumSize = new System.Drawing.Size(570, 198);
|
|
|
this.MinimumSize = new System.Drawing.Size(570, 198);
|
|
@@ -264,6 +304,8 @@
|
|
|
this.tabHardwareSet.ResumeLayout(false);
|
|
|
this.tabHardwareSet.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
|
+ this.tabSysType.ResumeLayout(false);
|
|
|
+ this.tabSysType.PerformLayout();
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
@@ -285,5 +327,8 @@
|
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
|
private System.Windows.Forms.Button button2;
|
|
|
private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.TabPage tabSysType;
|
|
|
+ private System.Windows.Forms.RadioButton radioButton_CleannessA;
|
|
|
+ private System.Windows.Forms.RadioButton radioButton_IncA;
|
|
|
}
|
|
|
}
|