|
|
@@ -102,6 +102,7 @@
|
|
|
this.ImportExcel = new System.Windows.Forms.OpenFileDialog();
|
|
|
this.pi_class = new System.Windows.Forms.Label();
|
|
|
this.CustBarCode = new System.Windows.Forms.Button();
|
|
|
+ this.FTPModel = new System.Windows.Forms.CheckBox();
|
|
|
this.cu_code = new UAS_LabelMachine.CustomControl.SearchTextBox();
|
|
|
this.groupBoxWithBorder1 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.Order_Prod = new System.Windows.Forms.RadioButton();
|
|
|
@@ -141,7 +142,7 @@
|
|
|
this.pib_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_ordercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_orispeccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_vendprodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_madein = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pr_zxbzs = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -154,6 +155,7 @@
|
|
|
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_custprodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -203,7 +205,15 @@
|
|
|
this.OutboxCapacity = new System.Windows.Forms.NumericUpDown();
|
|
|
this.OutBoxLabelPrint = new System.Windows.Forms.Button();
|
|
|
this.OutBoxCombox = new System.Windows.Forms.ComboBox();
|
|
|
- this.FTPModel = new System.Windows.Forms.CheckBox();
|
|
|
+ this.groupBoxWithBorder3 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.label20 = new System.Windows.Forms.Label();
|
|
|
+ this.pib_size = new System.Windows.Forms.ComboBox();
|
|
|
+ this.ButtonMidWeigh = new System.Windows.Forms.Button();
|
|
|
+ this.CloseSerialPort = new System.Windows.Forms.Button();
|
|
|
+ this.ConnectCom = new System.Windows.Forms.Button();
|
|
|
+ this.ButtonWeigh = new System.Windows.Forms.Button();
|
|
|
+ this.Weight = new System.Windows.Forms.Label();
|
|
|
+ this.Com = new System.IO.Ports.SerialPort(this.components);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Si_ItemDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).BeginInit();
|
|
|
this.ShowMenu.SuspendLayout();
|
|
|
@@ -216,6 +226,7 @@
|
|
|
this.OutBoxLabel.SuspendLayout();
|
|
|
this.groupBoxWithBorder2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).BeginInit();
|
|
|
+ this.groupBoxWithBorder3.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// pi_inoutno_label
|
|
|
@@ -869,6 +880,19 @@
|
|
|
this.CustBarCode.UseVisualStyleBackColor = true;
|
|
|
this.CustBarCode.Click += new System.EventHandler(this.CustBarCode_Click);
|
|
|
//
|
|
|
+ // FTPModel
|
|
|
+ //
|
|
|
+ this.FTPModel.AutoSize = true;
|
|
|
+ this.FTPModel.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.FTPModel.Location = new System.Drawing.Point(462, 308);
|
|
|
+ this.FTPModel.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.FTPModel.Name = "FTPModel";
|
|
|
+ this.FTPModel.Size = new System.Drawing.Size(158, 31);
|
|
|
+ this.FTPModel.TabIndex = 92;
|
|
|
+ this.FTPModel.Text = "FTP被动模式";
|
|
|
+ this.FTPModel.UseVisualStyleBackColor = true;
|
|
|
+ this.FTPModel.CheckedChanged += new System.EventHandler(this.FTPModel_CheckedChanged);
|
|
|
+ //
|
|
|
// cu_code
|
|
|
//
|
|
|
this.cu_code.AllPower = null;
|
|
|
@@ -905,16 +929,17 @@
|
|
|
this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
|
|
|
this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(4);
|
|
|
- this.groupBoxWithBorder1.Size = new System.Drawing.Size(302, 500);
|
|
|
+ this.groupBoxWithBorder1.Size = new System.Drawing.Size(302, 10);
|
|
|
this.groupBoxWithBorder1.TabIndex = 81;
|
|
|
this.groupBoxWithBorder1.TabStop = false;
|
|
|
this.groupBoxWithBorder1.Text = " 打印参数设置";
|
|
|
+ this.groupBoxWithBorder1.Visible = false;
|
|
|
//
|
|
|
// Order_Prod
|
|
|
//
|
|
|
this.Order_Prod.AutoSize = true;
|
|
|
this.Order_Prod.Checked = true;
|
|
|
- this.Order_Prod.Location = new System.Drawing.Point(54, 365);
|
|
|
+ this.Order_Prod.Location = new System.Drawing.Point(59, 370);
|
|
|
this.Order_Prod.Name = "Order_Prod";
|
|
|
this.Order_Prod.Size = new System.Drawing.Size(149, 28);
|
|
|
this.Order_Prod.TabIndex = 92;
|
|
|
@@ -926,7 +951,7 @@
|
|
|
// Order_Detno
|
|
|
//
|
|
|
this.Order_Detno.AutoSize = true;
|
|
|
- this.Order_Detno.Location = new System.Drawing.Point(54, 422);
|
|
|
+ this.Order_Detno.Location = new System.Drawing.Point(59, 427);
|
|
|
this.Order_Detno.Name = "Order_Detno";
|
|
|
this.Order_Detno.Size = new System.Drawing.Size(149, 28);
|
|
|
this.Order_Detno.TabIndex = 91;
|
|
|
@@ -938,7 +963,7 @@
|
|
|
//
|
|
|
this.label18.AutoSize = true;
|
|
|
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(145, 283);
|
|
|
+ this.label18.Location = new System.Drawing.Point(150, 288);
|
|
|
this.label18.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label18.Name = "label18";
|
|
|
this.label18.Size = new System.Drawing.Size(24, 31);
|
|
|
@@ -973,7 +998,7 @@
|
|
|
//
|
|
|
this.label16.AutoSize = true;
|
|
|
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(143, 137);
|
|
|
+ this.label16.Location = new System.Drawing.Point(148, 142);
|
|
|
this.label16.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label16.Name = "label16";
|
|
|
this.label16.Size = new System.Drawing.Size(24, 31);
|
|
|
@@ -1008,7 +1033,7 @@
|
|
|
//
|
|
|
this.label12.AutoSize = true;
|
|
|
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(27, 229);
|
|
|
+ this.label12.Location = new System.Drawing.Point(32, 234);
|
|
|
this.label12.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label12.Name = "label12";
|
|
|
this.label12.Size = new System.Drawing.Size(110, 31);
|
|
|
@@ -1019,7 +1044,7 @@
|
|
|
//
|
|
|
this.label7.AutoSize = true;
|
|
|
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(27, 87);
|
|
|
+ this.label7.Location = new System.Drawing.Point(32, 92);
|
|
|
this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label7.Name = "label7";
|
|
|
this.label7.Size = new System.Drawing.Size(110, 31);
|
|
|
@@ -1073,7 +1098,7 @@
|
|
|
//
|
|
|
this.Capacity.AutoSize = true;
|
|
|
this.Capacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Capacity.Location = new System.Drawing.Point(125, 143);
|
|
|
+ this.Capacity.Location = new System.Drawing.Point(130, 148);
|
|
|
this.Capacity.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.Capacity.Name = "Capacity";
|
|
|
this.Capacity.Size = new System.Drawing.Size(0, 31);
|
|
|
@@ -1083,7 +1108,7 @@
|
|
|
//
|
|
|
this.Process_midboxcode.AutoSize = true;
|
|
|
this.Process_midboxcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Process_midboxcode.Location = new System.Drawing.Point(125, 231);
|
|
|
+ this.Process_midboxcode.Location = new System.Drawing.Point(130, 236);
|
|
|
this.Process_midboxcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.Process_midboxcode.Name = "Process_midboxcode";
|
|
|
this.Process_midboxcode.Size = new System.Drawing.Size(28, 31);
|
|
|
@@ -1094,7 +1119,7 @@
|
|
|
//
|
|
|
this.Process_outboxcode.AutoSize = true;
|
|
|
this.Process_outboxcode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Process_outboxcode.Location = new System.Drawing.Point(125, 183);
|
|
|
+ this.Process_outboxcode.Location = new System.Drawing.Point(130, 188);
|
|
|
this.Process_outboxcode.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.Process_outboxcode.Name = "Process_outboxcode";
|
|
|
this.Process_outboxcode.Size = new System.Drawing.Size(28, 31);
|
|
|
@@ -1106,7 +1131,7 @@
|
|
|
this.TotalCount.AutoSize = true;
|
|
|
this.TotalCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.TotalCount.ForeColor = System.Drawing.Color.Blue;
|
|
|
- this.TotalCount.Location = new System.Drawing.Point(193, 47);
|
|
|
+ this.TotalCount.Location = new System.Drawing.Point(198, 52);
|
|
|
this.TotalCount.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.TotalCount.Name = "TotalCount";
|
|
|
this.TotalCount.Size = new System.Drawing.Size(28, 31);
|
|
|
@@ -1117,7 +1142,7 @@
|
|
|
//
|
|
|
this.label17.AutoSize = true;
|
|
|
this.label17.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label17.Location = new System.Drawing.Point(165, 47);
|
|
|
+ this.label17.Location = new System.Drawing.Point(170, 52);
|
|
|
this.label17.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label17.Name = "label17";
|
|
|
this.label17.Size = new System.Drawing.Size(24, 31);
|
|
|
@@ -1129,7 +1154,7 @@
|
|
|
this.CollectedCount.AutoSize = true;
|
|
|
this.CollectedCount.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.CollectedCount.ForeColor = System.Drawing.Color.Red;
|
|
|
- this.CollectedCount.Location = new System.Drawing.Point(129, 47);
|
|
|
+ this.CollectedCount.Location = new System.Drawing.Point(134, 52);
|
|
|
this.CollectedCount.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.CollectedCount.Name = "CollectedCount";
|
|
|
this.CollectedCount.Size = new System.Drawing.Size(28, 31);
|
|
|
@@ -1140,7 +1165,7 @@
|
|
|
//
|
|
|
this.label14.AutoSize = true;
|
|
|
this.label14.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label14.Location = new System.Drawing.Point(25, 183);
|
|
|
+ this.label14.Location = new System.Drawing.Point(30, 188);
|
|
|
this.label14.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label14.Name = "label14";
|
|
|
this.label14.Size = new System.Drawing.Size(62, 31);
|
|
|
@@ -1151,7 +1176,7 @@
|
|
|
//
|
|
|
this.label11.AutoSize = true;
|
|
|
this.label11.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label11.Location = new System.Drawing.Point(25, 229);
|
|
|
+ this.label11.Location = new System.Drawing.Point(30, 234);
|
|
|
this.label11.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label11.Name = "label11";
|
|
|
this.label11.Size = new System.Drawing.Size(62, 31);
|
|
|
@@ -1162,7 +1187,7 @@
|
|
|
//
|
|
|
this.label13.AutoSize = true;
|
|
|
this.label13.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label13.Location = new System.Drawing.Point(25, 103);
|
|
|
+ this.label13.Location = new System.Drawing.Point(30, 108);
|
|
|
this.label13.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label13.Name = "label13";
|
|
|
this.label13.Size = new System.Drawing.Size(86, 31);
|
|
|
@@ -1173,7 +1198,7 @@
|
|
|
//
|
|
|
this.Installed.AutoSize = true;
|
|
|
this.Installed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Installed.Location = new System.Drawing.Point(125, 103);
|
|
|
+ this.Installed.Location = new System.Drawing.Point(130, 108);
|
|
|
this.Installed.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.Installed.Name = "Installed";
|
|
|
this.Installed.Size = new System.Drawing.Size(0, 31);
|
|
|
@@ -1183,7 +1208,7 @@
|
|
|
//
|
|
|
this.Process.AutoSize = true;
|
|
|
this.Process.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Process.Location = new System.Drawing.Point(25, 47);
|
|
|
+ this.Process.Location = new System.Drawing.Point(30, 52);
|
|
|
this.Process.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.Process.Name = "Process";
|
|
|
this.Process.Size = new System.Drawing.Size(86, 31);
|
|
|
@@ -1274,7 +1299,7 @@
|
|
|
this.pib_pdno,
|
|
|
this.pib_prodcode,
|
|
|
this.pd_ordercode,
|
|
|
- this.pr_orispeccode,
|
|
|
+ this.pr_vendprodcode,
|
|
|
this.pib_brand,
|
|
|
this.pib_madein,
|
|
|
this.pr_zxbzs,
|
|
|
@@ -1287,6 +1312,7 @@
|
|
|
this.pib_qty,
|
|
|
this.pib_barcode,
|
|
|
this.pib_custbarcode,
|
|
|
+ this.PIB_CUSTMIDBOXCODE,
|
|
|
this.pib_custoutboxcode,
|
|
|
this.pd_pocode,
|
|
|
this.pd_custprodcode,
|
|
|
@@ -1300,6 +1326,7 @@
|
|
|
this.LabelInf.RowTemplate.Height = 23;
|
|
|
this.LabelInf.Size = new System.Drawing.Size(2502, 666);
|
|
|
this.LabelInf.TabIndex = 27;
|
|
|
+ this.LabelInf.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelInf_CellClick);
|
|
|
this.LabelInf.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelInf_CellEndEdit);
|
|
|
this.LabelInf.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.LabelInf_CellMouseClick);
|
|
|
this.LabelInf.CellPainting += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.LabelInf_CellPainting);
|
|
|
@@ -1371,13 +1398,13 @@
|
|
|
this.pd_ordercode.Name = "pd_ordercode";
|
|
|
this.pd_ordercode.Width = 151;
|
|
|
//
|
|
|
- // pr_orispeccode
|
|
|
+ // pr_vendprodcode
|
|
|
//
|
|
|
- this.pr_orispeccode.DataPropertyName = "pr_orispeccode";
|
|
|
- this.pr_orispeccode.HeaderText = "MPN";
|
|
|
- this.pr_orispeccode.Name = "pr_orispeccode";
|
|
|
- this.pr_orispeccode.ReadOnly = true;
|
|
|
- this.pr_orispeccode.Width = 91;
|
|
|
+ this.pr_vendprodcode.DataPropertyName = "pr_vendprodcode";
|
|
|
+ this.pr_vendprodcode.HeaderText = "MPN";
|
|
|
+ this.pr_vendprodcode.Name = "pr_vendprodcode";
|
|
|
+ this.pr_vendprodcode.ReadOnly = true;
|
|
|
+ this.pr_vendprodcode.Width = 91;
|
|
|
//
|
|
|
// pib_brand
|
|
|
//
|
|
|
@@ -1473,10 +1500,17 @@
|
|
|
this.pib_custbarcode.ReadOnly = true;
|
|
|
this.pib_custbarcode.Width = 151;
|
|
|
//
|
|
|
+ // PIB_CUSTMIDBOXCODE
|
|
|
+ //
|
|
|
+ this.PIB_CUSTMIDBOXCODE.DataPropertyName = "PIB_CUSTMIDBOXCODE";
|
|
|
+ this.PIB_CUSTMIDBOXCODE.HeaderText = "卡通箱条码";
|
|
|
+ this.PIB_CUSTMIDBOXCODE.Name = "PIB_CUSTMIDBOXCODE";
|
|
|
+ this.PIB_CUSTMIDBOXCODE.Width = 175;
|
|
|
+ //
|
|
|
// pib_custoutboxcode
|
|
|
//
|
|
|
this.pib_custoutboxcode.DataPropertyName = "pib_custoutboxcode";
|
|
|
- this.pib_custoutboxcode.HeaderText = "外箱条码";
|
|
|
+ this.pib_custoutboxcode.HeaderText = "栈板条码";
|
|
|
this.pib_custoutboxcode.Name = "pib_custoutboxcode";
|
|
|
this.pib_custoutboxcode.Width = 151;
|
|
|
//
|
|
|
@@ -1559,13 +1593,13 @@
|
|
|
this.SingleLabel.Size = new System.Drawing.Size(312, 500);
|
|
|
this.SingleLabel.TabIndex = 77;
|
|
|
this.SingleLabel.TabStop = false;
|
|
|
- this.SingleLabel.Text = "单盘标签";
|
|
|
+ this.SingleLabel.Text = "最小包";
|
|
|
//
|
|
|
// LabelSpace
|
|
|
//
|
|
|
this.LabelSpace.AutoSize = true;
|
|
|
this.LabelSpace.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.LabelSpace.Location = new System.Drawing.Point(25, 285);
|
|
|
+ this.LabelSpace.Location = new System.Drawing.Point(30, 290);
|
|
|
this.LabelSpace.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.LabelSpace.Name = "LabelSpace";
|
|
|
this.LabelSpace.Size = new System.Drawing.Size(142, 35);
|
|
|
@@ -1578,7 +1612,7 @@
|
|
|
//
|
|
|
this.label8.AutoSize = true;
|
|
|
this.label8.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
- this.label8.Location = new System.Drawing.Point(17, 47);
|
|
|
+ this.label8.Location = new System.Drawing.Point(22, 52);
|
|
|
this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label8.Name = "label8";
|
|
|
this.label8.Size = new System.Drawing.Size(102, 35);
|
|
|
@@ -1588,7 +1622,7 @@
|
|
|
// SingleDocRefresh
|
|
|
//
|
|
|
this.SingleDocRefresh.AutoSize = true;
|
|
|
- this.SingleDocRefresh.Location = new System.Drawing.Point(125, 47);
|
|
|
+ this.SingleDocRefresh.Location = new System.Drawing.Point(130, 52);
|
|
|
this.SingleDocRefresh.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.SingleDocRefresh.Name = "SingleDocRefresh";
|
|
|
this.SingleDocRefresh.Size = new System.Drawing.Size(82, 41);
|
|
|
@@ -1611,7 +1645,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(132, 416);
|
|
|
+ this.SingleLabelPrint.Location = new System.Drawing.Point(38, 414);
|
|
|
this.SingleLabelPrint.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.SingleLabelPrint.Name = "SingleLabelPrint";
|
|
|
this.SingleLabelPrint.Size = new System.Drawing.Size(136, 52);
|
|
|
@@ -1624,7 +1658,7 @@
|
|
|
//
|
|
|
this.SingleLabelAutoPrint.AutoSize = true;
|
|
|
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(27, 229);
|
|
|
+ this.SingleLabelAutoPrint.Location = new System.Drawing.Point(32, 234);
|
|
|
this.SingleLabelAutoPrint.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.SingleLabelAutoPrint.Name = "SingleLabelAutoPrint";
|
|
|
this.SingleLabelAutoPrint.Size = new System.Drawing.Size(142, 35);
|
|
|
@@ -1667,12 +1701,12 @@
|
|
|
this.MidLabel.Size = new System.Drawing.Size(316, 500);
|
|
|
this.MidLabel.TabIndex = 78;
|
|
|
this.MidLabel.TabStop = false;
|
|
|
- this.MidLabel.Text = "内盒标签";
|
|
|
+ this.MidLabel.Text = "卡通箱";
|
|
|
//
|
|
|
// MidLabelPreView
|
|
|
//
|
|
|
this.MidLabelPreView.AutoSize = true;
|
|
|
- this.MidLabelPreView.Location = new System.Drawing.Point(203, 47);
|
|
|
+ this.MidLabelPreView.Location = new System.Drawing.Point(208, 52);
|
|
|
this.MidLabelPreView.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.MidLabelPreView.Name = "MidLabelPreView";
|
|
|
this.MidLabelPreView.Size = new System.Drawing.Size(82, 41);
|
|
|
@@ -1697,7 +1731,7 @@
|
|
|
//
|
|
|
this.label9.AutoSize = true;
|
|
|
this.label9.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
- this.label9.Location = new System.Drawing.Point(17, 47);
|
|
|
+ this.label9.Location = new System.Drawing.Point(22, 52);
|
|
|
this.label9.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label9.Name = "label9";
|
|
|
this.label9.Size = new System.Drawing.Size(102, 35);
|
|
|
@@ -1707,7 +1741,7 @@
|
|
|
// MidDocRefresh
|
|
|
//
|
|
|
this.MidDocRefresh.AutoSize = true;
|
|
|
- this.MidDocRefresh.Location = new System.Drawing.Point(121, 47);
|
|
|
+ this.MidDocRefresh.Location = new System.Drawing.Point(126, 52);
|
|
|
this.MidDocRefresh.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.MidDocRefresh.Name = "MidDocRefresh";
|
|
|
this.MidDocRefresh.Size = new System.Drawing.Size(82, 41);
|
|
|
@@ -1733,7 +1767,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(23, 355);
|
|
|
+ this.label5.Location = new System.Drawing.Point(28, 360);
|
|
|
this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label5.Name = "label5";
|
|
|
this.label5.Size = new System.Drawing.Size(62, 31);
|
|
|
@@ -1744,7 +1778,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(23, 293);
|
|
|
+ this.label4.Location = new System.Drawing.Point(28, 298);
|
|
|
this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label4.Name = "label4";
|
|
|
this.label4.Size = new System.Drawing.Size(62, 31);
|
|
|
@@ -1765,7 +1799,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(205, 295);
|
|
|
+ this.label15.Location = new System.Drawing.Point(210, 300);
|
|
|
this.label15.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label15.Name = "label15";
|
|
|
this.label15.Size = new System.Drawing.Size(38, 31);
|
|
|
@@ -1798,7 +1832,7 @@
|
|
|
//
|
|
|
this.MidLabelAutoPrint.AutoSize = true;
|
|
|
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(17, 219);
|
|
|
+ this.MidLabelAutoPrint.Location = new System.Drawing.Point(22, 224);
|
|
|
this.MidLabelAutoPrint.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.MidLabelAutoPrint.Name = "MidLabelAutoPrint";
|
|
|
this.MidLabelAutoPrint.Size = new System.Drawing.Size(142, 35);
|
|
|
@@ -1841,13 +1875,13 @@
|
|
|
this.OutBoxLabel.Size = new System.Drawing.Size(356, 500);
|
|
|
this.OutBoxLabel.TabIndex = 79;
|
|
|
this.OutBoxLabel.TabStop = false;
|
|
|
- this.OutBoxLabel.Text = "外箱标签";
|
|
|
+ this.OutBoxLabel.Text = "栈板";
|
|
|
//
|
|
|
// DiffCustOutBoxCode
|
|
|
//
|
|
|
this.DiffCustOutBoxCode.AutoSize = true;
|
|
|
this.DiffCustOutBoxCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.DiffCustOutBoxCode.Location = new System.Drawing.Point(201, 339);
|
|
|
+ this.DiffCustOutBoxCode.Location = new System.Drawing.Point(206, 344);
|
|
|
this.DiffCustOutBoxCode.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.DiffCustOutBoxCode.Name = "DiffCustOutBoxCode";
|
|
|
this.DiffCustOutBoxCode.Size = new System.Drawing.Size(142, 35);
|
|
|
@@ -1876,7 +1910,7 @@
|
|
|
//
|
|
|
this.cu_print_ordercode.AutoSize = true;
|
|
|
this.cu_print_ordercode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.cu_print_ordercode.Location = new System.Drawing.Point(19, 141);
|
|
|
+ this.cu_print_ordercode.Location = new System.Drawing.Point(24, 146);
|
|
|
this.cu_print_ordercode.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.cu_print_ordercode.Name = "cu_print_ordercode";
|
|
|
this.cu_print_ordercode.Size = new System.Drawing.Size(142, 35);
|
|
|
@@ -1888,7 +1922,7 @@
|
|
|
//
|
|
|
this.cu_print_outpo.AutoSize = true;
|
|
|
this.cu_print_outpo.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.cu_print_outpo.Location = new System.Drawing.Point(19, 95);
|
|
|
+ this.cu_print_outpo.Location = new System.Drawing.Point(24, 100);
|
|
|
this.cu_print_outpo.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.cu_print_outpo.Name = "cu_print_outpo";
|
|
|
this.cu_print_outpo.Size = new System.Drawing.Size(142, 35);
|
|
|
@@ -1900,7 +1934,7 @@
|
|
|
//
|
|
|
this.cu_print_outdc.AutoSize = true;
|
|
|
this.cu_print_outdc.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.cu_print_outdc.Location = new System.Drawing.Point(19, 237);
|
|
|
+ this.cu_print_outdc.Location = new System.Drawing.Point(24, 242);
|
|
|
this.cu_print_outdc.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.cu_print_outdc.Name = "cu_print_outdc";
|
|
|
this.cu_print_outdc.Size = new System.Drawing.Size(80, 35);
|
|
|
@@ -1912,7 +1946,7 @@
|
|
|
//
|
|
|
this.cu_print_outlotno.AutoSize = true;
|
|
|
this.cu_print_outlotno.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.cu_print_outlotno.Location = new System.Drawing.Point(19, 187);
|
|
|
+ this.cu_print_outlotno.Location = new System.Drawing.Point(24, 192);
|
|
|
this.cu_print_outlotno.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.cu_print_outlotno.Name = "cu_print_outlotno";
|
|
|
this.cu_print_outlotno.Size = new System.Drawing.Size(117, 35);
|
|
|
@@ -1924,7 +1958,7 @@
|
|
|
//
|
|
|
this.cu_print_outprod.AutoSize = true;
|
|
|
this.cu_print_outprod.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.cu_print_outprod.Location = new System.Drawing.Point(19, 45);
|
|
|
+ this.cu_print_outprod.Location = new System.Drawing.Point(24, 50);
|
|
|
this.cu_print_outprod.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
this.cu_print_outprod.Name = "cu_print_outprod";
|
|
|
this.cu_print_outprod.Size = new System.Drawing.Size(142, 35);
|
|
|
@@ -1936,7 +1970,7 @@
|
|
|
//
|
|
|
this.label19.AutoSize = true;
|
|
|
this.label19.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
- this.label19.Location = new System.Drawing.Point(13, 49);
|
|
|
+ this.label19.Location = new System.Drawing.Point(18, 54);
|
|
|
this.label19.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label19.Name = "label19";
|
|
|
this.label19.Size = new System.Drawing.Size(102, 35);
|
|
|
@@ -1946,7 +1980,7 @@
|
|
|
// OutDocRefresh
|
|
|
//
|
|
|
this.OutDocRefresh.AutoSize = true;
|
|
|
- this.OutDocRefresh.Location = new System.Drawing.Point(119, 49);
|
|
|
+ this.OutDocRefresh.Location = new System.Drawing.Point(124, 54);
|
|
|
this.OutDocRefresh.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.OutDocRefresh.Name = "OutDocRefresh";
|
|
|
this.OutDocRefresh.Size = new System.Drawing.Size(82, 41);
|
|
|
@@ -1958,7 +1992,7 @@
|
|
|
// LogingOut
|
|
|
//
|
|
|
this.LogingOut.AutoSize = true;
|
|
|
- this.LogingOut.Location = new System.Drawing.Point(201, 49);
|
|
|
+ this.LogingOut.Location = new System.Drawing.Point(206, 54);
|
|
|
this.LogingOut.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.LogingOut.Name = "LogingOut";
|
|
|
this.LogingOut.Size = new System.Drawing.Size(146, 41);
|
|
|
@@ -1996,7 +2030,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(193, 291);
|
|
|
+ this.label10.Location = new System.Drawing.Point(198, 296);
|
|
|
this.label10.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label10.Name = "label10";
|
|
|
this.label10.Size = new System.Drawing.Size(62, 31);
|
|
|
@@ -2007,7 +2041,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(191, 231);
|
|
|
+ this.label6.Location = new System.Drawing.Point(196, 236);
|
|
|
this.label6.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
this.label6.Name = "label6";
|
|
|
this.label6.Size = new System.Drawing.Size(62, 31);
|
|
|
@@ -2063,18 +2097,107 @@
|
|
|
this.OutBoxCombox.TabIndex = 78;
|
|
|
this.OutBoxCombox.SelectedIndexChanged += new System.EventHandler(this.OutBoxCombox_SelectedIndexChanged);
|
|
|
//
|
|
|
- // FTPModel
|
|
|
- //
|
|
|
- this.FTPModel.AutoSize = true;
|
|
|
- this.FTPModel.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.FTPModel.Location = new System.Drawing.Point(462, 308);
|
|
|
- this.FTPModel.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
- this.FTPModel.Name = "FTPModel";
|
|
|
- this.FTPModel.Size = new System.Drawing.Size(158, 31);
|
|
|
- this.FTPModel.TabIndex = 92;
|
|
|
- this.FTPModel.Text = "FTP被动模式";
|
|
|
- this.FTPModel.UseVisualStyleBackColor = true;
|
|
|
- this.FTPModel.CheckedChanged += new System.EventHandler(this.FTPModel_CheckedChanged);
|
|
|
+ // groupBoxWithBorder3
|
|
|
+ //
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.label20);
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.pib_size);
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.ButtonMidWeigh);
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.CloseSerialPort);
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.ConnectCom);
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.ButtonWeigh);
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.Weight);
|
|
|
+ this.groupBoxWithBorder3.Location = new System.Drawing.Point(1202, 26);
|
|
|
+ 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(296, 486);
|
|
|
+ this.groupBoxWithBorder3.TabIndex = 114;
|
|
|
+ this.groupBoxWithBorder3.TabStop = false;
|
|
|
+ this.groupBoxWithBorder3.Text = "称重";
|
|
|
+ //
|
|
|
+ // label20
|
|
|
+ //
|
|
|
+ this.label20.AutoSize = true;
|
|
|
+ this.label20.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label20.Location = new System.Drawing.Point(25, 32);
|
|
|
+ this.label20.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label20.Name = "label20";
|
|
|
+ this.label20.Size = new System.Drawing.Size(62, 31);
|
|
|
+ this.label20.TabIndex = 102;
|
|
|
+ this.label20.Text = "尺寸";
|
|
|
+ this.label20.Visible = false;
|
|
|
+ //
|
|
|
+ // pib_size
|
|
|
+ //
|
|
|
+ this.pib_size.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.pib_size.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pib_size.Location = new System.Drawing.Point(94, 25);
|
|
|
+ this.pib_size.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.pib_size.Name = "pib_size";
|
|
|
+ this.pib_size.Size = new System.Drawing.Size(158, 39);
|
|
|
+ this.pib_size.TabIndex = 102;
|
|
|
+ this.pib_size.Visible = false;
|
|
|
+ //
|
|
|
+ // ButtonMidWeigh
|
|
|
+ //
|
|
|
+ this.ButtonMidWeigh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ButtonMidWeigh.Location = new System.Drawing.Point(9, 259);
|
|
|
+ this.ButtonMidWeigh.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.ButtonMidWeigh.Name = "ButtonMidWeigh";
|
|
|
+ this.ButtonMidWeigh.Size = new System.Drawing.Size(132, 52);
|
|
|
+ this.ButtonMidWeigh.TabIndex = 116;
|
|
|
+ this.ButtonMidWeigh.Text = "称量通重";
|
|
|
+ this.ButtonMidWeigh.UseVisualStyleBackColor = true;
|
|
|
+ this.ButtonMidWeigh.Click += new System.EventHandler(this.ButtonMidWeigh_Click);
|
|
|
+ //
|
|
|
+ // CloseSerialPort
|
|
|
+ //
|
|
|
+ this.CloseSerialPort.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.CloseSerialPort.Location = new System.Drawing.Point(176, 195);
|
|
|
+ this.CloseSerialPort.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.CloseSerialPort.Name = "CloseSerialPort";
|
|
|
+ this.CloseSerialPort.Size = new System.Drawing.Size(110, 52);
|
|
|
+ this.CloseSerialPort.TabIndex = 115;
|
|
|
+ this.CloseSerialPort.Text = "关闭";
|
|
|
+ this.CloseSerialPort.UseVisualStyleBackColor = true;
|
|
|
+ this.CloseSerialPort.Click += new System.EventHandler(this.CloseSerialPort_Click);
|
|
|
+ //
|
|
|
+ // ConnectCom
|
|
|
+ //
|
|
|
+ this.ConnectCom.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ConnectCom.Location = new System.Drawing.Point(9, 195);
|
|
|
+ this.ConnectCom.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.ConnectCom.Name = "ConnectCom";
|
|
|
+ this.ConnectCom.Size = new System.Drawing.Size(160, 52);
|
|
|
+ this.ConnectCom.TabIndex = 114;
|
|
|
+ this.ConnectCom.Text = "连接电子秤";
|
|
|
+ this.ConnectCom.UseVisualStyleBackColor = true;
|
|
|
+ this.ConnectCom.Click += new System.EventHandler(this.ConnectCom_Click);
|
|
|
+ //
|
|
|
+ // ButtonWeigh
|
|
|
+ //
|
|
|
+ this.ButtonWeigh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ButtonWeigh.Location = new System.Drawing.Point(147, 259);
|
|
|
+ this.ButtonWeigh.Margin = new System.Windows.Forms.Padding(6, 4, 6, 4);
|
|
|
+ this.ButtonWeigh.Name = "ButtonWeigh";
|
|
|
+ this.ButtonWeigh.Size = new System.Drawing.Size(132, 52);
|
|
|
+ this.ButtonWeigh.TabIndex = 97;
|
|
|
+ this.ButtonWeigh.Text = "称量箱重";
|
|
|
+ this.ButtonWeigh.UseVisualStyleBackColor = true;
|
|
|
+ this.ButtonWeigh.Visible = false;
|
|
|
+ this.ButtonWeigh.Click += new System.EventHandler(this.ButtonWeigh_Click);
|
|
|
+ //
|
|
|
+ // Weight
|
|
|
+ //
|
|
|
+ this.Weight.AutoSize = true;
|
|
|
+ this.Weight.Font = new System.Drawing.Font("微软雅黑", 25F);
|
|
|
+ this.Weight.ForeColor = System.Drawing.Color.Red;
|
|
|
+ this.Weight.Location = new System.Drawing.Point(45, 98);
|
|
|
+ this.Weight.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.Weight.Name = "Weight";
|
|
|
+ this.Weight.Size = new System.Drawing.Size(132, 88);
|
|
|
+ this.Weight.TabIndex = 113;
|
|
|
+ this.Weight.Text = "1.5";
|
|
|
//
|
|
|
// UAS_出货标签打印
|
|
|
//
|
|
|
@@ -2082,6 +2205,7 @@
|
|
|
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(2520, 1450);
|
|
|
+ this.Controls.Add(this.groupBoxWithBorder3);
|
|
|
this.Controls.Add(this.FTPModel);
|
|
|
this.Controls.Add(this.CustBarCode);
|
|
|
this.Controls.Add(this.pi_class);
|
|
|
@@ -2151,6 +2275,8 @@
|
|
|
this.groupBoxWithBorder2.ResumeLayout(true);
|
|
|
this.groupBoxWithBorder2.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).EndInit();
|
|
|
+ this.groupBoxWithBorder3.ResumeLayout(true);
|
|
|
+ this.groupBoxWithBorder3.PerformLayout();
|
|
|
this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -2311,7 +2437,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_pdno;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_prodcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_ordercode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_orispeccode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pr_vendprodcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_brand;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_madein;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_zxbzs;
|
|
|
@@ -2324,6 +2450,7 @@
|
|
|
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_custprodcode;
|
|
|
@@ -2331,5 +2458,14 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_spec;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_outboxcode2;
|
|
|
+ private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder3;
|
|
|
+ private System.Windows.Forms.Label label20;
|
|
|
+ private System.Windows.Forms.ComboBox pib_size;
|
|
|
+ private System.Windows.Forms.Button ButtonMidWeigh;
|
|
|
+ private System.Windows.Forms.Button CloseSerialPort;
|
|
|
+ private System.Windows.Forms.Button ConnectCom;
|
|
|
+ private System.Windows.Forms.Button ButtonWeigh;
|
|
|
+ private System.Windows.Forms.Label Weight;
|
|
|
+ private System.IO.Ports.SerialPort Com;
|
|
|
}
|
|
|
}
|