|
|
|
@ -28,17 +28,17 @@ |
|
|
|
/// </summary>
|
|
|
|
private void InitializeComponent() |
|
|
|
{ |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle34 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle35 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle36 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle37 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle38 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle39 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle40 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle41 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle42 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle43 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle44 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
|
this.H_Livestock_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.H_IsDrop = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.H_Technics = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
@ -61,6 +61,8 @@ |
|
|
|
this.dataConfirmBtn = new System.Windows.Forms.Button(); |
|
|
|
this.vScrollBar2 = new System.Windows.Forms.VScrollBar(); |
|
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox(); |
|
|
|
this.tangTotal = new System.Windows.Forms.Label(); |
|
|
|
this.label8 = new System.Windows.Forms.Label(); |
|
|
|
this.tangScrollBar = new System.Windows.Forms.VScrollBar(); |
|
|
|
this.ttPanel = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
|
this.lblTangTui = new System.Windows.Forms.Label(); |
|
|
|
@ -81,7 +83,9 @@ |
|
|
|
this.label12 = new System.Windows.Forms.Label(); |
|
|
|
this.historyGrid = new BWP.WinFormControl.UDataGridView(); |
|
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox(); |
|
|
|
this.maoTotal = new System.Windows.Forms.Label(); |
|
|
|
this.label3 = new System.Windows.Forms.Label(); |
|
|
|
this.label6 = new System.Windows.Forms.Label(); |
|
|
|
this.maoScrollBar = new System.Windows.Forms.VScrollBar(); |
|
|
|
this.maoGridView = new BWP.WinFormControl.UDataGridView(); |
|
|
|
this.M_OrderDetail_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
@ -98,10 +102,6 @@ |
|
|
|
this.statePic = new System.Windows.Forms.PictureBox(); |
|
|
|
this.printBtn = new System.Windows.Forms.Button(); |
|
|
|
this.isPrintCheckBox = new System.Windows.Forms.CheckBox(); |
|
|
|
this.maoTotal = new System.Windows.Forms.Label(); |
|
|
|
this.label6 = new System.Windows.Forms.Label(); |
|
|
|
this.tangTotal = new System.Windows.Forms.Label(); |
|
|
|
this.label8 = new System.Windows.Forms.Label(); |
|
|
|
this.modifyPanel.SuspendLayout(); |
|
|
|
this.withOkPanel.SuspendLayout(); |
|
|
|
this.groupBox1.SuspendLayout(); |
|
|
|
@ -171,8 +171,8 @@ |
|
|
|
// H_Weight
|
|
|
|
//
|
|
|
|
this.H_Weight.DataPropertyName = "Weight"; |
|
|
|
dataGridViewCellStyle1.Format = "#0.######"; |
|
|
|
this.H_Weight.DefaultCellStyle = dataGridViewCellStyle1; |
|
|
|
dataGridViewCellStyle34.Format = "#0.######"; |
|
|
|
this.H_Weight.DefaultCellStyle = dataGridViewCellStyle34; |
|
|
|
this.H_Weight.HeaderText = "重量"; |
|
|
|
this.H_Weight.Name = "H_Weight"; |
|
|
|
this.H_Weight.ReadOnly = true; |
|
|
|
@ -181,9 +181,9 @@ |
|
|
|
// H_Time
|
|
|
|
//
|
|
|
|
this.H_Time.DataPropertyName = "Time"; |
|
|
|
dataGridViewCellStyle2.Format = "HH:mm:ss"; |
|
|
|
dataGridViewCellStyle2.NullValue = null; |
|
|
|
this.H_Time.DefaultCellStyle = dataGridViewCellStyle2; |
|
|
|
dataGridViewCellStyle35.Format = "HH:mm:ss"; |
|
|
|
dataGridViewCellStyle35.NullValue = null; |
|
|
|
this.H_Time.DefaultCellStyle = dataGridViewCellStyle35; |
|
|
|
this.H_Time.HeaderText = "时间"; |
|
|
|
this.H_Time.Name = "H_Time"; |
|
|
|
this.H_Time.ReadOnly = true; |
|
|
|
@ -194,7 +194,7 @@ |
|
|
|
this.butcherTimeInput.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; |
|
|
|
this.butcherTimeInput.Date = new System.DateTime(2017, 9, 5, 0, 0, 0, 0); |
|
|
|
this.butcherTimeInput.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.butcherTimeInput.Location = new System.Drawing.Point(116, 31); |
|
|
|
this.butcherTimeInput.Location = new System.Drawing.Point(120, 37); |
|
|
|
this.butcherTimeInput.Name = "butcherTimeInput"; |
|
|
|
this.butcherTimeInput.Size = new System.Drawing.Size(133, 30); |
|
|
|
this.butcherTimeInput.TabIndex = 44; |
|
|
|
@ -326,6 +326,27 @@ |
|
|
|
this.groupBox1.TabStop = false; |
|
|
|
this.groupBox1.Text = "烫褪"; |
|
|
|
//
|
|
|
|
// tangTotal
|
|
|
|
//
|
|
|
|
this.tangTotal.AutoSize = true; |
|
|
|
this.tangTotal.Font = new System.Drawing.Font("宋体", 18F); |
|
|
|
this.tangTotal.ForeColor = System.Drawing.Color.Red; |
|
|
|
this.tangTotal.Location = new System.Drawing.Point(312, -5); |
|
|
|
this.tangTotal.Name = "tangTotal"; |
|
|
|
this.tangTotal.Size = new System.Drawing.Size(22, 24); |
|
|
|
this.tangTotal.TabIndex = 55; |
|
|
|
this.tangTotal.Text = "0"; |
|
|
|
//
|
|
|
|
// label8
|
|
|
|
//
|
|
|
|
this.label8.AutoSize = true; |
|
|
|
this.label8.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label8.Location = new System.Drawing.Point(207, -1); |
|
|
|
this.label8.Name = "label8"; |
|
|
|
this.label8.Size = new System.Drawing.Size(109, 20); |
|
|
|
this.label8.TabIndex = 54; |
|
|
|
this.label8.Text = "已宰合计:"; |
|
|
|
//
|
|
|
|
// tangScrollBar
|
|
|
|
//
|
|
|
|
this.tangScrollBar.Location = new System.Drawing.Point(373, 36); |
|
|
|
@ -356,17 +377,17 @@ |
|
|
|
this.tangGridView.AllowUserToDeleteRows = false; |
|
|
|
this.tangGridView.AllowUserToResizeColumns = false; |
|
|
|
this.tangGridView.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.tangGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3; |
|
|
|
dataGridViewCellStyle36.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.tangGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle36; |
|
|
|
this.tangGridView.BackgroundColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.tangGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4; |
|
|
|
dataGridViewCellStyle37.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle37.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle37.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle37.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle37.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle37.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle37.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.tangGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle37; |
|
|
|
this.tangGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.tangGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.T_OrderDetail_ID, |
|
|
|
@ -380,11 +401,11 @@ |
|
|
|
this.tangGridView.Name = "tangGridView"; |
|
|
|
this.tangGridView.ReadOnly = true; |
|
|
|
this.tangGridView.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle5.ForeColor = System.Drawing.Color.Black; |
|
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.Black; |
|
|
|
this.tangGridView.RowsDefaultCellStyle = dataGridViewCellStyle5; |
|
|
|
dataGridViewCellStyle38.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle38.ForeColor = System.Drawing.Color.Black; |
|
|
|
dataGridViewCellStyle38.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
dataGridViewCellStyle38.SelectionForeColor = System.Drawing.Color.Black; |
|
|
|
this.tangGridView.RowsDefaultCellStyle = dataGridViewCellStyle38; |
|
|
|
this.tangGridView.RowTemplate.Height = 65; |
|
|
|
this.tangGridView.ScrollBars = System.Windows.Forms.ScrollBars.None; |
|
|
|
this.tangGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
@ -444,7 +465,7 @@ |
|
|
|
//
|
|
|
|
this.alreadyLabel.AutoSize = true; |
|
|
|
this.alreadyLabel.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.alreadyLabel.Location = new System.Drawing.Point(700, 29); |
|
|
|
this.alreadyLabel.Location = new System.Drawing.Point(706, 70); |
|
|
|
this.alreadyLabel.Name = "alreadyLabel"; |
|
|
|
this.alreadyLabel.Size = new System.Drawing.Size(19, 20); |
|
|
|
this.alreadyLabel.TabIndex = 49; |
|
|
|
@ -454,7 +475,7 @@ |
|
|
|
//
|
|
|
|
this.label4.AutoSize = true; |
|
|
|
this.label4.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label4.Location = new System.Drawing.Point(599, 29); |
|
|
|
this.label4.Location = new System.Drawing.Point(605, 70); |
|
|
|
this.label4.Name = "label4"; |
|
|
|
this.label4.Size = new System.Drawing.Size(109, 20); |
|
|
|
this.label4.TabIndex = 48; |
|
|
|
@ -464,7 +485,7 @@ |
|
|
|
//
|
|
|
|
this.orderLabel.AutoSize = true; |
|
|
|
this.orderLabel.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.orderLabel.Location = new System.Drawing.Point(548, 29); |
|
|
|
this.orderLabel.Location = new System.Drawing.Point(554, 70); |
|
|
|
this.orderLabel.Name = "orderLabel"; |
|
|
|
this.orderLabel.Size = new System.Drawing.Size(19, 20); |
|
|
|
this.orderLabel.TabIndex = 47; |
|
|
|
@ -474,7 +495,7 @@ |
|
|
|
//
|
|
|
|
this.label2.AutoSize = true; |
|
|
|
this.label2.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label2.Location = new System.Drawing.Point(443, 29); |
|
|
|
this.label2.Location = new System.Drawing.Point(449, 70); |
|
|
|
this.label2.Name = "label2"; |
|
|
|
this.label2.Size = new System.Drawing.Size(109, 20); |
|
|
|
this.label2.TabIndex = 46; |
|
|
|
@ -483,7 +504,7 @@ |
|
|
|
// syncBtn
|
|
|
|
//
|
|
|
|
this.syncBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.syncBtn.Location = new System.Drawing.Point(274, 25); |
|
|
|
this.syncBtn.Location = new System.Drawing.Point(278, 31); |
|
|
|
this.syncBtn.Name = "syncBtn"; |
|
|
|
this.syncBtn.Size = new System.Drawing.Size(102, 43); |
|
|
|
this.syncBtn.TabIndex = 45; |
|
|
|
@ -495,7 +516,7 @@ |
|
|
|
//
|
|
|
|
this.label1.AutoSize = true; |
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label1.Location = new System.Drawing.Point(12, 36); |
|
|
|
this.label1.Location = new System.Drawing.Point(16, 42); |
|
|
|
this.label1.Name = "label1"; |
|
|
|
this.label1.Size = new System.Drawing.Size(109, 20); |
|
|
|
this.label1.TabIndex = 43; |
|
|
|
@ -529,17 +550,17 @@ |
|
|
|
this.historyGrid.AllowUserToDeleteRows = false; |
|
|
|
this.historyGrid.AllowUserToResizeColumns = false; |
|
|
|
this.historyGrid.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.historyGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle6; |
|
|
|
dataGridViewCellStyle39.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.historyGrid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle39; |
|
|
|
this.historyGrid.BackgroundColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.historyGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7; |
|
|
|
dataGridViewCellStyle40.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle40.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle40.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle40.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle40.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle40.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle40.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.historyGrid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle40; |
|
|
|
this.historyGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.historyGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.H_SID, |
|
|
|
@ -557,11 +578,11 @@ |
|
|
|
this.historyGrid.Name = "historyGrid"; |
|
|
|
this.historyGrid.ReadOnly = true; |
|
|
|
this.historyGrid.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle8.ForeColor = System.Drawing.Color.Black; |
|
|
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Black; |
|
|
|
this.historyGrid.RowsDefaultCellStyle = dataGridViewCellStyle8; |
|
|
|
dataGridViewCellStyle41.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle41.ForeColor = System.Drawing.Color.Black; |
|
|
|
dataGridViewCellStyle41.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
dataGridViewCellStyle41.SelectionForeColor = System.Drawing.Color.Black; |
|
|
|
this.historyGrid.RowsDefaultCellStyle = dataGridViewCellStyle41; |
|
|
|
this.historyGrid.RowTemplate.Height = 55; |
|
|
|
this.historyGrid.ScrollBars = System.Windows.Forms.ScrollBars.None; |
|
|
|
this.historyGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
@ -584,6 +605,17 @@ |
|
|
|
this.groupBox2.TabStop = false; |
|
|
|
this.groupBox2.Text = "毛剥"; |
|
|
|
//
|
|
|
|
// maoTotal
|
|
|
|
//
|
|
|
|
this.maoTotal.AutoSize = true; |
|
|
|
this.maoTotal.Font = new System.Drawing.Font("宋体", 18F); |
|
|
|
this.maoTotal.ForeColor = System.Drawing.Color.Red; |
|
|
|
this.maoTotal.Location = new System.Drawing.Point(312, -5); |
|
|
|
this.maoTotal.Name = "maoTotal"; |
|
|
|
this.maoTotal.Size = new System.Drawing.Size(22, 24); |
|
|
|
this.maoTotal.TabIndex = 53; |
|
|
|
this.maoTotal.Text = "0"; |
|
|
|
//
|
|
|
|
// label3
|
|
|
|
//
|
|
|
|
this.label3.AutoSize = true; |
|
|
|
@ -594,6 +626,16 @@ |
|
|
|
this.label3.TabIndex = 52; |
|
|
|
this.label3.Text = "毛剥"; |
|
|
|
//
|
|
|
|
// label6
|
|
|
|
//
|
|
|
|
this.label6.AutoSize = true; |
|
|
|
this.label6.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label6.Location = new System.Drawing.Point(207, -1); |
|
|
|
this.label6.Name = "label6"; |
|
|
|
this.label6.Size = new System.Drawing.Size(109, 20); |
|
|
|
this.label6.TabIndex = 52; |
|
|
|
this.label6.Text = "已宰合计:"; |
|
|
|
//
|
|
|
|
// maoScrollBar
|
|
|
|
//
|
|
|
|
this.maoScrollBar.Location = new System.Drawing.Point(373, 35); |
|
|
|
@ -607,17 +649,17 @@ |
|
|
|
this.maoGridView.AllowUserToDeleteRows = false; |
|
|
|
this.maoGridView.AllowUserToResizeColumns = false; |
|
|
|
this.maoGridView.AllowUserToResizeRows = false; |
|
|
|
dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.maoGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle9; |
|
|
|
dataGridViewCellStyle42.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); |
|
|
|
this.maoGridView.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle42; |
|
|
|
this.maoGridView.BackgroundColor = System.Drawing.Color.White; |
|
|
|
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.maoGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle10; |
|
|
|
dataGridViewCellStyle43.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; |
|
|
|
dataGridViewCellStyle43.BackColor = System.Drawing.SystemColors.Control; |
|
|
|
dataGridViewCellStyle43.Font = new System.Drawing.Font("宋体", 12F); |
|
|
|
dataGridViewCellStyle43.ForeColor = System.Drawing.SystemColors.WindowText; |
|
|
|
dataGridViewCellStyle43.SelectionBackColor = System.Drawing.SystemColors.Highlight; |
|
|
|
dataGridViewCellStyle43.SelectionForeColor = System.Drawing.SystemColors.HighlightText; |
|
|
|
dataGridViewCellStyle43.WrapMode = System.Windows.Forms.DataGridViewTriState.True; |
|
|
|
this.maoGridView.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle43; |
|
|
|
this.maoGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; |
|
|
|
this.maoGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
|
this.M_OrderDetail_ID, |
|
|
|
@ -631,11 +673,11 @@ |
|
|
|
this.maoGridView.Name = "maoGridView"; |
|
|
|
this.maoGridView.ReadOnly = true; |
|
|
|
this.maoGridView.RowHeadersVisible = false; |
|
|
|
dataGridViewCellStyle11.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle11.ForeColor = System.Drawing.Color.Black; |
|
|
|
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.Color.Black; |
|
|
|
this.maoGridView.RowsDefaultCellStyle = dataGridViewCellStyle11; |
|
|
|
dataGridViewCellStyle44.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); |
|
|
|
dataGridViewCellStyle44.ForeColor = System.Drawing.Color.Black; |
|
|
|
dataGridViewCellStyle44.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
dataGridViewCellStyle44.SelectionForeColor = System.Drawing.Color.Black; |
|
|
|
this.maoGridView.RowsDefaultCellStyle = dataGridViewCellStyle44; |
|
|
|
this.maoGridView.RowTemplate.Height = 65; |
|
|
|
this.maoGridView.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal; |
|
|
|
this.maoGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
@ -769,48 +811,6 @@ |
|
|
|
this.isPrintCheckBox.Text = "打印条码"; |
|
|
|
this.isPrintCheckBox.UseVisualStyleBackColor = true; |
|
|
|
//
|
|
|
|
// maoTotal
|
|
|
|
//
|
|
|
|
this.maoTotal.AutoSize = true; |
|
|
|
this.maoTotal.Font = new System.Drawing.Font("宋体", 18F); |
|
|
|
this.maoTotal.ForeColor = System.Drawing.Color.Red; |
|
|
|
this.maoTotal.Location = new System.Drawing.Point(312, -5); |
|
|
|
this.maoTotal.Name = "maoTotal"; |
|
|
|
this.maoTotal.Size = new System.Drawing.Size(22, 24); |
|
|
|
this.maoTotal.TabIndex = 53; |
|
|
|
this.maoTotal.Text = "0"; |
|
|
|
//
|
|
|
|
// label6
|
|
|
|
//
|
|
|
|
this.label6.AutoSize = true; |
|
|
|
this.label6.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label6.Location = new System.Drawing.Point(207, -1); |
|
|
|
this.label6.Name = "label6"; |
|
|
|
this.label6.Size = new System.Drawing.Size(109, 20); |
|
|
|
this.label6.TabIndex = 52; |
|
|
|
this.label6.Text = "已宰合计:"; |
|
|
|
//
|
|
|
|
// tangTotal
|
|
|
|
//
|
|
|
|
this.tangTotal.AutoSize = true; |
|
|
|
this.tangTotal.Font = new System.Drawing.Font("宋体", 18F); |
|
|
|
this.tangTotal.ForeColor = System.Drawing.Color.Red; |
|
|
|
this.tangTotal.Location = new System.Drawing.Point(312, -5); |
|
|
|
this.tangTotal.Name = "tangTotal"; |
|
|
|
this.tangTotal.Size = new System.Drawing.Size(22, 24); |
|
|
|
this.tangTotal.TabIndex = 55; |
|
|
|
this.tangTotal.Text = "0"; |
|
|
|
//
|
|
|
|
// label8
|
|
|
|
//
|
|
|
|
this.label8.AutoSize = true; |
|
|
|
this.label8.Font = new System.Drawing.Font("宋体", 15F); |
|
|
|
this.label8.Location = new System.Drawing.Point(207, -1); |
|
|
|
this.label8.Name = "label8"; |
|
|
|
this.label8.Size = new System.Drawing.Size(109, 20); |
|
|
|
this.label8.TabIndex = 54; |
|
|
|
this.label8.Text = "已宰合计:"; |
|
|
|
//
|
|
|
|
// DataViewForm
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
|