|
@@ -533,23 +533,25 @@
|
|
|
// label3
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
- this.label3.Location = new System.Drawing.Point(540, 14);
|
|
|
+ this.label3.Location = new System.Drawing.Point(671, 14);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(65, 12);
|
|
|
this.label3.TabIndex = 36;
|
|
|
this.label3.Text = "ParticleId";
|
|
|
+ this.label3.Visible = false;
|
|
|
//
|
|
|
// tB_ParticleId
|
|
|
//
|
|
|
- this.tB_ParticleId.Location = new System.Drawing.Point(611, 10);
|
|
|
+ this.tB_ParticleId.Location = new System.Drawing.Point(742, 10);
|
|
|
this.tB_ParticleId.Name = "tB_ParticleId";
|
|
|
this.tB_ParticleId.Size = new System.Drawing.Size(76, 21);
|
|
|
this.tB_ParticleId.TabIndex = 37;
|
|
|
+ this.tB_ParticleId.Visible = false;
|
|
|
//
|
|
|
// label7
|
|
|
//
|
|
|
this.label7.AutoSize = true;
|
|
|
- this.label7.Location = new System.Drawing.Point(697, 15);
|
|
|
+ this.label7.Location = new System.Drawing.Point(542, 15);
|
|
|
this.label7.Name = "label7";
|
|
|
this.label7.Size = new System.Drawing.Size(47, 12);
|
|
|
this.label7.TabIndex = 38;
|
|
@@ -557,7 +559,7 @@
|
|
|
//
|
|
|
// tB_FieldId
|
|
|
//
|
|
|
- this.tB_FieldId.Location = new System.Drawing.Point(750, 11);
|
|
|
+ this.tB_FieldId.Location = new System.Drawing.Point(595, 11);
|
|
|
this.tB_FieldId.Name = "tB_FieldId";
|
|
|
this.tB_FieldId.Size = new System.Drawing.Size(68, 21);
|
|
|
this.tB_FieldId.TabIndex = 39;
|