|
|
|
@ -46,18 +46,6 @@ |
|
|
|
this.uTabControl2 = new BWP.WinFormControl.UTabControl(); |
|
|
|
this.tabPage3 = new System.Windows.Forms.TabPage(); |
|
|
|
this.sanctionGrid = new BWP.WinFormControl.UDataGridView(); |
|
|
|
this.S_Sanction_ID1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_AbnormalItem_ID1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_AbnormalItem_Name1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_Number1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_Sanction_ID2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_AbnormalItem_ID2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_AbnormalItem_Name2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_Number2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_Sanction_ID3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_AbnormalItem_ID3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_AbnormalItem_Name3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_Number3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.tabPage4 = new System.Windows.Forms.TabPage(); |
|
|
|
this.housePanel = new System.Windows.Forms.TabControl(); |
|
|
|
this.label3 = new System.Windows.Forms.Label(); |
|
|
|
@ -68,11 +56,11 @@ |
|
|
|
this.numberBox = new System.Windows.Forms.TextBox(); |
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
|
this.keyBoardPanel = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.uDataGridView1 = new BWP.WinFormControl.UDataGridView(); |
|
|
|
this.weightBillGrid = new BWP.WinFormControl.UDataGridView(); |
|
|
|
this.W_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.W_B3ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.W_Supplier_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.W_Number = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.W_HouseNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.W_HouseNames = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.syncBtn = new System.Windows.Forms.Button(); |
|
|
|
this.testTimeInput = new BWP.WinFormControl.UDatePicker(); |
|
|
|
@ -101,6 +89,18 @@ |
|
|
|
this.tab2SyncBtn = new System.Windows.Forms.Button(); |
|
|
|
this.tab2DateSelect = new BWP.WinFormControl.UDatePicker(); |
|
|
|
this.label4 = new System.Windows.Forms.Label(); |
|
|
|
this.S_AbnormalItem_Name1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_Number1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_AbnormalItem_Name2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_Number2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_AbnormalItem_Name3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_Number3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_Sanction_ID1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_AbnormalItem_ID1 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_Sanction_ID2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_AbnormalItem_ID2 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_Sanction_ID3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.S_AbnormalItem_ID3 = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.uTabControl1.SuspendLayout(); |
|
|
|
this.tabPage1.SuspendLayout(); |
|
|
|
this.panel1.SuspendLayout(); |
|
|
|
@ -108,7 +108,7 @@ |
|
|
|
this.tabPage3.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.sanctionGrid)).BeginInit(); |
|
|
|
this.tabPage4.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.uDataGridView1)).BeginInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.weightBillGrid)).BeginInit(); |
|
|
|
this.tabPage2.SuspendLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.preOrderGrid)).BeginInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.orderGrid)).BeginInit(); |
|
|
|
@ -139,7 +139,7 @@ |
|
|
|
this.tabPage1.Controls.Add(this.numberBox); |
|
|
|
this.tabPage1.Controls.Add(this.label1); |
|
|
|
this.tabPage1.Controls.Add(this.keyBoardPanel); |
|
|
|
this.tabPage1.Controls.Add(this.uDataGridView1); |
|
|
|
this.tabPage1.Controls.Add(this.weightBillGrid); |
|
|
|
this.tabPage1.Controls.Add(this.syncBtn); |
|
|
|
this.tabPage1.Controls.Add(this.testTimeInput); |
|
|
|
this.tabPage1.Controls.Add(this.label20); |
|
|
|
@ -204,22 +204,23 @@ |
|
|
|
this.sanctionGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2; |
|
|
|
this.sanctionGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.sanctionGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.S_Sanction_ID1, |
|
|
|
this.S_AbnormalItem_ID1, |
|
|
|
this.S_AbnormalItem_Name1, |
|
|
|
this.S_Number1, |
|
|
|
this.S_Sanction_ID2, |
|
|
|
this.S_AbnormalItem_ID2, |
|
|
|
this.S_AbnormalItem_Name2, |
|
|
|
this.S_Number2, |
|
|
|
this.S_Sanction_ID3, |
|
|
|
this.S_AbnormalItem_ID3, |
|
|
|
this.S_AbnormalItem_Name3, |
|
|
|
this.S_Number3}); |
|
|
|
this.S_Number3, |
|
|
|
this.S_Sanction_ID1, |
|
|
|
this.S_AbnormalItem_ID1, |
|
|
|
this.S_Sanction_ID2, |
|
|
|
this.S_AbnormalItem_ID2, |
|
|
|
this.S_Sanction_ID3, |
|
|
|
this.S_AbnormalItem_ID3}); |
|
|
|
this.sanctionGrid.Dock = System.Windows.Forms.DockStyle.Fill; |
|
|
|
this.sanctionGrid.Location = new System.Drawing.Point(3, 3); |
|
|
|
this.sanctionGrid.MultiSelect = false; |
|
|
|
this.sanctionGrid.Name = "sanctionGrid"; |
|
|
|
this.sanctionGrid.ReadOnly = true; |
|
|
|
this.sanctionGrid.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.sanctionGrid.RowsDefaultCellStyle = dataGridViewCellStyle3; |
|
|
|
@ -229,90 +230,6 @@ |
|
|
|
this.sanctionGrid.Size = new System.Drawing.Size(717, 540); |
|
|
|
this.sanctionGrid.TabIndex = 43; |
|
|
|
//
|
|
|
|
// S_Sanction_ID1
|
|
|
|
//
|
|
|
|
this.S_Sanction_ID1.DataPropertyName = "Sanction_ID1"; |
|
|
|
this.S_Sanction_ID1.HeaderText = "Sanction_ID1"; |
|
|
|
this.S_Sanction_ID1.Name = "S_Sanction_ID1"; |
|
|
|
this.S_Sanction_ID1.Visible = false; |
|
|
|
//
|
|
|
|
// S_AbnormalItem_ID1
|
|
|
|
//
|
|
|
|
this.S_AbnormalItem_ID1.DataPropertyName = "AbnormalItem_ID1"; |
|
|
|
this.S_AbnormalItem_ID1.HeaderText = "AbnormalItem_ID1"; |
|
|
|
this.S_AbnormalItem_ID1.Name = "S_AbnormalItem_ID1"; |
|
|
|
this.S_AbnormalItem_ID1.Visible = false; |
|
|
|
//
|
|
|
|
// S_AbnormalItem_Name1
|
|
|
|
//
|
|
|
|
this.S_AbnormalItem_Name1.DataPropertyName = "AbnormalItem_Name1"; |
|
|
|
this.S_AbnormalItem_Name1.HeaderText = "异常项"; |
|
|
|
this.S_AbnormalItem_Name1.Name = "S_AbnormalItem_Name1"; |
|
|
|
this.S_AbnormalItem_Name1.ReadOnly = true; |
|
|
|
//
|
|
|
|
// S_Number1
|
|
|
|
//
|
|
|
|
this.S_Number1.DataPropertyName = "Number1"; |
|
|
|
this.S_Number1.HeaderText = "头数"; |
|
|
|
this.S_Number1.Name = "S_Number1"; |
|
|
|
this.S_Number1.Width = 135; |
|
|
|
//
|
|
|
|
// S_Sanction_ID2
|
|
|
|
//
|
|
|
|
this.S_Sanction_ID2.DataPropertyName = "Sanction_ID2"; |
|
|
|
this.S_Sanction_ID2.HeaderText = "Sanction_ID2"; |
|
|
|
this.S_Sanction_ID2.Name = "S_Sanction_ID2"; |
|
|
|
this.S_Sanction_ID2.Visible = false; |
|
|
|
//
|
|
|
|
// S_AbnormalItem_ID2
|
|
|
|
//
|
|
|
|
this.S_AbnormalItem_ID2.DataPropertyName = "AbnormalItem_ID2"; |
|
|
|
this.S_AbnormalItem_ID2.HeaderText = "AbnormalItem_ID2"; |
|
|
|
this.S_AbnormalItem_ID2.Name = "S_AbnormalItem_ID2"; |
|
|
|
this.S_AbnormalItem_ID2.Visible = false; |
|
|
|
//
|
|
|
|
// S_AbnormalItem_Name2
|
|
|
|
//
|
|
|
|
this.S_AbnormalItem_Name2.DataPropertyName = "AbnormalItem_Name2"; |
|
|
|
this.S_AbnormalItem_Name2.HeaderText = "异常项"; |
|
|
|
this.S_AbnormalItem_Name2.Name = "S_AbnormalItem_Name2"; |
|
|
|
this.S_AbnormalItem_Name2.ReadOnly = true; |
|
|
|
//
|
|
|
|
// S_Number2
|
|
|
|
//
|
|
|
|
this.S_Number2.DataPropertyName = "Number2"; |
|
|
|
this.S_Number2.HeaderText = "头数"; |
|
|
|
this.S_Number2.Name = "S_Number2"; |
|
|
|
this.S_Number2.Width = 135; |
|
|
|
//
|
|
|
|
// S_Sanction_ID3
|
|
|
|
//
|
|
|
|
this.S_Sanction_ID3.DataPropertyName = "Sanction_ID3"; |
|
|
|
this.S_Sanction_ID3.HeaderText = "Sanction_ID3"; |
|
|
|
this.S_Sanction_ID3.Name = "S_Sanction_ID3"; |
|
|
|
this.S_Sanction_ID3.Visible = false; |
|
|
|
//
|
|
|
|
// S_AbnormalItem_ID3
|
|
|
|
//
|
|
|
|
this.S_AbnormalItem_ID3.DataPropertyName = "AbnormalItem_ID3"; |
|
|
|
this.S_AbnormalItem_ID3.HeaderText = "AbnormalItem_ID3"; |
|
|
|
this.S_AbnormalItem_ID3.Name = "S_AbnormalItem_ID3"; |
|
|
|
this.S_AbnormalItem_ID3.Visible = false; |
|
|
|
//
|
|
|
|
// S_AbnormalItem_Name3
|
|
|
|
//
|
|
|
|
this.S_AbnormalItem_Name3.DataPropertyName = "AbnormalItem_Name3"; |
|
|
|
this.S_AbnormalItem_Name3.HeaderText = "异常项"; |
|
|
|
this.S_AbnormalItem_Name3.Name = "S_AbnormalItem_Name3"; |
|
|
|
this.S_AbnormalItem_Name3.ReadOnly = true; |
|
|
|
//
|
|
|
|
// S_Number3
|
|
|
|
//
|
|
|
|
this.S_Number3.DataPropertyName = "Number3"; |
|
|
|
this.S_Number3.HeaderText = "头数"; |
|
|
|
this.S_Number3.Name = "S_Number3"; |
|
|
|
this.S_Number3.Width = 135; |
|
|
|
//
|
|
|
|
// tabPage4
|
|
|
|
//
|
|
|
|
this.tabPage4.Controls.Add(this.housePanel); |
|
|
|
@ -387,6 +304,7 @@ |
|
|
|
this.commitBtn.TabIndex = 40; |
|
|
|
this.commitBtn.Text = "提交"; |
|
|
|
this.commitBtn.UseVisualStyleBackColor = true; |
|
|
|
this.commitBtn.Click += new System.EventHandler(this.commitBtn_Click); |
|
|
|
//
|
|
|
|
// numberBox
|
|
|
|
//
|
|
|
|
@ -415,15 +333,15 @@ |
|
|
|
this.keyBoardPanel.Size = new System.Drawing.Size(452, 241); |
|
|
|
this.keyBoardPanel.TabIndex = 37; |
|
|
|
//
|
|
|
|
// uDataGridView1
|
|
|
|
// weightBillGrid
|
|
|
|
//
|
|
|
|
this.uDataGridView1.AllowUserToAddRows = false; |
|
|
|
this.uDataGridView1.AllowUserToDeleteRows = false; |
|
|
|
this.uDataGridView1.AllowUserToResizeColumns = false; |
|
|
|
this.uDataGridView1.AllowUserToResizeRows = false; |
|
|
|
this.weightBillGrid.AllowUserToAddRows = false; |
|
|
|
this.weightBillGrid.AllowUserToDeleteRows = false; |
|
|
|
this.weightBillGrid.AllowUserToResizeColumns = false; |
|
|
|
this.weightBillGrid.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.uDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4; |
|
|
|
this.uDataGridView1.BackgroundColor = System.Drawing.Color.White; |
|
|
|
this.weightBillGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4; |
|
|
|
this.weightBillGrid.BackgroundColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
@ -431,30 +349,32 @@ |
|
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.uDataGridView1.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5; |
|
|
|
this.uDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.uDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.weightBillGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5; |
|
|
|
this.weightBillGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.weightBillGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.W_ID, |
|
|
|
this.W_B3ID, |
|
|
|
this.W_Supplier_Name, |
|
|
|
this.W_Number, |
|
|
|
this.W_HouseNumber, |
|
|
|
this.W_HouseNames}); |
|
|
|
this.uDataGridView1.Location = new System.Drawing.Point(25, 77); |
|
|
|
this.uDataGridView1.MultiSelect = false; |
|
|
|
this.uDataGridView1.Name = "uDataGridView1"; |
|
|
|
this.uDataGridView1.RowHeadersVisible = false; |
|
|
|
this.weightBillGrid.Location = new System.Drawing.Point(25, 77); |
|
|
|
this.weightBillGrid.MultiSelect = false; |
|
|
|
this.weightBillGrid.Name = "weightBillGrid"; |
|
|
|
this.weightBillGrid.ReadOnly = true; |
|
|
|
this.weightBillGrid.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
this.uDataGridView1.RowsDefaultCellStyle = dataGridViewCellStyle6; |
|
|
|
this.uDataGridView1.RowTemplate.Height = 23; |
|
|
|
this.uDataGridView1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.uDataGridView1.Size = new System.Drawing.Size(452, 401); |
|
|
|
this.uDataGridView1.TabIndex = 34; |
|
|
|
this.weightBillGrid.RowsDefaultCellStyle = dataGridViewCellStyle6; |
|
|
|
this.weightBillGrid.RowTemplate.Height = 50; |
|
|
|
this.weightBillGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.weightBillGrid.Size = new System.Drawing.Size(452, 401); |
|
|
|
this.weightBillGrid.TabIndex = 34; |
|
|
|
//
|
|
|
|
// W_ID
|
|
|
|
//
|
|
|
|
this.W_ID.DataPropertyName = "ID"; |
|
|
|
this.W_ID.HeaderText = "ID"; |
|
|
|
this.W_ID.Name = "W_ID"; |
|
|
|
this.W_ID.ReadOnly = true; |
|
|
|
this.W_ID.Visible = false; |
|
|
|
//
|
|
|
|
// W_B3ID
|
|
|
|
@ -462,25 +382,29 @@ |
|
|
|
this.W_B3ID.DataPropertyName = "B3ID"; |
|
|
|
this.W_B3ID.HeaderText = "过磅单号"; |
|
|
|
this.W_B3ID.Name = "W_B3ID"; |
|
|
|
this.W_B3ID.ReadOnly = true; |
|
|
|
//
|
|
|
|
// W_Supplier_Name
|
|
|
|
//
|
|
|
|
this.W_Supplier_Name.DataPropertyName = "Supplier_Name"; |
|
|
|
this.W_Supplier_Name.HeaderText = "供应商"; |
|
|
|
this.W_Supplier_Name.Name = "W_Supplier_Name"; |
|
|
|
this.W_Supplier_Name.ReadOnly = true; |
|
|
|
this.W_Supplier_Name.Width = 120; |
|
|
|
//
|
|
|
|
// W_Number
|
|
|
|
// W_HouseNumber
|
|
|
|
//
|
|
|
|
this.W_Number.DataPropertyName = "Number"; |
|
|
|
this.W_Number.HeaderText = "头数"; |
|
|
|
this.W_Number.Name = "W_Number"; |
|
|
|
this.W_HouseNumber.DataPropertyName = "HouseNumber"; |
|
|
|
this.W_HouseNumber.HeaderText = "头数"; |
|
|
|
this.W_HouseNumber.Name = "W_HouseNumber"; |
|
|
|
this.W_HouseNumber.ReadOnly = true; |
|
|
|
//
|
|
|
|
// W_HouseNames
|
|
|
|
//
|
|
|
|
this.W_HouseNames.DataPropertyName = "HouseNames"; |
|
|
|
this.W_HouseNames.HeaderText = "圈舍"; |
|
|
|
this.W_HouseNames.Name = "W_HouseNames"; |
|
|
|
this.W_HouseNames.ReadOnly = true; |
|
|
|
this.W_HouseNames.Width = 120; |
|
|
|
//
|
|
|
|
// syncBtn
|
|
|
|
@ -492,6 +416,7 @@ |
|
|
|
this.syncBtn.TabIndex = 33; |
|
|
|
this.syncBtn.Text = "同步"; |
|
|
|
this.syncBtn.UseVisualStyleBackColor = true; |
|
|
|
this.syncBtn.Click += new System.EventHandler(this.syncBtn_Click); |
|
|
|
//
|
|
|
|
// testTimeInput
|
|
|
|
//
|
|
|
|
@ -786,6 +711,99 @@ |
|
|
|
this.label4.TabIndex = 35; |
|
|
|
this.label4.Text = "日期:"; |
|
|
|
//
|
|
|
|
// S_AbnormalItem_Name1
|
|
|
|
//
|
|
|
|
this.S_AbnormalItem_Name1.DataPropertyName = "AbnormalItem_Name1"; |
|
|
|
this.S_AbnormalItem_Name1.HeaderText = "异常项"; |
|
|
|
this.S_AbnormalItem_Name1.Name = "S_AbnormalItem_Name1"; |
|
|
|
this.S_AbnormalItem_Name1.ReadOnly = true; |
|
|
|
//
|
|
|
|
// S_Number1
|
|
|
|
//
|
|
|
|
this.S_Number1.DataPropertyName = "Number1"; |
|
|
|
this.S_Number1.HeaderText = "头数"; |
|
|
|
this.S_Number1.Name = "S_Number1"; |
|
|
|
this.S_Number1.ReadOnly = true; |
|
|
|
this.S_Number1.Width = 135; |
|
|
|
//
|
|
|
|
// S_AbnormalItem_Name2
|
|
|
|
//
|
|
|
|
this.S_AbnormalItem_Name2.DataPropertyName = "AbnormalItem_Name2"; |
|
|
|
this.S_AbnormalItem_Name2.HeaderText = "异常项"; |
|
|
|
this.S_AbnormalItem_Name2.Name = "S_AbnormalItem_Name2"; |
|
|
|
this.S_AbnormalItem_Name2.ReadOnly = true; |
|
|
|
//
|
|
|
|
// S_Number2
|
|
|
|
//
|
|
|
|
this.S_Number2.DataPropertyName = "Number2"; |
|
|
|
this.S_Number2.HeaderText = "头数"; |
|
|
|
this.S_Number2.Name = "S_Number2"; |
|
|
|
this.S_Number2.ReadOnly = true; |
|
|
|
this.S_Number2.Width = 135; |
|
|
|
//
|
|
|
|
// S_AbnormalItem_Name3
|
|
|
|
//
|
|
|
|
this.S_AbnormalItem_Name3.DataPropertyName = "AbnormalItem_Name3"; |
|
|
|
this.S_AbnormalItem_Name3.HeaderText = "异常项"; |
|
|
|
this.S_AbnormalItem_Name3.Name = "S_AbnormalItem_Name3"; |
|
|
|
this.S_AbnormalItem_Name3.ReadOnly = true; |
|
|
|
//
|
|
|
|
// S_Number3
|
|
|
|
//
|
|
|
|
this.S_Number3.DataPropertyName = "Number3"; |
|
|
|
this.S_Number3.HeaderText = "头数"; |
|
|
|
this.S_Number3.Name = "S_Number3"; |
|
|
|
this.S_Number3.ReadOnly = true; |
|
|
|
this.S_Number3.Width = 135; |
|
|
|
//
|
|
|
|
// S_Sanction_ID1
|
|
|
|
//
|
|
|
|
this.S_Sanction_ID1.DataPropertyName = "Sanction_ID1"; |
|
|
|
this.S_Sanction_ID1.HeaderText = "Sanction_ID1"; |
|
|
|
this.S_Sanction_ID1.Name = "S_Sanction_ID1"; |
|
|
|
this.S_Sanction_ID1.ReadOnly = true; |
|
|
|
this.S_Sanction_ID1.Visible = false; |
|
|
|
//
|
|
|
|
// S_AbnormalItem_ID1
|
|
|
|
//
|
|
|
|
this.S_AbnormalItem_ID1.DataPropertyName = "AbnormalItem_ID1"; |
|
|
|
this.S_AbnormalItem_ID1.HeaderText = "AbnormalItem_ID1"; |
|
|
|
this.S_AbnormalItem_ID1.Name = "S_AbnormalItem_ID1"; |
|
|
|
this.S_AbnormalItem_ID1.ReadOnly = true; |
|
|
|
this.S_AbnormalItem_ID1.Visible = false; |
|
|
|
//
|
|
|
|
// S_Sanction_ID2
|
|
|
|
//
|
|
|
|
this.S_Sanction_ID2.DataPropertyName = "Sanction_ID2"; |
|
|
|
this.S_Sanction_ID2.HeaderText = "Sanction_ID2"; |
|
|
|
this.S_Sanction_ID2.Name = "S_Sanction_ID2"; |
|
|
|
this.S_Sanction_ID2.ReadOnly = true; |
|
|
|
this.S_Sanction_ID2.Visible = false; |
|
|
|
//
|
|
|
|
// S_AbnormalItem_ID2
|
|
|
|
//
|
|
|
|
this.S_AbnormalItem_ID2.DataPropertyName = "AbnormalItem_ID2"; |
|
|
|
this.S_AbnormalItem_ID2.HeaderText = "AbnormalItem_ID2"; |
|
|
|
this.S_AbnormalItem_ID2.Name = "S_AbnormalItem_ID2"; |
|
|
|
this.S_AbnormalItem_ID2.ReadOnly = true; |
|
|
|
this.S_AbnormalItem_ID2.Visible = false; |
|
|
|
//
|
|
|
|
// S_Sanction_ID3
|
|
|
|
//
|
|
|
|
this.S_Sanction_ID3.DataPropertyName = "Sanction_ID3"; |
|
|
|
this.S_Sanction_ID3.HeaderText = "Sanction_ID3"; |
|
|
|
this.S_Sanction_ID3.Name = "S_Sanction_ID3"; |
|
|
|
this.S_Sanction_ID3.ReadOnly = true; |
|
|
|
this.S_Sanction_ID3.Visible = false; |
|
|
|
//
|
|
|
|
// S_AbnormalItem_ID3
|
|
|
|
//
|
|
|
|
this.S_AbnormalItem_ID3.DataPropertyName = "AbnormalItem_ID3"; |
|
|
|
this.S_AbnormalItem_ID3.HeaderText = "AbnormalItem_ID3"; |
|
|
|
this.S_AbnormalItem_ID3.Name = "S_AbnormalItem_ID3"; |
|
|
|
this.S_AbnormalItem_ID3.ReadOnly = true; |
|
|
|
this.S_AbnormalItem_ID3.Visible = false; |
|
|
|
//
|
|
|
|
// QualityOrderForm
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
@ -797,6 +815,7 @@ |
|
|
|
this.Name = "QualityOrderForm"; |
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; |
|
|
|
this.Text = "验质分圈"; |
|
|
|
this.Click += new System.EventHandler(this.QualityOrderForm_Click); |
|
|
|
this.uTabControl1.ResumeLayout(false); |
|
|
|
this.tabPage1.ResumeLayout(false); |
|
|
|
this.tabPage1.PerformLayout(); |
|
|
|
@ -805,7 +824,7 @@ |
|
|
|
this.tabPage3.ResumeLayout(false); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.sanctionGrid)).EndInit(); |
|
|
|
this.tabPage4.ResumeLayout(false); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.uDataGridView1)).EndInit(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.weightBillGrid)).EndInit(); |
|
|
|
this.tabPage2.ResumeLayout(false); |
|
|
|
this.tabPage2.PerformLayout(); |
|
|
|
((System.ComponentModel.ISupportInitialize)(this.preOrderGrid)).EndInit(); |
|
|
|
@ -819,12 +838,7 @@ |
|
|
|
private BWP.WinFormControl.UTabControl uTabControl1; |
|
|
|
private System.Windows.Forms.TabPage tabPage1; |
|
|
|
private System.Windows.Forms.TabPage tabPage2; |
|
|
|
private BWP.WinFormControl.UDataGridView uDataGridView1; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn W_ID; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn W_B3ID; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn W_Supplier_Name; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn W_Number; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn W_HouseNames; |
|
|
|
private BWP.WinFormControl.UDataGridView weightBillGrid; |
|
|
|
private System.Windows.Forms.Button syncBtn; |
|
|
|
private BWP.WinFormControl.UDatePicker testTimeInput; |
|
|
|
private System.Windows.Forms.Label label20; |
|
|
|
@ -864,19 +878,24 @@ |
|
|
|
private BWP.WinFormControl.UTabControl uTabControl2; |
|
|
|
private System.Windows.Forms.TabPage tabPage3; |
|
|
|
private System.Windows.Forms.TabPage tabPage4; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_Sanction_ID1; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_AbnormalItem_ID1; |
|
|
|
private System.Windows.Forms.TabControl housePanel; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn W_ID; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn W_B3ID; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn W_Supplier_Name; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn W_HouseNumber; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn W_HouseNames; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_AbnormalItem_Name1; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_Number1; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_Sanction_ID2; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_AbnormalItem_ID2; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_AbnormalItem_Name2; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_Number2; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_Sanction_ID3; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_AbnormalItem_ID3; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_AbnormalItem_Name3; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_Number3; |
|
|
|
private System.Windows.Forms.TabControl housePanel; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_Sanction_ID1; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_AbnormalItem_ID1; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_Sanction_ID2; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_AbnormalItem_ID2; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_Sanction_ID3; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn S_AbnormalItem_ID3; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|