|
|
|
@ -100,6 +100,7 @@ |
|
|
|
this.H_IsDrop = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.H_ReadWeight = new System.Windows.Forms.DataGridViewCheckBoxColumn(); |
|
|
|
this.H_Index = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.H_Order = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.H_Technics = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.H_Livestock_Name = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
this.H_Weight = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
@ -249,7 +250,7 @@ |
|
|
|
dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
dataGridViewCellStyle4.SelectionForeColor = System.Drawing.Color.Black; |
|
|
|
this.tangGridView.RowsDefaultCellStyle = dataGridViewCellStyle4; |
|
|
|
this.tangGridView.RowTemplate.Height = 50; |
|
|
|
this.tangGridView.RowTemplate.Height = 65; |
|
|
|
this.tangGridView.ScrollBars = System.Windows.Forms.ScrollBars.None; |
|
|
|
this.tangGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.tangGridView.Size = new System.Drawing.Size(363, 275); |
|
|
|
@ -361,7 +362,7 @@ |
|
|
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
|
dataGridViewCellStyle8.SelectionForeColor = System.Drawing.Color.Black; |
|
|
|
this.maoGridView.RowsDefaultCellStyle = dataGridViewCellStyle8; |
|
|
|
this.maoGridView.RowTemplate.Height = 50; |
|
|
|
this.maoGridView.RowTemplate.Height = 65; |
|
|
|
this.maoGridView.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal; |
|
|
|
this.maoGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.maoGridView.Size = new System.Drawing.Size(363, 278); |
|
|
|
@ -444,7 +445,7 @@ |
|
|
|
this.groupBox3.Controls.Add(this.historyGrid); |
|
|
|
this.groupBox3.Location = new System.Drawing.Point(826, 175); |
|
|
|
this.groupBox3.Name = "groupBox3"; |
|
|
|
this.groupBox3.Size = new System.Drawing.Size(471, 663); |
|
|
|
this.groupBox3.Size = new System.Drawing.Size(520, 663); |
|
|
|
this.groupBox3.TabIndex = 11; |
|
|
|
this.groupBox3.TabStop = false; |
|
|
|
this.groupBox3.Text = "记录"; |
|
|
|
@ -462,7 +463,7 @@ |
|
|
|
//
|
|
|
|
// vScrollBar2
|
|
|
|
//
|
|
|
|
this.vScrollBar2.Location = new System.Drawing.Point(426, 36); |
|
|
|
this.vScrollBar2.Location = new System.Drawing.Point(479, 36); |
|
|
|
this.vScrollBar2.Name = "vScrollBar2"; |
|
|
|
this.vScrollBar2.Size = new System.Drawing.Size(40, 566); |
|
|
|
this.vScrollBar2.TabIndex = 52; |
|
|
|
@ -502,6 +503,7 @@ |
|
|
|
this.H_IsDrop, |
|
|
|
this.H_ReadWeight, |
|
|
|
this.H_Index, |
|
|
|
this.H_Order, |
|
|
|
this.H_Technics, |
|
|
|
this.H_Livestock_Name, |
|
|
|
this.H_Weight, |
|
|
|
@ -518,7 +520,7 @@ |
|
|
|
this.historyGrid.RowTemplate.Height = 40; |
|
|
|
this.historyGrid.ScrollBars = System.Windows.Forms.ScrollBars.None; |
|
|
|
this.historyGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
|
this.historyGrid.Size = new System.Drawing.Size(423, 566); |
|
|
|
this.historyGrid.Size = new System.Drawing.Size(478, 566); |
|
|
|
this.historyGrid.TabIndex = 0; |
|
|
|
this.historyGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.historyGrid_CellClick); |
|
|
|
//
|
|
|
|
@ -650,7 +652,7 @@ |
|
|
|
//
|
|
|
|
// discontPanel
|
|
|
|
//
|
|
|
|
this.discontPanel.Location = new System.Drawing.Point(1303, 182); |
|
|
|
this.discontPanel.Location = new System.Drawing.Point(1356, 182); |
|
|
|
this.discontPanel.Name = "discontPanel"; |
|
|
|
this.discontPanel.Size = new System.Drawing.Size(71, 656); |
|
|
|
this.discontPanel.TabIndex = 33; |
|
|
|
@ -790,6 +792,14 @@ |
|
|
|
this.H_Index.ReadOnly = true; |
|
|
|
this.H_Index.Width = 65; |
|
|
|
//
|
|
|
|
// H_Order
|
|
|
|
//
|
|
|
|
this.H_Order.DataPropertyName = "Order"; |
|
|
|
this.H_Order.HeaderText = "顺序"; |
|
|
|
this.H_Order.Name = "H_Order"; |
|
|
|
this.H_Order.ReadOnly = true; |
|
|
|
this.H_Order.Width = 65; |
|
|
|
//
|
|
|
|
// H_Technics
|
|
|
|
//
|
|
|
|
this.H_Technics.DataPropertyName = "Technics_Name"; |
|
|
|
@ -838,7 +848,7 @@ |
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
|
this.ClientSize = new System.Drawing.Size(1379, 845); |
|
|
|
this.ClientSize = new System.Drawing.Size(1438, 845); |
|
|
|
this.Controls.Add(this.btnStopWeight); |
|
|
|
this.Controls.Add(this.btnStartWeight); |
|
|
|
this.Controls.Add(this.dropPigBtn); |
|
|
|
@ -951,6 +961,7 @@ |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_IsDrop; |
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn H_ReadWeight; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Index; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Order; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Technics; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Livestock_Name; |
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Weight; |
|
|
|
|