|
@@ -76,6 +76,7 @@ namespace OTSIncAReportGrids
|
|
|
this.ToolStripMenuItemDelete_Particle = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.ToolStripMenuItemDelete_Particle = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.dgV_ParticlesDevidePage = new System.Windows.Forms.DataGridView();
|
|
this.dgV_ParticlesDevidePage = new System.Windows.Forms.DataGridView();
|
|
|
|
|
+ this.btn_particletypesel = new System.Windows.Forms.Button();
|
|
|
this.panel2.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
@@ -85,6 +86,7 @@ namespace OTSIncAReportGrids
|
|
|
//
|
|
//
|
|
|
// panel2
|
|
// panel2
|
|
|
//
|
|
//
|
|
|
|
|
+ this.panel2.Controls.Add(this.btn_particletypesel);
|
|
|
this.panel2.Controls.Add(this.btn_showconfig);
|
|
this.panel2.Controls.Add(this.btn_showconfig);
|
|
|
this.panel2.Controls.Add(this.tB_FieldId);
|
|
this.panel2.Controls.Add(this.tB_FieldId);
|
|
|
this.panel2.Controls.Add(this.label7);
|
|
this.panel2.Controls.Add(this.label7);
|
|
@@ -164,16 +166,20 @@ namespace OTSIncAReportGrids
|
|
|
//
|
|
//
|
|
|
// tbx_Type
|
|
// tbx_Type
|
|
|
//
|
|
//
|
|
|
- this.tbx_Type.Enabled = false;
|
|
|
|
|
- this.tbx_Type.Location = new System.Drawing.Point(716, 9);
|
|
|
|
|
|
|
+ this.tbx_Type.BackColor = System.Drawing.Color.White;
|
|
|
|
|
+ this.tbx_Type.Location = new System.Drawing.Point(982, 10);
|
|
|
this.tbx_Type.Name = "tbx_Type";
|
|
this.tbx_Type.Name = "tbx_Type";
|
|
|
- this.tbx_Type.Size = new System.Drawing.Size(207, 21);
|
|
|
|
|
|
|
+ this.tbx_Type.ReadOnly = true;
|
|
|
|
|
+ this.tbx_Type.Size = new System.Drawing.Size(176, 21);
|
|
|
this.tbx_Type.TabIndex = 34;
|
|
this.tbx_Type.TabIndex = 34;
|
|
|
|
|
+ this.tbx_Type.TabStop = false;
|
|
|
this.tbx_Type.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
this.tbx_Type.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
|
|
+ this.tbx_Type.Visible = false;
|
|
|
|
|
+ this.tbx_Type.Click += new System.EventHandler(this.tbx_Type_Click);
|
|
|
//
|
|
//
|
|
|
// btn_Sel
|
|
// btn_Sel
|
|
|
//
|
|
//
|
|
|
- this.btn_Sel.Location = new System.Drawing.Point(929, 9);
|
|
|
|
|
|
|
+ this.btn_Sel.Location = new System.Drawing.Point(632, 8);
|
|
|
this.btn_Sel.Name = "btn_Sel";
|
|
this.btn_Sel.Name = "btn_Sel";
|
|
|
this.btn_Sel.Size = new System.Drawing.Size(54, 23);
|
|
this.btn_Sel.Size = new System.Drawing.Size(54, 23);
|
|
|
this.btn_Sel.TabIndex = 33;
|
|
this.btn_Sel.TabIndex = 33;
|
|
@@ -184,11 +190,13 @@ namespace OTSIncAReportGrids
|
|
|
// label_ParticleName
|
|
// label_ParticleName
|
|
|
//
|
|
//
|
|
|
this.label_ParticleName.AutoSize = true;
|
|
this.label_ParticleName.AutoSize = true;
|
|
|
- this.label_ParticleName.Location = new System.Drawing.Point(635, 13);
|
|
|
|
|
|
|
+ this.label_ParticleName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
|
+ this.label_ParticleName.Location = new System.Drawing.Point(899, 14);
|
|
|
this.label_ParticleName.Name = "label_ParticleName";
|
|
this.label_ParticleName.Name = "label_ParticleName";
|
|
|
- this.label_ParticleName.Size = new System.Drawing.Size(53, 12);
|
|
|
|
|
|
|
+ this.label_ParticleName.Size = new System.Drawing.Size(79, 14);
|
|
|
this.label_ParticleName.TabIndex = 32;
|
|
this.label_ParticleName.TabIndex = 32;
|
|
|
- this.label_ParticleName.Text = "颗粒类别";
|
|
|
|
|
|
|
+ this.label_ParticleName.Text = "颗粒类别选择";
|
|
|
|
|
+ this.label_ParticleName.Visible = false;
|
|
|
//
|
|
//
|
|
|
// label_Dmax
|
|
// label_Dmax
|
|
|
//
|
|
//
|
|
@@ -529,6 +537,16 @@ namespace OTSIncAReportGrids
|
|
|
this.dgV_ParticlesDevidePage.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dgV_ParticlesDevidePage_MouseDown);
|
|
this.dgV_ParticlesDevidePage.MouseDown += new System.Windows.Forms.MouseEventHandler(this.dgV_ParticlesDevidePage_MouseDown);
|
|
|
this.dgV_ParticlesDevidePage.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgV_ParticlesDevidePage_MouseUp);
|
|
this.dgV_ParticlesDevidePage.MouseUp += new System.Windows.Forms.MouseEventHandler(this.dgV_ParticlesDevidePage_MouseUp);
|
|
|
//
|
|
//
|
|
|
|
|
+ // btn_particletypesel
|
|
|
|
|
+ //
|
|
|
|
|
+ this.btn_particletypesel.Location = new System.Drawing.Point(715, 8);
|
|
|
|
|
+ this.btn_particletypesel.Name = "btn_particletypesel";
|
|
|
|
|
+ this.btn_particletypesel.Size = new System.Drawing.Size(107, 23);
|
|
|
|
|
+ this.btn_particletypesel.TabIndex = 41;
|
|
|
|
|
+ this.btn_particletypesel.Text = "颗粒类别选择";
|
|
|
|
|
+ this.btn_particletypesel.UseVisualStyleBackColor = true;
|
|
|
|
|
+ this.btn_particletypesel.Click += new System.EventHandler(this.btn_particletypesel_Click);
|
|
|
|
|
+ //
|
|
|
// ParticlesGridDevidePage
|
|
// ParticlesGridDevidePage
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -595,5 +613,6 @@ namespace OTSIncAReportGrids
|
|
|
private System.Windows.Forms.Button btn_showconfig;
|
|
private System.Windows.Forms.Button btn_showconfig;
|
|
|
public System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
public System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
|
private Control_XRayTable control_XRayTable1;
|
|
private Control_XRayTable control_XRayTable1;
|
|
|
|
|
+ private System.Windows.Forms.Button btn_particletypesel;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|