|
|
@@ -102,15 +102,28 @@
|
|
|
this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.PackageDetail = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
+ this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pa_outboxcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pa_prodcode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
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.groupBoxWithBorder3 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.RefreshWeigh = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ 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.groupBoxWithBorder2.SuspendLayout();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
|
|
|
+ this.groupBoxWithBorder3.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// pa_makecode
|
|
|
@@ -1079,9 +1092,63 @@
|
|
|
this.PackageDetail.ReadOnly = true;
|
|
|
this.PackageDetail.RowHeadersWidth = 82;
|
|
|
this.PackageDetail.RowTemplate.Height = 23;
|
|
|
- this.PackageDetail.Size = new System.Drawing.Size(1314, 480);
|
|
|
+ this.PackageDetail.Size = new System.Drawing.Size(1253, 480);
|
|
|
this.PackageDetail.TabIndex = 134;
|
|
|
//
|
|
|
+ // dataGridViewTextBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn1.DataPropertyName = "pd_barcode";
|
|
|
+ this.dataGridViewTextBoxColumn1.HeaderText = "序列号";
|
|
|
+ this.dataGridViewTextBoxColumn1.MinimumWidth = 250;
|
|
|
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
+ this.dataGridViewTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Programmatic;
|
|
|
+ this.dataGridViewTextBoxColumn1.Width = 250;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn2
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "pa_outboxcode";
|
|
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "箱号";
|
|
|
+ this.dataGridViewTextBoxColumn2.MinimumWidth = 200;
|
|
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ this.dataGridViewTextBoxColumn2.Width = 201;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn3
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn3.DataPropertyName = "pa_prodcode";
|
|
|
+ this.dataGridViewTextBoxColumn3.HeaderText = "产品编号";
|
|
|
+ this.dataGridViewTextBoxColumn3.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
+ this.dataGridViewTextBoxColumn3.Visible = false;
|
|
|
+ this.dataGridViewTextBoxColumn3.Width = 200;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn4
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn4.DataPropertyName = "pd_innerqty";
|
|
|
+ this.dataGridViewTextBoxColumn4.HeaderText = "箱内数量";
|
|
|
+ this.dataGridViewTextBoxColumn4.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
+ this.dataGridViewTextBoxColumn4.Visible = false;
|
|
|
+ this.dataGridViewTextBoxColumn4.Width = 80;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn5
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.dataGridViewTextBoxColumn5.DataPropertyName = "pa_indate";
|
|
|
+ this.dataGridViewTextBoxColumn5.HeaderText = "装箱日期";
|
|
|
+ this.dataGridViewTextBoxColumn5.MinimumWidth = 300;
|
|
|
+ this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
+ this.dataGridViewTextBoxColumn5.Width = 300;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn6
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn6.DataPropertyName = "pd_id";
|
|
|
+ this.dataGridViewTextBoxColumn6.HeaderText = "ID";
|
|
|
+ this.dataGridViewTextBoxColumn6.MinimumWidth = 10;
|
|
|
+ this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
|
+ this.dataGridViewTextBoxColumn6.Visible = false;
|
|
|
+ this.dataGridViewTextBoxColumn6.Width = 200;
|
|
|
+ //
|
|
|
// pd_barcode
|
|
|
//
|
|
|
this.pd_barcode.DataPropertyName = "pd_barcode";
|
|
|
@@ -1142,12 +1209,95 @@
|
|
|
this.pd_id.Visible = false;
|
|
|
this.pd_id.Width = 200;
|
|
|
//
|
|
|
+ // groupBoxWithBorder3
|
|
|
+ //
|
|
|
+ this.groupBoxWithBorder3.BorderColor = System.Drawing.Color.Black;
|
|
|
+ this.groupBoxWithBorder3.Controls.Add(this.RefreshWeigh);
|
|
|
+ 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(1271, 356);
|
|
|
+ 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(287, 242);
|
|
|
+ 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_cartonboxgw
|
|
|
+ //
|
|
|
+ this.pr_cartonboxgw.AutoSize = true;
|
|
|
+ this.pr_cartonboxgw.Font = new System.Drawing.Font("微软雅黑", 25F);
|
|
|
+ this.pr_cartonboxgw.Location = new System.Drawing.Point(23, 317);
|
|
|
+ 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(7, 243);
|
|
|
+ this.label4.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label4.Name = "label4";
|
|
|
+ this.label4.Size = new System.Drawing.Size(210, 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(19, 105);
|
|
|
+ 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(7, 37);
|
|
|
+ this.label5.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label5.Name = "label5";
|
|
|
+ this.label5.Size = new System.Drawing.Size(146, 41);
|
|
|
+ this.label5.TabIndex = 179;
|
|
|
+ this.label5.Text = "称量重量";
|
|
|
+ //
|
|
|
// Packing_PackageCollectionPallet
|
|
|
//
|
|
|
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.groupBoxWithBorder3);
|
|
|
this.Controls.Add(this.label2);
|
|
|
this.Controls.Add(this.Remark_PreFix);
|
|
|
this.Controls.Add(this.AllowRepeat);
|
|
|
@@ -1195,6 +1345,8 @@
|
|
|
this.groupBoxWithBorder1.ResumeLayout(false);
|
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
|
|
|
+ this.groupBoxWithBorder3.ResumeLayout(false);
|
|
|
+ this.groupBoxWithBorder3.PerformLayout();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -1280,5 +1432,17 @@
|
|
|
private System.Windows.Forms.CheckBox AllowRepeat;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
private CustomControl.TextBoxWithIcon.SnCollectionBox Remark_PreFix;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
|
+ private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder3;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton RefreshWeigh;
|
|
|
+ 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;
|
|
|
}
|
|
|
}
|