|
@@ -47,6 +47,8 @@
|
|
|
this.tabSysType = new System.Windows.Forms.TabPage();
|
|
|
this.radioButton_CleannessA = new System.Windows.Forms.RadioButton();
|
|
|
this.radioButton_IncA = new System.Windows.Forms.RadioButton();
|
|
|
+ this.coB_CleannessType = new System.Windows.Forms.ComboBox();
|
|
|
+ this.btn_ok = new System.Windows.Forms.Button();
|
|
|
this.tabLanguage.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
|
this.tabControl1.SuspendLayout();
|
|
@@ -247,6 +249,8 @@
|
|
|
//
|
|
|
// tabSysType
|
|
|
//
|
|
|
+ this.tabSysType.Controls.Add(this.btn_ok);
|
|
|
+ this.tabSysType.Controls.Add(this.coB_CleannessType);
|
|
|
this.tabSysType.Controls.Add(this.radioButton_CleannessA);
|
|
|
this.tabSysType.Controls.Add(this.radioButton_IncA);
|
|
|
this.tabSysType.Location = new System.Drawing.Point(4, 22);
|
|
@@ -271,14 +275,32 @@
|
|
|
// radioButton_IncA
|
|
|
//
|
|
|
this.radioButton_IncA.AutoSize = true;
|
|
|
- this.radioButton_IncA.Location = new System.Drawing.Point(29, 32);
|
|
|
+ this.radioButton_IncA.Location = new System.Drawing.Point(29, 25);
|
|
|
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);
|
|
|
+ //
|
|
|
+ // coB_CleannessType
|
|
|
+ //
|
|
|
+ this.coB_CleannessType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.coB_CleannessType.FormattingEnabled = true;
|
|
|
+ this.coB_CleannessType.Location = new System.Drawing.Point(112, 70);
|
|
|
+ this.coB_CleannessType.Name = "coB_CleannessType";
|
|
|
+ this.coB_CleannessType.Size = new System.Drawing.Size(121, 20);
|
|
|
+ this.coB_CleannessType.TabIndex = 2;
|
|
|
+ //
|
|
|
+ // btn_ok
|
|
|
+ //
|
|
|
+ this.btn_ok.Location = new System.Drawing.Point(463, 101);
|
|
|
+ this.btn_ok.Name = "btn_ok";
|
|
|
+ this.btn_ok.Size = new System.Drawing.Size(75, 24);
|
|
|
+ this.btn_ok.TabIndex = 3;
|
|
|
+ this.btn_ok.Text = "确定";
|
|
|
+ this.btn_ok.UseVisualStyleBackColor = true;
|
|
|
+ this.btn_ok.Click += new System.EventHandler(this.btn_ok_Click);
|
|
|
//
|
|
|
// OTSSystemManagerForms
|
|
|
//
|
|
@@ -330,5 +352,7 @@
|
|
|
private System.Windows.Forms.TabPage tabSysType;
|
|
|
private System.Windows.Forms.RadioButton radioButton_CleannessA;
|
|
|
private System.Windows.Forms.RadioButton radioButton_IncA;
|
|
|
+ private System.Windows.Forms.ComboBox coB_CleannessType;
|
|
|
+ private System.Windows.Forms.Button btn_ok;
|
|
|
}
|
|
|
}
|