|
@@ -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,32 +403,45 @@
|
|
|
//
|
|
|
// groupBox3
|
|
|
//
|
|
|
- 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);
|
|
|
+ this.groupBox3.Controls.Add(this.tB_StopMode);
|
|
|
+ this.groupBox3.Controls.Add(this.btn_StopMode);
|
|
|
this.groupBox3.Controls.Add(this.label13);
|
|
|
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);
|
|
|
- this.groupBox3.Controls.Add(this.label9);
|
|
|
- this.groupBox3.Controls.Add(this.label8);
|
|
|
this.groupBox3.Controls.Add(this.label7);
|
|
|
- this.groupBox3.Location = new System.Drawing.Point(8, 530);
|
|
|
+ this.groupBox3.Location = new System.Drawing.Point(8, 540);
|
|
|
this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.groupBox3.Size = new System.Drawing.Size(408, 225);
|
|
|
+ this.groupBox3.Size = new System.Drawing.Size(408, 197);
|
|
|
this.groupBox3.TabIndex = 230;
|
|
|
this.groupBox3.TabStop = false;
|
|
|
this.groupBox3.Text = "图像扫描参数";
|
|
|
//
|
|
|
+ // tB_StopMode
|
|
|
+ //
|
|
|
+ this.tB_StopMode.Location = new System.Drawing.Point(143, 23);
|
|
|
+ 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(323, 23);
|
|
|
+ this.btn_StopMode.Name = "btn_StopMode";
|
|
|
+ this.btn_StopMode.Size = new System.Drawing.Size(60, 29);
|
|
|
+ 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);
|
|
|
+ this.IDC_EDIT_STOP_INCA_NUM.Location = new System.Drawing.Point(955, 647);
|
|
|
this.IDC_EDIT_STOP_INCA_NUM.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.IDC_EDIT_STOP_INCA_NUM.MaxLength = 10;
|
|
|
this.IDC_EDIT_STOP_INCA_NUM.Name = "IDC_EDIT_STOP_INCA_NUM";
|
|
@@ -438,7 +452,7 @@
|
|
|
//
|
|
|
// IDC_EDIT_STOP_FIELD_NUM
|
|
|
//
|
|
|
- this.IDC_EDIT_STOP_FIELD_NUM.Location = new System.Drawing.Point(228, 76);
|
|
|
+ this.IDC_EDIT_STOP_FIELD_NUM.Location = new System.Drawing.Point(955, 617);
|
|
|
this.IDC_EDIT_STOP_FIELD_NUM.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.IDC_EDIT_STOP_FIELD_NUM.MaxLength = 10;
|
|
|
this.IDC_EDIT_STOP_FIELD_NUM.Name = "IDC_EDIT_STOP_FIELD_NUM";
|
|
@@ -449,7 +463,7 @@
|
|
|
//
|
|
|
// IDC_EDIT_STOP_TIME
|
|
|
//
|
|
|
- this.IDC_EDIT_STOP_TIME.Location = new System.Drawing.Point(228, 48);
|
|
|
+ this.IDC_EDIT_STOP_TIME.Location = new System.Drawing.Point(955, 589);
|
|
|
this.IDC_EDIT_STOP_TIME.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.IDC_EDIT_STOP_TIME.MaxLength = 10;
|
|
|
this.IDC_EDIT_STOP_TIME.Name = "IDC_EDIT_STOP_TIME";
|
|
@@ -461,7 +475,7 @@
|
|
|
// label13
|
|
|
//
|
|
|
this.label13.AutoSize = true;
|
|
|
- this.label13.Location = new System.Drawing.Point(8, 192);
|
|
|
+ this.label13.Location = new System.Drawing.Point(8, 154);
|
|
|
this.label13.Name = "label13";
|
|
|
this.label13.Size = new System.Drawing.Size(82, 15);
|
|
|
this.label13.TabIndex = 360;
|
|
@@ -471,10 +485,10 @@
|
|
|
//
|
|
|
this.IDC_COMBO_IMGSIZE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.IDC_COMBO_IMGSIZE.FormattingEnabled = true;
|
|
|
- this.IDC_COMBO_IMGSIZE.Location = new System.Drawing.Point(157, 190);
|
|
|
+ this.IDC_COMBO_IMGSIZE.Location = new System.Drawing.Point(144, 152);
|
|
|
this.IDC_COMBO_IMGSIZE.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.IDC_COMBO_IMGSIZE.Name = "IDC_COMBO_IMGSIZE";
|
|
|
- this.IDC_COMBO_IMGSIZE.Size = new System.Drawing.Size(227, 23);
|
|
|
+ this.IDC_COMBO_IMGSIZE.Size = new System.Drawing.Size(240, 23);
|
|
|
this.IDC_COMBO_IMGSIZE.TabIndex = 370;
|
|
|
this.IDC_COMBO_IMGSIZE.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_IMGSIZE_SelectedIndexChanged);
|
|
|
//
|
|
@@ -482,10 +496,10 @@
|
|
|
//
|
|
|
this.IDC_COMBO_IMGSCANSPEED.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.IDC_COMBO_IMGSCANSPEED.FormattingEnabled = true;
|
|
|
- this.IDC_COMBO_IMGSCANSPEED.Location = new System.Drawing.Point(157, 162);
|
|
|
+ this.IDC_COMBO_IMGSCANSPEED.Location = new System.Drawing.Point(144, 108);
|
|
|
this.IDC_COMBO_IMGSCANSPEED.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.IDC_COMBO_IMGSCANSPEED.Name = "IDC_COMBO_IMGSCANSPEED";
|
|
|
- this.IDC_COMBO_IMGSCANSPEED.Size = new System.Drawing.Size(227, 23);
|
|
|
+ this.IDC_COMBO_IMGSCANSPEED.Size = new System.Drawing.Size(240, 23);
|
|
|
this.IDC_COMBO_IMGSCANSPEED.TabIndex = 350;
|
|
|
this.IDC_COMBO_IMGSCANSPEED.SelectedIndexChanged += new System.EventHandler(this.IDC_COMBO_IMGSCANSPEED_SelectedIndexChanged);
|
|
|
//
|
|
@@ -493,28 +507,17 @@
|
|
|
//
|
|
|
this.IDC_COMBO_FETCHIMGMODE.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
this.IDC_COMBO_FETCHIMGMODE.FormattingEnabled = true;
|
|
|
- this.IDC_COMBO_FETCHIMGMODE.Location = new System.Drawing.Point(157, 135);
|
|
|
+ this.IDC_COMBO_FETCHIMGMODE.Location = new System.Drawing.Point(144, 66);
|
|
|
this.IDC_COMBO_FETCHIMGMODE.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.IDC_COMBO_FETCHIMGMODE.Name = "IDC_COMBO_FETCHIMGMODE";
|
|
|
- this.IDC_COMBO_FETCHIMGMODE.Size = new System.Drawing.Size(227, 23);
|
|
|
+ this.IDC_COMBO_FETCHIMGMODE.Size = new System.Drawing.Size(240, 23);
|
|
|
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;
|
|
|
- this.label12.Location = new System.Drawing.Point(8, 165);
|
|
|
+ this.label12.Location = new System.Drawing.Point(7, 111);
|
|
|
this.label12.Name = "label12";
|
|
|
this.label12.Size = new System.Drawing.Size(82, 15);
|
|
|
this.label12.TabIndex = 340;
|
|
@@ -523,7 +526,7 @@
|
|
|
// label11
|
|
|
//
|
|
|
this.label11.AutoSize = true;
|
|
|
- this.label11.Location = new System.Drawing.Point(8, 138);
|
|
|
+ this.label11.Location = new System.Drawing.Point(8, 69);
|
|
|
this.label11.Name = "label11";
|
|
|
this.label11.Size = new System.Drawing.Size(67, 15);
|
|
|
this.label11.TabIndex = 320;
|
|
@@ -532,7 +535,7 @@
|
|
|
// label10
|
|
|
//
|
|
|
this.label10.AutoSize = true;
|
|
|
- this.label10.Location = new System.Drawing.Point(8, 109);
|
|
|
+ this.label10.Location = new System.Drawing.Point(841, 653);
|
|
|
this.label10.Name = "label10";
|
|
|
this.label10.Size = new System.Drawing.Size(97, 15);
|
|
|
this.label10.TabIndex = 300;
|
|
@@ -541,7 +544,7 @@
|
|
|
// label9
|
|
|
//
|
|
|
this.label9.AutoSize = true;
|
|
|
- this.label9.Location = new System.Drawing.Point(8, 79);
|
|
|
+ this.label9.Location = new System.Drawing.Point(841, 623);
|
|
|
this.label9.Name = "label9";
|
|
|
this.label9.Size = new System.Drawing.Size(82, 15);
|
|
|
this.label9.TabIndex = 280;
|
|
@@ -550,7 +553,7 @@
|
|
|
// label8
|
|
|
//
|
|
|
this.label8.AutoSize = true;
|
|
|
- this.label8.Location = new System.Drawing.Point(8, 50);
|
|
|
+ this.label8.Location = new System.Drawing.Point(841, 594);
|
|
|
this.label8.Name = "label8";
|
|
|
this.label8.Size = new System.Drawing.Size(98, 15);
|
|
|
this.label8.TabIndex = 260;
|
|
@@ -559,7 +562,7 @@
|
|
|
// label7
|
|
|
//
|
|
|
this.label7.AutoSize = true;
|
|
|
- this.label7.Location = new System.Drawing.Point(8, 22);
|
|
|
+ this.label7.Location = new System.Drawing.Point(7, 26);
|
|
|
this.label7.Name = "label7";
|
|
|
this.label7.Size = new System.Drawing.Size(97, 15);
|
|
|
this.label7.TabIndex = 240;
|
|
@@ -904,7 +907,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 +1189,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 +1244,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 +1353,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 +1365,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;
|
|
@@ -1443,7 +1464,7 @@
|
|
|
//
|
|
|
// btnok
|
|
|
//
|
|
|
- this.btnok.Location = new System.Drawing.Point(614, 722);
|
|
|
+ this.btnok.Location = new System.Drawing.Point(613, 709);
|
|
|
this.btnok.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.btnok.Name = "btnok";
|
|
|
this.btnok.Size = new System.Drawing.Size(88, 28);
|
|
@@ -1454,7 +1475,7 @@
|
|
|
//
|
|
|
// btncancel
|
|
|
//
|
|
|
- this.btncancel.Location = new System.Drawing.Point(724, 722);
|
|
|
+ this.btncancel.Location = new System.Drawing.Point(724, 709);
|
|
|
this.btncancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.btncancel.Name = "btncancel";
|
|
|
this.btncancel.Size = new System.Drawing.Size(88, 28);
|
|
@@ -1492,40 +1513,25 @@
|
|
|
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);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(835, 759);
|
|
|
+ this.ClientSize = new System.Drawing.Size(834, 742);
|
|
|
this.Controls.Add(this.IDC_IMAGE_SIZE_SWITCH);
|
|
|
this.Controls.Add(this.groupBox7);
|
|
|
+ this.Controls.Add(this.IDC_EDIT_STOP_INCA_NUM);
|
|
|
this.Controls.Add(this.IDC_SCAN_SPEED_SWITCH);
|
|
|
+ this.Controls.Add(this.IDC_EDIT_STOP_FIELD_NUM);
|
|
|
+ this.Controls.Add(this.IDC_EDIT_STOP_TIME);
|
|
|
this.Controls.Add(this.btncancel);
|
|
|
this.Controls.Add(this.IDC_FETCH_IMAGE_SWITCH);
|
|
|
this.Controls.Add(this.IDC_XRAY_COUNT_SWITCH);
|
|
@@ -1533,8 +1539,11 @@
|
|
|
this.Controls.Add(this.btnok);
|
|
|
this.Controls.Add(this.IDC_STOP_FIELD_SWITCH);
|
|
|
this.Controls.Add(this.IDC_PART_GRAY_MIN_SWITCH);
|
|
|
+ this.Controls.Add(this.label10);
|
|
|
this.Controls.Add(this.IDC_STOP_TIME_SWITCH);
|
|
|
+ this.Controls.Add(this.label9);
|
|
|
this.Controls.Add(this.IDC_XRAY_TIME_SWITCH);
|
|
|
+ this.Controls.Add(this.label8);
|
|
|
this.Controls.Add(this.IDC_STOP_MODE_SWITCH);
|
|
|
this.Controls.Add(this.IDC_BACK_MIN_SWITCH);
|
|
|
this.Controls.Add(this.groupBox6);
|
|
@@ -1551,7 +1560,9 @@
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.MaximizeBox = false;
|
|
|
+ this.MaximumSize = new System.Drawing.Size(852, 789);
|
|
|
this.MinimizeBox = false;
|
|
|
+ this.MinimumSize = new System.Drawing.Size(852, 789);
|
|
|
this.Name = "ProgMgrInfoForm";
|
|
|
this.ShowIcon = false;
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
@@ -1622,7 +1633,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 +1714,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;
|
|
|
}
|
|
|
}
|