|
@@ -54,11 +54,13 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
this.cb_INSCR = new System.Windows.Forms.CheckBox();
|
|
|
this.btn_ybcsqx = new System.Windows.Forms.Button();
|
|
|
this.btn_ybcsbc = new System.Windows.Forms.Button();
|
|
|
+ this.cB_XRayDataCount = new System.Windows.Forms.CheckBox();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// groupBox2
|
|
|
//
|
|
|
+ this.groupBox2.Controls.Add(this.cB_XRayDataCount);
|
|
|
this.groupBox2.Controls.Add(this.label_help);
|
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
|
this.groupBox2.Controls.Add(this.cb_ParticleCoordinate);
|
|
@@ -156,7 +158,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
// cB_Density
|
|
|
//
|
|
|
this.cB_Density.AutoSize = true;
|
|
|
- this.cB_Density.Location = new System.Drawing.Point(370, 146);
|
|
|
+ this.cB_Density.Location = new System.Drawing.Point(370, 169);
|
|
|
this.cB_Density.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.cB_Density.Name = "cB_Density";
|
|
|
this.cB_Density.Size = new System.Drawing.Size(48, 16);
|
|
@@ -348,6 +350,17 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
this.btn_ybcsbc.UseVisualStyleBackColor = true;
|
|
|
this.btn_ybcsbc.Click += new System.EventHandler(this.btn_ybcsbc_Click);
|
|
|
//
|
|
|
+ // cB_XRayDataCount
|
|
|
+ //
|
|
|
+ this.cB_XRayDataCount.AutoSize = true;
|
|
|
+ this.cB_XRayDataCount.Location = new System.Drawing.Point(370, 146);
|
|
|
+ this.cB_XRayDataCount.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
+ this.cB_XRayDataCount.Name = "cB_XRayDataCount";
|
|
|
+ this.cB_XRayDataCount.Size = new System.Drawing.Size(72, 16);
|
|
|
+ this.cB_XRayDataCount.TabIndex = 131;
|
|
|
+ this.cB_XRayDataCount.Text = "XRay计数";
|
|
|
+ this.cB_XRayDataCount.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// ParticlesGridDevidePageShowConfig
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -397,5 +410,6 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
private System.Windows.Forms.Button btn_ybcsqx;
|
|
|
private System.Windows.Forms.Button btn_ybcsbc;
|
|
|
private System.Windows.Forms.Label label_help;
|
|
|
+ private System.Windows.Forms.CheckBox cB_XRayDataCount;
|
|
|
}
|
|
|
}
|