|
|
@@ -243,6 +243,7 @@
|
|
|
this.BackendCheck = new UAS_LabelMachine.CustomControl.SerialPortWithTag();
|
|
|
this.FrontendCheck = new UAS_LabelMachine.CustomControl.SerialPortWithTag();
|
|
|
this.PLC1 = new UAS_LabelMachine.CustomControl.SerialPortWithTag();
|
|
|
+ this.ManBackendCheck = new UAS_LabelMachine.CustomControl.SerialPortWithTag();
|
|
|
this.LogMenu.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PageSizeNum)).BeginInit();
|
|
|
this.CollectionProcess.SuspendLayout();
|
|
|
@@ -873,6 +874,7 @@
|
|
|
this.cu_print_checkonly.AutoSize = true;
|
|
|
this.cu_print_checkonly.Enabled = false;
|
|
|
this.cu_print_checkonly.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.cu_print_checkonly.ForeColor = System.Drawing.Color.Blue;
|
|
|
this.cu_print_checkonly.Location = new System.Drawing.Point(93, 218);
|
|
|
this.cu_print_checkonly.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cu_print_checkonly.Name = "cu_print_checkonly";
|
|
|
@@ -886,6 +888,7 @@
|
|
|
this.cu_print_checkdatecode.AutoSize = true;
|
|
|
this.cu_print_checkdatecode.Enabled = false;
|
|
|
this.cu_print_checkdatecode.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.cu_print_checkdatecode.ForeColor = System.Drawing.Color.Blue;
|
|
|
this.cu_print_checkdatecode.Location = new System.Drawing.Point(93, 250);
|
|
|
this.cu_print_checkdatecode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cu_print_checkdatecode.Name = "cu_print_checkdatecode";
|
|
|
@@ -985,6 +988,7 @@
|
|
|
this.ManualAutoCheck.TabStop = true;
|
|
|
this.ManualAutoCheck.Text = "自动";
|
|
|
this.ManualAutoCheck.UseVisualStyleBackColor = true;
|
|
|
+ this.ManualAutoCheck.CheckedChanged += new System.EventHandler(this.ManualCheck_CheckedChanged);
|
|
|
//
|
|
|
// ManualFrontCheck
|
|
|
//
|
|
|
@@ -997,6 +1001,7 @@
|
|
|
this.ManualFrontCheck.TabStop = true;
|
|
|
this.ManualFrontCheck.Text = "前端采集";
|
|
|
this.ManualFrontCheck.UseVisualStyleBackColor = true;
|
|
|
+ this.ManualFrontCheck.CheckedChanged += new System.EventHandler(this.ManualCheck_CheckedChanged);
|
|
|
//
|
|
|
// ManualBackCheck
|
|
|
//
|
|
|
@@ -1009,6 +1014,7 @@
|
|
|
this.ManualBackCheck.TabStop = true;
|
|
|
this.ManualBackCheck.Text = "后端扫描";
|
|
|
this.ManualBackCheck.UseVisualStyleBackColor = true;
|
|
|
+ this.ManualBackCheck.CheckedChanged += new System.EventHandler(this.ManualCheck_CheckedChanged);
|
|
|
//
|
|
|
// groupBox1
|
|
|
//
|
|
|
@@ -2026,7 +2032,7 @@
|
|
|
//
|
|
|
this.label2.AutoSize = true;
|
|
|
this.label2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label2.Location = new System.Drawing.Point(168, 104);
|
|
|
+ this.label2.Location = new System.Drawing.Point(168, 100);
|
|
|
this.label2.Name = "label2";
|
|
|
this.label2.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label2.TabIndex = 94;
|
|
|
@@ -2036,7 +2042,7 @@
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label1.Location = new System.Drawing.Point(250, 104);
|
|
|
+ this.label1.Location = new System.Drawing.Point(250, 100);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(20, 17);
|
|
|
this.label1.TabIndex = 93;
|
|
|
@@ -2045,7 +2051,7 @@
|
|
|
// LeastPrintNum
|
|
|
//
|
|
|
this.LeastPrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.LeastPrintNum.Location = new System.Drawing.Point(201, 100);
|
|
|
+ this.LeastPrintNum.Location = new System.Drawing.Point(201, 96);
|
|
|
this.LeastPrintNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.LeastPrintNum.Name = "LeastPrintNum";
|
|
|
this.LeastPrintNum.Size = new System.Drawing.Size(44, 23);
|
|
|
@@ -2055,7 +2061,7 @@
|
|
|
//
|
|
|
this.OnlyPrint.AutoSize = true;
|
|
|
this.OnlyPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OnlyPrint.Location = new System.Drawing.Point(172, 76);
|
|
|
+ this.OnlyPrint.Location = new System.Drawing.Point(172, 72);
|
|
|
this.OnlyPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.OnlyPrint.Name = "OnlyPrint";
|
|
|
this.OnlyPrint.Size = new System.Drawing.Size(63, 21);
|
|
|
@@ -2071,11 +2077,11 @@
|
|
|
this.groupBoxWithBorder2.Controls.Add(this.cu_print_midspec);
|
|
|
this.groupBoxWithBorder2.Controls.Add(this.cu_print_midlotno);
|
|
|
this.groupBoxWithBorder2.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.groupBoxWithBorder2.Location = new System.Drawing.Point(172, 126);
|
|
|
+ this.groupBoxWithBorder2.Location = new System.Drawing.Point(172, 121);
|
|
|
this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
|
|
|
this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.groupBoxWithBorder2.Size = new System.Drawing.Size(101, 138);
|
|
|
+ this.groupBoxWithBorder2.Size = new System.Drawing.Size(101, 145);
|
|
|
this.groupBoxWithBorder2.TabIndex = 81;
|
|
|
this.groupBoxWithBorder2.TabStop = false;
|
|
|
this.groupBoxWithBorder2.Text = "流水合并条件";
|
|
|
@@ -2084,6 +2090,7 @@
|
|
|
//
|
|
|
this.cu_print_middc.AutoSize = true;
|
|
|
this.cu_print_middc.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.cu_print_middc.ForeColor = System.Drawing.Color.Blue;
|
|
|
this.cu_print_middc.Location = new System.Drawing.Point(14, 116);
|
|
|
this.cu_print_middc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cu_print_middc.Name = "cu_print_middc";
|
|
|
@@ -2096,6 +2103,7 @@
|
|
|
//
|
|
|
this.cu_print_midprod.AutoSize = true;
|
|
|
this.cu_print_midprod.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.cu_print_midprod.ForeColor = System.Drawing.Color.Blue;
|
|
|
this.cu_print_midprod.Location = new System.Drawing.Point(14, 94);
|
|
|
this.cu_print_midprod.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cu_print_midprod.Name = "cu_print_midprod";
|
|
|
@@ -2108,6 +2116,7 @@
|
|
|
//
|
|
|
this.cu_print_midpo.AutoSize = true;
|
|
|
this.cu_print_midpo.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.cu_print_midpo.ForeColor = System.Drawing.Color.Blue;
|
|
|
this.cu_print_midpo.Location = new System.Drawing.Point(14, 70);
|
|
|
this.cu_print_midpo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cu_print_midpo.Name = "cu_print_midpo";
|
|
|
@@ -2120,6 +2129,7 @@
|
|
|
//
|
|
|
this.cu_print_midspec.AutoSize = true;
|
|
|
this.cu_print_midspec.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.cu_print_midspec.ForeColor = System.Drawing.Color.Blue;
|
|
|
this.cu_print_midspec.Location = new System.Drawing.Point(14, 46);
|
|
|
this.cu_print_midspec.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cu_print_midspec.Name = "cu_print_midspec";
|
|
|
@@ -2132,6 +2142,7 @@
|
|
|
//
|
|
|
this.cu_print_midlotno.AutoSize = true;
|
|
|
this.cu_print_midlotno.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.cu_print_midlotno.ForeColor = System.Drawing.Color.Blue;
|
|
|
this.cu_print_midlotno.Location = new System.Drawing.Point(14, 22);
|
|
|
this.cu_print_midlotno.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cu_print_midlotno.Name = "cu_print_midlotno";
|
|
|
@@ -2154,7 +2165,7 @@
|
|
|
//
|
|
|
this.MidLabelNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.MidLabelNum.ID = null;
|
|
|
- this.MidLabelNum.Location = new System.Drawing.Point(201, 48);
|
|
|
+ this.MidLabelNum.Location = new System.Drawing.Point(201, 44);
|
|
|
this.MidLabelNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.MidLabelNum.Name = "MidLabelNum";
|
|
|
this.MidLabelNum.Size = new System.Drawing.Size(44, 23);
|
|
|
@@ -2190,7 +2201,7 @@
|
|
|
//
|
|
|
this.label5.AutoSize = true;
|
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label5.Location = new System.Drawing.Point(168, 52);
|
|
|
+ this.label5.Location = new System.Drawing.Point(168, 48);
|
|
|
this.label5.Name = "label5";
|
|
|
this.label5.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label5.TabIndex = 50;
|
|
|
@@ -2213,7 +2224,7 @@
|
|
|
//
|
|
|
this.label4.AutoSize = true;
|
|
|
this.label4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label4.Location = new System.Drawing.Point(170, 24);
|
|
|
+ this.label4.Location = new System.Drawing.Point(170, 21);
|
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label4.TabIndex = 49;
|
|
|
@@ -2232,7 +2243,7 @@
|
|
|
//
|
|
|
this.label15.AutoSize = true;
|
|
|
this.label15.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label15.Location = new System.Drawing.Point(250, 22);
|
|
|
+ this.label15.Location = new System.Drawing.Point(250, 19);
|
|
|
this.label15.Name = "label15";
|
|
|
this.label15.Size = new System.Drawing.Size(20, 17);
|
|
|
this.label15.TabIndex = 40;
|
|
|
@@ -2241,7 +2252,7 @@
|
|
|
// MidBoxCapacity
|
|
|
//
|
|
|
this.MidBoxCapacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.MidBoxCapacity.Location = new System.Drawing.Point(201, 20);
|
|
|
+ this.MidBoxCapacity.Location = new System.Drawing.Point(201, 18);
|
|
|
this.MidBoxCapacity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.MidBoxCapacity.Name = "MidBoxCapacity";
|
|
|
this.MidBoxCapacity.Size = new System.Drawing.Size(44, 23);
|
|
|
@@ -2360,11 +2371,11 @@
|
|
|
this.groupBoxWithBorder3.Controls.Add(this.cu_print_outspec);
|
|
|
this.groupBoxWithBorder3.Controls.Add(this.cu_print_outlotno);
|
|
|
this.groupBoxWithBorder3.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.groupBoxWithBorder3.Location = new System.Drawing.Point(172, 126);
|
|
|
+ this.groupBoxWithBorder3.Location = new System.Drawing.Point(172, 121);
|
|
|
this.groupBoxWithBorder3.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.groupBoxWithBorder3.Name = "groupBoxWithBorder3";
|
|
|
this.groupBoxWithBorder3.Padding = new System.Windows.Forms.Padding(2);
|
|
|
- this.groupBoxWithBorder3.Size = new System.Drawing.Size(101, 138);
|
|
|
+ this.groupBoxWithBorder3.Size = new System.Drawing.Size(101, 145);
|
|
|
this.groupBoxWithBorder3.TabIndex = 96;
|
|
|
this.groupBoxWithBorder3.TabStop = false;
|
|
|
this.groupBoxWithBorder3.Text = "流水合并条件";
|
|
|
@@ -2373,6 +2384,7 @@
|
|
|
//
|
|
|
this.cu_print_outdc.AutoSize = true;
|
|
|
this.cu_print_outdc.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.cu_print_outdc.ForeColor = System.Drawing.Color.Blue;
|
|
|
this.cu_print_outdc.Location = new System.Drawing.Point(14, 116);
|
|
|
this.cu_print_outdc.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cu_print_outdc.Name = "cu_print_outdc";
|
|
|
@@ -2385,6 +2397,7 @@
|
|
|
//
|
|
|
this.cu_print_outprod.AutoSize = true;
|
|
|
this.cu_print_outprod.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.cu_print_outprod.ForeColor = System.Drawing.Color.Blue;
|
|
|
this.cu_print_outprod.Location = new System.Drawing.Point(14, 94);
|
|
|
this.cu_print_outprod.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cu_print_outprod.Name = "cu_print_outprod";
|
|
|
@@ -2397,6 +2410,7 @@
|
|
|
//
|
|
|
this.cu_print_outpo.AutoSize = true;
|
|
|
this.cu_print_outpo.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.cu_print_outpo.ForeColor = System.Drawing.Color.Blue;
|
|
|
this.cu_print_outpo.Location = new System.Drawing.Point(14, 70);
|
|
|
this.cu_print_outpo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cu_print_outpo.Name = "cu_print_outpo";
|
|
|
@@ -2409,6 +2423,7 @@
|
|
|
//
|
|
|
this.cu_print_outspec.AutoSize = true;
|
|
|
this.cu_print_outspec.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.cu_print_outspec.ForeColor = System.Drawing.Color.Blue;
|
|
|
this.cu_print_outspec.Location = new System.Drawing.Point(14, 46);
|
|
|
this.cu_print_outspec.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cu_print_outspec.Name = "cu_print_outspec";
|
|
|
@@ -2421,6 +2436,7 @@
|
|
|
//
|
|
|
this.cu_print_outlotno.AutoSize = true;
|
|
|
this.cu_print_outlotno.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.cu_print_outlotno.ForeColor = System.Drawing.Color.Blue;
|
|
|
this.cu_print_outlotno.Location = new System.Drawing.Point(14, 22);
|
|
|
this.cu_print_outlotno.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.cu_print_outlotno.Name = "cu_print_outlotno";
|
|
|
@@ -2444,7 +2460,7 @@
|
|
|
//
|
|
|
this.OutBoxNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.OutBoxNum.ID = null;
|
|
|
- this.OutBoxNum.Location = new System.Drawing.Point(211, 99);
|
|
|
+ this.OutBoxNum.Location = new System.Drawing.Point(211, 98);
|
|
|
this.OutBoxNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.OutBoxNum.Name = "OutBoxNum";
|
|
|
this.OutBoxNum.Size = new System.Drawing.Size(38, 23);
|
|
|
@@ -2457,7 +2473,7 @@
|
|
|
//
|
|
|
this.label10.AutoSize = true;
|
|
|
this.label10.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label10.Location = new System.Drawing.Point(170, 102);
|
|
|
+ this.label10.Location = new System.Drawing.Point(170, 101);
|
|
|
this.label10.Name = "label10";
|
|
|
this.label10.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label10.TabIndex = 90;
|
|
|
@@ -2549,6 +2565,11 @@
|
|
|
this.PLC1.SleepTime = 0;
|
|
|
this.PLC1.Tag = "PLC1";
|
|
|
//
|
|
|
+ // ManBackendCheck
|
|
|
+ //
|
|
|
+ this.ManBackendCheck.SleepTime = 0;
|
|
|
+ this.ManBackendCheck.Tag = "ManBackendCheck";
|
|
|
+ //
|
|
|
// UAS_出货标签打印
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -2853,5 +2874,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
|
|
|
private System.Windows.Forms.CheckBox cu_print_checkonly;
|
|
|
private System.Windows.Forms.CheckBox cu_print_checkdatecode;
|
|
|
+ private CustomControl.SerialPortWithTag ManBackendCheck;
|
|
|
}
|
|
|
}
|