|
@@ -53,11 +53,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.label_help = new System.Windows.Forms.Label();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// groupBox2
|
|
|
//
|
|
|
+ this.groupBox2.Controls.Add(this.label_help);
|
|
|
this.groupBox2.Controls.Add(this.label1);
|
|
|
this.groupBox2.Controls.Add(this.cb_ParticleCoordinate);
|
|
|
this.groupBox2.Controls.Add(this.btn_xsys);
|
|
@@ -336,6 +338,16 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
this.btn_ybcsbc.UseVisualStyleBackColor = true;
|
|
|
this.btn_ybcsbc.Click += new System.EventHandler(this.btn_ybcsbc_Click);
|
|
|
//
|
|
|
+ // label_help
|
|
|
+ //
|
|
|
+ this.label_help.AutoSize = true;
|
|
|
+ this.label_help.Location = new System.Drawing.Point(72, 37);
|
|
|
+ this.label_help.Name = "label_help";
|
|
|
+ this.label_help.Size = new System.Drawing.Size(17, 12);
|
|
|
+ this.label_help.TabIndex = 130;
|
|
|
+ this.label_help.Text = "?";
|
|
|
+ this.label_help.MouseHover += new System.EventHandler(this.label_help_MouseHover);
|
|
|
+ //
|
|
|
// ParticlesGridDevidePageShowConfig
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -384,5 +396,6 @@ namespace OTSIncAReportApp._1_UI.Control_Grids.ParticlesGridDevidePage
|
|
|
private System.Windows.Forms.CheckBox cb_INSCR;
|
|
|
private System.Windows.Forms.Button btn_ybcsqx;
|
|
|
private System.Windows.Forms.Button btn_ybcsbc;
|
|
|
+ private System.Windows.Forms.Label label_help;
|
|
|
}
|
|
|
}
|