|
@@ -44,6 +44,7 @@
|
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
|
this.tabSysType = new System.Windows.Forms.TabPage();
|
|
|
+ this.radioButton_SteelMineral = new System.Windows.Forms.RadioButton();
|
|
|
this.pictureBox4 = new System.Windows.Forms.PictureBox();
|
|
|
this.coB_CleannessType = new System.Windows.Forms.ComboBox();
|
|
|
this.radioButton_CleannessA = new System.Windows.Forms.RadioButton();
|
|
@@ -238,6 +239,7 @@
|
|
|
//
|
|
|
// tabSysType
|
|
|
//
|
|
|
+ this.tabSysType.Controls.Add(this.radioButton_SteelMineral);
|
|
|
this.tabSysType.Controls.Add(this.pictureBox4);
|
|
|
this.tabSysType.Controls.Add(this.coB_CleannessType);
|
|
|
this.tabSysType.Controls.Add(this.radioButton_CleannessA);
|
|
@@ -250,6 +252,18 @@
|
|
|
this.tabSysType.Text = "系统类型设置";
|
|
|
this.tabSysType.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
+ // radioButton_SteelMineral
|
|
|
+ //
|
|
|
+ this.radioButton_SteelMineral.AutoSize = true;
|
|
|
+ this.radioButton_SteelMineral.Location = new System.Drawing.Point(129, 90);
|
|
|
+ this.radioButton_SteelMineral.Name = "radioButton_SteelMineral";
|
|
|
+ this.radioButton_SteelMineral.Size = new System.Drawing.Size(65, 16);
|
|
|
+ this.radioButton_SteelMineral.TabIndex = 10;
|
|
|
+ this.radioButton_SteelMineral.TabStop = true;
|
|
|
+ this.radioButton_SteelMineral.Text = " OTS103";
|
|
|
+ this.radioButton_SteelMineral.UseVisualStyleBackColor = true;
|
|
|
+ this.radioButton_SteelMineral.Click += new System.EventHandler(this.radioButton_SteelMineral_Click);
|
|
|
+ //
|
|
|
// pictureBox4
|
|
|
//
|
|
|
this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
|
|
@@ -265,7 +279,7 @@
|
|
|
//
|
|
|
this.coB_CleannessType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.coB_CleannessType.FormattingEnabled = true;
|
|
|
- this.coB_CleannessType.Location = new System.Drawing.Point(217, 74);
|
|
|
+ this.coB_CleannessType.Location = new System.Drawing.Point(212, 52);
|
|
|
this.coB_CleannessType.Name = "coB_CleannessType";
|
|
|
this.coB_CleannessType.Size = new System.Drawing.Size(121, 20);
|
|
|
this.coB_CleannessType.TabIndex = 2;
|
|
@@ -274,25 +288,26 @@
|
|
|
// radioButton_CleannessA
|
|
|
//
|
|
|
this.radioButton_CleannessA.AutoSize = true;
|
|
|
- this.radioButton_CleannessA.Location = new System.Drawing.Point(134, 75);
|
|
|
+ this.radioButton_CleannessA.Location = new System.Drawing.Point(129, 56);
|
|
|
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;
|
|
|
+ this.radioButton_CleannessA.Click += new System.EventHandler(this.radioButton_CleannessA_Click);
|
|
|
//
|
|
|
// radioButton_IncA
|
|
|
//
|
|
|
this.radioButton_IncA.AutoSize = true;
|
|
|
- this.radioButton_IncA.Location = new System.Drawing.Point(134, 29);
|
|
|
+ this.radioButton_IncA.Location = new System.Drawing.Point(130, 24);
|
|
|
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);
|
|
|
+ this.radioButton_IncA.Click += new System.EventHandler(this.radioButton_IncA_Click);
|
|
|
//
|
|
|
// tabother
|
|
|
//
|
|
@@ -384,5 +399,6 @@
|
|
|
private System.Windows.Forms.Button btn_otherconfig;
|
|
|
private System.Windows.Forms.PictureBox pictureBox4;
|
|
|
private System.Windows.Forms.Button btn_stagetest;
|
|
|
+ private System.Windows.Forms.RadioButton radioButton_SteelMineral;
|
|
|
}
|
|
|
}
|