|
|
|
@ -41,8 +41,6 @@ |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
this.uScanPanel1 = new WinFormControl.UScanPanel(); |
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
this.dataPicker = new System.Windows.Forms.Label(); |
|
|
|
this.panel4 = new System.Windows.Forms.Panel(); |
|
|
|
this.goodsLbl = new System.Windows.Forms.Label(); |
|
|
|
this.driveLineLbl = new System.Windows.Forms.Label(); |
|
|
|
@ -50,9 +48,6 @@ |
|
|
|
this.dhNumberLbl = new System.Windows.Forms.Label(); |
|
|
|
this.panel5 = new System.Windows.Forms.Panel(); |
|
|
|
this.mainGridView = new WinFormControl.UDataGridView(); |
|
|
|
this.D_DeliverGoodsLine_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.D_Goods_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.D_Date = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.D_Finishd = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.D_DeliverGoodsLine_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.D_Goods_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
@ -65,6 +60,12 @@ |
|
|
|
this.panel6 = new System.Windows.Forms.Panel(); |
|
|
|
this.label13 = new System.Windows.Forms.Label(); |
|
|
|
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.label7 = new System.Windows.Forms.Label(); |
|
|
|
this.bhUnitNumLbl = new System.Windows.Forms.Label(); |
|
|
|
@ -74,12 +75,6 @@ |
|
|
|
this.panel7 = new System.Windows.Forms.Panel(); |
|
|
|
this.printCk = new System.Windows.Forms.CheckBox(); |
|
|
|
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.panel5.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.mainGridView)).BeginInit(); |
|
|
|
@ -104,40 +99,16 @@ |
|
|
|
this.roundPanel1.Controls.Add(this.driveLineLbl); |
|
|
|
this.roundPanel1.Controls.Add(this.goodsLbl); |
|
|
|
this.roundPanel1.Controls.Add(this.panel4); |
|
|
|
this.roundPanel1.Controls.Add(this.dataPicker); |
|
|
|
this.roundPanel1.Controls.Add(this.uScanPanel1); |
|
|
|
this.roundPanel1.Controls.Add(this.label1); |
|
|
|
//
|
|
|
|
// uScanPanel1
|
|
|
|
//
|
|
|
|
this.uScanPanel1.BackColor = System.Drawing.Color.Transparent; |
|
|
|
this.uScanPanel1.Location = new System.Drawing.Point(271, 14); |
|
|
|
this.uScanPanel1.Location = new System.Drawing.Point(18, 9); |
|
|
|
this.uScanPanel1.Name = "uScanPanel1"; |
|
|
|
this.uScanPanel1.Size = new System.Drawing.Size(303, 32); |
|
|
|
this.uScanPanel1.TabIndex = 0; |
|
|
|
//
|
|
|
|
// label1
|
|
|
|
//
|
|
|
|
this.label1.AutoSize = true; |
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 14F); |
|
|
|
this.label1.Location = new System.Drawing.Point(16, 19); |
|
|
|
this.label1.Name = "label1"; |
|
|
|
this.label1.Size = new System.Drawing.Size(85, 19); |
|
|
|
this.label1.TabIndex = 1; |
|
|
|
this.label1.Text = "发货日期"; |
|
|
|
//
|
|
|
|
// dataPicker
|
|
|
|
//
|
|
|
|
this.dataPicker.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
this.dataPicker.Font = new System.Drawing.Font("宋体", 14F); |
|
|
|
this.dataPicker.Location = new System.Drawing.Point(107, 14); |
|
|
|
this.dataPicker.Name = "dataPicker"; |
|
|
|
this.dataPicker.Size = new System.Drawing.Size(120, 30); |
|
|
|
this.dataPicker.TabIndex = 2; |
|
|
|
this.dataPicker.Text = "2018-08-08"; |
|
|
|
this.dataPicker.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; |
|
|
|
this.dataPicker.Click += new System.EventHandler(this.dataPicker_Click); |
|
|
|
//
|
|
|
|
// panel4
|
|
|
|
//
|
|
|
|
this.panel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) |
|
|
|
@ -228,9 +199,6 @@ |
|
|
|
this.mainGridView.ColumnHeadersHeight = 30; |
|
|
|
this.mainGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing; |
|
|
|
this.mainGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.D_DeliverGoodsLine_ID, |
|
|
|
this.D_Goods_ID, |
|
|
|
this.D_Date, |
|
|
|
this.D_Finishd, |
|
|
|
this.D_DeliverGoodsLine_Name, |
|
|
|
this.D_Goods_Name, |
|
|
|
@ -256,28 +224,6 @@ |
|
|
|
this.mainGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.mainGridView_CellClick); |
|
|
|
this.mainGridView.RowPrePaint += new System.Windows.Forms.DataGridViewRowPrePaintEventHandler(this.mainGridView_RowPrePaint); |
|
|
|
//
|
|
|
|
// D_DeliverGoodsLine_ID
|
|
|
|
//
|
|
|
|
this.D_DeliverGoodsLine_ID.DataPropertyName = "DeliverGoodsLine_ID"; |
|
|
|
this.D_DeliverGoodsLine_ID.HeaderText = "DeliverGoodsLine_ID"; |
|
|
|
this.D_DeliverGoodsLine_ID.Name = "D_DeliverGoodsLine_ID"; |
|
|
|
this.D_DeliverGoodsLine_ID.ReadOnly = true; |
|
|
|
this.D_DeliverGoodsLine_ID.Visible = false; |
|
|
|
//
|
|
|
|
// D_Goods_ID
|
|
|
|
//
|
|
|
|
this.D_Goods_ID.HeaderText = "Goods_ID"; |
|
|
|
this.D_Goods_ID.Name = "D_Goods_ID"; |
|
|
|
this.D_Goods_ID.ReadOnly = true; |
|
|
|
this.D_Goods_ID.Visible = false; |
|
|
|
//
|
|
|
|
// D_Date
|
|
|
|
//
|
|
|
|
this.D_Date.HeaderText = "Date"; |
|
|
|
this.D_Date.Name = "D_Date"; |
|
|
|
this.D_Date.ReadOnly = true; |
|
|
|
this.D_Date.Visible = false; |
|
|
|
//
|
|
|
|
// D_Finishd
|
|
|
|
//
|
|
|
|
this.D_Finishd.DataPropertyName = "Finishd"; |
|
|
|
@ -432,6 +378,60 @@ |
|
|
|
this.detailGridView.Size = new System.Drawing.Size(580, 320); |
|
|
|
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.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; |
|
|
|
//
|
|
|
|
// dhUnitNumLbl
|
|
|
|
//
|
|
|
|
this.dhUnitNumLbl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
@ -529,60 +529,6 @@ |
|
|
|
this.refresh.UseVisualStyleBackColor = false; |
|
|
|
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
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
@ -610,8 +556,6 @@ |
|
|
|
#endregion
|
|
|
|
|
|
|
|
private WinFormControl.UScanPanel uScanPanel1; |
|
|
|
private System.Windows.Forms.Label dataPicker; |
|
|
|
private System.Windows.Forms.Label label1; |
|
|
|
private System.Windows.Forms.Label dhNumberLbl; |
|
|
|
private System.Windows.Forms.Label label4; |
|
|
|
private System.Windows.Forms.Label driveLineLbl; |
|
|
|
@ -632,9 +576,12 @@ |
|
|
|
private System.Windows.Forms.Panel panel7; |
|
|
|
private Controls.ColorButton refresh; |
|
|
|
private System.Windows.Forms.CheckBox printCk; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_DeliverGoodsLine_ID; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_Goods_ID; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_Date; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_DeliverGoodsLine_Name; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_ShortCode; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_Goods_Name; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_SaleOutStoreID; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_SecondNumber; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_UnitNumber; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_Finishd; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_DeliverGoodsLine_Name; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_Goods_Name; |
|
|
|
@ -643,11 +590,5 @@ |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_UnitNum; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_SSecondNumber; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn D_SUnitNum; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_DeliverGoodsLine_Name; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_ShortCode; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_Goods_Name; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_SaleOutStoreID; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_SecondNumber; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn B_UnitNumber; |
|
|
|
} |
|
|
|
} |