|
@@ -32,6 +32,14 @@ namespace OTSIncAReportGrids
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
+ this.label11 = new System.Windows.Forms.Label();
|
|
|
+ this.tbx_DferretMax = new System.Windows.Forms.TextBox();
|
|
|
+ this.label12 = new System.Windows.Forms.Label();
|
|
|
+ this.tbx_DferretMin = new System.Windows.Forms.TextBox();
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
+ this.tbx_ECDMax = new System.Windows.Forms.TextBox();
|
|
|
+ this.label10 = new System.Windows.Forms.Label();
|
|
|
+ this.tbx_ECDMin = new System.Windows.Forms.TextBox();
|
|
|
this.btn_particletypesel = new System.Windows.Forms.Button();
|
|
|
this.btn_showconfig = new System.Windows.Forms.Button();
|
|
|
this.tB_FieldId = new System.Windows.Forms.TextBox();
|
|
@@ -86,6 +94,14 @@ namespace OTSIncAReportGrids
|
|
|
//
|
|
|
// panel2
|
|
|
//
|
|
|
+ this.panel2.Controls.Add(this.label11);
|
|
|
+ this.panel2.Controls.Add(this.tbx_DferretMax);
|
|
|
+ this.panel2.Controls.Add(this.label12);
|
|
|
+ this.panel2.Controls.Add(this.tbx_DferretMin);
|
|
|
+ this.panel2.Controls.Add(this.label8);
|
|
|
+ this.panel2.Controls.Add(this.tbx_ECDMax);
|
|
|
+ this.panel2.Controls.Add(this.label10);
|
|
|
+ this.panel2.Controls.Add(this.tbx_ECDMin);
|
|
|
this.panel2.Controls.Add(this.btn_particletypesel);
|
|
|
this.panel2.Controls.Add(this.btn_showconfig);
|
|
|
this.panel2.Controls.Add(this.tB_FieldId);
|
|
@@ -110,9 +126,77 @@ namespace OTSIncAReportGrids
|
|
|
this.panel2.Size = new System.Drawing.Size(1502, 37);
|
|
|
this.panel2.TabIndex = 6;
|
|
|
//
|
|
|
+ // label11
|
|
|
+ //
|
|
|
+ this.label11.AutoSize = true;
|
|
|
+ this.label11.Location = new System.Drawing.Point(424, 13);
|
|
|
+ this.label11.Name = "label11";
|
|
|
+ this.label11.Size = new System.Drawing.Size(77, 12);
|
|
|
+ this.label11.TabIndex = 49;
|
|
|
+ this.label11.Text = "Dferret(μm)";
|
|
|
+ //
|
|
|
+ // tbx_DferretMax
|
|
|
+ //
|
|
|
+ this.tbx_DferretMax.Location = new System.Drawing.Point(563, 9);
|
|
|
+ this.tbx_DferretMax.Name = "tbx_DferretMax";
|
|
|
+ this.tbx_DferretMax.Size = new System.Drawing.Size(40, 21);
|
|
|
+ this.tbx_DferretMax.TabIndex = 48;
|
|
|
+ this.tbx_DferretMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
+ // label12
|
|
|
+ //
|
|
|
+ this.label12.AutoSize = true;
|
|
|
+ this.label12.Location = new System.Drawing.Point(549, 13);
|
|
|
+ this.label12.Name = "label12";
|
|
|
+ this.label12.Size = new System.Drawing.Size(11, 12);
|
|
|
+ this.label12.TabIndex = 47;
|
|
|
+ this.label12.Text = "~";
|
|
|
+ //
|
|
|
+ // tbx_DferretMin
|
|
|
+ //
|
|
|
+ this.tbx_DferretMin.Location = new System.Drawing.Point(507, 9);
|
|
|
+ this.tbx_DferretMin.Name = "tbx_DferretMin";
|
|
|
+ this.tbx_DferretMin.Size = new System.Drawing.Size(40, 21);
|
|
|
+ this.tbx_DferretMin.TabIndex = 46;
|
|
|
+ this.tbx_DferretMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
+ // label8
|
|
|
+ //
|
|
|
+ this.label8.AutoSize = true;
|
|
|
+ this.label8.Location = new System.Drawing.Point(258, 13);
|
|
|
+ this.label8.Name = "label8";
|
|
|
+ this.label8.Size = new System.Drawing.Size(53, 12);
|
|
|
+ this.label8.TabIndex = 45;
|
|
|
+ this.label8.Text = "ECD(μm)";
|
|
|
+ //
|
|
|
+ // tbx_ECDMax
|
|
|
+ //
|
|
|
+ this.tbx_ECDMax.Location = new System.Drawing.Point(378, 9);
|
|
|
+ this.tbx_ECDMax.Name = "tbx_ECDMax";
|
|
|
+ this.tbx_ECDMax.Size = new System.Drawing.Size(40, 21);
|
|
|
+ this.tbx_ECDMax.TabIndex = 44;
|
|
|
+ this.tbx_ECDMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
+ // label10
|
|
|
+ //
|
|
|
+ this.label10.AutoSize = true;
|
|
|
+ this.label10.Location = new System.Drawing.Point(364, 13);
|
|
|
+ this.label10.Name = "label10";
|
|
|
+ this.label10.Size = new System.Drawing.Size(11, 12);
|
|
|
+ this.label10.TabIndex = 43;
|
|
|
+ this.label10.Text = "~";
|
|
|
+ //
|
|
|
+ // tbx_ECDMin
|
|
|
+ //
|
|
|
+ this.tbx_ECDMin.Location = new System.Drawing.Point(322, 9);
|
|
|
+ this.tbx_ECDMin.Name = "tbx_ECDMin";
|
|
|
+ this.tbx_ECDMin.Size = new System.Drawing.Size(40, 21);
|
|
|
+ this.tbx_ECDMin.TabIndex = 42;
|
|
|
+ this.tbx_ECDMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ //
|
|
|
// btn_particletypesel
|
|
|
//
|
|
|
- this.btn_particletypesel.Location = new System.Drawing.Point(715, 8);
|
|
|
+ this.btn_particletypesel.Location = new System.Drawing.Point(692, 8);
|
|
|
this.btn_particletypesel.Name = "btn_particletypesel";
|
|
|
this.btn_particletypesel.Size = new System.Drawing.Size(107, 23);
|
|
|
this.btn_particletypesel.TabIndex = 41;
|
|
@@ -133,32 +217,34 @@ namespace OTSIncAReportGrids
|
|
|
//
|
|
|
// tB_FieldId
|
|
|
//
|
|
|
- this.tB_FieldId.Location = new System.Drawing.Point(549, 10);
|
|
|
+ this.tB_FieldId.Location = new System.Drawing.Point(1087, 9);
|
|
|
this.tB_FieldId.Name = "tB_FieldId";
|
|
|
- this.tB_FieldId.Size = new System.Drawing.Size(68, 21);
|
|
|
+ this.tB_FieldId.Size = new System.Drawing.Size(35, 21);
|
|
|
this.tB_FieldId.TabIndex = 39;
|
|
|
+ this.tB_FieldId.Visible = false;
|
|
|
//
|
|
|
// label7
|
|
|
//
|
|
|
this.label7.AutoSize = true;
|
|
|
- this.label7.Location = new System.Drawing.Point(484, 14);
|
|
|
+ this.label7.Location = new System.Drawing.Point(1034, 13);
|
|
|
this.label7.Name = "label7";
|
|
|
this.label7.Size = new System.Drawing.Size(47, 12);
|
|
|
this.label7.TabIndex = 38;
|
|
|
this.label7.Text = "FieldId";
|
|
|
+ this.label7.Visible = false;
|
|
|
//
|
|
|
// tB_ParticleId
|
|
|
//
|
|
|
- this.tB_ParticleId.Location = new System.Drawing.Point(1244, 11);
|
|
|
+ this.tB_ParticleId.Location = new System.Drawing.Point(1345, 8);
|
|
|
this.tB_ParticleId.Name = "tB_ParticleId";
|
|
|
- this.tB_ParticleId.Size = new System.Drawing.Size(76, 21);
|
|
|
+ this.tB_ParticleId.Size = new System.Drawing.Size(53, 21);
|
|
|
this.tB_ParticleId.TabIndex = 37;
|
|
|
this.tB_ParticleId.Visible = false;
|
|
|
//
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
- this.label3.Location = new System.Drawing.Point(1164, 15);
|
|
|
+ this.label3.Location = new System.Drawing.Point(1274, 12);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
|
|
this.label3.TabIndex = 36;
|
|
@@ -177,10 +263,10 @@ namespace OTSIncAReportGrids
|
|
|
// tbx_Type
|
|
|
//
|
|
|
this.tbx_Type.BackColor = System.Drawing.Color.White;
|
|
|
- this.tbx_Type.Location = new System.Drawing.Point(982, 10);
|
|
|
+ this.tbx_Type.Location = new System.Drawing.Point(1213, 8);
|
|
|
this.tbx_Type.Name = "tbx_Type";
|
|
|
this.tbx_Type.ReadOnly = true;
|
|
|
- this.tbx_Type.Size = new System.Drawing.Size(176, 21);
|
|
|
+ this.tbx_Type.Size = new System.Drawing.Size(55, 21);
|
|
|
this.tbx_Type.TabIndex = 34;
|
|
|
this.tbx_Type.TabStop = false;
|
|
|
this.tbx_Type.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
@@ -189,7 +275,7 @@ namespace OTSIncAReportGrids
|
|
|
//
|
|
|
// btn_Sel
|
|
|
//
|
|
|
- this.btn_Sel.Location = new System.Drawing.Point(632, 8);
|
|
|
+ this.btn_Sel.Location = new System.Drawing.Point(622, 8);
|
|
|
this.btn_Sel.Name = "btn_Sel";
|
|
|
this.btn_Sel.Size = new System.Drawing.Size(54, 23);
|
|
|
this.btn_Sel.TabIndex = 33;
|
|
@@ -201,7 +287,7 @@ namespace OTSIncAReportGrids
|
|
|
//
|
|
|
this.label_ParticleName.AutoSize = true;
|
|
|
this.label_ParticleName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
- this.label_ParticleName.Location = new System.Drawing.Point(899, 14);
|
|
|
+ this.label_ParticleName.Location = new System.Drawing.Point(1128, 13);
|
|
|
this.label_ParticleName.Name = "label_ParticleName";
|
|
|
this.label_ParticleName.Size = new System.Drawing.Size(79, 14);
|
|
|
this.label_ParticleName.TabIndex = 32;
|
|
@@ -211,7 +297,7 @@ namespace OTSIncAReportGrids
|
|
|
// label_Dmax
|
|
|
//
|
|
|
this.label_Dmax.AutoSize = true;
|
|
|
- this.label_Dmax.Location = new System.Drawing.Point(309, 14);
|
|
|
+ this.label_Dmax.Location = new System.Drawing.Point(80, 13);
|
|
|
this.label_Dmax.Name = "label_Dmax";
|
|
|
this.label_Dmax.Size = new System.Drawing.Size(59, 12);
|
|
|
this.label_Dmax.TabIndex = 27;
|
|
@@ -219,7 +305,7 @@ namespace OTSIncAReportGrids
|
|
|
//
|
|
|
// tbx_DmaxMax
|
|
|
//
|
|
|
- this.tbx_DmaxMax.Location = new System.Drawing.Point(429, 10);
|
|
|
+ this.tbx_DmaxMax.Location = new System.Drawing.Point(200, 9);
|
|
|
this.tbx_DmaxMax.Name = "tbx_DmaxMax";
|
|
|
this.tbx_DmaxMax.Size = new System.Drawing.Size(40, 21);
|
|
|
this.tbx_DmaxMax.TabIndex = 25;
|
|
@@ -228,7 +314,7 @@ namespace OTSIncAReportGrids
|
|
|
// label9
|
|
|
//
|
|
|
this.label9.AutoSize = true;
|
|
|
- this.label9.Location = new System.Drawing.Point(415, 14);
|
|
|
+ this.label9.Location = new System.Drawing.Point(186, 13);
|
|
|
this.label9.Name = "label9";
|
|
|
this.label9.Size = new System.Drawing.Size(11, 12);
|
|
|
this.label9.TabIndex = 24;
|
|
@@ -236,7 +322,7 @@ namespace OTSIncAReportGrids
|
|
|
//
|
|
|
// tbx_DmaxMin
|
|
|
//
|
|
|
- this.tbx_DmaxMin.Location = new System.Drawing.Point(373, 10);
|
|
|
+ this.tbx_DmaxMin.Location = new System.Drawing.Point(144, 9);
|
|
|
this.tbx_DmaxMin.Name = "tbx_DmaxMin";
|
|
|
this.tbx_DmaxMin.Size = new System.Drawing.Size(40, 21);
|
|
|
this.tbx_DmaxMin.TabIndex = 23;
|
|
@@ -245,36 +331,40 @@ namespace OTSIncAReportGrids
|
|
|
// label_Area
|
|
|
//
|
|
|
this.label_Area.AutoSize = true;
|
|
|
- this.label_Area.Location = new System.Drawing.Point(127, 13);
|
|
|
+ this.label_Area.Location = new System.Drawing.Point(872, 12);
|
|
|
this.label_Area.Name = "label_Area";
|
|
|
this.label_Area.Size = new System.Drawing.Size(65, 12);
|
|
|
this.label_Area.TabIndex = 22;
|
|
|
- this.label_Area.Text = "面积(μm²)";
|
|
|
+ this.label_Area.Text = "Area(μm²)";
|
|
|
+ this.label_Area.Visible = false;
|
|
|
//
|
|
|
// Tbx_AreaMax
|
|
|
//
|
|
|
- this.Tbx_AreaMax.Location = new System.Drawing.Point(251, 10);
|
|
|
+ this.Tbx_AreaMax.Location = new System.Drawing.Point(996, 9);
|
|
|
this.Tbx_AreaMax.Name = "Tbx_AreaMax";
|
|
|
this.Tbx_AreaMax.Size = new System.Drawing.Size(40, 21);
|
|
|
this.Tbx_AreaMax.TabIndex = 4;
|
|
|
this.Tbx_AreaMax.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ this.Tbx_AreaMax.Visible = false;
|
|
|
//
|
|
|
// label5
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
|
- this.label5.Location = new System.Drawing.Point(237, 13);
|
|
|
+ this.label5.Location = new System.Drawing.Point(1093, 19);
|
|
|
this.label5.Name = "label5";
|
|
|
this.label5.Size = new System.Drawing.Size(11, 12);
|
|
|
this.label5.TabIndex = 3;
|
|
|
this.label5.Text = "~";
|
|
|
+ this.label5.Visible = false;
|
|
|
//
|
|
|
// tBx_AreaMin
|
|
|
//
|
|
|
- this.tBx_AreaMin.Location = new System.Drawing.Point(194, 10);
|
|
|
+ this.tBx_AreaMin.Location = new System.Drawing.Point(939, 9);
|
|
|
this.tBx_AreaMin.Name = "tBx_AreaMin";
|
|
|
this.tBx_AreaMin.Size = new System.Drawing.Size(40, 21);
|
|
|
this.tBx_AreaMin.TabIndex = 2;
|
|
|
this.tBx_AreaMin.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
+ this.tBx_AreaMin.Visible = false;
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
@@ -614,5 +704,13 @@ namespace OTSIncAReportGrids
|
|
|
public System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
|
private Control_XRayTable control_XRayTable1;
|
|
|
private System.Windows.Forms.Button btn_particletypesel;
|
|
|
+ private System.Windows.Forms.Label label11;
|
|
|
+ private System.Windows.Forms.TextBox tbx_DferretMax;
|
|
|
+ private System.Windows.Forms.Label label12;
|
|
|
+ private System.Windows.Forms.TextBox tbx_DferretMin;
|
|
|
+ private System.Windows.Forms.Label label8;
|
|
|
+ private System.Windows.Forms.TextBox tbx_ECDMax;
|
|
|
+ private System.Windows.Forms.Label label10;
|
|
|
+ private System.Windows.Forms.TextBox tbx_ECDMin;
|
|
|
}
|
|
|
}
|