|
@@ -28,6 +28,7 @@
|
|
|
/// </summary>
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
|
{
|
|
{
|
|
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UAS_出货标签打印));
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UAS_出货标签打印));
|
|
|
this.pi_inoutno_label = new System.Windows.Forms.Label();
|
|
this.pi_inoutno_label = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
@@ -61,7 +62,7 @@
|
|
|
this.CleanInputAfterCollect = new System.Windows.Forms.CheckBox();
|
|
this.CleanInputAfterCollect = new System.Windows.Forms.CheckBox();
|
|
|
this.AllCollected = new System.Windows.Forms.Button();
|
|
this.AllCollected = new System.Windows.Forms.Button();
|
|
|
this.PowerSetting = new System.Windows.Forms.Button();
|
|
this.PowerSetting = new System.Windows.Forms.Button();
|
|
|
- this.RefreshDBConnect = new System.Windows.Forms.Timer();
|
|
|
|
|
|
|
+ this.RefreshDBConnect = new System.Windows.Forms.Timer(this.components);
|
|
|
this.GetGridOnly = new System.Windows.Forms.CheckBox();
|
|
this.GetGridOnly = new System.Windows.Forms.CheckBox();
|
|
|
this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -89,7 +90,7 @@
|
|
|
this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.MidSource = new System.Windows.Forms.BindingSource();
|
|
|
|
|
|
|
+ this.MidSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
this.ChooseAll = new System.Windows.Forms.Button();
|
|
this.ChooseAll = new System.Windows.Forms.Button();
|
|
|
this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|
this.ExportFileDialog = new System.Windows.Forms.FolderBrowserDialog();
|
|
|
this.AttachInfo = new System.Windows.Forms.Button();
|
|
this.AttachInfo = new System.Windows.Forms.Button();
|
|
@@ -98,6 +99,8 @@
|
|
|
this.GridPrcode = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
this.GridPrcode = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
|
this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.groupBoxWithBorder1 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
this.groupBoxWithBorder1 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
|
|
+ this.SetPrintStatus_label = new System.Windows.Forms.Label();
|
|
|
|
|
+ this.SetPrintStatus = new System.Windows.Forms.Button();
|
|
|
this.ExportData = new System.Windows.Forms.Button();
|
|
this.ExportData = new System.Windows.Forms.Button();
|
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
|
this.MidBoxEnd = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
this.MidBoxEnd = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
@@ -821,6 +824,8 @@
|
|
|
//
|
|
//
|
|
|
// groupBoxWithBorder1
|
|
// groupBoxWithBorder1
|
|
|
//
|
|
//
|
|
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.SetPrintStatus_label);
|
|
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.SetPrintStatus);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.ExportData);
|
|
this.groupBoxWithBorder1.Controls.Add(this.ExportData);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.label18);
|
|
this.groupBoxWithBorder1.Controls.Add(this.label18);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.MidBoxEnd);
|
|
this.groupBoxWithBorder1.Controls.Add(this.MidBoxEnd);
|
|
@@ -839,11 +844,35 @@
|
|
|
this.groupBoxWithBorder1.TabStop = false;
|
|
this.groupBoxWithBorder1.TabStop = false;
|
|
|
this.groupBoxWithBorder1.Text = " 打印参数设置";
|
|
this.groupBoxWithBorder1.Text = " 打印参数设置";
|
|
|
//
|
|
//
|
|
|
|
|
+ // SetPrintStatus_label
|
|
|
|
|
+ //
|
|
|
|
|
+ this.SetPrintStatus_label.AutoSize = true;
|
|
|
|
|
+ this.SetPrintStatus_label.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
+ this.SetPrintStatus_label.ForeColor = System.Drawing.Color.Green;
|
|
|
|
|
+ this.SetPrintStatus_label.Location = new System.Drawing.Point(11, 202);
|
|
|
|
|
+ this.SetPrintStatus_label.Name = "SetPrintStatus_label";
|
|
|
|
|
+ this.SetPrintStatus_label.Size = new System.Drawing.Size(58, 21);
|
|
|
|
|
+ this.SetPrintStatus_label.TabIndex = 76;
|
|
|
|
|
+ this.SetPrintStatus_label.Text = "可打印";
|
|
|
|
|
+ //
|
|
|
|
|
+ // SetPrintStatus
|
|
|
|
|
+ //
|
|
|
|
|
+ this.SetPrintStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
+ this.SetPrintStatus.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
+ this.SetPrintStatus.Location = new System.Drawing.Point(78, 200);
|
|
|
|
|
+ this.SetPrintStatus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
+ this.SetPrintStatus.Name = "SetPrintStatus";
|
|
|
|
|
+ this.SetPrintStatus.Size = new System.Drawing.Size(68, 26);
|
|
|
|
|
+ this.SetPrintStatus.TabIndex = 92;
|
|
|
|
|
+ this.SetPrintStatus.Text = "打印状态";
|
|
|
|
|
+ this.SetPrintStatus.UseVisualStyleBackColor = true;
|
|
|
|
|
+ this.SetPrintStatus.Click += new System.EventHandler(this.SetPrintStatus_Click);
|
|
|
|
|
+ //
|
|
|
// ExportData
|
|
// ExportData
|
|
|
//
|
|
//
|
|
|
this.ExportData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ExportData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
this.ExportData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.ExportData.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ExportData.Location = new System.Drawing.Point(76, 200);
|
|
|
|
|
|
|
+ this.ExportData.Location = new System.Drawing.Point(78, 165);
|
|
|
this.ExportData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.ExportData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.ExportData.Name = "ExportData";
|
|
this.ExportData.Name = "ExportData";
|
|
|
this.ExportData.Size = new System.Drawing.Size(68, 26);
|
|
this.ExportData.Size = new System.Drawing.Size(68, 26);
|
|
@@ -856,7 +885,7 @@
|
|
|
//
|
|
//
|
|
|
this.label18.AutoSize = true;
|
|
this.label18.AutoSize = true;
|
|
|
this.label18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label18.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label18.Location = new System.Drawing.Point(68, 147);
|
|
|
|
|
|
|
+ this.label18.Location = new System.Drawing.Point(69, 128);
|
|
|
this.label18.Name = "label18";
|
|
this.label18.Name = "label18";
|
|
|
this.label18.Size = new System.Drawing.Size(13, 17);
|
|
this.label18.Size = new System.Drawing.Size(13, 17);
|
|
|
this.label18.TabIndex = 90;
|
|
this.label18.TabIndex = 90;
|
|
@@ -865,7 +894,7 @@
|
|
|
// MidBoxEnd
|
|
// MidBoxEnd
|
|
|
//
|
|
//
|
|
|
this.MidBoxEnd.ID = null;
|
|
this.MidBoxEnd.ID = null;
|
|
|
- this.MidBoxEnd.Location = new System.Drawing.Point(88, 148);
|
|
|
|
|
|
|
+ this.MidBoxEnd.Location = new System.Drawing.Point(88, 127);
|
|
|
this.MidBoxEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.MidBoxEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.MidBoxEnd.Name = "MidBoxEnd";
|
|
this.MidBoxEnd.Name = "MidBoxEnd";
|
|
|
this.MidBoxEnd.Size = new System.Drawing.Size(50, 21);
|
|
this.MidBoxEnd.Size = new System.Drawing.Size(50, 21);
|
|
@@ -877,7 +906,7 @@
|
|
|
// MidBoxBegin
|
|
// MidBoxBegin
|
|
|
//
|
|
//
|
|
|
this.MidBoxBegin.ID = null;
|
|
this.MidBoxBegin.ID = null;
|
|
|
- this.MidBoxBegin.Location = new System.Drawing.Point(13, 148);
|
|
|
|
|
|
|
+ this.MidBoxBegin.Location = new System.Drawing.Point(13, 127);
|
|
|
this.MidBoxBegin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.MidBoxBegin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.MidBoxBegin.Name = "MidBoxBegin";
|
|
this.MidBoxBegin.Name = "MidBoxBegin";
|
|
|
this.MidBoxBegin.Size = new System.Drawing.Size(50, 21);
|
|
this.MidBoxBegin.Size = new System.Drawing.Size(50, 21);
|
|
@@ -890,7 +919,7 @@
|
|
|
//
|
|
//
|
|
|
this.label16.AutoSize = true;
|
|
this.label16.AutoSize = true;
|
|
|
this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label16.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label16.Location = new System.Drawing.Point(67, 74);
|
|
|
|
|
|
|
+ this.label16.Location = new System.Drawing.Point(68, 55);
|
|
|
this.label16.Name = "label16";
|
|
this.label16.Name = "label16";
|
|
|
this.label16.Size = new System.Drawing.Size(13, 17);
|
|
this.label16.Size = new System.Drawing.Size(13, 17);
|
|
|
this.label16.TabIndex = 87;
|
|
this.label16.TabIndex = 87;
|
|
@@ -899,7 +928,7 @@
|
|
|
// SingleBoxEnd
|
|
// SingleBoxEnd
|
|
|
//
|
|
//
|
|
|
this.SingleBoxEnd.ID = null;
|
|
this.SingleBoxEnd.ID = null;
|
|
|
- this.SingleBoxEnd.Location = new System.Drawing.Point(87, 75);
|
|
|
|
|
|
|
+ this.SingleBoxEnd.Location = new System.Drawing.Point(87, 54);
|
|
|
this.SingleBoxEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.SingleBoxEnd.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.SingleBoxEnd.Name = "SingleBoxEnd";
|
|
this.SingleBoxEnd.Name = "SingleBoxEnd";
|
|
|
this.SingleBoxEnd.Size = new System.Drawing.Size(50, 21);
|
|
this.SingleBoxEnd.Size = new System.Drawing.Size(50, 21);
|
|
@@ -911,7 +940,7 @@
|
|
|
// SingleBoxBegin
|
|
// SingleBoxBegin
|
|
|
//
|
|
//
|
|
|
this.SingleBoxBegin.ID = null;
|
|
this.SingleBoxBegin.ID = null;
|
|
|
- this.SingleBoxBegin.Location = new System.Drawing.Point(12, 75);
|
|
|
|
|
|
|
+ this.SingleBoxBegin.Location = new System.Drawing.Point(12, 54);
|
|
|
this.SingleBoxBegin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.SingleBoxBegin.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.SingleBoxBegin.Name = "SingleBoxBegin";
|
|
this.SingleBoxBegin.Name = "SingleBoxBegin";
|
|
|
this.SingleBoxBegin.Size = new System.Drawing.Size(50, 21);
|
|
this.SingleBoxBegin.Size = new System.Drawing.Size(50, 21);
|
|
@@ -924,7 +953,7 @@
|
|
|
//
|
|
//
|
|
|
this.label12.AutoSize = true;
|
|
this.label12.AutoSize = true;
|
|
|
this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label12.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label12.Location = new System.Drawing.Point(12, 111);
|
|
|
|
|
|
|
+ this.label12.Location = new System.Drawing.Point(12, 94);
|
|
|
this.label12.Name = "label12";
|
|
this.label12.Name = "label12";
|
|
|
this.label12.Size = new System.Drawing.Size(56, 17);
|
|
this.label12.Size = new System.Drawing.Size(56, 17);
|
|
|
this.label12.TabIndex = 77;
|
|
this.label12.TabIndex = 77;
|
|
@@ -934,7 +963,7 @@
|
|
|
//
|
|
//
|
|
|
this.label7.AutoSize = true;
|
|
this.label7.AutoSize = true;
|
|
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label7.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label7.Location = new System.Drawing.Point(12, 38);
|
|
|
|
|
|
|
+ this.label7.Location = new System.Drawing.Point(12, 21);
|
|
|
this.label7.Name = "label7";
|
|
this.label7.Name = "label7";
|
|
|
this.label7.Size = new System.Drawing.Size(56, 17);
|
|
this.label7.Size = new System.Drawing.Size(56, 17);
|
|
|
this.label7.TabIndex = 76;
|
|
this.label7.TabIndex = 76;
|
|
@@ -1477,6 +1506,8 @@
|
|
|
// SingleLabelAutoPrint
|
|
// SingleLabelAutoPrint
|
|
|
//
|
|
//
|
|
|
this.SingleLabelAutoPrint.AutoSize = true;
|
|
this.SingleLabelAutoPrint.AutoSize = true;
|
|
|
|
|
+ this.SingleLabelAutoPrint.Checked = true;
|
|
|
|
|
+ this.SingleLabelAutoPrint.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.SingleLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.SingleLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.SingleLabelAutoPrint.Location = new System.Drawing.Point(8, 107);
|
|
this.SingleLabelAutoPrint.Location = new System.Drawing.Point(8, 107);
|
|
|
this.SingleLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.SingleLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
@@ -1596,6 +1627,8 @@
|
|
|
// MidLabelAutoPrint
|
|
// MidLabelAutoPrint
|
|
|
//
|
|
//
|
|
|
this.MidLabelAutoPrint.AutoSize = true;
|
|
this.MidLabelAutoPrint.AutoSize = true;
|
|
|
|
|
+ this.MidLabelAutoPrint.Checked = true;
|
|
|
|
|
+ this.MidLabelAutoPrint.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.MidLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.MidLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.MidLabelAutoPrint.Location = new System.Drawing.Point(9, 106);
|
|
this.MidLabelAutoPrint.Location = new System.Drawing.Point(9, 106);
|
|
|
this.MidLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.MidLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
@@ -1879,26 +1912,26 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Si_ItemDGV)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.Si_ItemDGV)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridPrcode)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.GridPrcode)).EndInit();
|
|
|
- this.groupBoxWithBorder1.ResumeLayout(false);
|
|
|
|
|
|
|
+ this.groupBoxWithBorder1.ResumeLayout(true);
|
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
|
- this.CollectionProcess.ResumeLayout(false);
|
|
|
|
|
|
|
+ this.CollectionProcess.ResumeLayout(true);
|
|
|
this.CollectionProcess.PerformLayout();
|
|
this.CollectionProcess.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelInf)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelInf)).EndInit();
|
|
|
- this.SingleLabel.ResumeLayout(false);
|
|
|
|
|
|
|
+ this.SingleLabel.ResumeLayout(true);
|
|
|
this.SingleLabel.PerformLayout();
|
|
this.SingleLabel.PerformLayout();
|
|
|
- this.MidLabel.ResumeLayout(false);
|
|
|
|
|
|
|
+ this.MidLabel.ResumeLayout(true);
|
|
|
this.MidLabel.PerformLayout();
|
|
this.MidLabel.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidBoxCapacity)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MidBoxCapacity)).EndInit();
|
|
|
- this.OutBoxLabel.ResumeLayout(false);
|
|
|
|
|
|
|
+ this.OutBoxLabel.ResumeLayout(true);
|
|
|
this.OutBoxLabel.PerformLayout();
|
|
this.OutBoxLabel.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).EndInit();
|
|
|
- this.ResumeLayout(false);
|
|
|
|
|
|
|
+ this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
#endregion
|
|
|
- private UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder OutBoxLabel;
|
|
|
|
|
|
|
+ private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder OutBoxLabel;
|
|
|
private CustomControl.EnterTextBox OutBoxNum;
|
|
private CustomControl.EnterTextBox OutBoxNum;
|
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label10;
|
|
|
private CustomControl.EnterTextBox WeightNet;
|
|
private CustomControl.EnterTextBox WeightNet;
|
|
@@ -2054,5 +2087,7 @@
|
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.Label label19;
|
|
|
private CustomControl.DataGridViewWithSerialNum GridPrcode;
|
|
private CustomControl.DataGridViewWithSerialNum GridPrcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
|
|
|
|
|
+ private System.Windows.Forms.Button SetPrintStatus;
|
|
|
|
|
+ private System.Windows.Forms.Label SetPrintStatus_label;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|