|
|
@@ -29,7 +29,7 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Packing_PackageCollection));
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Packing_PackageCollectionZX));
|
|
|
this.pa_makecode = new System.Windows.Forms.Label();
|
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
|
this.Cancel = new System.Windows.Forms.CheckBox();
|
|
|
@@ -58,6 +58,7 @@
|
|
|
this.IP = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.pa_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.groupBoxWithBorder2 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.UploadZTE = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
|
|
|
@@ -77,6 +78,7 @@
|
|
|
this.PrintList_label = new System.Windows.Forms.Label();
|
|
|
this.PrintNum_label = new System.Windows.Forms.Label();
|
|
|
this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
this.locksalecode = new System.Windows.Forms.CheckBox();
|
|
|
this.PreFix_label = new System.Windows.Forms.Label();
|
|
|
@@ -108,10 +110,22 @@
|
|
|
this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pa_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
+ this.groupBoxWithBorder3 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.RefreshWeigh = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.pr_cartonunit1 = new System.Windows.Forms.Label();
|
|
|
+ this.pr_cartonunit = new System.Windows.Forms.Label();
|
|
|
+ this.pr_cartonboxgw = new System.Windows.Forms.Label();
|
|
|
+ this.label4 = new System.Windows.Forms.Label();
|
|
|
+ this.weight = new System.Windows.Forms.Label();
|
|
|
+ this.label5 = new System.Windows.Forms.Label();
|
|
|
+ this.StopWeight = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.StartWeight = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.ComList = new System.Windows.Forms.Label();
|
|
|
+ this.BaudRate = new System.Windows.Forms.Label();
|
|
|
this.groupBoxWithBorder2.SuspendLayout();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
|
|
|
+ this.groupBoxWithBorder3.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// pa_makecode
|
|
|
@@ -452,6 +466,7 @@
|
|
|
// groupBoxWithBorder2
|
|
|
//
|
|
|
this.groupBoxWithBorder2.BorderColor = System.Drawing.Color.Black;
|
|
|
+ this.groupBoxWithBorder2.Controls.Add(this.UploadZTE);
|
|
|
this.groupBoxWithBorder2.Controls.Add(this.PrintNum);
|
|
|
this.groupBoxWithBorder2.Controls.Add(this.label1);
|
|
|
this.groupBoxWithBorder2.Controls.Add(this.StepCount);
|
|
|
@@ -481,13 +496,33 @@
|
|
|
this.groupBoxWithBorder2.Text = "打印";
|
|
|
this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
|
|
|
//
|
|
|
+ // UploadZTE
|
|
|
+ //
|
|
|
+ this.UploadZTE.AllPower = null;
|
|
|
+ this.UploadZTE.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.UploadZTE.DownImage = ((System.Drawing.Image)(resources.GetObject("UploadZTE.DownImage")));
|
|
|
+ this.UploadZTE.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.UploadZTE.Image = null;
|
|
|
+ this.UploadZTE.IsShowBorder = true;
|
|
|
+ this.UploadZTE.Location = new System.Drawing.Point(168, 260);
|
|
|
+ this.UploadZTE.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.UploadZTE.MoveImage = ((System.Drawing.Image)(resources.GetObject("UploadZTE.MoveImage")));
|
|
|
+ this.UploadZTE.Name = "UploadZTE";
|
|
|
+ this.UploadZTE.NormalImage = ((System.Drawing.Image)(resources.GetObject("UploadZTE.NormalImage")));
|
|
|
+ this.UploadZTE.Power = "ifspecial";
|
|
|
+ this.UploadZTE.Size = new System.Drawing.Size(120, 48);
|
|
|
+ this.UploadZTE.TabIndex = 194;
|
|
|
+ this.UploadZTE.Text = "上传星云";
|
|
|
+ this.UploadZTE.UseVisualStyleBackColor = true;
|
|
|
+ this.UploadZTE.Click += new System.EventHandler(this.UploadZTE_Click);
|
|
|
+ //
|
|
|
// PrintNum
|
|
|
//
|
|
|
this.PrintNum.AllPower = null;
|
|
|
this.PrintNum.BackColor = System.Drawing.Color.White;
|
|
|
this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.PrintNum.ID = null;
|
|
|
- this.PrintNum.Location = new System.Drawing.Point(510, 260);
|
|
|
+ this.PrintNum.Location = new System.Drawing.Point(577, 263);
|
|
|
this.PrintNum.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.PrintNum.Name = "PrintNum";
|
|
|
this.PrintNum.Power = null;
|
|
|
@@ -501,7 +536,7 @@
|
|
|
//
|
|
|
this.label1.AutoSize = true;
|
|
|
this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label1.Location = new System.Drawing.Point(530, 32);
|
|
|
+ this.label1.Location = new System.Drawing.Point(532, 34);
|
|
|
this.label1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(146, 41);
|
|
|
@@ -524,7 +559,7 @@
|
|
|
this.checkweightlabel.AutoSize = true;
|
|
|
this.checkweightlabel.CutLength = null;
|
|
|
this.checkweightlabel.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.checkweightlabel.Location = new System.Drawing.Point(56, 48);
|
|
|
+ this.checkweightlabel.Location = new System.Drawing.Point(58, 50);
|
|
|
this.checkweightlabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.checkweightlabel.MaximumSize = new System.Drawing.Size(400, 0);
|
|
|
this.checkweightlabel.Name = "checkweightlabel";
|
|
|
@@ -535,7 +570,7 @@
|
|
|
//
|
|
|
this.ob_nowcheckqty.AutoSize = true;
|
|
|
this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ob_nowcheckqty.Location = new System.Drawing.Point(692, 176);
|
|
|
+ this.ob_nowcheckqty.Location = new System.Drawing.Point(694, 178);
|
|
|
this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ob_nowcheckqty.Name = "ob_nowcheckqty";
|
|
|
this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 41);
|
|
|
@@ -545,7 +580,7 @@
|
|
|
//
|
|
|
this.ob_batchqty.AutoSize = true;
|
|
|
this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ob_batchqty.Location = new System.Drawing.Point(692, 100);
|
|
|
+ this.ob_batchqty.Location = new System.Drawing.Point(694, 102);
|
|
|
this.ob_batchqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ob_batchqty.Name = "ob_batchqty";
|
|
|
this.ob_batchqty.Size = new System.Drawing.Size(0, 41);
|
|
|
@@ -555,7 +590,7 @@
|
|
|
//
|
|
|
this.ob_nowcheckqty_label.AutoSize = true;
|
|
|
this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ob_nowcheckqty_label.Location = new System.Drawing.Point(530, 176);
|
|
|
+ this.ob_nowcheckqty_label.Location = new System.Drawing.Point(532, 178);
|
|
|
this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
|
|
|
this.ob_nowcheckqty_label.Size = new System.Drawing.Size(146, 41);
|
|
|
@@ -566,7 +601,7 @@
|
|
|
//
|
|
|
this.ob_batchqty_label.AutoSize = true;
|
|
|
this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ob_batchqty_label.Location = new System.Drawing.Point(530, 104);
|
|
|
+ this.ob_batchqty_label.Location = new System.Drawing.Point(532, 106);
|
|
|
this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ob_batchqty_label.Name = "ob_batchqty_label";
|
|
|
this.ob_batchqty_label.Size = new System.Drawing.Size(146, 41);
|
|
|
@@ -577,7 +612,7 @@
|
|
|
//
|
|
|
this.ob_checkno.AutoSize = true;
|
|
|
this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ob_checkno.Location = new System.Drawing.Point(692, 32);
|
|
|
+ this.ob_checkno.Location = new System.Drawing.Point(694, 34);
|
|
|
this.ob_checkno.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ob_checkno.Name = "ob_checkno";
|
|
|
this.ob_checkno.Size = new System.Drawing.Size(0, 41);
|
|
|
@@ -593,7 +628,7 @@
|
|
|
this.SendCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.SendCheck.Image = null;
|
|
|
this.SendCheck.IsShowBorder = true;
|
|
|
- this.SendCheck.Location = new System.Drawing.Point(740, 260);
|
|
|
+ this.SendCheck.Location = new System.Drawing.Point(778, 261);
|
|
|
this.SendCheck.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
|
|
|
this.SendCheck.Name = "SendCheck";
|
|
|
@@ -642,7 +677,7 @@
|
|
|
//
|
|
|
this.label3.AutoSize = true;
|
|
|
this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label3.Location = new System.Drawing.Point(16, 178);
|
|
|
+ this.label3.Location = new System.Drawing.Point(18, 180);
|
|
|
this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label3.Name = "label3";
|
|
|
this.label3.Size = new System.Drawing.Size(146, 41);
|
|
|
@@ -652,7 +687,7 @@
|
|
|
// AutoPrint
|
|
|
//
|
|
|
this.AutoPrint.Checked = false;
|
|
|
- this.AutoPrint.Location = new System.Drawing.Point(166, 262);
|
|
|
+ this.AutoPrint.Location = new System.Drawing.Point(300, 261);
|
|
|
this.AutoPrint.Margin = new System.Windows.Forms.Padding(6, 8, 6, 8);
|
|
|
this.AutoPrint.Name = "AutoPrint";
|
|
|
this.AutoPrint.Size = new System.Drawing.Size(180, 46);
|
|
|
@@ -675,7 +710,7 @@
|
|
|
this.Printing.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
this.Printing.Image = null;
|
|
|
this.Printing.IsShowBorder = true;
|
|
|
- this.Printing.Location = new System.Drawing.Point(622, 260);
|
|
|
+ this.Printing.Location = new System.Drawing.Point(660, 261);
|
|
|
this.Printing.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.Printing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Printing.MoveImage")));
|
|
|
this.Printing.Name = "Printing";
|
|
|
@@ -692,7 +727,7 @@
|
|
|
//
|
|
|
this.PrintList_label.AutoSize = true;
|
|
|
this.PrintList_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.PrintList_label.Location = new System.Drawing.Point(16, 98);
|
|
|
+ this.PrintList_label.Location = new System.Drawing.Point(18, 100);
|
|
|
this.PrintList_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.PrintList_label.Name = "PrintList_label";
|
|
|
this.PrintList_label.Size = new System.Drawing.Size(178, 41);
|
|
|
@@ -703,7 +738,7 @@
|
|
|
//
|
|
|
this.PrintNum_label.AutoSize = true;
|
|
|
this.PrintNum_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.PrintNum_label.Location = new System.Drawing.Point(416, 260);
|
|
|
+ this.PrintNum_label.Location = new System.Drawing.Point(484, 261);
|
|
|
this.PrintNum_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.PrintNum_label.Name = "PrintNum_label";
|
|
|
this.PrintNum_label.Size = new System.Drawing.Size(82, 41);
|
|
|
@@ -746,6 +781,19 @@
|
|
|
this.groupBoxWithBorder1.Text = "装箱信息";
|
|
|
this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
|
|
|
//
|
|
|
+ // LockMakeCode
|
|
|
+ //
|
|
|
+ this.LockMakeCode.AutoSize = true;
|
|
|
+ this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.LockMakeCode.LeaveEvent = false;
|
|
|
+ this.LockMakeCode.Location = new System.Drawing.Point(356, 283);
|
|
|
+ this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.LockMakeCode.Name = "LockMakeCode";
|
|
|
+ this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
|
|
|
+ this.LockMakeCode.TabIndex = 198;
|
|
|
+ this.LockMakeCode.Text = "锁定";
|
|
|
+ this.LockMakeCode.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// ma_code
|
|
|
//
|
|
|
this.ma_code.AllPower = null;
|
|
|
@@ -771,7 +819,7 @@
|
|
|
this.locksalecode.AutoSize = true;
|
|
|
this.locksalecode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.locksalecode.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.locksalecode.Location = new System.Drawing.Point(584, 34);
|
|
|
+ this.locksalecode.Location = new System.Drawing.Point(586, 36);
|
|
|
this.locksalecode.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.locksalecode.Name = "locksalecode";
|
|
|
this.locksalecode.Size = new System.Drawing.Size(186, 28);
|
|
|
@@ -783,7 +831,7 @@
|
|
|
//
|
|
|
this.PreFix_label.AutoSize = true;
|
|
|
this.PreFix_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.PreFix_label.Location = new System.Drawing.Point(358, 30);
|
|
|
+ this.PreFix_label.Location = new System.Drawing.Point(360, 32);
|
|
|
this.PreFix_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.PreFix_label.Name = "PreFix_label";
|
|
|
this.PreFix_label.Size = new System.Drawing.Size(71, 36);
|
|
|
@@ -811,7 +859,7 @@
|
|
|
//
|
|
|
this.pa_salecode_label.AutoSize = true;
|
|
|
this.pa_salecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_salecode_label.Location = new System.Drawing.Point(443, 281);
|
|
|
+ this.pa_salecode_label.Location = new System.Drawing.Point(445, 283);
|
|
|
this.pa_salecode_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pa_salecode_label.Name = "pa_salecode_label";
|
|
|
this.pa_salecode_label.Size = new System.Drawing.Size(146, 41);
|
|
|
@@ -822,7 +870,7 @@
|
|
|
//
|
|
|
this.ma_code_label.AutoSize = true;
|
|
|
this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_code_label.Location = new System.Drawing.Point(12, 274);
|
|
|
+ this.ma_code_label.Location = new System.Drawing.Point(14, 276);
|
|
|
this.ma_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ma_code_label.Name = "ma_code_label";
|
|
|
this.ma_code_label.Size = new System.Drawing.Size(114, 41);
|
|
|
@@ -833,7 +881,7 @@
|
|
|
//
|
|
|
this.ms_salecode.AutoSize = true;
|
|
|
this.ms_salecode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ms_salecode.Location = new System.Drawing.Point(605, 281);
|
|
|
+ this.ms_salecode.Location = new System.Drawing.Point(607, 283);
|
|
|
this.ms_salecode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.ms_salecode.Name = "ms_salecode";
|
|
|
this.ms_salecode.Size = new System.Drawing.Size(0, 41);
|
|
|
@@ -843,7 +891,7 @@
|
|
|
//
|
|
|
this.OutBoxLength_label.AutoSize = true;
|
|
|
this.OutBoxLength_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OutBoxLength_label.Location = new System.Drawing.Point(162, 30);
|
|
|
+ this.OutBoxLength_label.Location = new System.Drawing.Point(164, 32);
|
|
|
this.OutBoxLength_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.OutBoxLength_label.Name = "OutBoxLength_label";
|
|
|
this.OutBoxLength_label.Size = new System.Drawing.Size(71, 36);
|
|
|
@@ -909,7 +957,7 @@
|
|
|
this.AutoGenBoxCode.AutoSize = true;
|
|
|
this.AutoGenBoxCode.Checked = true;
|
|
|
this.AutoGenBoxCode.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
- this.AutoGenBoxCode.Location = new System.Drawing.Point(496, 90);
|
|
|
+ this.AutoGenBoxCode.Location = new System.Drawing.Point(498, 92);
|
|
|
this.AutoGenBoxCode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.AutoGenBoxCode.Name = "AutoGenBoxCode";
|
|
|
this.AutoGenBoxCode.Size = new System.Drawing.Size(178, 45);
|
|
|
@@ -922,7 +970,7 @@
|
|
|
//
|
|
|
this.pa_currentqty_label.AutoSize = true;
|
|
|
this.pa_currentqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_currentqty_label.Location = new System.Drawing.Point(424, 154);
|
|
|
+ this.pa_currentqty_label.Location = new System.Drawing.Point(426, 156);
|
|
|
this.pa_currentqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pa_currentqty_label.Name = "pa_currentqty_label";
|
|
|
this.pa_currentqty_label.Size = new System.Drawing.Size(146, 41);
|
|
|
@@ -933,7 +981,7 @@
|
|
|
//
|
|
|
this.pr_detail_label.AutoSize = true;
|
|
|
this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_detail_label.Location = new System.Drawing.Point(420, 210);
|
|
|
+ this.pr_detail_label.Location = new System.Drawing.Point(422, 212);
|
|
|
this.pr_detail_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pr_detail_label.Name = "pr_detail_label";
|
|
|
this.pr_detail_label.Size = new System.Drawing.Size(146, 41);
|
|
|
@@ -963,7 +1011,7 @@
|
|
|
//
|
|
|
this.pa_currentqty.AutoSize = true;
|
|
|
this.pa_currentqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_currentqty.Location = new System.Drawing.Point(580, 150);
|
|
|
+ this.pa_currentqty.Location = new System.Drawing.Point(582, 152);
|
|
|
this.pa_currentqty.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pa_currentqty.Name = "pa_currentqty";
|
|
|
this.pa_currentqty.Size = new System.Drawing.Size(0, 41);
|
|
|
@@ -973,7 +1021,7 @@
|
|
|
//
|
|
|
this.pr_code_label.AutoSize = true;
|
|
|
this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_code_label.Location = new System.Drawing.Point(12, 210);
|
|
|
+ this.pr_code_label.Location = new System.Drawing.Point(14, 212);
|
|
|
this.pr_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pr_code_label.Name = "pr_code_label";
|
|
|
this.pr_code_label.Size = new System.Drawing.Size(146, 41);
|
|
|
@@ -984,7 +1032,7 @@
|
|
|
//
|
|
|
this.pr_detail.AutoSize = true;
|
|
|
this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_detail.Location = new System.Drawing.Point(582, 210);
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(584, 212);
|
|
|
this.pr_detail.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pr_detail.Name = "pr_detail";
|
|
|
this.pr_detail.Size = new System.Drawing.Size(0, 41);
|
|
|
@@ -994,7 +1042,7 @@
|
|
|
//
|
|
|
this.pr_outboxinnerqty_label.AutoSize = true;
|
|
|
this.pr_outboxinnerqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(12, 148);
|
|
|
+ this.pr_outboxinnerqty_label.Location = new System.Drawing.Point(14, 150);
|
|
|
this.pr_outboxinnerqty_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pr_outboxinnerqty_label.Name = "pr_outboxinnerqty_label";
|
|
|
this.pr_outboxinnerqty_label.Size = new System.Drawing.Size(146, 41);
|
|
|
@@ -1005,7 +1053,7 @@
|
|
|
//
|
|
|
this.pr_code.AutoSize = true;
|
|
|
this.pr_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_code.Location = new System.Drawing.Point(184, 210);
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(186, 212);
|
|
|
this.pr_code.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pr_code.MaximumSize = new System.Drawing.Size(300, 0);
|
|
|
this.pr_code.Name = "pr_code";
|
|
|
@@ -1017,7 +1065,7 @@
|
|
|
//
|
|
|
this.pa_code_label.AutoSize = true;
|
|
|
this.pa_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_code_label.Location = new System.Drawing.Point(12, 88);
|
|
|
+ this.pa_code_label.Location = new System.Drawing.Point(14, 90);
|
|
|
this.pa_code_label.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.pa_code_label.Name = "pa_code_label";
|
|
|
this.pa_code_label.Size = new System.Drawing.Size(82, 41);
|
|
|
@@ -1090,7 +1138,7 @@
|
|
|
this.PackageDetail.ReadOnly = true;
|
|
|
this.PackageDetail.RowHeadersWidth = 82;
|
|
|
this.PackageDetail.RowTemplate.Height = 23;
|
|
|
- this.PackageDetail.Size = new System.Drawing.Size(1724, 480);
|
|
|
+ this.PackageDetail.Size = new System.Drawing.Size(1226, 480);
|
|
|
this.PackageDetail.TabIndex = 134;
|
|
|
//
|
|
|
// pd_barcode
|
|
|
@@ -1153,25 +1201,188 @@
|
|
|
this.pd_id.Visible = false;
|
|
|
this.pd_id.Width = 200;
|
|
|
//
|
|
|
- // LockMakeCode
|
|
|
- //
|
|
|
- this.LockMakeCode.AutoSize = true;
|
|
|
- this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.LockMakeCode.LeaveEvent = false;
|
|
|
- this.LockMakeCode.Location = new System.Drawing.Point(354, 281);
|
|
|
- this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.LockMakeCode.Name = "LockMakeCode";
|
|
|
- this.LockMakeCode.Size = new System.Drawing.Size(94, 35);
|
|
|
- this.LockMakeCode.TabIndex = 198;
|
|
|
- this.LockMakeCode.Text = "锁定";
|
|
|
- this.LockMakeCode.UseVisualStyleBackColor = true;
|
|
|
- //
|
|
|
- // Packing_PackageCollection
|
|
|
+ // groupBoxWithBorder3
|
|
|
+ //
|
|
|
+ this.groupBoxWithBorder3.BorderColor = System.Drawing.Color.Black;
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.StopWeight);
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.StartWeight);
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.RefreshWeigh);
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.pr_cartonunit1);
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.pr_cartonunit);
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.pr_cartonboxgw);
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.label4);
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.weight);
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.label5);
|
|
|
+ this.groupBoxWithBorder3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.groupBoxWithBorder3.Location = new System.Drawing.Point(1258, 358);
|
|
|
+ this.groupBoxWithBorder3.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.groupBoxWithBorder3.Name = "groupBoxWithBorder3";
|
|
|
+ this.groupBoxWithBorder3.Padding = new System.Windows.Forms.Padding(4);
|
|
|
+ this.groupBoxWithBorder3.Size = new System.Drawing.Size(474, 482);
|
|
|
+ this.groupBoxWithBorder3.TabIndex = 211;
|
|
|
+ this.groupBoxWithBorder3.TabStop = false;
|
|
|
+ this.groupBoxWithBorder3.Text = "称量信息";
|
|
|
+ this.groupBoxWithBorder3.TextColor = System.Drawing.Color.Black;
|
|
|
+ //
|
|
|
+ // RefreshWeigh
|
|
|
+ //
|
|
|
+ this.RefreshWeigh.AllPower = "ifall";
|
|
|
+ this.RefreshWeigh.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.RefreshWeigh.DownImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.DownImage")));
|
|
|
+ this.RefreshWeigh.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.RefreshWeigh.Image = null;
|
|
|
+ this.RefreshWeigh.IsShowBorder = true;
|
|
|
+ this.RefreshWeigh.Location = new System.Drawing.Point(222, 250);
|
|
|
+ this.RefreshWeigh.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.RefreshWeigh.MoveImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.MoveImage")));
|
|
|
+ this.RefreshWeigh.Name = "RefreshWeigh";
|
|
|
+ this.RefreshWeigh.NormalImage = ((System.Drawing.Image)(resources.GetObject("RefreshWeigh.NormalImage")));
|
|
|
+ this.RefreshWeigh.Power = null;
|
|
|
+ this.RefreshWeigh.Size = new System.Drawing.Size(116, 48);
|
|
|
+ this.RefreshWeigh.TabIndex = 185;
|
|
|
+ this.RefreshWeigh.Tag = "ifread";
|
|
|
+ this.RefreshWeigh.Text = "刷新重量";
|
|
|
+ this.RefreshWeigh.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // pr_cartonunit1
|
|
|
+ //
|
|
|
+ this.pr_cartonunit1.AutoSize = true;
|
|
|
+ this.pr_cartonunit1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_cartonunit1.Location = new System.Drawing.Point(163, 253);
|
|
|
+ this.pr_cartonunit1.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.pr_cartonunit1.Name = "pr_cartonunit1";
|
|
|
+ this.pr_cartonunit1.Size = new System.Drawing.Size(38, 41);
|
|
|
+ this.pr_cartonunit1.TabIndex = 184;
|
|
|
+ this.pr_cartonunit1.Tag = "pr_cartonunit";
|
|
|
+ this.pr_cartonunit1.Text = "g";
|
|
|
+ this.pr_cartonunit1.Visible = false;
|
|
|
+ //
|
|
|
+ // pr_cartonunit
|
|
|
+ //
|
|
|
+ this.pr_cartonunit.AutoSize = true;
|
|
|
+ this.pr_cartonunit.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_cartonunit.Location = new System.Drawing.Point(101, 47);
|
|
|
+ this.pr_cartonunit.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.pr_cartonunit.Name = "pr_cartonunit";
|
|
|
+ this.pr_cartonunit.Size = new System.Drawing.Size(38, 41);
|
|
|
+ this.pr_cartonunit.TabIndex = 183;
|
|
|
+ this.pr_cartonunit.Text = "g";
|
|
|
+ this.pr_cartonunit.Visible = false;
|
|
|
+ //
|
|
|
+ // pr_cartonboxgw
|
|
|
+ //
|
|
|
+ this.pr_cartonboxgw.AutoSize = true;
|
|
|
+ this.pr_cartonboxgw.Font = new System.Drawing.Font("微软雅黑", 25F);
|
|
|
+ this.pr_cartonboxgw.Location = new System.Drawing.Point(33, 327);
|
|
|
+ this.pr_cartonboxgw.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.pr_cartonboxgw.Name = "pr_cartonboxgw";
|
|
|
+ this.pr_cartonboxgw.Size = new System.Drawing.Size(0, 88);
|
|
|
+ this.pr_cartonboxgw.TabIndex = 182;
|
|
|
+ //
|
|
|
+ // label4
|
|
|
+ //
|
|
|
+ this.label4.AutoSize = true;
|
|
|
+ this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label4.Location = new System.Drawing.Point(17, 253);
|
|
|
+ this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label4.TabIndex = 181;
|
|
|
+ this.label4.Text = "标准重量";
|
|
|
+ //
|
|
|
+ // weight
|
|
|
+ //
|
|
|
+ this.weight.AutoSize = true;
|
|
|
+ this.weight.Font = new System.Drawing.Font("微软雅黑", 35F);
|
|
|
+ this.weight.ForeColor = System.Drawing.Color.DarkGreen;
|
|
|
+ this.weight.Location = new System.Drawing.Point(29, 115);
|
|
|
+ this.weight.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.weight.Name = "weight";
|
|
|
+ this.weight.Size = new System.Drawing.Size(0, 121);
|
|
|
+ this.weight.TabIndex = 180;
|
|
|
+ //
|
|
|
+ // label5
|
|
|
+ //
|
|
|
+ this.label5.AutoSize = true;
|
|
|
+ this.label5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label5.Location = new System.Drawing.Point(17, 47);
|
|
|
+ this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label5.TabIndex = 179;
|
|
|
+ this.label5.Text = "重量";
|
|
|
+ //
|
|
|
+ // StopWeight
|
|
|
+ //
|
|
|
+ this.StopWeight.AllPower = null;
|
|
|
+ this.StopWeight.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.StopWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.DownImage")));
|
|
|
+ this.StopWeight.Image = ((System.Drawing.Image)(resources.GetObject("StopWeight.Image")));
|
|
|
+ this.StopWeight.IsShowBorder = true;
|
|
|
+ this.StopWeight.Location = new System.Drawing.Point(309, 47);
|
|
|
+ this.StopWeight.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.StopWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.MoveImage")));
|
|
|
+ this.StopWeight.Name = "StopWeight";
|
|
|
+ this.StopWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.NormalImage")));
|
|
|
+ this.StopWeight.Power = null;
|
|
|
+ this.StopWeight.Size = new System.Drawing.Size(149, 48);
|
|
|
+ this.StopWeight.TabIndex = 187;
|
|
|
+ this.StopWeight.Text = "停止称量";
|
|
|
+ this.StopWeight.UseVisualStyleBackColor = true;
|
|
|
+ this.StopWeight.Click += new System.EventHandler(this.StopWeight_Click);
|
|
|
+ //
|
|
|
+ // StartWeight
|
|
|
+ //
|
|
|
+ this.StartWeight.AllPower = null;
|
|
|
+ this.StartWeight.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.StartWeight.DownImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.DownImage")));
|
|
|
+ this.StartWeight.Image = ((System.Drawing.Image)(resources.GetObject("StartWeight.Image")));
|
|
|
+ this.StartWeight.IsShowBorder = true;
|
|
|
+ this.StartWeight.Location = new System.Drawing.Point(151, 47);
|
|
|
+ this.StartWeight.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.StartWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.MoveImage")));
|
|
|
+ this.StartWeight.Name = "StartWeight";
|
|
|
+ this.StartWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.NormalImage")));
|
|
|
+ this.StartWeight.Power = null;
|
|
|
+ this.StartWeight.Size = new System.Drawing.Size(151, 48);
|
|
|
+ this.StartWeight.TabIndex = 186;
|
|
|
+ this.StartWeight.Text = "开始称量";
|
|
|
+ this.StartWeight.UseVisualStyleBackColor = true;
|
|
|
+ this.StartWeight.Click += new System.EventHandler(this.StartWeight_Click);
|
|
|
+ //
|
|
|
+ // ComList
|
|
|
+ //
|
|
|
+ this.ComList.AutoSize = true;
|
|
|
+ this.ComList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ComList.Location = new System.Drawing.Point(1190, 865);
|
|
|
+ this.ComList.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.ComList.Name = "ComList";
|
|
|
+ this.ComList.Size = new System.Drawing.Size(128, 38);
|
|
|
+ this.ComList.TabIndex = 189;
|
|
|
+ this.ComList.Text = "ComList";
|
|
|
+ this.ComList.Visible = false;
|
|
|
+ //
|
|
|
+ // BaudRate
|
|
|
+ //
|
|
|
+ this.BaudRate.AutoSize = true;
|
|
|
+ this.BaudRate.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.BaudRate.Location = new System.Drawing.Point(1190, 917);
|
|
|
+ this.BaudRate.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.BaudRate.Name = "BaudRate";
|
|
|
+ this.BaudRate.Size = new System.Drawing.Size(150, 38);
|
|
|
+ this.BaudRate.TabIndex = 188;
|
|
|
+ this.BaudRate.Text = "BaudRate";
|
|
|
+ this.BaudRate.Visible = false;
|
|
|
+ //
|
|
|
+ // Packing_PackageCollectionZX
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
|
this.ClientSize = new System.Drawing.Size(1758, 1168);
|
|
|
+ this.Controls.Add(this.ComList);
|
|
|
+ this.Controls.Add(this.BaudRate);
|
|
|
+ this.Controls.Add(this.groupBoxWithBorder3);
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.Remark_PreFix);
|
|
|
this.Controls.Add(this.AllowRepeat);
|
|
|
@@ -1207,7 +1418,7 @@
|
|
|
this.Controls.Add(this.pa_makecode);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
this.Margin = new System.Windows.Forms.Padding(6);
|
|
|
- this.Name = "Packing_PackageCollection";
|
|
|
+ this.Name = "Packing_PackageCollectionZX";
|
|
|
this.Tag = "Packing!PackageCollection";
|
|
|
this.Text = "包装采集";
|
|
|
this.Activated += new System.EventHandler(this.PackCollection_Activated);
|
|
|
@@ -1219,6 +1430,8 @@
|
|
|
this.groupBoxWithBorder1.ResumeLayout(true);
|
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
|
|
|
+ this.groupBoxWithBorder3.ResumeLayout(true);
|
|
|
+ this.groupBoxWithBorder3.PerformLayout();
|
|
|
this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -1305,5 +1518,18 @@
|
|
|
private CustomControl.TextBoxWithIcon.SnCollectionBox Remark_PreFix;
|
|
|
private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
|
|
|
private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton UploadZTE;
|
|
|
+ private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder3;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton RefreshWeigh;
|
|
|
+ private System.Windows.Forms.Label pr_cartonunit1;
|
|
|
+ private System.Windows.Forms.Label pr_cartonunit;
|
|
|
+ private System.Windows.Forms.Label pr_cartonboxgw;
|
|
|
+ private System.Windows.Forms.Label label4;
|
|
|
+ private System.Windows.Forms.Label weight;
|
|
|
+ private System.Windows.Forms.Label label5;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton StopWeight;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton StartWeight;
|
|
|
+ private System.Windows.Forms.Label ComList;
|
|
|
+ private System.Windows.Forms.Label BaudRate;
|
|
|
}
|
|
|
}
|