|
@@ -106,6 +106,8 @@
|
|
|
this.SingleLabelAutoPrint = new System.Windows.Forms.CheckBox();
|
|
|
this.SingleLabelCombox = new System.Windows.Forms.ComboBox();
|
|
|
this.MidLabel = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.MidboxCapacity = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
this.MidLabelNum = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.MidLabelPrinter = new UAS_LabelMachine.CustomControl.PrinterCombox();
|
|
@@ -134,8 +136,8 @@
|
|
|
this.pib_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_datecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pib_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_custbarcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pib_custmidboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_custoutboxcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_pocode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_custprodspec = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -149,6 +151,7 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelInf)).BeginInit();
|
|
|
this.SingleLabel.SuspendLayout();
|
|
|
this.MidLabel.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.MidboxCapacity)).BeginInit();
|
|
|
this.OutBoxLabel.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
@@ -806,8 +809,8 @@
|
|
|
this.pib_lotno,
|
|
|
this.pib_datecode,
|
|
|
this.pib_qty,
|
|
|
- this.pib_barcode,
|
|
|
this.pib_custbarcode,
|
|
|
+ this.pib_custmidboxcode,
|
|
|
this.pib_custoutboxcode,
|
|
|
this.pd_pocode,
|
|
|
this.pd_custprodspec,
|
|
@@ -902,6 +905,8 @@
|
|
|
//
|
|
|
// MidLabel
|
|
|
//
|
|
|
+ this.MidLabel.Controls.Add(this.MidboxCapacity);
|
|
|
+ this.MidLabel.Controls.Add(this.label2);
|
|
|
this.MidLabel.Controls.Add(this.MidLabelNum);
|
|
|
this.MidLabel.Controls.Add(this.label5);
|
|
|
this.MidLabel.Controls.Add(this.MidLabelPrinter);
|
|
@@ -918,14 +923,33 @@
|
|
|
this.MidLabel.TabStop = false;
|
|
|
this.MidLabel.Text = "中盒标签";
|
|
|
//
|
|
|
+ // 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(110, 121);
|
|
|
+ this.MidboxCapacity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.MidboxCapacity.Name = "MidboxCapacity";
|
|
|
+ this.MidboxCapacity.Size = new System.Drawing.Size(38, 23);
|
|
|
+ this.MidboxCapacity.TabIndex = 92;
|
|
|
+ //
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ 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(76, 124);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(32, 17);
|
|
|
+ this.label2.TabIndex = 92;
|
|
|
+ this.label2.Text = "容量";
|
|
|
+ //
|
|
|
// MidLabelNum
|
|
|
//
|
|
|
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(51, 123);
|
|
|
+ this.MidLabelNum.Location = new System.Drawing.Point(37, 121);
|
|
|
this.MidLabelNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.MidLabelNum.Name = "MidLabelNum";
|
|
|
- this.MidLabelNum.Size = new System.Drawing.Size(64, 23);
|
|
|
+ this.MidLabelNum.Size = new System.Drawing.Size(33, 23);
|
|
|
this.MidLabelNum.Str = null;
|
|
|
this.MidLabelNum.Str1 = null;
|
|
|
this.MidLabelNum.Str2 = null;
|
|
@@ -1023,7 +1047,7 @@
|
|
|
this.OutBoxNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.OutBoxNum.Items.AddRange(new object[] {
|
|
|
"新增"});
|
|
|
- this.OutBoxNum.Location = new System.Drawing.Point(117, 127);
|
|
|
+ this.OutBoxNum.Location = new System.Drawing.Point(117, 123);
|
|
|
this.OutBoxNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.OutBoxNum.Name = "OutBoxNum";
|
|
|
this.OutBoxNum.Size = new System.Drawing.Size(48, 25);
|
|
@@ -1036,7 +1060,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(83, 130);
|
|
|
+ this.label10.Location = new System.Drawing.Point(83, 126);
|
|
|
this.label10.Name = "label10";
|
|
|
this.label10.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label10.TabIndex = 90;
|
|
@@ -1046,7 +1070,7 @@
|
|
|
//
|
|
|
this.label6.AutoSize = true;
|
|
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label6.Location = new System.Drawing.Point(4, 129);
|
|
|
+ this.label6.Location = new System.Drawing.Point(4, 125);
|
|
|
this.label6.Name = "label6";
|
|
|
this.label6.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label6.TabIndex = 87;
|
|
@@ -1055,7 +1079,7 @@
|
|
|
// OutBoxPrinter
|
|
|
//
|
|
|
this.OutBoxPrinter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OutBoxPrinter.Location = new System.Drawing.Point(8, 62);
|
|
|
+ this.OutBoxPrinter.Location = new System.Drawing.Point(8, 63);
|
|
|
this.OutBoxPrinter.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
|
|
|
this.OutBoxPrinter.Name = "OutBoxPrinter";
|
|
|
this.OutBoxPrinter.Size = new System.Drawing.Size(158, 30);
|
|
@@ -1064,16 +1088,11 @@
|
|
|
// OutboxCapacity
|
|
|
//
|
|
|
this.OutboxCapacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OutboxCapacity.Location = new System.Drawing.Point(39, 127);
|
|
|
+ this.OutboxCapacity.Location = new System.Drawing.Point(39, 122);
|
|
|
this.OutboxCapacity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.OutboxCapacity.Name = "OutboxCapacity";
|
|
|
this.OutboxCapacity.Size = new System.Drawing.Size(38, 23);
|
|
|
this.OutboxCapacity.TabIndex = 84;
|
|
|
- this.OutboxCapacity.Value = new decimal(new int[] {
|
|
|
- 60,
|
|
|
- 0,
|
|
|
- 0,
|
|
|
- 0});
|
|
|
this.OutboxCapacity.Leave += new System.EventHandler(this.MidBoxCapacity_Leave);
|
|
|
//
|
|
|
// OutBoxLabelPrint
|
|
@@ -1092,7 +1111,7 @@
|
|
|
//
|
|
|
this.OutBoxLabelAutoPrint.AutoSize = true;
|
|
|
this.OutBoxLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OutBoxLabelAutoPrint.Location = new System.Drawing.Point(7, 98);
|
|
|
+ this.OutBoxLabelAutoPrint.Location = new System.Drawing.Point(10, 96);
|
|
|
this.OutBoxLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.OutBoxLabelAutoPrint.Name = "OutBoxLabelAutoPrint";
|
|
|
this.OutBoxLabelAutoPrint.Size = new System.Drawing.Size(75, 21);
|
|
@@ -1209,22 +1228,20 @@
|
|
|
this.pib_qty.ReadOnly = true;
|
|
|
this.pib_qty.Width = 54;
|
|
|
//
|
|
|
- // pib_barcode
|
|
|
- //
|
|
|
- this.pib_barcode.DataPropertyName = "pib_barcode";
|
|
|
- this.pib_barcode.HeaderText = "唯一条码";
|
|
|
- this.pib_barcode.Name = "pib_barcode";
|
|
|
- this.pib_barcode.ReadOnly = true;
|
|
|
- this.pib_barcode.Width = 78;
|
|
|
- //
|
|
|
// pib_custbarcode
|
|
|
//
|
|
|
this.pib_custbarcode.DataPropertyName = "pib_custbarcode";
|
|
|
- this.pib_custbarcode.HeaderText = "客户条码";
|
|
|
+ this.pib_custbarcode.HeaderText = "料盘条码";
|
|
|
this.pib_custbarcode.Name = "pib_custbarcode";
|
|
|
this.pib_custbarcode.ReadOnly = true;
|
|
|
this.pib_custbarcode.Width = 78;
|
|
|
//
|
|
|
+ // pib_custmidboxcode
|
|
|
+ //
|
|
|
+ this.pib_custmidboxcode.HeaderText = "中盒条码";
|
|
|
+ this.pib_custmidboxcode.Name = "pib_custmidboxcode";
|
|
|
+ this.pib_custmidboxcode.Width = 78;
|
|
|
+ //
|
|
|
// pib_custoutboxcode
|
|
|
//
|
|
|
this.pib_custoutboxcode.DataPropertyName = "pib_custoutboxcode";
|
|
@@ -1326,6 +1343,7 @@
|
|
|
this.SingleLabel.PerformLayout();
|
|
|
this.MidLabel.ResumeLayout(false);
|
|
|
this.MidLabel.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.MidboxCapacity)).EndInit();
|
|
|
this.OutBoxLabel.ResumeLayout(false);
|
|
|
this.OutBoxLabel.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).EndInit();
|
|
@@ -1427,6 +1445,8 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_unit;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_brand;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pjd_zxbzs_user;
|
|
|
+ private System.Windows.Forms.NumericUpDown MidboxCapacity;
|
|
|
+ private System.Windows.Forms.Label label2;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifprint;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_id1;
|
|
@@ -1439,8 +1459,8 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_lotno;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_datecode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_qty;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pib_barcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_custbarcode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pib_custmidboxcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_custoutboxcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_pocode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_custprodspec;
|