|
|
@@ -96,6 +96,8 @@
|
|
|
this.IDC_BUTTON_MEASPRAMPATHSET = new System.Windows.Forms.Button();
|
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
|
this.IDC_COMBO_CorrosionExpansionCoefficient = new System.Windows.Forms.ComboBox();
|
|
|
+ this.label50 = new System.Windows.Forms.Label();
|
|
|
+ this.IDC_EDIT_Overlap = new System.Windows.Forms.TextBox();
|
|
|
this.label49 = new System.Windows.Forms.Label();
|
|
|
this.IDC_COMBO_AUTOBGREMOVETYP = new System.Windows.Forms.ComboBox();
|
|
|
this.label_Auto = new System.Windows.Forms.Label();
|
|
|
@@ -112,6 +114,7 @@
|
|
|
this.IDC_EDIT_PARTAREAMIN = new System.Windows.Forms.TextBox();
|
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
|
this.label28 = new System.Windows.Forms.Label();
|
|
|
+ this.label51 = new System.Windows.Forms.Label();
|
|
|
this.label27 = new System.Windows.Forms.Label();
|
|
|
this.label26 = new System.Windows.Forms.Label();
|
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
|
@@ -158,9 +161,8 @@
|
|
|
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.label52 = new System.Windows.Forms.Label();
|
|
|
+ this.IDC_FILTER = new System.Windows.Forms.CheckBox();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.groupBox3.SuspendLayout();
|
|
|
@@ -705,11 +707,11 @@
|
|
|
this.groupBox4.Controls.Add(this.label15);
|
|
|
this.groupBox4.Controls.Add(this.label14);
|
|
|
this.groupBox4.Controls.Add(this.IDC_BUTTON_MEASPRAMPATHSET);
|
|
|
- this.groupBox4.Location = new System.Drawing.Point(6, 346);
|
|
|
+ this.groupBox4.Location = new System.Drawing.Point(6, 357);
|
|
|
this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.groupBox4.Name = "groupBox4";
|
|
|
this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.groupBox4.Size = new System.Drawing.Size(306, 285);
|
|
|
+ this.groupBox4.Size = new System.Drawing.Size(306, 274);
|
|
|
this.groupBox4.TabIndex = 380;
|
|
|
this.groupBox4.TabStop = false;
|
|
|
this.groupBox4.Text = "常规测量参数";
|
|
|
@@ -946,11 +948,11 @@
|
|
|
this.groupBox5.Controls.Add(this.label26);
|
|
|
this.groupBox5.Controls.Add(this.label23);
|
|
|
this.groupBox5.Controls.Add(this.label20);
|
|
|
- this.groupBox5.Location = new System.Drawing.Point(334, 365);
|
|
|
+ this.groupBox5.Location = new System.Drawing.Point(334, 357);
|
|
|
this.groupBox5.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.groupBox5.Name = "groupBox5";
|
|
|
this.groupBox5.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.groupBox5.Size = new System.Drawing.Size(306, 226);
|
|
|
+ this.groupBox5.Size = new System.Drawing.Size(306, 234);
|
|
|
this.groupBox5.TabIndex = 540;
|
|
|
this.groupBox5.TabStop = false;
|
|
|
this.groupBox5.Text = "图像处理参数";
|
|
|
@@ -965,6 +967,25 @@
|
|
|
this.IDC_COMBO_CorrosionExpansionCoefficient.TabIndex = 825;
|
|
|
this.IDC_COMBO_CorrosionExpansionCoefficient.TextChanged += new System.EventHandler(this.IDC_COMBO_CorrosionExpansionCoefficient_TextChanged);
|
|
|
//
|
|
|
+ // 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 = "图像重叠像素";
|
|
|
+ //
|
|
|
+ // 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";
|
|
|
+ //
|
|
|
// label49
|
|
|
//
|
|
|
this.label49.AutoSize = true;
|
|
|
@@ -1125,6 +1146,16 @@
|
|
|
this.label28.TabIndex = 680;
|
|
|
this.label28.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";
|
|
|
+ //
|
|
|
// label27
|
|
|
//
|
|
|
this.label27.AutoSize = true;
|
|
|
@@ -1239,7 +1270,9 @@
|
|
|
//
|
|
|
// groupBox6
|
|
|
//
|
|
|
+ this.groupBox6.Controls.Add(this.IDC_FILTER);
|
|
|
this.groupBox6.Controls.Add(this.IDC_EDIT_XrayLimit);
|
|
|
+ this.groupBox6.Controls.Add(this.label52);
|
|
|
this.groupBox6.Controls.Add(this.label47);
|
|
|
this.groupBox6.Controls.Add(this.IDC_EDIT_SmallPartAQTime);
|
|
|
this.groupBox6.Controls.Add(this.label45);
|
|
|
@@ -1266,7 +1299,7 @@
|
|
|
this.groupBox6.Location = new System.Drawing.Point(6, 134);
|
|
|
this.groupBox6.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.groupBox6.Name = "groupBox6";
|
|
|
- this.groupBox6.Size = new System.Drawing.Size(306, 187);
|
|
|
+ this.groupBox6.Size = new System.Drawing.Size(306, 217);
|
|
|
this.groupBox6.TabIndex = 700;
|
|
|
this.groupBox6.TabStop = false;
|
|
|
this.groupBox6.Text = "X-ray参数";
|
|
|
@@ -1622,34 +1655,25 @@
|
|
|
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
|
|
|
+ // label52
|
|
|
//
|
|
|
- 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";
|
|
|
+ this.label52.AutoSize = true;
|
|
|
+ this.label52.Location = new System.Drawing.Point(9, 189);
|
|
|
+ this.label52.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
|
|
+ this.label52.Name = "label52";
|
|
|
+ this.label52.Size = new System.Drawing.Size(77, 12);
|
|
|
+ this.label52.TabIndex = 833;
|
|
|
+ this.label52.Text = "是否启动过滤";
|
|
|
//
|
|
|
- // IDC_EDIT_Overlap
|
|
|
+ // IDC_FILTER
|
|
|
//
|
|
|
- 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";
|
|
|
+ this.IDC_FILTER.AutoSize = true;
|
|
|
+ this.IDC_FILTER.Location = new System.Drawing.Point(276, 189);
|
|
|
+ this.IDC_FILTER.Margin = new System.Windows.Forms.Padding(2);
|
|
|
+ this.IDC_FILTER.Name = "IDC_FILTER";
|
|
|
+ this.IDC_FILTER.Size = new System.Drawing.Size(15, 14);
|
|
|
+ this.IDC_FILTER.TabIndex = 835;
|
|
|
+ this.IDC_FILTER.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
// ProgMgrInfoForm
|
|
|
//
|
|
|
@@ -1853,5 +1877,7 @@
|
|
|
private System.Windows.Forms.Label label50;
|
|
|
private System.Windows.Forms.Label label51;
|
|
|
public System.Windows.Forms.TextBox IDC_EDIT_Overlap;
|
|
|
+ private System.Windows.Forms.Label label52;
|
|
|
+ public System.Windows.Forms.CheckBox IDC_FILTER;
|
|
|
}
|
|
|
}
|