|
|
|
@ -110,18 +110,19 @@ |
|
|
|
this.P_OKBtn = new System.Windows.Forms.DataGridViewButtonColumn(); |
|
|
|
this.P_Hidden = new System.Windows.Forms.DataGridViewButtonColumn(); |
|
|
|
this.orderGrid = new BWP.WinFormControl.UDataGridView(); |
|
|
|
this.tab2SyncBtn = new System.Windows.Forms.Button(); |
|
|
|
this.tab2DateSelect = new BWP.WinFormControl.UDatePicker(); |
|
|
|
this.label4 = new System.Windows.Forms.Label(); |
|
|
|
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_PlanNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_LiveColonyHouse_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.O_OKBtn = new System.Windows.Forms.DataGridViewButtonColumn(); |
|
|
|
this.O_HurryBtn = 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(); |
|
|
|
this.uTabControl1.SuspendLayout(); |
|
|
|
this.tabPage1.SuspendLayout(); |
|
|
|
this.panel1.SuspendLayout(); |
|
|
|
@ -895,6 +896,7 @@ |
|
|
|
this.O_ID, |
|
|
|
this.O_IsHurryButcher, |
|
|
|
this.O_WeightBill_ID, |
|
|
|
this.O_SecondarySplit, |
|
|
|
this.O_Order, |
|
|
|
this.O_B3WeighBill_ID, |
|
|
|
this.O_PlanNumber, |
|
|
|
@ -919,6 +921,41 @@ |
|
|
|
this.orderGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.orderGrid_CellClick); |
|
|
|
this.orderGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.orderGrid_CellContentClick); |
|
|
|
//
|
|
|
|
// tab2SyncBtn
|
|
|
|
//
|
|
|
|
this.tab2SyncBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.tab2SyncBtn.Location = new System.Drawing.Point(277, 9); |
|
|
|
this.tab2SyncBtn.Name = "tab2SyncBtn"; |
|
|
|
this.tab2SyncBtn.Size = new System.Drawing.Size(94, 56); |
|
|
|
this.tab2SyncBtn.TabIndex = 37; |
|
|
|
this.tab2SyncBtn.Text = "同步"; |
|
|
|
this.tab2SyncBtn.UseVisualStyleBackColor = true; |
|
|
|
this.tab2SyncBtn.Click += new System.EventHandler(this.tab2SyncBtn_Click); |
|
|
|
//
|
|
|
|
// tab2DateSelect
|
|
|
|
//
|
|
|
|
this.tab2DateSelect.BackColor = System.Drawing.Color.White; |
|
|
|
this.tab2DateSelect.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
this.tab2DateSelect.Date = new System.DateTime(2017, 9, 8, 0, 0, 0, 0); |
|
|
|
this.tab2DateSelect.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.tab2DateSelect.Location = new System.Drawing.Point(124, 19); |
|
|
|
this.tab2DateSelect.Name = "tab2DateSelect"; |
|
|
|
this.tab2DateSelect.Size = new System.Drawing.Size(135, 30); |
|
|
|
this.tab2DateSelect.TabIndex = 36; |
|
|
|
this.tab2DateSelect.Text = "2017/09/08"; |
|
|
|
this.tab2DateSelect.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
|
|
|
this.tab2DateSelect.Type = BWP.WinFormControl.DateTimeType.Date; |
|
|
|
//
|
|
|
|
// label4
|
|
|
|
//
|
|
|
|
this.label4.AutoSize = true; |
|
|
|
this.label4.Font = new System.Drawing.Font("宋体", 14F); |
|
|
|
this.label4.Location = new System.Drawing.Point(23, 25); |
|
|
|
this.label4.Name = "label4"; |
|
|
|
this.label4.Size = new System.Drawing.Size(104, 19); |
|
|
|
this.label4.TabIndex = 35; |
|
|
|
this.label4.Text = "过磅日期:"; |
|
|
|
//
|
|
|
|
// O_ID
|
|
|
|
//
|
|
|
|
this.O_ID.DataPropertyName = "ID"; |
|
|
|
@ -943,6 +980,14 @@ |
|
|
|
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"; |
|
|
|
@ -998,41 +1043,6 @@ |
|
|
|
this.O_HurryBtn.UseColumnTextForButtonValue = true; |
|
|
|
this.O_HurryBtn.Width = 95; |
|
|
|
//
|
|
|
|
// tab2SyncBtn
|
|
|
|
//
|
|
|
|
this.tab2SyncBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.tab2SyncBtn.Location = new System.Drawing.Point(277, 9); |
|
|
|
this.tab2SyncBtn.Name = "tab2SyncBtn"; |
|
|
|
this.tab2SyncBtn.Size = new System.Drawing.Size(94, 56); |
|
|
|
this.tab2SyncBtn.TabIndex = 37; |
|
|
|
this.tab2SyncBtn.Text = "同步"; |
|
|
|
this.tab2SyncBtn.UseVisualStyleBackColor = true; |
|
|
|
this.tab2SyncBtn.Click += new System.EventHandler(this.tab2SyncBtn_Click); |
|
|
|
//
|
|
|
|
// tab2DateSelect
|
|
|
|
//
|
|
|
|
this.tab2DateSelect.BackColor = System.Drawing.Color.White; |
|
|
|
this.tab2DateSelect.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
this.tab2DateSelect.Date = new System.DateTime(2017, 9, 8, 0, 0, 0, 0); |
|
|
|
this.tab2DateSelect.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.tab2DateSelect.Location = new System.Drawing.Point(124, 19); |
|
|
|
this.tab2DateSelect.Name = "tab2DateSelect"; |
|
|
|
this.tab2DateSelect.Size = new System.Drawing.Size(135, 30); |
|
|
|
this.tab2DateSelect.TabIndex = 36; |
|
|
|
this.tab2DateSelect.Text = "2017/09/08"; |
|
|
|
this.tab2DateSelect.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; |
|
|
|
this.tab2DateSelect.Type = BWP.WinFormControl.DateTimeType.Date; |
|
|
|
//
|
|
|
|
// label4
|
|
|
|
//
|
|
|
|
this.label4.AutoSize = true; |
|
|
|
this.label4.Font = new System.Drawing.Font("宋体", 14F); |
|
|
|
this.label4.Location = new System.Drawing.Point(23, 25); |
|
|
|
this.label4.Name = "label4"; |
|
|
|
this.label4.Size = new System.Drawing.Size(104, 19); |
|
|
|
this.label4.TabIndex = 35; |
|
|
|
this.label4.Text = "过磅日期:"; |
|
|
|
//
|
|
|
|
// QualityOrderForm
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
@ -1137,6 +1147,7 @@ |
|
|
|
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_Order; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn O_B3WeighBill_ID; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn O_PlanNumber; |
|
|
|
|