|
|
@@ -30,6 +30,10 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.cB_fieldPos = new System.Windows.Forms.CheckBox();
|
|
|
+ this.cB_particleImage = new System.Windows.Forms.CheckBox();
|
|
|
+ this.cB_particleid = new System.Windows.Forms.CheckBox();
|
|
|
+ this.cB_fieldid = new System.Windows.Forms.CheckBox();
|
|
|
this.btn_auto = new System.Windows.Forms.Button();
|
|
|
this.cB_XRayDataCount = new System.Windows.Forms.CheckBox();
|
|
|
this.label_help = new System.Windows.Forms.Label();
|
|
|
@@ -61,6 +65,10 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
//
|
|
|
// groupBox2
|
|
|
//
|
|
|
+ this.groupBox2.Controls.Add(this.cB_fieldPos);
|
|
|
+ this.groupBox2.Controls.Add(this.cB_particleImage);
|
|
|
+ this.groupBox2.Controls.Add(this.cB_particleid);
|
|
|
+ this.groupBox2.Controls.Add(this.cB_fieldid);
|
|
|
this.groupBox2.Controls.Add(this.btn_auto);
|
|
|
this.groupBox2.Controls.Add(this.cB_XRayDataCount);
|
|
|
this.groupBox2.Controls.Add(this.label_help);
|
|
|
@@ -89,15 +97,64 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
this.groupBox2.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
this.groupBox2.Padding = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
- this.groupBox2.Size = new System.Drawing.Size(514, 189);
|
|
|
+ this.groupBox2.Size = new System.Drawing.Size(524, 256);
|
|
|
this.groupBox2.TabIndex = 130;
|
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "显示信息设置";
|
|
|
//
|
|
|
+ // cB_fieldPos
|
|
|
+ //
|
|
|
+ this.cB_fieldPos.AutoSize = true;
|
|
|
+ this.cB_fieldPos.Location = new System.Drawing.Point(248, 173);
|
|
|
+ this.cB_fieldPos.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
+ this.cB_fieldPos.Name = "cB_fieldPos";
|
|
|
+ this.cB_fieldPos.Size = new System.Drawing.Size(72, 16);
|
|
|
+ this.cB_fieldPos.TabIndex = 138;
|
|
|
+ this.cB_fieldPos.Text = "帧图坐标";
|
|
|
+ this.cB_fieldPos.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // cB_particleImage
|
|
|
+ //
|
|
|
+ this.cB_particleImage.AutoSize = true;
|
|
|
+ this.cB_particleImage.Enabled = false;
|
|
|
+ this.cB_particleImage.Location = new System.Drawing.Point(97, 172);
|
|
|
+ this.cB_particleImage.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
+ this.cB_particleImage.Name = "cB_particleImage";
|
|
|
+ this.cB_particleImage.Size = new System.Drawing.Size(84, 16);
|
|
|
+ this.cB_particleImage.TabIndex = 135;
|
|
|
+ this.cB_particleImage.Text = "颗粒缩略图";
|
|
|
+ this.cB_particleImage.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // cB_particleid
|
|
|
+ //
|
|
|
+ this.cB_particleid.AutoSize = true;
|
|
|
+ this.cB_particleid.Enabled = false;
|
|
|
+ this.cB_particleid.Location = new System.Drawing.Point(248, 226);
|
|
|
+ this.cB_particleid.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
+ this.cB_particleid.Name = "cB_particleid";
|
|
|
+ this.cB_particleid.Size = new System.Drawing.Size(60, 16);
|
|
|
+ this.cB_particleid.TabIndex = 134;
|
|
|
+ this.cB_particleid.Text = "颗粒id";
|
|
|
+ this.cB_particleid.UseVisualStyleBackColor = true;
|
|
|
+ this.cB_particleid.Visible = false;
|
|
|
+ //
|
|
|
+ // cB_fieldid
|
|
|
+ //
|
|
|
+ this.cB_fieldid.AutoSize = true;
|
|
|
+ this.cB_fieldid.Enabled = false;
|
|
|
+ this.cB_fieldid.Location = new System.Drawing.Point(97, 226);
|
|
|
+ this.cB_fieldid.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
+ this.cB_fieldid.Name = "cB_fieldid";
|
|
|
+ this.cB_fieldid.Size = new System.Drawing.Size(60, 16);
|
|
|
+ this.cB_fieldid.TabIndex = 133;
|
|
|
+ this.cB_fieldid.Text = "帧图id";
|
|
|
+ this.cB_fieldid.UseVisualStyleBackColor = true;
|
|
|
+ this.cB_fieldid.Visible = false;
|
|
|
+ //
|
|
|
// btn_auto
|
|
|
//
|
|
|
this.btn_auto.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.btn_auto.Location = new System.Drawing.Point(472, 19);
|
|
|
+ this.btn_auto.Location = new System.Drawing.Point(482, 19);
|
|
|
this.btn_auto.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.btn_auto.Name = "btn_auto";
|
|
|
this.btn_auto.Size = new System.Drawing.Size(38, 21);
|
|
|
@@ -109,7 +166,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
// cB_XRayDataCount
|
|
|
//
|
|
|
this.cB_XRayDataCount.AutoSize = true;
|
|
|
- this.cB_XRayDataCount.Location = new System.Drawing.Point(372, 146);
|
|
|
+ this.cB_XRayDataCount.Location = new System.Drawing.Point(377, 147);
|
|
|
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);
|
|
|
@@ -140,7 +197,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
// cb_ParticleCoordinate
|
|
|
//
|
|
|
this.cb_ParticleCoordinate.AutoSize = true;
|
|
|
- this.cb_ParticleCoordinate.Location = new System.Drawing.Point(225, 146);
|
|
|
+ this.cb_ParticleCoordinate.Location = new System.Drawing.Point(248, 147);
|
|
|
this.cb_ParticleCoordinate.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.cb_ParticleCoordinate.Name = "cb_ParticleCoordinate";
|
|
|
this.cb_ParticleCoordinate.Size = new System.Drawing.Size(72, 16);
|
|
|
@@ -151,7 +208,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
// btn_xsys
|
|
|
//
|
|
|
this.btn_xsys.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
- this.btn_xsys.Location = new System.Drawing.Point(406, 19);
|
|
|
+ this.btn_xsys.Location = new System.Drawing.Point(416, 19);
|
|
|
this.btn_xsys.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.btn_xsys.Name = "btn_xsys";
|
|
|
this.btn_xsys.Size = new System.Drawing.Size(62, 21);
|
|
|
@@ -163,7 +220,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
// cB_Electrical_conductivity
|
|
|
//
|
|
|
this.cB_Electrical_conductivity.AutoSize = true;
|
|
|
- this.cB_Electrical_conductivity.Location = new System.Drawing.Point(97, 169);
|
|
|
+ this.cB_Electrical_conductivity.Location = new System.Drawing.Point(377, 172);
|
|
|
this.cB_Electrical_conductivity.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.cB_Electrical_conductivity.Name = "cB_Electrical_conductivity";
|
|
|
this.cB_Electrical_conductivity.Size = new System.Drawing.Size(60, 16);
|
|
|
@@ -184,7 +241,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
// cB_Density
|
|
|
//
|
|
|
this.cB_Density.AutoSize = true;
|
|
|
- this.cB_Density.Location = new System.Drawing.Point(372, 169);
|
|
|
+ this.cB_Density.Location = new System.Drawing.Point(248, 199);
|
|
|
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);
|
|
|
@@ -203,7 +260,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
// cB_Hardness
|
|
|
//
|
|
|
this.cB_Hardness.AutoSize = true;
|
|
|
- this.cB_Hardness.Location = new System.Drawing.Point(225, 169);
|
|
|
+ this.cB_Hardness.Location = new System.Drawing.Point(97, 199);
|
|
|
this.cB_Hardness.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.cB_Hardness.Name = "cB_Hardness";
|
|
|
this.cB_Hardness.Size = new System.Drawing.Size(48, 16);
|
|
|
@@ -225,7 +282,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
// cb_ELONG
|
|
|
//
|
|
|
this.cb_ELONG.AutoSize = true;
|
|
|
- this.cb_ELONG.Location = new System.Drawing.Point(372, 74);
|
|
|
+ this.cb_ELONG.Location = new System.Drawing.Point(377, 74);
|
|
|
this.cb_ELONG.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.cb_ELONG.Name = "cb_ELONG";
|
|
|
this.cb_ELONG.Size = new System.Drawing.Size(84, 16);
|
|
|
@@ -247,7 +304,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
// cb_PERI
|
|
|
//
|
|
|
this.cb_PERI.AutoSize = true;
|
|
|
- this.cb_PERI.Location = new System.Drawing.Point(225, 98);
|
|
|
+ this.cb_PERI.Location = new System.Drawing.Point(248, 98);
|
|
|
this.cb_PERI.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.cb_PERI.Name = "cb_PERI";
|
|
|
this.cb_PERI.Size = new System.Drawing.Size(60, 16);
|
|
|
@@ -258,7 +315,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
// cb_MinDiameter
|
|
|
//
|
|
|
this.cb_MinDiameter.AutoSize = true;
|
|
|
- this.cb_MinDiameter.Location = new System.Drawing.Point(225, 50);
|
|
|
+ this.cb_MinDiameter.Location = new System.Drawing.Point(248, 50);
|
|
|
this.cb_MinDiameter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.cb_MinDiameter.Name = "cb_MinDiameter";
|
|
|
this.cb_MinDiameter.Size = new System.Drawing.Size(84, 16);
|
|
|
@@ -291,7 +348,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
// cb_ASPECT_ELONG
|
|
|
//
|
|
|
this.cb_ASPECT_ELONG.AutoSize = true;
|
|
|
- this.cb_ASPECT_ELONG.Location = new System.Drawing.Point(372, 123);
|
|
|
+ this.cb_ASPECT_ELONG.Location = new System.Drawing.Point(377, 123);
|
|
|
this.cb_ASPECT_ELONG.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.cb_ASPECT_ELONG.Name = "cb_ASPECT_ELONG";
|
|
|
this.cb_ASPECT_ELONG.Size = new System.Drawing.Size(84, 16);
|
|
|
@@ -302,7 +359,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
// cb_FerretDiameter
|
|
|
//
|
|
|
this.cb_FerretDiameter.AutoSize = true;
|
|
|
- this.cb_FerretDiameter.Location = new System.Drawing.Point(225, 74);
|
|
|
+ this.cb_FerretDiameter.Location = new System.Drawing.Point(248, 74);
|
|
|
this.cb_FerretDiameter.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.cb_FerretDiameter.Name = "cb_FerretDiameter";
|
|
|
this.cb_FerretDiameter.Size = new System.Drawing.Size(96, 16);
|
|
|
@@ -313,7 +370,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
// cb_Orientation
|
|
|
//
|
|
|
this.cb_Orientation.AutoSize = true;
|
|
|
- this.cb_Orientation.Location = new System.Drawing.Point(225, 122);
|
|
|
+ this.cb_Orientation.Location = new System.Drawing.Point(248, 122);
|
|
|
this.cb_Orientation.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.cb_Orientation.Name = "cb_Orientation";
|
|
|
this.cb_Orientation.Size = new System.Drawing.Size(84, 16);
|
|
|
@@ -324,7 +381,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
// cb_PERP
|
|
|
//
|
|
|
this.cb_PERP.AutoSize = true;
|
|
|
- this.cb_PERP.Location = new System.Drawing.Point(372, 50);
|
|
|
+ this.cb_PERP.Location = new System.Drawing.Point(377, 50);
|
|
|
this.cb_PERP.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.cb_PERP.Name = "cb_PERP";
|
|
|
this.cb_PERP.Size = new System.Drawing.Size(84, 16);
|
|
|
@@ -335,7 +392,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
// cb_MEAN
|
|
|
//
|
|
|
this.cb_MEAN.AutoSize = true;
|
|
|
- this.cb_MEAN.Location = new System.Drawing.Point(97, 146);
|
|
|
+ this.cb_MEAN.Location = new System.Drawing.Point(97, 147);
|
|
|
this.cb_MEAN.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.cb_MEAN.Name = "cb_MEAN";
|
|
|
this.cb_MEAN.Size = new System.Drawing.Size(108, 16);
|
|
|
@@ -346,7 +403,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
// cb_INSCR
|
|
|
//
|
|
|
this.cb_INSCR.AutoSize = true;
|
|
|
- this.cb_INSCR.Location = new System.Drawing.Point(372, 98);
|
|
|
+ this.cb_INSCR.Location = new System.Drawing.Point(377, 98);
|
|
|
this.cb_INSCR.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.cb_INSCR.Name = "cb_INSCR";
|
|
|
this.cb_INSCR.Size = new System.Drawing.Size(96, 16);
|
|
|
@@ -356,7 +413,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
//
|
|
|
// btn_ybcsqx
|
|
|
//
|
|
|
- this.btn_ybcsqx.Location = new System.Drawing.Point(457, 201);
|
|
|
+ this.btn_ybcsqx.Location = new System.Drawing.Point(464, 268);
|
|
|
this.btn_ybcsqx.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.btn_ybcsqx.Name = "btn_ybcsqx";
|
|
|
this.btn_ybcsqx.Size = new System.Drawing.Size(67, 23);
|
|
|
@@ -367,7 +424,7 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
//
|
|
|
// btn_ybcsbc
|
|
|
//
|
|
|
- this.btn_ybcsbc.Location = new System.Drawing.Point(386, 201);
|
|
|
+ this.btn_ybcsbc.Location = new System.Drawing.Point(393, 268);
|
|
|
this.btn_ybcsbc.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.btn_ybcsbc.Name = "btn_ybcsbc";
|
|
|
this.btn_ybcsbc.Size = new System.Drawing.Size(67, 23);
|
|
|
@@ -380,13 +437,13 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(536, 225);
|
|
|
+ this.ClientSize = new System.Drawing.Size(546, 292);
|
|
|
this.Controls.Add(this.btn_ybcsqx);
|
|
|
this.Controls.Add(this.btn_ybcsbc);
|
|
|
this.Controls.Add(this.groupBox2);
|
|
|
this.MaximizeBox = false;
|
|
|
- this.MaximumSize = new System.Drawing.Size(552, 264);
|
|
|
- this.MinimumSize = new System.Drawing.Size(552, 264);
|
|
|
+ this.MaximumSize = new System.Drawing.Size(562, 331);
|
|
|
+ this.MinimumSize = new System.Drawing.Size(562, 331);
|
|
|
this.Name = "ParticlesGridDevidePageShowConfig";
|
|
|
this.ShowIcon = false;
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
@@ -427,5 +484,9 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
private System.Windows.Forms.Label label_help;
|
|
|
private System.Windows.Forms.CheckBox cB_XRayDataCount;
|
|
|
private System.Windows.Forms.Button btn_auto;
|
|
|
+ private System.Windows.Forms.CheckBox cB_fieldPos;
|
|
|
+ private System.Windows.Forms.CheckBox cB_particleImage;
|
|
|
+ private System.Windows.Forms.CheckBox cB_particleid;
|
|
|
+ private System.Windows.Forms.CheckBox cB_fieldid;
|
|
|
}
|
|
|
}
|