|
|
|
@ -43,12 +43,12 @@ |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle21 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
this.uTabControl1 = new BWP.WinFormControl.UTabControl(); |
|
|
|
this.tabPage1 = new System.Windows.Forms.TabPage(); |
|
|
|
this.vScrollBar1 = new System.Windows.Forms.VScrollBar(); |
|
|
|
@ -117,16 +117,6 @@ |
|
|
|
this.P_OKBtn = new System.Windows.Forms.DataGridViewButtonColumn(); |
|
|
|
this.P_Hidden = new System.Windows.Forms.DataGridViewButtonColumn(); |
|
|
|
this.orderGrid = new BWP.WinFormControl.UDataGridView(); |
|
|
|
this.O_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_IsHurryButcher = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_WeightBill_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_SecondarySplit = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_B3WeighBill_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_Supplier_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_LiveColonyHouse_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_PlanNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_OKBtn = new System.Windows.Forms.DataGridViewButtonColumn(); |
|
|
|
this.tab2SyncBtn = new System.Windows.Forms.Button(); |
|
|
|
this.tab2DateSelect = new BWP.WinFormControl.UDatePicker(); |
|
|
|
this.label4 = new System.Windows.Forms.Label(); |
|
|
|
@ -146,6 +136,17 @@ |
|
|
|
this.H_HurryNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.dataGridViewButtonColumn1 = new System.Windows.Forms.DataGridViewButtonColumn(); |
|
|
|
this.H_View = new System.Windows.Forms.DataGridViewButtonColumn(); |
|
|
|
this.O_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_IsHurryButcher = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_WeightBill_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_SecondarySplit = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_Date = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_B3WeighBill_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_Supplier_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_LiveColonyHouse_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_PlanNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_OKBtn = new System.Windows.Forms.DataGridViewButtonColumn(); |
|
|
|
this.uTabControl1.SuspendLayout(); |
|
|
|
this.tabPage1.SuspendLayout(); |
|
|
|
this.panel1.SuspendLayout(); |
|
|
|
@ -962,6 +963,7 @@ |
|
|
|
this.O_IsHurryButcher, |
|
|
|
this.O_WeightBill_ID, |
|
|
|
this.O_SecondarySplit, |
|
|
|
this.O_Date, |
|
|
|
this.O_Order, |
|
|
|
this.O_B3WeighBill_ID, |
|
|
|
this.O_Supplier_Name, |
|
|
|
@ -986,89 +988,6 @@ |
|
|
|
this.orderGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.orderGrid_CellClick); |
|
|
|
this.orderGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.orderGrid_CellContentClick); |
|
|
|
//
|
|
|
|
// O_ID
|
|
|
|
//
|
|
|
|
this.O_ID.DataPropertyName = "ID"; |
|
|
|
this.O_ID.HeaderText = "ID"; |
|
|
|
this.O_ID.Name = "O_ID"; |
|
|
|
this.O_ID.ReadOnly = true; |
|
|
|
this.O_ID.Visible = false; |
|
|
|
//
|
|
|
|
// O_IsHurryButcher
|
|
|
|
//
|
|
|
|
this.O_IsHurryButcher.DataPropertyName = "IsHurryButcher"; |
|
|
|
this.O_IsHurryButcher.HeaderText = "IsHurryButcher"; |
|
|
|
this.O_IsHurryButcher.Name = "O_IsHurryButcher"; |
|
|
|
this.O_IsHurryButcher.ReadOnly = true; |
|
|
|
this.O_IsHurryButcher.Visible = false; |
|
|
|
//
|
|
|
|
// O_WeightBill_ID
|
|
|
|
//
|
|
|
|
this.O_WeightBill_ID.DataPropertyName = "WeightBill_ID"; |
|
|
|
this.O_WeightBill_ID.HeaderText = "WeightBill_ID"; |
|
|
|
this.O_WeightBill_ID.Name = "O_WeightBill_ID"; |
|
|
|
this.O_WeightBill_ID.ReadOnly = true; |
|
|
|
this.O_WeightBill_ID.Visible = false; |
|
|
|
//
|
|
|
|
// O_SecondarySplit
|
|
|
|
//
|
|
|
|
this.O_SecondarySplit.DataPropertyName = "SecondarySplit"; |
|
|
|
this.O_SecondarySplit.HeaderText = "SecondarySplit"; |
|
|
|
this.O_SecondarySplit.Name = "O_SecondarySplit"; |
|
|
|
this.O_SecondarySplit.ReadOnly = true; |
|
|
|
this.O_SecondarySplit.Visible = false; |
|
|
|
//
|
|
|
|
// O_Order
|
|
|
|
//
|
|
|
|
this.O_Order.DataPropertyName = "Order"; |
|
|
|
this.O_Order.HeaderText = "序号"; |
|
|
|
this.O_Order.Name = "O_Order"; |
|
|
|
this.O_Order.ReadOnly = true; |
|
|
|
this.O_Order.Width = 70; |
|
|
|
//
|
|
|
|
// O_B3WeighBill_ID
|
|
|
|
//
|
|
|
|
this.O_B3WeighBill_ID.DataPropertyName = "B3WeighBill_ID"; |
|
|
|
this.O_B3WeighBill_ID.HeaderText = "磅单号"; |
|
|
|
this.O_B3WeighBill_ID.Name = "O_B3WeighBill_ID"; |
|
|
|
this.O_B3WeighBill_ID.ReadOnly = true; |
|
|
|
this.O_B3WeighBill_ID.Width = 80; |
|
|
|
//
|
|
|
|
// O_Supplier_Name
|
|
|
|
//
|
|
|
|
this.O_Supplier_Name.DataPropertyName = "Supplier_Name"; |
|
|
|
this.O_Supplier_Name.HeaderText = "供应商"; |
|
|
|
this.O_Supplier_Name.Name = "O_Supplier_Name"; |
|
|
|
this.O_Supplier_Name.ReadOnly = true; |
|
|
|
this.O_Supplier_Name.Width = 95; |
|
|
|
//
|
|
|
|
// O_LiveColonyHouse_Name
|
|
|
|
//
|
|
|
|
this.O_LiveColonyHouse_Name.DataPropertyName = "LiveColonyHouse_Name"; |
|
|
|
this.O_LiveColonyHouse_Name.HeaderText = "圈舍"; |
|
|
|
this.O_LiveColonyHouse_Name.Name = "O_LiveColonyHouse_Name"; |
|
|
|
this.O_LiveColonyHouse_Name.ReadOnly = true; |
|
|
|
//
|
|
|
|
// O_PlanNumber
|
|
|
|
//
|
|
|
|
this.O_PlanNumber.DataPropertyName = "PlanNumber"; |
|
|
|
this.O_PlanNumber.HeaderText = "头数"; |
|
|
|
this.O_PlanNumber.Name = "O_PlanNumber"; |
|
|
|
this.O_PlanNumber.ReadOnly = true; |
|
|
|
this.O_PlanNumber.Width = 70; |
|
|
|
//
|
|
|
|
// O_OKBtn
|
|
|
|
//
|
|
|
|
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
|
|
dataGridViewCellStyle15.Padding = new System.Windows.Forms.Padding(7, 10, 7, 10); |
|
|
|
this.O_OKBtn.DefaultCellStyle = dataGridViewCellStyle15; |
|
|
|
this.O_OKBtn.HeaderText = "确定"; |
|
|
|
this.O_OKBtn.Name = "O_OKBtn"; |
|
|
|
this.O_OKBtn.ReadOnly = true; |
|
|
|
this.O_OKBtn.Text = "确定"; |
|
|
|
this.O_OKBtn.UseColumnTextForButtonValue = true; |
|
|
|
this.O_OKBtn.Width = 95; |
|
|
|
//
|
|
|
|
// tab2SyncBtn
|
|
|
|
//
|
|
|
|
this.tab2SyncBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
@ -1294,6 +1213,97 @@ |
|
|
|
this.H_View.UseColumnTextForButtonValue = true; |
|
|
|
this.H_View.Width = 110; |
|
|
|
//
|
|
|
|
// O_ID
|
|
|
|
//
|
|
|
|
this.O_ID.DataPropertyName = "ID"; |
|
|
|
this.O_ID.HeaderText = "ID"; |
|
|
|
this.O_ID.Name = "O_ID"; |
|
|
|
this.O_ID.ReadOnly = true; |
|
|
|
this.O_ID.Visible = false; |
|
|
|
//
|
|
|
|
// O_IsHurryButcher
|
|
|
|
//
|
|
|
|
this.O_IsHurryButcher.DataPropertyName = "IsHurryButcher"; |
|
|
|
this.O_IsHurryButcher.HeaderText = "IsHurryButcher"; |
|
|
|
this.O_IsHurryButcher.Name = "O_IsHurryButcher"; |
|
|
|
this.O_IsHurryButcher.ReadOnly = true; |
|
|
|
this.O_IsHurryButcher.Visible = false; |
|
|
|
//
|
|
|
|
// O_WeightBill_ID
|
|
|
|
//
|
|
|
|
this.O_WeightBill_ID.DataPropertyName = "WeightBill_ID"; |
|
|
|
this.O_WeightBill_ID.HeaderText = "WeightBill_ID"; |
|
|
|
this.O_WeightBill_ID.Name = "O_WeightBill_ID"; |
|
|
|
this.O_WeightBill_ID.ReadOnly = true; |
|
|
|
this.O_WeightBill_ID.Visible = false; |
|
|
|
//
|
|
|
|
// O_SecondarySplit
|
|
|
|
//
|
|
|
|
this.O_SecondarySplit.DataPropertyName = "SecondarySplit"; |
|
|
|
this.O_SecondarySplit.HeaderText = "SecondarySplit"; |
|
|
|
this.O_SecondarySplit.Name = "O_SecondarySplit"; |
|
|
|
this.O_SecondarySplit.ReadOnly = true; |
|
|
|
this.O_SecondarySplit.Visible = false; |
|
|
|
//
|
|
|
|
// O_Date
|
|
|
|
//
|
|
|
|
this.O_Date.DataPropertyName = "Date"; |
|
|
|
this.O_Date.HeaderText = "Date"; |
|
|
|
this.O_Date.Name = "O_Date"; |
|
|
|
this.O_Date.ReadOnly = true; |
|
|
|
this.O_Date.Visible = false; |
|
|
|
//
|
|
|
|
// O_Order
|
|
|
|
//
|
|
|
|
this.O_Order.DataPropertyName = "Order"; |
|
|
|
this.O_Order.HeaderText = "序号"; |
|
|
|
this.O_Order.Name = "O_Order"; |
|
|
|
this.O_Order.ReadOnly = true; |
|
|
|
this.O_Order.Width = 70; |
|
|
|
//
|
|
|
|
// O_B3WeighBill_ID
|
|
|
|
//
|
|
|
|
this.O_B3WeighBill_ID.DataPropertyName = "B3WeighBill_ID"; |
|
|
|
this.O_B3WeighBill_ID.HeaderText = "磅单号"; |
|
|
|
this.O_B3WeighBill_ID.Name = "O_B3WeighBill_ID"; |
|
|
|
this.O_B3WeighBill_ID.ReadOnly = true; |
|
|
|
this.O_B3WeighBill_ID.Width = 80; |
|
|
|
//
|
|
|
|
// O_Supplier_Name
|
|
|
|
//
|
|
|
|
this.O_Supplier_Name.DataPropertyName = "Supplier_Name"; |
|
|
|
this.O_Supplier_Name.HeaderText = "供应商"; |
|
|
|
this.O_Supplier_Name.Name = "O_Supplier_Name"; |
|
|
|
this.O_Supplier_Name.ReadOnly = true; |
|
|
|
this.O_Supplier_Name.Width = 95; |
|
|
|
//
|
|
|
|
// O_LiveColonyHouse_Name
|
|
|
|
//
|
|
|
|
this.O_LiveColonyHouse_Name.DataPropertyName = "LiveColonyHouse_Name"; |
|
|
|
this.O_LiveColonyHouse_Name.HeaderText = "圈舍"; |
|
|
|
this.O_LiveColonyHouse_Name.Name = "O_LiveColonyHouse_Name"; |
|
|
|
this.O_LiveColonyHouse_Name.ReadOnly = true; |
|
|
|
//
|
|
|
|
// O_PlanNumber
|
|
|
|
//
|
|
|
|
this.O_PlanNumber.DataPropertyName = "PlanNumber"; |
|
|
|
this.O_PlanNumber.HeaderText = "头数"; |
|
|
|
this.O_PlanNumber.Name = "O_PlanNumber"; |
|
|
|
this.O_PlanNumber.ReadOnly = true; |
|
|
|
this.O_PlanNumber.Width = 70; |
|
|
|
//
|
|
|
|
// O_OKBtn
|
|
|
|
//
|
|
|
|
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter; |
|
|
|
dataGridViewCellStyle15.Padding = new System.Windows.Forms.Padding(7, 10, 7, 10); |
|
|
|
this.O_OKBtn.DefaultCellStyle = dataGridViewCellStyle15; |
|
|
|
this.O_OKBtn.HeaderText = "确定"; |
|
|
|
this.O_OKBtn.Name = "O_OKBtn"; |
|
|
|
this.O_OKBtn.ReadOnly = true; |
|
|
|
this.O_OKBtn.Text = "确定"; |
|
|
|
this.O_OKBtn.UseColumnTextForButtonValue = true; |
|
|
|
this.O_OKBtn.Width = 95; |
|
|
|
//
|
|
|
|
// QualityOrderForm
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
@ -1409,25 +1419,26 @@ |
|
|
|
private System.Windows.Forms.FlowLayoutPanel tab3KeyPanel; |
|
|
|
private System.Windows.Forms.Label label8; |
|
|
|
private BWP.WinFormControl.UDataGridView orderGrid3; |
|
|
|
private System.Windows.Forms.Button tb3CloseBtn; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_WeightBill_ID; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_B3WeighBill_ID; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Supplier_Name; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_LiveColonyHouse_Name; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_WeightNumber; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_HurryNumber; |
|
|
|
private System.Windows.Forms.DataGridViewButtonColumn dataGridViewButtonColumn1; |
|
|
|
private System.Windows.Forms.DataGridViewButtonColumn H_View; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn O_ID; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn O_IsHurryButcher; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn O_WeightBill_ID; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn O_SecondarySplit; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn O_Date; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn O_Order; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn O_B3WeighBill_ID; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn O_Supplier_Name; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn O_LiveColonyHouse_Name; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn O_PlanNumber; |
|
|
|
private System.Windows.Forms.DataGridViewButtonColumn O_OKBtn; |
|
|
|
private System.Windows.Forms.Button tb3CloseBtn; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_WeightBill_ID; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_B3WeighBill_ID; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Supplier_Name; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_LiveColonyHouse_Name; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_WeightNumber; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_HurryNumber; |
|
|
|
private System.Windows.Forms.DataGridViewButtonColumn dataGridViewButtonColumn1; |
|
|
|
private System.Windows.Forms.DataGridViewButtonColumn H_View; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|