|
|
@ -65,12 +65,6 @@ |
|
|
this.panel6 = new System.Windows.Forms.Panel(); |
|
|
this.panel6 = new System.Windows.Forms.Panel(); |
|
|
this.label13 = new System.Windows.Forms.Label(); |
|
|
this.label13 = new System.Windows.Forms.Label(); |
|
|
this.detailGridView = new WinFormControl.UDataGridView(); |
|
|
this.detailGridView = new WinFormControl.UDataGridView(); |
|
|
this.B_DeliverGoodsLine_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.B_ShortCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.B_Goods_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.B_SaleOutStoreID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.B_SecondNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.B_UnitNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.dhUnitNumLbl = new System.Windows.Forms.Label(); |
|
|
this.dhUnitNumLbl = new System.Windows.Forms.Label(); |
|
|
this.label7 = new System.Windows.Forms.Label(); |
|
|
this.label7 = new System.Windows.Forms.Label(); |
|
|
this.bhUnitNumLbl = new System.Windows.Forms.Label(); |
|
|
this.bhUnitNumLbl = new System.Windows.Forms.Label(); |
|
|
@ -80,6 +74,12 @@ |
|
|
this.panel7 = new System.Windows.Forms.Panel(); |
|
|
this.panel7 = new System.Windows.Forms.Panel(); |
|
|
this.printCk = new System.Windows.Forms.CheckBox(); |
|
|
this.printCk = new System.Windows.Forms.CheckBox(); |
|
|
this.refresh = new ButcherFactory.Controls.ColorButton(); |
|
|
this.refresh = new ButcherFactory.Controls.ColorButton(); |
|
|
|
|
|
this.B_DeliverGoodsLine_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.B_ShortCode = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.B_Goods_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.B_SaleOutStoreID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.B_SecondNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.B_UnitNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.roundPanel1.SuspendLayout(); |
|
|
this.roundPanel1.SuspendLayout(); |
|
|
this.panel5.SuspendLayout(); |
|
|
this.panel5.SuspendLayout(); |
|
|
((System.ComponentModel.ISupportInitialize)(this.mainGridView)).BeginInit(); |
|
|
((System.ComponentModel.ISupportInitialize)(this.mainGridView)).BeginInit(); |
|
|
@ -291,12 +291,13 @@ |
|
|
this.D_DeliverGoodsLine_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; |
|
|
this.D_DeliverGoodsLine_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; |
|
|
this.D_DeliverGoodsLine_Name.DataPropertyName = "DeliverGoodsLine_Name"; |
|
|
this.D_DeliverGoodsLine_Name.DataPropertyName = "DeliverGoodsLine_Name"; |
|
|
this.D_DeliverGoodsLine_Name.HeaderText = "线路名称"; |
|
|
this.D_DeliverGoodsLine_Name.HeaderText = "线路名称"; |
|
|
|
|
|
this.D_DeliverGoodsLine_Name.MinimumWidth = 100; |
|
|
this.D_DeliverGoodsLine_Name.Name = "D_DeliverGoodsLine_Name"; |
|
|
this.D_DeliverGoodsLine_Name.Name = "D_DeliverGoodsLine_Name"; |
|
|
this.D_DeliverGoodsLine_Name.ReadOnly = true; |
|
|
this.D_DeliverGoodsLine_Name.ReadOnly = true; |
|
|
//
|
|
|
//
|
|
|
// D_Goods_Name
|
|
|
// D_Goods_Name
|
|
|
//
|
|
|
//
|
|
|
this.D_Goods_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; |
|
|
|
|
|
|
|
|
this.D_Goods_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; |
|
|
this.D_Goods_Name.DataPropertyName = "Goods_Name"; |
|
|
this.D_Goods_Name.DataPropertyName = "Goods_Name"; |
|
|
this.D_Goods_Name.HeaderText = "产品名称"; |
|
|
this.D_Goods_Name.HeaderText = "产品名称"; |
|
|
this.D_Goods_Name.MinimumWidth = 100; |
|
|
this.D_Goods_Name.MinimumWidth = 100; |
|
|
@ -305,13 +306,12 @@ |
|
|
//
|
|
|
//
|
|
|
// D_Goods_Spec
|
|
|
// D_Goods_Spec
|
|
|
//
|
|
|
//
|
|
|
this.D_Goods_Spec.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; |
|
|
|
|
|
this.D_Goods_Spec.DataPropertyName = "Goods_Spec"; |
|
|
this.D_Goods_Spec.DataPropertyName = "Goods_Spec"; |
|
|
this.D_Goods_Spec.HeaderText = "规格"; |
|
|
this.D_Goods_Spec.HeaderText = "规格"; |
|
|
this.D_Goods_Spec.MinimumWidth = 90; |
|
|
|
|
|
|
|
|
this.D_Goods_Spec.MinimumWidth = 70; |
|
|
this.D_Goods_Spec.Name = "D_Goods_Spec"; |
|
|
this.D_Goods_Spec.Name = "D_Goods_Spec"; |
|
|
this.D_Goods_Spec.ReadOnly = true; |
|
|
this.D_Goods_Spec.ReadOnly = true; |
|
|
this.D_Goods_Spec.Width = 90; |
|
|
|
|
|
|
|
|
this.D_Goods_Spec.Width = 70; |
|
|
//
|
|
|
//
|
|
|
// D_SecondNumber
|
|
|
// D_SecondNumber
|
|
|
//
|
|
|
//
|
|
|
@ -321,6 +321,7 @@ |
|
|
this.D_SecondNumber.HeaderText = "订货数量"; |
|
|
this.D_SecondNumber.HeaderText = "订货数量"; |
|
|
this.D_SecondNumber.Name = "D_SecondNumber"; |
|
|
this.D_SecondNumber.Name = "D_SecondNumber"; |
|
|
this.D_SecondNumber.ReadOnly = true; |
|
|
this.D_SecondNumber.ReadOnly = true; |
|
|
|
|
|
this.D_SecondNumber.Width = 90; |
|
|
//
|
|
|
//
|
|
|
// D_UnitNum
|
|
|
// D_UnitNum
|
|
|
//
|
|
|
//
|
|
|
@ -330,6 +331,7 @@ |
|
|
this.D_UnitNum.HeaderText = "订货重量"; |
|
|
this.D_UnitNum.HeaderText = "订货重量"; |
|
|
this.D_UnitNum.Name = "D_UnitNum"; |
|
|
this.D_UnitNum.Name = "D_UnitNum"; |
|
|
this.D_UnitNum.ReadOnly = true; |
|
|
this.D_UnitNum.ReadOnly = true; |
|
|
|
|
|
this.D_UnitNum.Width = 90; |
|
|
//
|
|
|
//
|
|
|
// D_SSecondNumber
|
|
|
// D_SSecondNumber
|
|
|
//
|
|
|
//
|
|
|
@ -339,6 +341,7 @@ |
|
|
this.D_SSecondNumber.HeaderText = "备货数量"; |
|
|
this.D_SSecondNumber.HeaderText = "备货数量"; |
|
|
this.D_SSecondNumber.Name = "D_SSecondNumber"; |
|
|
this.D_SSecondNumber.Name = "D_SSecondNumber"; |
|
|
this.D_SSecondNumber.ReadOnly = true; |
|
|
this.D_SSecondNumber.ReadOnly = true; |
|
|
|
|
|
this.D_SSecondNumber.Width = 90; |
|
|
//
|
|
|
//
|
|
|
// D_SUnitNum
|
|
|
// D_SUnitNum
|
|
|
//
|
|
|
//
|
|
|
@ -348,6 +351,7 @@ |
|
|
this.D_SUnitNum.HeaderText = "备货重量"; |
|
|
this.D_SUnitNum.HeaderText = "备货重量"; |
|
|
this.D_SUnitNum.Name = "D_SUnitNum"; |
|
|
this.D_SUnitNum.Name = "D_SUnitNum"; |
|
|
this.D_SUnitNum.ReadOnly = true; |
|
|
this.D_SUnitNum.ReadOnly = true; |
|
|
|
|
|
this.D_SUnitNum.Width = 90; |
|
|
//
|
|
|
//
|
|
|
// label12
|
|
|
// label12
|
|
|
//
|
|
|
//
|
|
|
@ -428,60 +432,6 @@ |
|
|
this.detailGridView.Size = new System.Drawing.Size(580, 320); |
|
|
this.detailGridView.Size = new System.Drawing.Size(580, 320); |
|
|
this.detailGridView.TabIndex = 6; |
|
|
this.detailGridView.TabIndex = 6; |
|
|
//
|
|
|
//
|
|
|
// B_DeliverGoodsLine_Name
|
|
|
|
|
|
//
|
|
|
|
|
|
this.B_DeliverGoodsLine_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; |
|
|
|
|
|
this.B_DeliverGoodsLine_Name.DataPropertyName = "DeliverGoodsLine_Name"; |
|
|
|
|
|
this.B_DeliverGoodsLine_Name.HeaderText = "线路名称"; |
|
|
|
|
|
this.B_DeliverGoodsLine_Name.Name = "B_DeliverGoodsLine_Name"; |
|
|
|
|
|
this.B_DeliverGoodsLine_Name.ReadOnly = true; |
|
|
|
|
|
//
|
|
|
|
|
|
// B_ShortCode
|
|
|
|
|
|
//
|
|
|
|
|
|
this.B_ShortCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; |
|
|
|
|
|
this.B_ShortCode.DataPropertyName = "ShortCode"; |
|
|
|
|
|
this.B_ShortCode.HeaderText = "条码"; |
|
|
|
|
|
this.B_ShortCode.MinimumWidth = 90; |
|
|
|
|
|
this.B_ShortCode.Name = "B_ShortCode"; |
|
|
|
|
|
this.B_ShortCode.ReadOnly = true; |
|
|
|
|
|
this.B_ShortCode.Width = 90; |
|
|
|
|
|
//
|
|
|
|
|
|
// B_Goods_Name
|
|
|
|
|
|
//
|
|
|
|
|
|
this.B_Goods_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; |
|
|
|
|
|
this.B_Goods_Name.DataPropertyName = "Goods_Name"; |
|
|
|
|
|
this.B_Goods_Name.HeaderText = "产品名称"; |
|
|
|
|
|
this.B_Goods_Name.MinimumWidth = 100; |
|
|
|
|
|
this.B_Goods_Name.Name = "B_Goods_Name"; |
|
|
|
|
|
this.B_Goods_Name.ReadOnly = true; |
|
|
|
|
|
//
|
|
|
|
|
|
// B_SaleOutStoreID
|
|
|
|
|
|
//
|
|
|
|
|
|
this.B_SaleOutStoreID.DataPropertyName = "SaleOutStoreID"; |
|
|
|
|
|
this.B_SaleOutStoreID.HeaderText = "销售出库单"; |
|
|
|
|
|
this.B_SaleOutStoreID.Name = "B_SaleOutStoreID"; |
|
|
|
|
|
this.B_SaleOutStoreID.ReadOnly = true; |
|
|
|
|
|
//
|
|
|
|
|
|
// B_SecondNumber
|
|
|
|
|
|
//
|
|
|
|
|
|
this.B_SecondNumber.DataPropertyName = "SecondNumber"; |
|
|
|
|
|
dataGridViewCellStyle3.Format = "#0.######"; |
|
|
|
|
|
this.B_SecondNumber.DefaultCellStyle = dataGridViewCellStyle3; |
|
|
|
|
|
this.B_SecondNumber.HeaderText = "数量"; |
|
|
|
|
|
this.B_SecondNumber.Name = "B_SecondNumber"; |
|
|
|
|
|
this.B_SecondNumber.ReadOnly = true; |
|
|
|
|
|
this.B_SecondNumber.Width = 80; |
|
|
|
|
|
//
|
|
|
|
|
|
// B_UnitNumber
|
|
|
|
|
|
//
|
|
|
|
|
|
this.B_UnitNumber.DataPropertyName = "UnitNumber"; |
|
|
|
|
|
dataGridViewCellStyle4.Format = "#0.######"; |
|
|
|
|
|
this.B_UnitNumber.DefaultCellStyle = dataGridViewCellStyle4; |
|
|
|
|
|
this.B_UnitNumber.HeaderText = "重量"; |
|
|
|
|
|
this.B_UnitNumber.Name = "B_UnitNumber"; |
|
|
|
|
|
this.B_UnitNumber.ReadOnly = true; |
|
|
|
|
|
this.B_UnitNumber.Width = 80; |
|
|
|
|
|
//
|
|
|
|
|
|
// dhUnitNumLbl
|
|
|
// dhUnitNumLbl
|
|
|
//
|
|
|
//
|
|
|
this.dhUnitNumLbl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
this.dhUnitNumLbl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
@ -547,6 +497,7 @@ |
|
|
//
|
|
|
//
|
|
|
// panel7
|
|
|
// panel7
|
|
|
//
|
|
|
//
|
|
|
|
|
|
this.panel7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); |
|
|
this.panel7.Controls.Add(this.printCk); |
|
|
this.panel7.Controls.Add(this.printCk); |
|
|
this.panel7.Controls.Add(this.refresh); |
|
|
this.panel7.Controls.Add(this.refresh); |
|
|
this.panel7.Location = new System.Drawing.Point(824, 5); |
|
|
this.panel7.Location = new System.Drawing.Point(824, 5); |
|
|
@ -578,6 +529,60 @@ |
|
|
this.refresh.UseVisualStyleBackColor = false; |
|
|
this.refresh.UseVisualStyleBackColor = false; |
|
|
this.refresh.Click += new System.EventHandler(this.refresh_Click); |
|
|
this.refresh.Click += new System.EventHandler(this.refresh_Click); |
|
|
//
|
|
|
//
|
|
|
|
|
|
// B_DeliverGoodsLine_Name
|
|
|
|
|
|
//
|
|
|
|
|
|
this.B_DeliverGoodsLine_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; |
|
|
|
|
|
this.B_DeliverGoodsLine_Name.DataPropertyName = "DeliverGoodsLine_Name"; |
|
|
|
|
|
this.B_DeliverGoodsLine_Name.HeaderText = "线路名称"; |
|
|
|
|
|
this.B_DeliverGoodsLine_Name.MinimumWidth = 100; |
|
|
|
|
|
this.B_DeliverGoodsLine_Name.Name = "B_DeliverGoodsLine_Name"; |
|
|
|
|
|
this.B_DeliverGoodsLine_Name.ReadOnly = true; |
|
|
|
|
|
//
|
|
|
|
|
|
// B_ShortCode
|
|
|
|
|
|
//
|
|
|
|
|
|
this.B_ShortCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; |
|
|
|
|
|
this.B_ShortCode.DataPropertyName = "ShortCode"; |
|
|
|
|
|
this.B_ShortCode.HeaderText = "条码"; |
|
|
|
|
|
this.B_ShortCode.MinimumWidth = 90; |
|
|
|
|
|
this.B_ShortCode.Name = "B_ShortCode"; |
|
|
|
|
|
this.B_ShortCode.ReadOnly = true; |
|
|
|
|
|
//
|
|
|
|
|
|
// B_Goods_Name
|
|
|
|
|
|
//
|
|
|
|
|
|
this.B_Goods_Name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; |
|
|
|
|
|
this.B_Goods_Name.DataPropertyName = "Goods_Name"; |
|
|
|
|
|
this.B_Goods_Name.HeaderText = "产品名称"; |
|
|
|
|
|
this.B_Goods_Name.MinimumWidth = 100; |
|
|
|
|
|
this.B_Goods_Name.Name = "B_Goods_Name"; |
|
|
|
|
|
this.B_Goods_Name.ReadOnly = true; |
|
|
|
|
|
//
|
|
|
|
|
|
// B_SaleOutStoreID
|
|
|
|
|
|
//
|
|
|
|
|
|
this.B_SaleOutStoreID.DataPropertyName = "SaleOutStoreID"; |
|
|
|
|
|
this.B_SaleOutStoreID.HeaderText = "销售出库单"; |
|
|
|
|
|
this.B_SaleOutStoreID.Name = "B_SaleOutStoreID"; |
|
|
|
|
|
this.B_SaleOutStoreID.ReadOnly = true; |
|
|
|
|
|
//
|
|
|
|
|
|
// B_SecondNumber
|
|
|
|
|
|
//
|
|
|
|
|
|
this.B_SecondNumber.DataPropertyName = "SecondNumber"; |
|
|
|
|
|
dataGridViewCellStyle3.Format = "#0.######"; |
|
|
|
|
|
this.B_SecondNumber.DefaultCellStyle = dataGridViewCellStyle3; |
|
|
|
|
|
this.B_SecondNumber.HeaderText = "数量"; |
|
|
|
|
|
this.B_SecondNumber.Name = "B_SecondNumber"; |
|
|
|
|
|
this.B_SecondNumber.ReadOnly = true; |
|
|
|
|
|
this.B_SecondNumber.Width = 80; |
|
|
|
|
|
//
|
|
|
|
|
|
// B_UnitNumber
|
|
|
|
|
|
//
|
|
|
|
|
|
this.B_UnitNumber.DataPropertyName = "UnitNumber"; |
|
|
|
|
|
dataGridViewCellStyle4.Format = "#0.######"; |
|
|
|
|
|
this.B_UnitNumber.DefaultCellStyle = dataGridViewCellStyle4; |
|
|
|
|
|
this.B_UnitNumber.HeaderText = "重量"; |
|
|
|
|
|
this.B_UnitNumber.Name = "B_UnitNumber"; |
|
|
|
|
|
this.B_UnitNumber.ReadOnly = true; |
|
|
|
|
|
this.B_UnitNumber.Width = 80; |
|
|
|
|
|
//
|
|
|
// SegmentStockUpForm
|
|
|
// SegmentStockUpForm
|
|
|
//
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
@ -626,6 +631,7 @@ |
|
|
private System.Windows.Forms.Label label7; |
|
|
private System.Windows.Forms.Label label7; |
|
|
private System.Windows.Forms.Panel panel7; |
|
|
private System.Windows.Forms.Panel panel7; |
|
|
private Controls.ColorButton refresh; |
|
|
private Controls.ColorButton refresh; |
|
|
|
|
|
private System.Windows.Forms.CheckBox printCk; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_DeliverGoodsLine_ID; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_DeliverGoodsLine_ID; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_Goods_ID; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_Goods_ID; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_Date; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_Date; |
|
|
@ -643,6 +649,5 @@ |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_SaleOutStoreID; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_SaleOutStoreID; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_SecondNumber; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_SecondNumber; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_UnitNumber; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_UnitNumber; |
|
|
private System.Windows.Forms.CheckBox printCk; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |