|
@@ -60,6 +60,9 @@ namespace OTSIncAReprotCharts
|
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
|
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.cB_Electrical_conductivity = new System.Windows.Forms.CheckBox();
|
|
|
+ this.cB_Density = new System.Windows.Forms.CheckBox();
|
|
|
+ this.cB_Hardness = new System.Windows.Forms.CheckBox();
|
|
|
this.cb_ELONG = new System.Windows.Forms.CheckBox();
|
|
|
this.cb_PERI = new System.Windows.Forms.CheckBox();
|
|
|
this.cb_EquivalentCircleDiameter = new System.Windows.Forms.CheckBox();
|
|
@@ -257,7 +260,7 @@ namespace OTSIncAReprotCharts
|
|
|
//
|
|
|
// btn_ybcsqx
|
|
|
//
|
|
|
- this.btn_ybcsqx.Location = new System.Drawing.Point(592, 399);
|
|
|
+ this.btn_ybcsqx.Location = new System.Drawing.Point(593, 422);
|
|
|
this.btn_ybcsqx.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.btn_ybcsqx.Name = "btn_ybcsqx";
|
|
|
this.btn_ybcsqx.Size = new System.Drawing.Size(89, 28);
|
|
@@ -268,7 +271,7 @@ namespace OTSIncAReprotCharts
|
|
|
//
|
|
|
// btn_ybcsbc
|
|
|
//
|
|
|
- this.btn_ybcsbc.Location = new System.Drawing.Point(468, 399);
|
|
|
+ this.btn_ybcsbc.Location = new System.Drawing.Point(484, 422);
|
|
|
this.btn_ybcsbc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.btn_ybcsbc.Name = "btn_ybcsbc";
|
|
|
this.btn_ybcsbc.Size = new System.Drawing.Size(89, 28);
|
|
@@ -347,6 +350,9 @@ namespace OTSIncAReprotCharts
|
|
|
//
|
|
|
// groupBox2
|
|
|
//
|
|
|
+ this.groupBox2.Controls.Add(this.cB_Electrical_conductivity);
|
|
|
+ this.groupBox2.Controls.Add(this.cB_Density);
|
|
|
+ this.groupBox2.Controls.Add(this.cB_Hardness);
|
|
|
this.groupBox2.Controls.Add(this.cb_ELONG);
|
|
|
this.groupBox2.Controls.Add(this.cb_PERI);
|
|
|
this.groupBox2.Controls.Add(this.cb_EquivalentCircleDiameter);
|
|
@@ -370,11 +376,44 @@ namespace OTSIncAReprotCharts
|
|
|
this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.groupBox2.Size = new System.Drawing.Size(671, 238);
|
|
|
+ this.groupBox2.Size = new System.Drawing.Size(671, 260);
|
|
|
this.groupBox2.TabIndex = 85;
|
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "显示信息设置";
|
|
|
//
|
|
|
+ // cB_Electrical_conductivity
|
|
|
+ //
|
|
|
+ this.cB_Electrical_conductivity.AutoSize = true;
|
|
|
+ this.cB_Electrical_conductivity.Location = new System.Drawing.Point(166, 241);
|
|
|
+ this.cB_Electrical_conductivity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.cB_Electrical_conductivity.Name = "cB_Electrical_conductivity";
|
|
|
+ this.cB_Electrical_conductivity.Size = new System.Drawing.Size(74, 19);
|
|
|
+ this.cB_Electrical_conductivity.TabIndex = 106;
|
|
|
+ this.cB_Electrical_conductivity.Text = "导电性";
|
|
|
+ this.cB_Electrical_conductivity.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // cB_Density
|
|
|
+ //
|
|
|
+ this.cB_Density.AutoSize = true;
|
|
|
+ this.cB_Density.Location = new System.Drawing.Point(489, 210);
|
|
|
+ this.cB_Density.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.cB_Density.Name = "cB_Density";
|
|
|
+ this.cB_Density.Size = new System.Drawing.Size(59, 19);
|
|
|
+ this.cB_Density.TabIndex = 105;
|
|
|
+ this.cB_Density.Text = "密度";
|
|
|
+ this.cB_Density.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // cB_Hardness
|
|
|
+ //
|
|
|
+ this.cB_Hardness.AutoSize = true;
|
|
|
+ this.cB_Hardness.Location = new System.Drawing.Point(335, 210);
|
|
|
+ this.cB_Hardness.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.cB_Hardness.Name = "cB_Hardness";
|
|
|
+ this.cB_Hardness.Size = new System.Drawing.Size(59, 19);
|
|
|
+ this.cB_Hardness.TabIndex = 104;
|
|
|
+ this.cB_Hardness.Text = "硬度";
|
|
|
+ this.cB_Hardness.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// cb_ELONG
|
|
|
//
|
|
|
this.cb_ELONG.AutoSize = true;
|
|
@@ -400,7 +439,7 @@ namespace OTSIncAReprotCharts
|
|
|
// cb_EquivalentCircleDiameter
|
|
|
//
|
|
|
this.cb_EquivalentCircleDiameter.AutoSize = true;
|
|
|
- this.cb_EquivalentCircleDiameter.Location = new System.Drawing.Point(166, 176);
|
|
|
+ this.cb_EquivalentCircleDiameter.Location = new System.Drawing.Point(166, 177);
|
|
|
this.cb_EquivalentCircleDiameter.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cb_EquivalentCircleDiameter.Name = "cb_EquivalentCircleDiameter";
|
|
|
this.cb_EquivalentCircleDiameter.Size = new System.Drawing.Size(120, 19);
|
|
@@ -411,7 +450,7 @@ namespace OTSIncAReprotCharts
|
|
|
// cb_ASPECT_ELONG
|
|
|
//
|
|
|
this.cb_ASPECT_ELONG.AutoSize = true;
|
|
|
- this.cb_ASPECT_ELONG.Location = new System.Drawing.Point(489, 176);
|
|
|
+ this.cb_ASPECT_ELONG.Location = new System.Drawing.Point(489, 177);
|
|
|
this.cb_ASPECT_ELONG.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cb_ASPECT_ELONG.Name = "cb_ASPECT_ELONG";
|
|
|
this.cb_ASPECT_ELONG.Size = new System.Drawing.Size(104, 19);
|
|
@@ -422,7 +461,7 @@ namespace OTSIncAReprotCharts
|
|
|
// cb_Orientation
|
|
|
//
|
|
|
this.cb_Orientation.AutoSize = true;
|
|
|
- this.cb_Orientation.Location = new System.Drawing.Point(335, 176);
|
|
|
+ this.cb_Orientation.Location = new System.Drawing.Point(335, 175);
|
|
|
this.cb_Orientation.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cb_Orientation.Name = "cb_Orientation";
|
|
|
this.cb_Orientation.Size = new System.Drawing.Size(104, 19);
|
|
@@ -433,7 +472,7 @@ namespace OTSIncAReprotCharts
|
|
|
// cb_MEAN
|
|
|
//
|
|
|
this.cb_MEAN.AutoSize = true;
|
|
|
- this.cb_MEAN.Location = new System.Drawing.Point(166, 207);
|
|
|
+ this.cb_MEAN.Location = new System.Drawing.Point(166, 210);
|
|
|
this.cb_MEAN.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cb_MEAN.Name = "cb_MEAN";
|
|
|
this.cb_MEAN.Size = new System.Drawing.Size(134, 19);
|
|
@@ -559,7 +598,7 @@ namespace OTSIncAReprotCharts
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(695, 435);
|
|
|
+ this.ClientSize = new System.Drawing.Size(701, 456);
|
|
|
this.Controls.Add(this.groupBox2);
|
|
|
this.Controls.Add(this.groupBox6);
|
|
|
this.Controls.Add(this.groupBox3);
|
|
@@ -631,5 +670,8 @@ namespace OTSIncAReprotCharts
|
|
|
private Label label1;
|
|
|
private Label label2;
|
|
|
private Button btn_xsys;
|
|
|
+ private CheckBox cB_Electrical_conductivity;
|
|
|
+ private CheckBox cB_Density;
|
|
|
+ private CheckBox cB_Hardness;
|
|
|
}
|
|
|
}
|