|
@@ -60,6 +60,7 @@ namespace OTSIncAReprotCharts
|
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
|
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
this.groupBox6.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
@@ -313,7 +314,7 @@ namespace OTSIncAReprotCharts
|
|
|
this.tb_blyz.Location = new System.Drawing.Point(125, 15);
|
|
|
this.tb_blyz.Margin = new System.Windows.Forms.Padding(2, 1, 2, 1);
|
|
|
this.tb_blyz.Name = "tb_blyz";
|
|
|
- this.tb_blyz.Size = new System.Drawing.Size(375, 21);
|
|
|
+ this.tb_blyz.Size = new System.Drawing.Size(65, 21);
|
|
|
this.tb_blyz.TabIndex = 1;
|
|
|
this.tb_blyz.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tb_blyz_KeyPress);
|
|
|
//
|
|
@@ -334,6 +335,7 @@ namespace OTSIncAReprotCharts
|
|
|
//
|
|
|
// groupBox2
|
|
|
//
|
|
|
+ this.groupBox2.Controls.Add(this.label1);
|
|
|
this.groupBox2.Controls.Add(this.tb_blyz);
|
|
|
this.groupBox2.Controls.Add(this.label22);
|
|
|
this.groupBox2.Location = new System.Drawing.Point(8, 124);
|
|
@@ -345,6 +347,15 @@ namespace OTSIncAReprotCharts
|
|
|
this.groupBox2.TabStop = false;
|
|
|
this.groupBox2.Text = "显示信息设置";
|
|
|
//
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Location = new System.Drawing.Point(215, 21);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(281, 12);
|
|
|
+ this.label1.TabIndex = 2;
|
|
|
+ this.label1.Text = "特征/夹杂物指数=特征总面积/检测视场总面积*系数";
|
|
|
+ //
|
|
|
// frmReportSysConfig
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -404,5 +415,6 @@ namespace OTSIncAReprotCharts
|
|
|
public System.Windows.Forms.TextBox tb_PartiSizeFileFolder;
|
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
|
private Button btn_PartSize;
|
|
|
+ private Label label1;
|
|
|
}
|
|
|
}
|