|
@@ -51,6 +51,8 @@
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.tB_StopMode = new System.Windows.Forms.TextBox();
|
|
|
+ this.btn_StopMode = new System.Windows.Forms.Button();
|
|
|
this.IDC_EDIT_STOP_INCA_NUM = new System.Windows.Forms.TextBox();
|
|
|
this.IDC_EDIT_STOP_FIELD_NUM = new System.Windows.Forms.TextBox();
|
|
|
this.IDC_EDIT_STOP_TIME = new System.Windows.Forms.TextBox();
|
|
@@ -58,7 +60,6 @@
|
|
|
this.IDC_COMBO_IMGSIZE = new System.Windows.Forms.ComboBox();
|
|
|
this.IDC_COMBO_IMGSCANSPEED = new System.Windows.Forms.ComboBox();
|
|
|
this.IDC_COMBO_FETCHIMGMODE = new System.Windows.Forms.ComboBox();
|
|
|
- this.IDC_COMBO_STOPMODE = new System.Windows.Forms.ComboBox();
|
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
@@ -121,6 +122,8 @@
|
|
|
this.IDC_BACK_MAX_SWITCH = new System.Windows.Forms.CheckBox();
|
|
|
this.IDC_PART_MAX_SWITCH = new System.Windows.Forms.CheckBox();
|
|
|
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
|
|
+ this.IDC_EDIT_XrayLimit = new System.Windows.Forms.TextBox();
|
|
|
+ this.label47 = new System.Windows.Forms.Label();
|
|
|
this.IDC_EDIT_SmallPartAQTime = new System.Windows.Forms.TextBox();
|
|
|
this.label45 = new System.Windows.Forms.Label();
|
|
|
this.label46 = new System.Windows.Forms.Label();
|
|
@@ -152,8 +155,6 @@
|
|
|
this.lbModelSel = new System.Windows.Forms.Label();
|
|
|
this.IDC_COMBO_Model = new System.Windows.Forms.ComboBox();
|
|
|
this.groupBox7 = new System.Windows.Forms.GroupBox();
|
|
|
- this.label47 = new System.Windows.Forms.Label();
|
|
|
- this.IDC_EDIT_XrayLimit = new System.Windows.Forms.TextBox();
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
this.groupBox2.SuspendLayout();
|
|
|
this.groupBox3.SuspendLayout();
|
|
@@ -402,6 +403,8 @@
|
|
|
//
|
|
|
// groupBox3
|
|
|
//
|
|
|
+ this.groupBox3.Controls.Add(this.tB_StopMode);
|
|
|
+ this.groupBox3.Controls.Add(this.btn_StopMode);
|
|
|
this.groupBox3.Controls.Add(this.IDC_EDIT_STOP_INCA_NUM);
|
|
|
this.groupBox3.Controls.Add(this.IDC_EDIT_STOP_FIELD_NUM);
|
|
|
this.groupBox3.Controls.Add(this.IDC_EDIT_STOP_TIME);
|
|
@@ -409,7 +412,6 @@
|
|
|
this.groupBox3.Controls.Add(this.IDC_COMBO_IMGSIZE);
|
|
|
this.groupBox3.Controls.Add(this.IDC_COMBO_IMGSCANSPEED);
|
|
|
this.groupBox3.Controls.Add(this.IDC_COMBO_FETCHIMGMODE);
|
|
|
- this.groupBox3.Controls.Add(this.IDC_COMBO_STOPMODE);
|
|
|
this.groupBox3.Controls.Add(this.label12);
|
|
|
this.groupBox3.Controls.Add(this.label11);
|
|
|
this.groupBox3.Controls.Add(this.label10);
|
|
@@ -425,6 +427,24 @@
|
|
|
this.groupBox3.TabStop = false;
|
|
|
this.groupBox3.Text = "图像扫描参数";
|
|
|
//
|
|
|
+ // tB_StopMode
|
|
|
+ //
|
|
|
+ this.tB_StopMode.Location = new System.Drawing.Point(129, 19);
|
|
|
+ this.tB_StopMode.Name = "tB_StopMode";
|
|
|
+ this.tB_StopMode.ReadOnly = true;
|
|
|
+ this.tB_StopMode.Size = new System.Drawing.Size(174, 25);
|
|
|
+ this.tB_StopMode.TabIndex = 372;
|
|
|
+ //
|
|
|
+ // btn_StopMode
|
|
|
+ //
|
|
|
+ this.btn_StopMode.Location = new System.Drawing.Point(309, 18);
|
|
|
+ this.btn_StopMode.Name = "btn_StopMode";
|
|
|
+ this.btn_StopMode.Size = new System.Drawing.Size(75, 23);
|
|
|
+ this.btn_StopMode.TabIndex = 371;
|
|
|
+ this.btn_StopMode.Text = "选择";
|
|
|
+ this.btn_StopMode.UseVisualStyleBackColor = true;
|
|
|
+ this.btn_StopMode.Click += new System.EventHandler(this.btn_StopMode_Click);
|
|
|
+ //
|
|
|
// IDC_EDIT_STOP_INCA_NUM
|
|
|
//
|
|
|
this.IDC_EDIT_STOP_INCA_NUM.Location = new System.Drawing.Point(228, 106);
|
|
@@ -500,17 +520,6 @@
|
|
|
this.IDC_COMBO_FETCHIMGMODE.TabIndex = 330;
|
|
|
this.IDC_COMBO_FETCHIMGMODE.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_FETCHIMGMODE_SelectedIndexChanged);
|
|
|
//
|
|
|
- // IDC_COMBO_STOPMODE
|
|
|
- //
|
|
|
- this.IDC_COMBO_STOPMODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
- this.IDC_COMBO_STOPMODE.FormattingEnabled = true;
|
|
|
- this.IDC_COMBO_STOPMODE.Location = new System.Drawing.Point(167, 20);
|
|
|
- this.IDC_COMBO_STOPMODE.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.IDC_COMBO_STOPMODE.Name = "IDC_COMBO_STOPMODE";
|
|
|
- this.IDC_COMBO_STOPMODE.Size = new System.Drawing.Size(217, 23);
|
|
|
- this.IDC_COMBO_STOPMODE.TabIndex = 250;
|
|
|
- this.IDC_COMBO_STOPMODE.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_STOPMODE_SelectedIndexChanged);
|
|
|
- //
|
|
|
// label12
|
|
|
//
|
|
|
this.label12.AutoSize = true;
|
|
@@ -904,7 +913,7 @@
|
|
|
// button1
|
|
|
//
|
|
|
this.button1.Location = new System.Drawing.Point(23, 199);
|
|
|
- this.button1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.button1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.button1.Name = "button1";
|
|
|
this.button1.Size = new System.Drawing.Size(260, 28);
|
|
|
this.button1.TabIndex = 823;
|
|
@@ -1186,16 +1195,34 @@
|
|
|
this.groupBox6.Location = new System.Drawing.Point(425, 94);
|
|
|
this.groupBox6.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.groupBox6.Name = "groupBox6";
|
|
|
- this.groupBox6.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.groupBox6.Padding = new System.Windows.Forms.Padding(4);
|
|
|
this.groupBox6.Size = new System.Drawing.Size(408, 234);
|
|
|
this.groupBox6.TabIndex = 700;
|
|
|
this.groupBox6.TabStop = false;
|
|
|
this.groupBox6.Text = "X-ray参数";
|
|
|
//
|
|
|
+ // IDC_EDIT_XrayLimit
|
|
|
+ //
|
|
|
+ this.IDC_EDIT_XrayLimit.Location = new System.Drawing.Point(188, 203);
|
|
|
+ this.IDC_EDIT_XrayLimit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.IDC_EDIT_XrayLimit.MaxLength = 10;
|
|
|
+ this.IDC_EDIT_XrayLimit.Name = "IDC_EDIT_XrayLimit";
|
|
|
+ this.IDC_EDIT_XrayLimit.Size = new System.Drawing.Size(199, 25);
|
|
|
+ this.IDC_EDIT_XrayLimit.TabIndex = 834;
|
|
|
+ //
|
|
|
+ // label47
|
|
|
+ //
|
|
|
+ this.label47.AutoSize = true;
|
|
|
+ this.label47.Location = new System.Drawing.Point(12, 206);
|
|
|
+ this.label47.Name = "label47";
|
|
|
+ this.label47.Size = new System.Drawing.Size(67, 15);
|
|
|
+ this.label47.TabIndex = 833;
|
|
|
+ this.label47.Text = "数量限值";
|
|
|
+ //
|
|
|
// IDC_EDIT_SmallPartAQTime
|
|
|
//
|
|
|
this.IDC_EDIT_SmallPartAQTime.Location = new System.Drawing.Point(189, 141);
|
|
|
- this.IDC_EDIT_SmallPartAQTime.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.IDC_EDIT_SmallPartAQTime.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.IDC_EDIT_SmallPartAQTime.MaxLength = 10;
|
|
|
this.IDC_EDIT_SmallPartAQTime.Name = "IDC_EDIT_SmallPartAQTime";
|
|
|
this.IDC_EDIT_SmallPartAQTime.Size = new System.Drawing.Size(155, 25);
|
|
@@ -1223,7 +1250,7 @@
|
|
|
// IDC_EDIT_QuantifyMinSize
|
|
|
//
|
|
|
this.IDC_EDIT_QuantifyMinSize.Location = new System.Drawing.Point(189, 79);
|
|
|
- this.IDC_EDIT_QuantifyMinSize.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.IDC_EDIT_QuantifyMinSize.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.IDC_EDIT_QuantifyMinSize.MaxLength = 10;
|
|
|
this.IDC_EDIT_QuantifyMinSize.Name = "IDC_EDIT_QuantifyMinSize";
|
|
|
this.IDC_EDIT_QuantifyMinSize.Size = new System.Drawing.Size(155, 25);
|
|
@@ -1332,7 +1359,7 @@
|
|
|
// IDC_TEXTBOX_ANALYXRAYSPEED_TIME
|
|
|
//
|
|
|
this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.Location = new System.Drawing.Point(189, 109);
|
|
|
- this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.MaxLength = 10;
|
|
|
this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.Name = "IDC_TEXTBOX_ANALYXRAYSPEED_TIME";
|
|
|
this.IDC_TEXTBOX_ANALYXRAYSPEED_TIME.Size = new System.Drawing.Size(155, 25);
|
|
@@ -1344,7 +1371,7 @@
|
|
|
this.IDC_COMBO_ANALYXRAYSPEED.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.IDC_COMBO_ANALYXRAYSPEED.FormattingEnabled = true;
|
|
|
this.IDC_COMBO_ANALYXRAYSPEED.Location = new System.Drawing.Point(48, 315);
|
|
|
- this.IDC_COMBO_ANALYXRAYSPEED.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.IDC_COMBO_ANALYXRAYSPEED.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.IDC_COMBO_ANALYXRAYSPEED.Name = "IDC_COMBO_ANALYXRAYSPEED";
|
|
|
this.IDC_COMBO_ANALYXRAYSPEED.Size = new System.Drawing.Size(95, 23);
|
|
|
this.IDC_COMBO_ANALYXRAYSPEED.TabIndex = 780;
|
|
@@ -1492,32 +1519,14 @@
|
|
|
this.groupBox7.Controls.Add(this.lbModelSel);
|
|
|
this.groupBox7.Controls.Add(this.IDC_COMBO_Model);
|
|
|
this.groupBox7.Location = new System.Drawing.Point(8, 2);
|
|
|
- this.groupBox7.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.groupBox7.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.groupBox7.Name = "groupBox7";
|
|
|
- this.groupBox7.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.groupBox7.Padding = new System.Windows.Forms.Padding(4);
|
|
|
this.groupBox7.Size = new System.Drawing.Size(403, 71);
|
|
|
this.groupBox7.TabIndex = 822;
|
|
|
this.groupBox7.TabStop = false;
|
|
|
this.groupBox7.Text = "模式选择";
|
|
|
//
|
|
|
- // label47
|
|
|
- //
|
|
|
- this.label47.AutoSize = true;
|
|
|
- this.label47.Location = new System.Drawing.Point(12, 206);
|
|
|
- this.label47.Name = "label47";
|
|
|
- this.label47.Size = new System.Drawing.Size(67, 15);
|
|
|
- this.label47.TabIndex = 833;
|
|
|
- this.label47.Text = "数量限值";
|
|
|
- //
|
|
|
- // IDC_EDIT_XrayLimit
|
|
|
- //
|
|
|
- this.IDC_EDIT_XrayLimit.Location = new System.Drawing.Point(188, 203);
|
|
|
- this.IDC_EDIT_XrayLimit.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.IDC_EDIT_XrayLimit.MaxLength = 10;
|
|
|
- this.IDC_EDIT_XrayLimit.Name = "IDC_EDIT_XrayLimit";
|
|
|
- this.IDC_EDIT_XrayLimit.Size = new System.Drawing.Size(199, 25);
|
|
|
- this.IDC_EDIT_XrayLimit.TabIndex = 834;
|
|
|
- //
|
|
|
// ProgMgrInfoForm
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
@@ -1622,7 +1631,6 @@
|
|
|
public System.Windows.Forms.Button IDC_BUTTON_STAGE;
|
|
|
public System.Windows.Forms.ComboBox IDC_COMBO_YDIRECT;
|
|
|
public System.Windows.Forms.ComboBox IDC_COMBO_XDIREC;
|
|
|
- public System.Windows.Forms.ComboBox IDC_COMBO_STOPMODE;
|
|
|
public System.Windows.Forms.ComboBox IDC_COMBO_IMGSIZE;
|
|
|
public System.Windows.Forms.ComboBox IDC_COMBO_IMGSCANSPEED;
|
|
|
public System.Windows.Forms.ComboBox IDC_COMBO_FETCHIMGMODE;
|
|
@@ -1704,5 +1712,7 @@
|
|
|
private System.Windows.Forms.Label label40;
|
|
|
public System.Windows.Forms.TextBox IDC_EDIT_XrayLimit;
|
|
|
private System.Windows.Forms.Label label47;
|
|
|
+ private System.Windows.Forms.TextBox tB_StopMode;
|
|
|
+ private System.Windows.Forms.Button btn_StopMode;
|
|
|
}
|
|
|
}
|