|
@@ -64,6 +64,7 @@
|
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.comboEngineType = new System.Windows.Forms.ComboBox();
|
|
|
this.IDC_COMBO_STDSelect = new System.Windows.Forms.ComboBox();
|
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
|
this.tBMeasArea = new System.Windows.Forms.TextBox();
|
|
@@ -134,7 +135,6 @@
|
|
|
this.IDC_COMBO_Model = new System.Windows.Forms.ComboBox();
|
|
|
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
|
|
this.btncancel = new System.Windows.Forms.Button();
|
|
|
- this.comboEngineType = new System.Windows.Forms.ComboBox();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.groupBox3.SuspendLayout();
|
|
@@ -151,7 +151,7 @@
|
|
|
this.groupBox1.Controls.Add(this.IDC_COMBO_STAGE);
|
|
|
this.groupBox1.Controls.Add(this.label41);
|
|
|
this.groupBox1.Controls.Add(this.label1);
|
|
|
- this.groupBox1.Font = new System.Drawing.Font("SimSun", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.groupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.groupBox1.Location = new System.Drawing.Point(6, 69);
|
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
@@ -571,6 +571,17 @@
|
|
|
this.groupBox4.TabStop = false;
|
|
|
this.groupBox4.Text = "常规测量参数";
|
|
|
//
|
|
|
+ // comboEngineType
|
|
|
+ //
|
|
|
+ this.comboEngineType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.comboEngineType.FormattingEnabled = true;
|
|
|
+ this.comboEngineType.Location = new System.Drawing.Point(117, 74);
|
|
|
+ this.comboEngineType.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.comboEngineType.Name = "comboEngineType";
|
|
|
+ this.comboEngineType.Size = new System.Drawing.Size(137, 20);
|
|
|
+ this.comboEngineType.TabIndex = 822;
|
|
|
+ this.comboEngineType.SelectedIndexChanged += new System.EventHandler(this.comboEngineType_SelectedIndexChanged);
|
|
|
+ //
|
|
|
// IDC_COMBO_STDSelect
|
|
|
//
|
|
|
this.IDC_COMBO_STDSelect.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
@@ -1326,16 +1337,6 @@
|
|
|
this.btncancel.UseVisualStyleBackColor = true;
|
|
|
this.btncancel.Click += new System.EventHandler(this.btncancel_Click);
|
|
|
//
|
|
|
- // comboEngineType
|
|
|
- //
|
|
|
- this.comboEngineType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
- this.comboEngineType.FormattingEnabled = true;
|
|
|
- this.comboEngineType.Location = new System.Drawing.Point(117, 74);
|
|
|
- this.comboEngineType.Margin = new System.Windows.Forms.Padding(2);
|
|
|
- this.comboEngineType.Name = "comboEngineType";
|
|
|
- this.comboEngineType.Size = new System.Drawing.Size(137, 20);
|
|
|
- this.comboEngineType.TabIndex = 822;
|
|
|
- //
|
|
|
// ProgMgrInfoForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|