|
|
@@ -94,6 +94,9 @@
|
|
|
this.UploadData = new System.Windows.Forms.Button();
|
|
|
this.PageSizeNum = new System.Windows.Forms.NumericUpDown();
|
|
|
this.label28 = new System.Windows.Forms.Label();
|
|
|
+ this.button1 = new System.Windows.Forms.Button();
|
|
|
+ this.cu_print_checkonly = new System.Windows.Forms.CheckBox();
|
|
|
+ this.cu_print_checkdatecode = new System.Windows.Forms.CheckBox();
|
|
|
this.front_sg_separator = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.FrontCollect = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.CollectionProcess = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
@@ -153,6 +156,9 @@
|
|
|
this.pr_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_datecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pib_year = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pib_month = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pib_day = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_ifpick = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.pib_ifprint = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.pib_ifrecheck = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
@@ -237,7 +243,6 @@
|
|
|
this.BackendCheck = new UAS_LabelMachine.CustomControl.SerialPortWithTag();
|
|
|
this.FrontendCheck = new UAS_LabelMachine.CustomControl.SerialPortWithTag();
|
|
|
this.PLC1 = new UAS_LabelMachine.CustomControl.SerialPortWithTag();
|
|
|
- this.button1 = new System.Windows.Forms.Button();
|
|
|
this.LogMenu.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PageSizeNum)).BeginInit();
|
|
|
this.CollectionProcess.SuspendLayout();
|
|
|
@@ -851,6 +856,44 @@
|
|
|
this.label28.Text = "每页数量";
|
|
|
this.label28.Visible = false;
|
|
|
//
|
|
|
+ // button1
|
|
|
+ //
|
|
|
+ this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.button1.Location = new System.Drawing.Point(234, 179);
|
|
|
+ this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.button1.Name = "button1";
|
|
|
+ this.button1.Size = new System.Drawing.Size(68, 26);
|
|
|
+ this.button1.TabIndex = 106;
|
|
|
+ this.button1.Text = "测试按钮";
|
|
|
+ this.button1.UseVisualStyleBackColor = true;
|
|
|
+ this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
+ //
|
|
|
+ // cu_print_checkonly
|
|
|
+ //
|
|
|
+ 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.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";
|
|
|
+ this.cu_print_checkonly.Size = new System.Drawing.Size(63, 21);
|
|
|
+ this.cu_print_checkonly.TabIndex = 98;
|
|
|
+ this.cu_print_checkonly.Text = "仅复核";
|
|
|
+ this.cu_print_checkonly.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // cu_print_checkdatecode
|
|
|
+ //
|
|
|
+ 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.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";
|
|
|
+ this.cu_print_checkdatecode.Size = new System.Drawing.Size(109, 21);
|
|
|
+ this.cu_print_checkdatecode.TabIndex = 107;
|
|
|
+ this.cu_print_checkdatecode.Text = "校验DateCode";
|
|
|
+ this.cu_print_checkdatecode.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// front_sg_separator
|
|
|
//
|
|
|
this.front_sg_separator.Enabled = false;
|
|
|
@@ -912,9 +955,9 @@
|
|
|
this.CollectionProcess.Controls.Add(this.Process);
|
|
|
this.CollectionProcess.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
this.CollectionProcess.Location = new System.Drawing.Point(334, 6);
|
|
|
- this.CollectionProcess.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.CollectionProcess.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.CollectionProcess.Name = "CollectionProcess";
|
|
|
- this.CollectionProcess.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.CollectionProcess.Padding = new System.Windows.Forms.Padding(2);
|
|
|
this.CollectionProcess.Size = new System.Drawing.Size(299, 268);
|
|
|
this.CollectionProcess.TabIndex = 80;
|
|
|
this.CollectionProcess.TabStop = false;
|
|
|
@@ -1388,6 +1431,9 @@
|
|
|
this.pr_unit,
|
|
|
this.pib_lotno,
|
|
|
this.pib_datecode,
|
|
|
+ this.pib_year,
|
|
|
+ this.pib_month,
|
|
|
+ this.pib_day,
|
|
|
this.pib_ifpick,
|
|
|
this.pib_ifprint,
|
|
|
this.pib_ifrecheck,
|
|
|
@@ -1409,6 +1455,7 @@
|
|
|
this.LabelInf.RowTemplate.Height = 23;
|
|
|
this.LabelInf.Size = new System.Drawing.Size(1385, 326);
|
|
|
this.LabelInf.TabIndex = 27;
|
|
|
+ this.LabelInf.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelInf_CellEndEdit);
|
|
|
this.LabelInf.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.LabelInf_CellPainting);
|
|
|
this.LabelInf.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.LabelInf_DataError);
|
|
|
//
|
|
|
@@ -1541,6 +1588,27 @@
|
|
|
this.pib_datecode.Name = "pib_datecode";
|
|
|
this.pib_datecode.Width = 78;
|
|
|
//
|
|
|
+ // pib_year
|
|
|
+ //
|
|
|
+ this.pib_year.DataPropertyName = "pib_year";
|
|
|
+ this.pib_year.HeaderText = "年";
|
|
|
+ this.pib_year.Name = "pib_year";
|
|
|
+ this.pib_year.Width = 42;
|
|
|
+ //
|
|
|
+ // pib_month
|
|
|
+ //
|
|
|
+ this.pib_month.DataPropertyName = "pib_month";
|
|
|
+ this.pib_month.HeaderText = "月";
|
|
|
+ this.pib_month.Name = "pib_month";
|
|
|
+ this.pib_month.Width = 42;
|
|
|
+ //
|
|
|
+ // pib_day
|
|
|
+ //
|
|
|
+ this.pib_day.DataPropertyName = "pib_day";
|
|
|
+ this.pib_day.HeaderText = "日";
|
|
|
+ this.pib_day.Name = "pib_day";
|
|
|
+ this.pib_day.Width = 42;
|
|
|
+ //
|
|
|
// pib_ifpick
|
|
|
//
|
|
|
this.pib_ifpick.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
@@ -1688,7 +1756,7 @@
|
|
|
this.SingleLabel.Location = new System.Drawing.Point(638, 6);
|
|
|
this.SingleLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.SingleLabel.Name = "SingleLabel";
|
|
|
- this.SingleLabel.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.SingleLabel.Padding = new System.Windows.Forms.Padding(2);
|
|
|
this.SingleLabel.Size = new System.Drawing.Size(180, 269);
|
|
|
this.SingleLabel.TabIndex = 77;
|
|
|
this.SingleLabel.TabStop = false;
|
|
|
@@ -1829,7 +1897,7 @@
|
|
|
//
|
|
|
this.SingleLabelPrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.SingleLabelPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.SingleLabelPrint.Location = new System.Drawing.Point(186, 108);
|
|
|
+ this.SingleLabelPrint.Location = new System.Drawing.Point(103, 112);
|
|
|
this.SingleLabelPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.SingleLabelPrint.Name = "SingleLabelPrint";
|
|
|
this.SingleLabelPrint.Size = new System.Drawing.Size(68, 26);
|
|
|
@@ -1891,7 +1959,7 @@
|
|
|
this.MidLabel.Location = new System.Drawing.Point(823, 6);
|
|
|
this.MidLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.MidLabel.Name = "MidLabel";
|
|
|
- this.MidLabel.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.MidLabel.Padding = new System.Windows.Forms.Padding(2);
|
|
|
this.MidLabel.Size = new System.Drawing.Size(279, 269);
|
|
|
this.MidLabel.TabIndex = 78;
|
|
|
this.MidLabel.TabStop = false;
|
|
|
@@ -2004,9 +2072,9 @@
|
|
|
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.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.groupBoxWithBorder2.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.groupBoxWithBorder2.Name = "groupBoxWithBorder2";
|
|
|
- this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.groupBoxWithBorder2.Padding = new System.Windows.Forms.Padding(2);
|
|
|
this.groupBoxWithBorder2.Size = new System.Drawing.Size(101, 138);
|
|
|
this.groupBoxWithBorder2.TabIndex = 81;
|
|
|
this.groupBoxWithBorder2.TabStop = false;
|
|
|
@@ -2236,9 +2304,9 @@
|
|
|
this.OutBoxLabel.Controls.Add(this.OutBoxCombox);
|
|
|
this.OutBoxLabel.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.OutBoxLabel.Location = new System.Drawing.Point(1106, 6);
|
|
|
- this.OutBoxLabel.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.OutBoxLabel.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.OutBoxLabel.Name = "OutBoxLabel";
|
|
|
- this.OutBoxLabel.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.OutBoxLabel.Padding = new System.Windows.Forms.Padding(2);
|
|
|
this.OutBoxLabel.Size = new System.Drawing.Size(278, 269);
|
|
|
this.OutBoxLabel.TabIndex = 79;
|
|
|
this.OutBoxLabel.TabStop = false;
|
|
|
@@ -2293,9 +2361,9 @@
|
|
|
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.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.groupBoxWithBorder3.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.groupBoxWithBorder3.Name = "groupBoxWithBorder3";
|
|
|
- this.groupBoxWithBorder3.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.groupBoxWithBorder3.Padding = new System.Windows.Forms.Padding(2);
|
|
|
this.groupBoxWithBorder3.Size = new System.Drawing.Size(101, 138);
|
|
|
this.groupBoxWithBorder3.TabIndex = 96;
|
|
|
this.groupBoxWithBorder3.TabStop = false;
|
|
|
@@ -2481,24 +2549,14 @@
|
|
|
this.PLC1.SleepTime = 0;
|
|
|
this.PLC1.Tag = "PLC1";
|
|
|
//
|
|
|
- // button1
|
|
|
- //
|
|
|
- this.button1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.button1.Location = new System.Drawing.Point(150, 216);
|
|
|
- this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.button1.Name = "button1";
|
|
|
- this.button1.Size = new System.Drawing.Size(68, 26);
|
|
|
- this.button1.TabIndex = 106;
|
|
|
- this.button1.Text = "测试按钮";
|
|
|
- this.button1.UseVisualStyleBackColor = true;
|
|
|
- this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
|
- //
|
|
|
// UAS_出货标签打印
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(233)))), ((int)(((byte)(206)))));
|
|
|
this.ClientSize = new System.Drawing.Size(1390, 733);
|
|
|
+ this.Controls.Add(this.cu_print_checkdatecode);
|
|
|
+ this.Controls.Add(this.cu_print_checkonly);
|
|
|
this.Controls.Add(this.button1);
|
|
|
this.Controls.Add(this.label28);
|
|
|
this.Controls.Add(this.PageSizeNum);
|
|
|
@@ -2758,6 +2816,7 @@
|
|
|
private System.Windows.Forms.LinkLabel OutDocRefresh;
|
|
|
private System.Windows.Forms.NumericUpDown PageSizeNum;
|
|
|
private System.Windows.Forms.Label label28;
|
|
|
+ private System.Windows.Forms.Button button1;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_id1;
|
|
|
@@ -2774,6 +2833,9 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_unit;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_lotno;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_datecode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pib_year;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pib_month;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pib_day;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifpick;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifprint;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifrecheck;
|
|
|
@@ -2789,6 +2851,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
|
|
|
- private System.Windows.Forms.Button button1;
|
|
|
+ private System.Windows.Forms.CheckBox cu_print_checkonly;
|
|
|
+ private System.Windows.Forms.CheckBox cu_print_checkdatecode;
|
|
|
}
|
|
|
}
|