|
|
|
@ -65,6 +65,12 @@ |
|
|
|
this.ttPanel = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.lblTangTui = new System.Windows.Forms.Label(); |
|
|
|
this.tangGridView = new BWP.WinFormControl.UDataGridView(); |
|
|
|
this.T_OrderDetail_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.T_Finish = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.T_WeightID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.T_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.T_Number = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.T_Already = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.alreadyLabel = new System.Windows.Forms.Label(); |
|
|
|
this.label4 = new System.Windows.Forms.Label(); |
|
|
|
this.orderLabel = new System.Windows.Forms.Label(); |
|
|
|
@ -78,6 +84,12 @@ |
|
|
|
this.label3 = new System.Windows.Forms.Label(); |
|
|
|
this.maoScrollBar = new System.Windows.Forms.VScrollBar(); |
|
|
|
this.maoGridView = new BWP.WinFormControl.UDataGridView(); |
|
|
|
this.M_OrderDetail_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.M_Finish = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.M_WeightID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.M_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.M_Number = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.M_Already = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.mbPanel = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.keyPanel = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.lblMaoBo = new System.Windows.Forms.Label(); |
|
|
|
@ -86,18 +98,10 @@ |
|
|
|
this.statePic = new System.Windows.Forms.PictureBox(); |
|
|
|
this.printBtn = new System.Windows.Forms.Button(); |
|
|
|
this.isPrintCheckBox = new System.Windows.Forms.CheckBox(); |
|
|
|
this.T_OrderDetail_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.T_Finish = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.T_WeightID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.T_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.T_Number = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.T_Already = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.M_OrderDetail_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.M_Finish = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.M_WeightID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.M_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.M_Number = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.M_Already = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.maoTotal = new System.Windows.Forms.Label(); |
|
|
|
this.label6 = new System.Windows.Forms.Label(); |
|
|
|
this.tangTotal = new System.Windows.Forms.Label(); |
|
|
|
this.label8 = new System.Windows.Forms.Label(); |
|
|
|
this.modifyPanel.SuspendLayout(); |
|
|
|
this.withOkPanel.SuspendLayout(); |
|
|
|
this.groupBox1.SuspendLayout(); |
|
|
|
@ -309,6 +313,8 @@ |
|
|
|
//
|
|
|
|
// groupBox1
|
|
|
|
//
|
|
|
|
this.groupBox1.Controls.Add(this.tangTotal); |
|
|
|
this.groupBox1.Controls.Add(this.label8); |
|
|
|
this.groupBox1.Controls.Add(this.tangScrollBar); |
|
|
|
this.groupBox1.Controls.Add(this.ttPanel); |
|
|
|
this.groupBox1.Controls.Add(this.lblTangTui); |
|
|
|
@ -386,6 +392,54 @@ |
|
|
|
this.tangGridView.TabIndex = 4; |
|
|
|
this.tangGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.tangGridView_CellClick); |
|
|
|
//
|
|
|
|
// T_OrderDetail_ID
|
|
|
|
//
|
|
|
|
this.T_OrderDetail_ID.DataPropertyName = "OrderDetail_ID"; |
|
|
|
this.T_OrderDetail_ID.HeaderText = "OrderDetail_ID"; |
|
|
|
this.T_OrderDetail_ID.Name = "T_OrderDetail_ID"; |
|
|
|
this.T_OrderDetail_ID.ReadOnly = true; |
|
|
|
this.T_OrderDetail_ID.Visible = false; |
|
|
|
//
|
|
|
|
// T_Finish
|
|
|
|
//
|
|
|
|
this.T_Finish.DataPropertyName = "Finish"; |
|
|
|
this.T_Finish.HeaderText = "Finish"; |
|
|
|
this.T_Finish.Name = "T_Finish"; |
|
|
|
this.T_Finish.ReadOnly = true; |
|
|
|
this.T_Finish.Visible = false; |
|
|
|
//
|
|
|
|
// T_WeightID
|
|
|
|
//
|
|
|
|
this.T_WeightID.DataPropertyName = "WeightID"; |
|
|
|
this.T_WeightID.HeaderText = "磅单号"; |
|
|
|
this.T_WeightID.Name = "T_WeightID"; |
|
|
|
this.T_WeightID.ReadOnly = true; |
|
|
|
this.T_WeightID.Width = 90; |
|
|
|
//
|
|
|
|
// T_Order
|
|
|
|
//
|
|
|
|
this.T_Order.DataPropertyName = "Order"; |
|
|
|
this.T_Order.HeaderText = "顺序号"; |
|
|
|
this.T_Order.Name = "T_Order"; |
|
|
|
this.T_Order.ReadOnly = true; |
|
|
|
this.T_Order.Width = 90; |
|
|
|
//
|
|
|
|
// T_Number
|
|
|
|
//
|
|
|
|
this.T_Number.DataPropertyName = "Number"; |
|
|
|
this.T_Number.HeaderText = "头数"; |
|
|
|
this.T_Number.Name = "T_Number"; |
|
|
|
this.T_Number.ReadOnly = true; |
|
|
|
this.T_Number.Width = 85; |
|
|
|
//
|
|
|
|
// T_Already
|
|
|
|
//
|
|
|
|
this.T_Already.DataPropertyName = "Already"; |
|
|
|
this.T_Already.HeaderText = "已宰"; |
|
|
|
this.T_Already.Name = "T_Already"; |
|
|
|
this.T_Already.ReadOnly = true; |
|
|
|
this.T_Already.Width = 85; |
|
|
|
//
|
|
|
|
// alreadyLabel
|
|
|
|
//
|
|
|
|
this.alreadyLabel.AutoSize = true; |
|
|
|
@ -517,7 +571,9 @@ |
|
|
|
//
|
|
|
|
// groupBox2
|
|
|
|
//
|
|
|
|
this.groupBox2.Controls.Add(this.maoTotal); |
|
|
|
this.groupBox2.Controls.Add(this.label3); |
|
|
|
this.groupBox2.Controls.Add(this.label6); |
|
|
|
this.groupBox2.Controls.Add(this.maoScrollBar); |
|
|
|
this.groupBox2.Controls.Add(this.maoGridView); |
|
|
|
this.groupBox2.Controls.Add(this.mbPanel); |
|
|
|
@ -587,6 +643,54 @@ |
|
|
|
this.maoGridView.TabIndex = 33; |
|
|
|
this.maoGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.maoGridView_CellClick); |
|
|
|
//
|
|
|
|
// M_OrderDetail_ID
|
|
|
|
//
|
|
|
|
this.M_OrderDetail_ID.DataPropertyName = "OrderDetail_ID"; |
|
|
|
this.M_OrderDetail_ID.HeaderText = "OrderDetail_ID"; |
|
|
|
this.M_OrderDetail_ID.Name = "M_OrderDetail_ID"; |
|
|
|
this.M_OrderDetail_ID.ReadOnly = true; |
|
|
|
this.M_OrderDetail_ID.Visible = false; |
|
|
|
//
|
|
|
|
// M_Finish
|
|
|
|
//
|
|
|
|
this.M_Finish.DataPropertyName = "Finish"; |
|
|
|
this.M_Finish.HeaderText = "Finish"; |
|
|
|
this.M_Finish.Name = "M_Finish"; |
|
|
|
this.M_Finish.ReadOnly = true; |
|
|
|
this.M_Finish.Visible = false; |
|
|
|
//
|
|
|
|
// M_WeightID
|
|
|
|
//
|
|
|
|
this.M_WeightID.DataPropertyName = "WeightID"; |
|
|
|
this.M_WeightID.HeaderText = "磅单号"; |
|
|
|
this.M_WeightID.Name = "M_WeightID"; |
|
|
|
this.M_WeightID.ReadOnly = true; |
|
|
|
this.M_WeightID.Width = 90; |
|
|
|
//
|
|
|
|
// M_Order
|
|
|
|
//
|
|
|
|
this.M_Order.DataPropertyName = "Order"; |
|
|
|
this.M_Order.HeaderText = "顺序号"; |
|
|
|
this.M_Order.Name = "M_Order"; |
|
|
|
this.M_Order.ReadOnly = true; |
|
|
|
this.M_Order.Width = 90; |
|
|
|
//
|
|
|
|
// M_Number
|
|
|
|
//
|
|
|
|
this.M_Number.DataPropertyName = "Number"; |
|
|
|
this.M_Number.HeaderText = "头数"; |
|
|
|
this.M_Number.Name = "M_Number"; |
|
|
|
this.M_Number.ReadOnly = true; |
|
|
|
this.M_Number.Width = 85; |
|
|
|
//
|
|
|
|
// M_Already
|
|
|
|
//
|
|
|
|
this.M_Already.DataPropertyName = "Already"; |
|
|
|
this.M_Already.HeaderText = "已宰"; |
|
|
|
this.M_Already.Name = "M_Already"; |
|
|
|
this.M_Already.ReadOnly = true; |
|
|
|
this.M_Already.Width = 85; |
|
|
|
//
|
|
|
|
// mbPanel
|
|
|
|
//
|
|
|
|
this.mbPanel.Location = new System.Drawing.Point(431, 35); |
|
|
|
@ -665,101 +769,47 @@ |
|
|
|
this.isPrintCheckBox.Text = "打印条码"; |
|
|
|
this.isPrintCheckBox.UseVisualStyleBackColor = true; |
|
|
|
//
|
|
|
|
// T_OrderDetail_ID
|
|
|
|
//
|
|
|
|
this.T_OrderDetail_ID.DataPropertyName = "OrderDetail_ID"; |
|
|
|
this.T_OrderDetail_ID.HeaderText = "OrderDetail_ID"; |
|
|
|
this.T_OrderDetail_ID.Name = "T_OrderDetail_ID"; |
|
|
|
this.T_OrderDetail_ID.ReadOnly = true; |
|
|
|
this.T_OrderDetail_ID.Visible = false; |
|
|
|
//
|
|
|
|
// T_Finish
|
|
|
|
//
|
|
|
|
this.T_Finish.DataPropertyName = "Finish"; |
|
|
|
this.T_Finish.HeaderText = "Finish"; |
|
|
|
this.T_Finish.Name = "T_Finish"; |
|
|
|
this.T_Finish.ReadOnly = true; |
|
|
|
this.T_Finish.Visible = false; |
|
|
|
//
|
|
|
|
// T_WeightID
|
|
|
|
//
|
|
|
|
this.T_WeightID.DataPropertyName = "WeightID"; |
|
|
|
this.T_WeightID.HeaderText = "磅单号"; |
|
|
|
this.T_WeightID.Name = "T_WeightID"; |
|
|
|
this.T_WeightID.ReadOnly = true; |
|
|
|
this.T_WeightID.Width = 90; |
|
|
|
//
|
|
|
|
// T_Order
|
|
|
|
//
|
|
|
|
this.T_Order.DataPropertyName = "Order"; |
|
|
|
this.T_Order.HeaderText = "顺序号"; |
|
|
|
this.T_Order.Name = "T_Order"; |
|
|
|
this.T_Order.ReadOnly = true; |
|
|
|
this.T_Order.Width = 90; |
|
|
|
//
|
|
|
|
// T_Number
|
|
|
|
//
|
|
|
|
this.T_Number.DataPropertyName = "Number"; |
|
|
|
this.T_Number.HeaderText = "头数"; |
|
|
|
this.T_Number.Name = "T_Number"; |
|
|
|
this.T_Number.ReadOnly = true; |
|
|
|
this.T_Number.Width = 85; |
|
|
|
//
|
|
|
|
// T_Already
|
|
|
|
//
|
|
|
|
this.T_Already.DataPropertyName = "Already"; |
|
|
|
this.T_Already.HeaderText = "已宰"; |
|
|
|
this.T_Already.Name = "T_Already"; |
|
|
|
this.T_Already.ReadOnly = true; |
|
|
|
this.T_Already.Width = 85; |
|
|
|
//
|
|
|
|
// M_OrderDetail_ID
|
|
|
|
//
|
|
|
|
this.M_OrderDetail_ID.DataPropertyName = "OrderDetail_ID"; |
|
|
|
this.M_OrderDetail_ID.HeaderText = "OrderDetail_ID"; |
|
|
|
this.M_OrderDetail_ID.Name = "M_OrderDetail_ID"; |
|
|
|
this.M_OrderDetail_ID.ReadOnly = true; |
|
|
|
this.M_OrderDetail_ID.Visible = false; |
|
|
|
//
|
|
|
|
// M_Finish
|
|
|
|
//
|
|
|
|
this.M_Finish.DataPropertyName = "Finish"; |
|
|
|
this.M_Finish.HeaderText = "Finish"; |
|
|
|
this.M_Finish.Name = "M_Finish"; |
|
|
|
this.M_Finish.ReadOnly = true; |
|
|
|
this.M_Finish.Visible = false; |
|
|
|
//
|
|
|
|
// M_WeightID
|
|
|
|
//
|
|
|
|
this.M_WeightID.DataPropertyName = "WeightID"; |
|
|
|
this.M_WeightID.HeaderText = "磅单号"; |
|
|
|
this.M_WeightID.Name = "M_WeightID"; |
|
|
|
this.M_WeightID.ReadOnly = true; |
|
|
|
this.M_WeightID.Width = 90; |
|
|
|
//
|
|
|
|
// M_Order
|
|
|
|
//
|
|
|
|
this.M_Order.DataPropertyName = "Order"; |
|
|
|
this.M_Order.HeaderText = "顺序号"; |
|
|
|
this.M_Order.Name = "M_Order"; |
|
|
|
this.M_Order.ReadOnly = true; |
|
|
|
this.M_Order.Width = 90; |
|
|
|
//
|
|
|
|
// M_Number
|
|
|
|
//
|
|
|
|
this.M_Number.DataPropertyName = "Number"; |
|
|
|
this.M_Number.HeaderText = "头数"; |
|
|
|
this.M_Number.Name = "M_Number"; |
|
|
|
this.M_Number.ReadOnly = true; |
|
|
|
this.M_Number.Width = 85; |
|
|
|
//
|
|
|
|
// M_Already
|
|
|
|
//
|
|
|
|
this.M_Already.DataPropertyName = "Already"; |
|
|
|
this.M_Already.HeaderText = "已宰"; |
|
|
|
this.M_Already.Name = "M_Already"; |
|
|
|
this.M_Already.ReadOnly = true; |
|
|
|
this.M_Already.Width = 85; |
|
|
|
// maoTotal
|
|
|
|
//
|
|
|
|
this.maoTotal.AutoSize = true; |
|
|
|
this.maoTotal.Font = new System.Drawing.Font("宋体", 18F); |
|
|
|
this.maoTotal.ForeColor = System.Drawing.Color.Red; |
|
|
|
this.maoTotal.Location = new System.Drawing.Point(312, -5); |
|
|
|
this.maoTotal.Name = "maoTotal"; |
|
|
|
this.maoTotal.Size = new System.Drawing.Size(22, 24); |
|
|
|
this.maoTotal.TabIndex = 53; |
|
|
|
this.maoTotal.Text = "0"; |
|
|
|
//
|
|
|
|
// label6
|
|
|
|
//
|
|
|
|
this.label6.AutoSize = true; |
|
|
|
this.label6.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label6.Location = new System.Drawing.Point(207, -1); |
|
|
|
this.label6.Name = "label6"; |
|
|
|
this.label6.Size = new System.Drawing.Size(109, 20); |
|
|
|
this.label6.TabIndex = 52; |
|
|
|
this.label6.Text = "已宰合计:"; |
|
|
|
//
|
|
|
|
// tangTotal
|
|
|
|
//
|
|
|
|
this.tangTotal.AutoSize = true; |
|
|
|
this.tangTotal.Font = new System.Drawing.Font("宋体", 18F); |
|
|
|
this.tangTotal.ForeColor = System.Drawing.Color.Red; |
|
|
|
this.tangTotal.Location = new System.Drawing.Point(312, -5); |
|
|
|
this.tangTotal.Name = "tangTotal"; |
|
|
|
this.tangTotal.Size = new System.Drawing.Size(22, 24); |
|
|
|
this.tangTotal.TabIndex = 55; |
|
|
|
this.tangTotal.Text = "0"; |
|
|
|
//
|
|
|
|
// label8
|
|
|
|
//
|
|
|
|
this.label8.AutoSize = true; |
|
|
|
this.label8.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label8.Location = new System.Drawing.Point(207, -1); |
|
|
|
this.label8.Name = "label8"; |
|
|
|
this.label8.Size = new System.Drawing.Size(109, 20); |
|
|
|
this.label8.TabIndex = 54; |
|
|
|
this.label8.Text = "已宰合计:"; |
|
|
|
//
|
|
|
|
// DataViewForm
|
|
|
|
//
|
|
|
|
@ -871,5 +921,9 @@ |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn M_Order; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn M_Number; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn M_Already; |
|
|
|
private System.Windows.Forms.Label tangTotal; |
|
|
|
private System.Windows.Forms.Label label8; |
|
|
|
private System.Windows.Forms.Label maoTotal; |
|
|
|
private System.Windows.Forms.Label label6; |
|
|
|
} |
|
|
|
} |