|
@@ -40,7 +40,6 @@
|
|
|
this.pi_cardcode = new System.Windows.Forms.Label();
|
|
|
this.pi_cardcode_label = new System.Windows.Forms.Label();
|
|
|
this.Fresh = new System.Windows.Forms.LinkLabel();
|
|
|
- this.AllCollected = new System.Windows.Forms.Button();
|
|
|
this.RefreshDBConnect = new System.Windows.Forms.Timer(this.components);
|
|
|
this.GetGridOnly = new System.Windows.Forms.CheckBox();
|
|
|
this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
@@ -80,6 +79,9 @@
|
|
|
this.PrintFooter = new System.Windows.Forms.Button();
|
|
|
this.GridPrcode = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
|
this.pd_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pd_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pjd_zxbzs_user = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.groupBoxWithBorder1 = new UAS_LabelMachine.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.SetPrintStatus_label = new System.Windows.Forms.Label();
|
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
@@ -106,7 +108,6 @@
|
|
|
this.griddetno = new UAS_LabelMachine.CustomControl.EnterTextBox();
|
|
|
this.LabelInf = new UAS_LabelMachine.CustomControl.DataGridViewWithSerialNum();
|
|
|
this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.pib_ifpick = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.pib_ifprint = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.pib_id1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_pdno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -115,7 +116,6 @@
|
|
|
this.pib_brand = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_madein = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pr_zxbzs = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.pr_unit = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_lotno = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_datecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pib_qty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
@@ -185,7 +185,7 @@
|
|
|
|
|
|
this.label24.AutoSize = true;
|
|
|
this.label24.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.label24.Location = new System.Drawing.Point(9, 129);
|
|
|
+ this.label24.Location = new System.Drawing.Point(9, 105);
|
|
|
this.label24.Name = "label24";
|
|
|
this.label24.Size = new System.Drawing.Size(51, 20);
|
|
|
this.label24.TabIndex = 55;
|
|
@@ -267,18 +267,6 @@
|
|
|
this.Fresh.Text = "刷新";
|
|
|
this.Fresh.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.Refresh_LinkClicked);
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- this.AllCollected.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.AllCollected.Location = new System.Drawing.Point(320, 80);
|
|
|
- this.AllCollected.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.AllCollected.Name = "AllCollected";
|
|
|
- this.AllCollected.Size = new System.Drawing.Size(68, 26);
|
|
|
- this.AllCollected.TabIndex = 75;
|
|
|
- this.AllCollected.Text = "全部已采";
|
|
|
- this.AllCollected.UseVisualStyleBackColor = true;
|
|
|
- this.AllCollected.Click += new System.EventHandler(this.AllCollected_Click);
|
|
|
-
|
|
|
|
|
|
|
|
|
this.GetGridOnly.AutoSize = true;
|
|
@@ -555,7 +543,7 @@
|
|
|
|
|
|
|
|
|
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(320, 114);
|
|
|
+ this.ExportData.Location = new System.Drawing.Point(320, 79);
|
|
|
this.ExportData.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.ExportData.Name = "ExportData";
|
|
|
this.ExportData.Size = new System.Drawing.Size(68, 26);
|
|
@@ -581,7 +569,10 @@
|
|
|
this.GridPrcode.BackgroundColor = System.Drawing.SystemColors.Control;
|
|
|
this.GridPrcode.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.GridPrcode.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
- this.pd_prodcode});
|
|
|
+ this.pd_prodcode,
|
|
|
+ this.pr_unit,
|
|
|
+ this.pd_brand,
|
|
|
+ this.pjd_zxbzs_user});
|
|
|
this.GridPrcode.GridColor = System.Drawing.SystemColors.Control;
|
|
|
this.GridPrcode.Location = new System.Drawing.Point(0, 204);
|
|
|
this.GridPrcode.Name = "GridPrcode";
|
|
@@ -593,11 +584,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
- this.pd_prodcode.DataPropertyName = "pib_prodcode";
|
|
|
+ this.pd_prodcode.DataPropertyName = "pd_prodcode";
|
|
|
this.pd_prodcode.HeaderText = "物料编号";
|
|
|
this.pd_prodcode.Name = "pd_prodcode";
|
|
|
this.pd_prodcode.ReadOnly = true;
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ this.pr_unit.DataPropertyName = "pr_unit";
|
|
|
+ this.pr_unit.HeaderText = "单位";
|
|
|
+ this.pr_unit.Name = "pr_unit";
|
|
|
+ this.pr_unit.ReadOnly = true;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.pd_brand.DataPropertyName = "pd_brand";
|
|
|
+ this.pd_brand.HeaderText = "品牌";
|
|
|
+ this.pd_brand.Name = "pd_brand";
|
|
|
+ this.pd_brand.ReadOnly = true;
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ this.pjd_zxbzs_user.DataPropertyName = "pjd_zxbzs_user";
|
|
|
+ this.pjd_zxbzs_user.HeaderText = "最小包装";
|
|
|
+ this.pjd_zxbzs_user.Name = "pjd_zxbzs_user";
|
|
|
+ this.pjd_zxbzs_user.ReadOnly = true;
|
|
|
+
|
|
|
|
|
|
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.SetPrintStatus_label);
|
|
@@ -623,7 +635,7 @@
|
|
|
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(9, 140);
|
|
|
+ this.SetPrintStatus_label.Location = new System.Drawing.Point(8, 139);
|
|
|
this.SetPrintStatus_label.Name = "SetPrintStatus_label";
|
|
|
this.SetPrintStatus_label.Size = new System.Drawing.Size(58, 21);
|
|
|
this.SetPrintStatus_label.TabIndex = 76;
|
|
@@ -633,7 +645,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(67, 107);
|
|
|
+ this.label18.Location = new System.Drawing.Point(66, 106);
|
|
|
this.label18.Name = "label18";
|
|
|
this.label18.Size = new System.Drawing.Size(13, 17);
|
|
|
this.label18.TabIndex = 90;
|
|
@@ -667,7 +679,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(66, 44);
|
|
|
+ this.label16.Location = new System.Drawing.Point(65, 43);
|
|
|
this.label16.Name = "label16";
|
|
|
this.label16.Size = new System.Drawing.Size(13, 17);
|
|
|
this.label16.TabIndex = 87;
|
|
@@ -701,7 +713,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(10, 76);
|
|
|
+ this.label12.Location = new System.Drawing.Point(9, 75);
|
|
|
this.label12.Name = "label12";
|
|
|
this.label12.Size = new System.Drawing.Size(56, 17);
|
|
|
this.label12.TabIndex = 77;
|
|
@@ -711,7 +723,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(10, 19);
|
|
|
+ this.label7.Location = new System.Drawing.Point(9, 18);
|
|
|
this.label7.Name = "label7";
|
|
|
this.label7.Size = new System.Drawing.Size(56, 17);
|
|
|
this.label7.TabIndex = 76;
|
|
@@ -743,7 +755,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(58, 62);
|
|
|
+ this.Capacity.Location = new System.Drawing.Point(57, 61);
|
|
|
this.Capacity.Name = "Capacity";
|
|
|
this.Capacity.Size = new System.Drawing.Size(0, 17);
|
|
|
this.Capacity.TabIndex = 75;
|
|
@@ -752,7 +764,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(58, 107);
|
|
|
+ this.Process_midboxcode.Location = new System.Drawing.Point(57, 106);
|
|
|
this.Process_midboxcode.Name = "Process_midboxcode";
|
|
|
this.Process_midboxcode.Size = new System.Drawing.Size(15, 17);
|
|
|
this.Process_midboxcode.TabIndex = 74;
|
|
@@ -762,7 +774,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(58, 83);
|
|
|
+ this.Process_outboxcode.Location = new System.Drawing.Point(57, 82);
|
|
|
this.Process_outboxcode.Name = "Process_outboxcode";
|
|
|
this.Process_outboxcode.Size = new System.Drawing.Size(15, 17);
|
|
|
this.Process_outboxcode.TabIndex = 73;
|
|
@@ -773,7 +785,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(92, 14);
|
|
|
+ this.TotalCount.Location = new System.Drawing.Point(91, 13);
|
|
|
this.TotalCount.Name = "TotalCount";
|
|
|
this.TotalCount.Size = new System.Drawing.Size(15, 17);
|
|
|
this.TotalCount.TabIndex = 72;
|
|
@@ -783,7 +795,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(79, 14);
|
|
|
+ this.label17.Location = new System.Drawing.Point(78, 13);
|
|
|
this.label17.Name = "label17";
|
|
|
this.label17.Size = new System.Drawing.Size(13, 17);
|
|
|
this.label17.TabIndex = 71;
|
|
@@ -794,7 +806,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(61, 14);
|
|
|
+ this.CollectedCount.Location = new System.Drawing.Point(60, 13);
|
|
|
this.CollectedCount.Name = "CollectedCount";
|
|
|
this.CollectedCount.Size = new System.Drawing.Size(15, 17);
|
|
|
this.CollectedCount.TabIndex = 70;
|
|
@@ -804,7 +816,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(8, 84);
|
|
|
+ this.label14.Location = new System.Drawing.Point(7, 83);
|
|
|
this.label14.Name = "label14";
|
|
|
this.label14.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label14.TabIndex = 69;
|
|
@@ -814,7 +826,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(8, 107);
|
|
|
+ this.label11.Location = new System.Drawing.Point(7, 106);
|
|
|
this.label11.Name = "label11";
|
|
|
this.label11.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label11.TabIndex = 68;
|
|
@@ -824,7 +836,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(8, 43);
|
|
|
+ this.label13.Location = new System.Drawing.Point(7, 42);
|
|
|
this.label13.Name = "label13";
|
|
|
this.label13.Size = new System.Drawing.Size(44, 17);
|
|
|
this.label13.TabIndex = 67;
|
|
@@ -834,7 +846,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(58, 43);
|
|
|
+ this.Installed.Location = new System.Drawing.Point(57, 42);
|
|
|
this.Installed.Name = "Installed";
|
|
|
this.Installed.Size = new System.Drawing.Size(0, 17);
|
|
|
this.Installed.TabIndex = 66;
|
|
@@ -843,7 +855,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(8, 14);
|
|
|
+ this.Process.Location = new System.Drawing.Point(7, 13);
|
|
|
this.Process.Name = "Process";
|
|
|
this.Process.Size = new System.Drawing.Size(44, 17);
|
|
|
this.Process.TabIndex = 65;
|
|
@@ -852,10 +864,11 @@
|
|
|
|
|
|
|
|
|
this.Input.ID = null;
|
|
|
- this.Input.Location = new System.Drawing.Point(76, 129);
|
|
|
+ this.Input.Location = new System.Drawing.Point(76, 105);
|
|
|
this.Input.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.Input.Multiline = true;
|
|
|
this.Input.Name = "Input";
|
|
|
- this.Input.Size = new System.Drawing.Size(150, 21);
|
|
|
+ this.Input.Size = new System.Drawing.Size(150, 61);
|
|
|
this.Input.Str = null;
|
|
|
this.Input.Str1 = null;
|
|
|
this.Input.Str2 = null;
|
|
@@ -883,7 +896,6 @@
|
|
|
this.LabelInf.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.LabelInf.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.Choose,
|
|
|
- this.pib_ifpick,
|
|
|
this.pib_ifprint,
|
|
|
this.pib_id1,
|
|
|
this.pib_pdno,
|
|
@@ -892,7 +904,6 @@
|
|
|
this.pib_brand,
|
|
|
this.pib_madein,
|
|
|
this.pr_zxbzs,
|
|
|
- this.pr_unit,
|
|
|
this.pib_lotno,
|
|
|
this.pib_datecode,
|
|
|
this.pib_qty,
|
|
@@ -922,14 +933,6 @@
|
|
|
this.Choose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
this.Choose.Width = 55;
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- this.pib_ifpick.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.pib_ifpick.DataPropertyName = "pib_ifpick";
|
|
|
- this.pib_ifpick.HeaderText = "已采集";
|
|
|
- this.pib_ifpick.Name = "pib_ifpick";
|
|
|
- this.pib_ifpick.Width = 60;
|
|
|
-
|
|
|
|
|
|
|
|
|
this.pib_ifprint.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
@@ -994,14 +997,6 @@
|
|
|
this.pr_zxbzs.Visible = false;
|
|
|
this.pr_zxbzs.Width = 90;
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- this.pr_unit.DataPropertyName = "pr_unit";
|
|
|
- this.pr_unit.HeaderText = "单位";
|
|
|
- this.pr_unit.Name = "pr_unit";
|
|
|
- this.pr_unit.Visible = false;
|
|
|
- this.pr_unit.Width = 54;
|
|
|
-
|
|
|
|
|
|
|
|
|
this.pib_lotno.DataPropertyName = "pib_lotno";
|
|
@@ -1128,7 +1123,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(37, 151);
|
|
|
+ this.SingleLabelPrint.Location = new System.Drawing.Point(80, 152);
|
|
|
this.SingleLabelPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.SingleLabelPrint.Name = "SingleLabelPrint";
|
|
|
this.SingleLabelPrint.Size = new System.Drawing.Size(68, 26);
|
|
@@ -1143,7 +1138,7 @@
|
|
|
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.Location = new System.Drawing.Point(6, 96);
|
|
|
+ this.SingleLabelAutoPrint.Location = new System.Drawing.Point(5, 95);
|
|
|
this.SingleLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.SingleLabelAutoPrint.Name = "SingleLabelAutoPrint";
|
|
|
this.SingleLabelAutoPrint.Size = new System.Drawing.Size(75, 21);
|
|
@@ -1198,7 +1193,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(5, 125);
|
|
|
+ this.label5.Location = new System.Drawing.Point(4, 124);
|
|
|
this.label5.Name = "label5";
|
|
|
this.label5.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label5.TabIndex = 50;
|
|
@@ -1231,7 +1226,7 @@
|
|
|
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.Location = new System.Drawing.Point(7, 95);
|
|
|
+ this.MidLabelAutoPrint.Location = new System.Drawing.Point(6, 94);
|
|
|
this.MidLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.MidLabelAutoPrint.Name = "MidLabelAutoPrint";
|
|
|
this.MidLabelAutoPrint.Size = new System.Drawing.Size(75, 21);
|
|
@@ -1275,7 +1270,7 @@
|
|
|
|
|
|
|
|
|
this.LogingOut.AutoSize = true;
|
|
|
- this.LogingOut.Location = new System.Drawing.Point(112, 9);
|
|
|
+ this.LogingOut.Location = new System.Drawing.Point(111, 8);
|
|
|
this.LogingOut.Name = "LogingOut";
|
|
|
this.LogingOut.Size = new System.Drawing.Size(42, 21);
|
|
|
this.LogingOut.TabIndex = 77;
|
|
@@ -1286,17 +1281,21 @@
|
|
|
|
|
|
|
|
|
this.OutBoxNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OutBoxNum.Location = new System.Drawing.Point(117, 128);
|
|
|
+ this.OutBoxNum.Items.AddRange(new object[] {
|
|
|
+ "新增"});
|
|
|
+ this.OutBoxNum.Location = new System.Drawing.Point(117, 127);
|
|
|
this.OutBoxNum.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.OutBoxNum.Name = "OutBoxNum";
|
|
|
this.OutBoxNum.Size = new System.Drawing.Size(48, 25);
|
|
|
this.OutBoxNum.TabIndex = 91;
|
|
|
+ this.OutBoxNum.Text = "新增";
|
|
|
+ this.OutBoxNum.Click += new System.EventHandler(this.OutBoxNum_Click);
|
|
|
|
|
|
|
|
|
|
|
|
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(85, 130);
|
|
|
+ this.label10.Location = new System.Drawing.Point(84, 129);
|
|
|
this.label10.Name = "label10";
|
|
|
this.label10.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label10.TabIndex = 90;
|
|
@@ -1306,7 +1305,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(5, 130);
|
|
|
+ this.label6.Location = new System.Drawing.Point(4, 129);
|
|
|
this.label6.Name = "label6";
|
|
|
this.label6.Size = new System.Drawing.Size(32, 17);
|
|
|
this.label6.TabIndex = 87;
|
|
@@ -1330,7 +1329,7 @@
|
|
|
this.OutboxCapacity.Size = new System.Drawing.Size(38, 23);
|
|
|
this.OutboxCapacity.TabIndex = 84;
|
|
|
this.OutboxCapacity.Value = new decimal(new int[] {
|
|
|
- 1,
|
|
|
+ 60,
|
|
|
0,
|
|
|
0,
|
|
|
0});
|
|
@@ -1352,7 +1351,7 @@
|
|
|
|
|
|
this.OutBoxLabelAutoPrint.AutoSize = true;
|
|
|
this.OutBoxLabelAutoPrint.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OutBoxLabelAutoPrint.Location = new System.Drawing.Point(8, 99);
|
|
|
+ this.OutBoxLabelAutoPrint.Location = new System.Drawing.Point(7, 98);
|
|
|
this.OutBoxLabelAutoPrint.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.OutBoxLabelAutoPrint.Name = "OutBoxLabelAutoPrint";
|
|
|
this.OutBoxLabelAutoPrint.Size = new System.Drawing.Size(75, 21);
|
|
@@ -1388,7 +1387,6 @@
|
|
|
this.Controls.Add(this.groupBoxWithBorder1);
|
|
|
this.Controls.Add(this.ChooseAll);
|
|
|
this.Controls.Add(this.GetGridOnly);
|
|
|
- this.Controls.Add(this.AllCollected);
|
|
|
this.Controls.Add(this.Fresh);
|
|
|
this.Controls.Add(this.pi_cardcode_label);
|
|
|
this.Controls.Add(this.pi_cardcode);
|
|
@@ -1418,19 +1416,19 @@
|
|
|
this.SizeChanged += new System.EventHandler(this.贴标机条码打印_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MidSource)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.GridPrcode)).EndInit();
|
|
|
- this.groupBoxWithBorder1.ResumeLayout(true);
|
|
|
+ this.groupBoxWithBorder1.ResumeLayout(false);
|
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
|
- this.CollectionProcess.ResumeLayout(true);
|
|
|
+ this.CollectionProcess.ResumeLayout(false);
|
|
|
this.CollectionProcess.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelInf)).EndInit();
|
|
|
- this.SingleLabel.ResumeLayout(true);
|
|
|
+ this.SingleLabel.ResumeLayout(false);
|
|
|
this.SingleLabel.PerformLayout();
|
|
|
- this.MidLabel.ResumeLayout(true);
|
|
|
+ this.MidLabel.ResumeLayout(false);
|
|
|
this.MidLabel.PerformLayout();
|
|
|
- this.OutBoxLabel.ResumeLayout(true);
|
|
|
+ this.OutBoxLabel.ResumeLayout(false);
|
|
|
this.OutBoxLabel.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).EndInit();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
@@ -1501,7 +1499,6 @@
|
|
|
private System.Windows.Forms.Label pi_cardcode;
|
|
|
private System.Windows.Forms.Label pi_cardcode_label;
|
|
|
private System.Windows.Forms.LinkLabel Fresh;
|
|
|
- private System.Windows.Forms.Button AllCollected;
|
|
|
private System.Windows.Forms.LinkLabel LogingOut;
|
|
|
private System.Windows.Forms.Timer RefreshDBConnect;
|
|
|
private System.Windows.Forms.CheckBox GetGridOnly;
|
|
@@ -1530,12 +1527,14 @@
|
|
|
private System.Windows.Forms.Label pi_date;
|
|
|
private System.Windows.Forms.Label label19;
|
|
|
private CustomControl.DataGridViewWithSerialNum GridPrcode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
|
|
|
private System.Windows.Forms.Button SetPrintStatus;
|
|
|
private System.Windows.Forms.Label SetPrintStatus_label;
|
|
|
private System.Windows.Forms.Button PrintFooter;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pd_prodcode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pr_unit;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pd_brand;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pjd_zxbzs_user;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifpick;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn pib_ifprint;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_id1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_pdno;
|
|
@@ -1544,7 +1543,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_brand;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_madein;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_zxbzs;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn pr_unit;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_lotno;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_datecode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pib_qty;
|