|
|
@@ -158,6 +158,9 @@
|
|
|
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
|
|
this.IDC_EDIT_STOP_INCA_AREA = new System.Windows.Forms.TextBox();
|
|
|
this.label48 = new System.Windows.Forms.Label();
|
|
|
+ this.label50 = new System.Windows.Forms.Label();
|
|
|
+ this.label51 = new System.Windows.Forms.Label();
|
|
|
+ this.IDC_EDIT_Overlap = new System.Windows.Forms.TextBox();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
@@ -920,6 +923,8 @@
|
|
|
// groupBox5
|
|
|
//
|
|
|
this.groupBox5.Controls.Add(this.IDC_COMBO_CorrosionExpansionCoefficient);
|
|
|
+ this.groupBox5.Controls.Add(this.label50);
|
|
|
+ this.groupBox5.Controls.Add(this.IDC_EDIT_Overlap);
|
|
|
this.groupBox5.Controls.Add(this.label49);
|
|
|
this.groupBox5.Controls.Add(this.IDC_COMBO_AUTOBGREMOVETYP);
|
|
|
this.groupBox5.Controls.Add(this.label_Auto);
|
|
|
@@ -936,6 +941,7 @@
|
|
|
this.groupBox5.Controls.Add(this.IDC_EDIT_PARTAREAMIN);
|
|
|
this.groupBox5.Controls.Add(this.label24);
|
|
|
this.groupBox5.Controls.Add(this.label28);
|
|
|
+ this.groupBox5.Controls.Add(this.label51);
|
|
|
this.groupBox5.Controls.Add(this.label27);
|
|
|
this.groupBox5.Controls.Add(this.label26);
|
|
|
this.groupBox5.Controls.Add(this.label23);
|
|
|
@@ -1616,6 +1622,35 @@
|
|
|
this.label48.Text = "终止测量面积";
|
|
|
this.label48.Visible = false;
|
|
|
//
|
|
|
+ // label50
|
|
|
+ //
|
|
|
+ this.label50.AutoSize = true;
|
|
|
+ this.label50.Location = new System.Drawing.Point(6, 181);
|
|
|
+ this.label50.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label50.Name = "label50";
|
|
|
+ this.label50.Size = new System.Drawing.Size(77, 12);
|
|
|
+ this.label50.TabIndex = 824;
|
|
|
+ this.label50.Text = "图像重叠像素";
|
|
|
+ //
|
|
|
+ // label51
|
|
|
+ //
|
|
|
+ this.label51.AutoSize = true;
|
|
|
+ this.label51.Location = new System.Drawing.Point(225, 181);
|
|
|
+ this.label51.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label51.Name = "label51";
|
|
|
+ this.label51.Size = new System.Drawing.Size(35, 12);
|
|
|
+ this.label51.TabIndex = 721;
|
|
|
+ this.label51.Text = "pixel";
|
|
|
+ //
|
|
|
+ // IDC_EDIT_Overlap
|
|
|
+ //
|
|
|
+ this.IDC_EDIT_Overlap.Location = new System.Drawing.Point(125, 178);
|
|
|
+ this.IDC_EDIT_Overlap.MaxLength = 10;
|
|
|
+ this.IDC_EDIT_Overlap.Name = "IDC_EDIT_Overlap";
|
|
|
+ this.IDC_EDIT_Overlap.Size = new System.Drawing.Size(92, 21);
|
|
|
+ this.IDC_EDIT_Overlap.TabIndex = 832;
|
|
|
+ this.IDC_EDIT_Overlap.Text = "20";
|
|
|
+ //
|
|
|
// ProgMgrInfoForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -1815,5 +1850,8 @@
|
|
|
private System.Windows.Forms.Label label48;
|
|
|
private System.Windows.Forms.ComboBox IDC_COMBO_CorrosionExpansionCoefficient;
|
|
|
private System.Windows.Forms.Label label49;
|
|
|
+ private System.Windows.Forms.Label label50;
|
|
|
+ private System.Windows.Forms.Label label51;
|
|
|
+ public System.Windows.Forms.TextBox IDC_EDIT_Overlap;
|
|
|
}
|
|
|
}
|