|
|
@ -31,11 +31,11 @@ |
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = 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 dataGridViewCellStyle6 = 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 dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle(); |
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = 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(); |
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
this.label1 = new System.Windows.Forms.Label(); |
|
|
this.syncBtn = new System.Windows.Forms.Button(); |
|
|
this.syncBtn = new System.Windows.Forms.Button(); |
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
this.label2 = new System.Windows.Forms.Label(); |
|
|
@ -48,8 +48,17 @@ |
|
|
this.label11 = new System.Windows.Forms.Label(); |
|
|
this.label11 = new System.Windows.Forms.Label(); |
|
|
this.mbPanel = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
this.mbPanel = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox(); |
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox(); |
|
|
|
|
|
this.vScrollBar2 = new System.Windows.Forms.VScrollBar(); |
|
|
this.label12 = new System.Windows.Forms.Label(); |
|
|
this.label12 = new System.Windows.Forms.Label(); |
|
|
this.historyGrid = new BWP.WinFormControl.UDataGridView(); |
|
|
this.historyGrid = new BWP.WinFormControl.UDataGridView(); |
|
|
|
|
|
this.H_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.H_Livestock_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.H_ReadWeight = new System.Windows.Forms.DataGridViewCheckBoxColumn(); |
|
|
|
|
|
this.H_Index = 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(); |
|
|
|
|
|
this.H_Time = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
this.enableWeight = new System.Windows.Forms.CheckBox(); |
|
|
this.enableWeight = new System.Windows.Forms.CheckBox(); |
|
|
this.isPrintCheckBox = new System.Windows.Forms.CheckBox(); |
|
|
this.isPrintCheckBox = new System.Windows.Forms.CheckBox(); |
|
|
this.printBtn = new System.Windows.Forms.Button(); |
|
|
this.printBtn = new System.Windows.Forms.Button(); |
|
|
@ -73,13 +82,7 @@ |
|
|
this.cancelBtn = new System.Windows.Forms.Button(); |
|
|
this.cancelBtn = new System.Windows.Forms.Button(); |
|
|
this.discontBtn = new System.Windows.Forms.Button(); |
|
|
this.discontBtn = new System.Windows.Forms.Button(); |
|
|
this.discontPanel = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
this.discontPanel = new System.Windows.Forms.FlowLayoutPanel(); |
|
|
this.H_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.H_Livestock_ID = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
this.H_Index = 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(); |
|
|
|
|
|
this.H_Time = new System.Windows.Forms.DataGridViewTextBoxColumn(); |
|
|
|
|
|
|
|
|
this.vScrollBar1 = new System.Windows.Forms.VScrollBar(); |
|
|
this.groupBox1.SuspendLayout(); |
|
|
this.groupBox1.SuspendLayout(); |
|
|
this.groupBox2.SuspendLayout(); |
|
|
this.groupBox2.SuspendLayout(); |
|
|
this.groupBox3.SuspendLayout(); |
|
|
this.groupBox3.SuspendLayout(); |
|
|
@ -197,15 +200,23 @@ |
|
|
//
|
|
|
//
|
|
|
// groupBox3
|
|
|
// groupBox3
|
|
|
//
|
|
|
//
|
|
|
|
|
|
this.groupBox3.Controls.Add(this.vScrollBar2); |
|
|
this.groupBox3.Controls.Add(this.label12); |
|
|
this.groupBox3.Controls.Add(this.label12); |
|
|
this.groupBox3.Controls.Add(this.historyGrid); |
|
|
this.groupBox3.Controls.Add(this.historyGrid); |
|
|
this.groupBox3.Location = new System.Drawing.Point(826, 175); |
|
|
this.groupBox3.Location = new System.Drawing.Point(826, 175); |
|
|
this.groupBox3.Name = "groupBox3"; |
|
|
this.groupBox3.Name = "groupBox3"; |
|
|
this.groupBox3.Size = new System.Drawing.Size(422, 680); |
|
|
|
|
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(471, 680); |
|
|
this.groupBox3.TabIndex = 11; |
|
|
this.groupBox3.TabIndex = 11; |
|
|
this.groupBox3.TabStop = false; |
|
|
this.groupBox3.TabStop = false; |
|
|
this.groupBox3.Text = "记录"; |
|
|
this.groupBox3.Text = "记录"; |
|
|
//
|
|
|
//
|
|
|
|
|
|
// vScrollBar2
|
|
|
|
|
|
//
|
|
|
|
|
|
this.vScrollBar2.Location = new System.Drawing.Point(425, 36); |
|
|
|
|
|
this.vScrollBar2.Name = "vScrollBar2"; |
|
|
|
|
|
this.vScrollBar2.Size = new System.Drawing.Size(40, 566); |
|
|
|
|
|
this.vScrollBar2.TabIndex = 52; |
|
|
|
|
|
//
|
|
|
// label12
|
|
|
// label12
|
|
|
//
|
|
|
//
|
|
|
this.label12.AutoSize = true; |
|
|
this.label12.AutoSize = true; |
|
|
@ -237,6 +248,7 @@ |
|
|
this.historyGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
this.historyGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { |
|
|
this.H_ID, |
|
|
this.H_ID, |
|
|
this.H_Livestock_ID, |
|
|
this.H_Livestock_ID, |
|
|
|
|
|
this.H_ReadWeight, |
|
|
this.H_Index, |
|
|
this.H_Index, |
|
|
this.H_Technics, |
|
|
this.H_Technics, |
|
|
this.H_Livestock_Name, |
|
|
this.H_Livestock_Name, |
|
|
@ -251,11 +263,79 @@ |
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
this.historyGrid.RowsDefaultCellStyle = dataGridViewCellStyle5; |
|
|
this.historyGrid.RowsDefaultCellStyle = dataGridViewCellStyle5; |
|
|
this.historyGrid.RowTemplate.Height = 40; |
|
|
this.historyGrid.RowTemplate.Height = 40; |
|
|
|
|
|
this.historyGrid.ScrollBars = System.Windows.Forms.ScrollBars.None; |
|
|
this.historyGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
this.historyGrid.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
this.historyGrid.Size = new System.Drawing.Size(409, 597); |
|
|
|
|
|
|
|
|
this.historyGrid.Size = new System.Drawing.Size(423, 566); |
|
|
this.historyGrid.TabIndex = 0; |
|
|
this.historyGrid.TabIndex = 0; |
|
|
this.historyGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.historyGrid_CellClick); |
|
|
this.historyGrid.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.historyGrid_CellClick); |
|
|
//
|
|
|
//
|
|
|
|
|
|
// H_ID
|
|
|
|
|
|
//
|
|
|
|
|
|
this.H_ID.DataPropertyName = "ID"; |
|
|
|
|
|
this.H_ID.HeaderText = "ID"; |
|
|
|
|
|
this.H_ID.Name = "H_ID"; |
|
|
|
|
|
this.H_ID.ReadOnly = true; |
|
|
|
|
|
this.H_ID.Visible = false; |
|
|
|
|
|
//
|
|
|
|
|
|
// H_Livestock_ID
|
|
|
|
|
|
//
|
|
|
|
|
|
this.H_Livestock_ID.HeaderText = "Livestock_ID"; |
|
|
|
|
|
this.H_Livestock_ID.Name = "H_Livestock_ID"; |
|
|
|
|
|
this.H_Livestock_ID.ReadOnly = true; |
|
|
|
|
|
this.H_Livestock_ID.Visible = false; |
|
|
|
|
|
//
|
|
|
|
|
|
// H_ReadWeight
|
|
|
|
|
|
//
|
|
|
|
|
|
this.H_ReadWeight.DataPropertyName = "ReadWeight"; |
|
|
|
|
|
this.H_ReadWeight.HeaderText = ""; |
|
|
|
|
|
this.H_ReadWeight.Name = "H_ReadWeight"; |
|
|
|
|
|
this.H_ReadWeight.ReadOnly = true; |
|
|
|
|
|
this.H_ReadWeight.Width = 30; |
|
|
|
|
|
//
|
|
|
|
|
|
// H_Index
|
|
|
|
|
|
//
|
|
|
|
|
|
this.H_Index.DataPropertyName = "Index"; |
|
|
|
|
|
this.H_Index.HeaderText = "序号"; |
|
|
|
|
|
this.H_Index.Name = "H_Index"; |
|
|
|
|
|
this.H_Index.ReadOnly = true; |
|
|
|
|
|
this.H_Index.Width = 65; |
|
|
|
|
|
//
|
|
|
|
|
|
// H_Technics
|
|
|
|
|
|
//
|
|
|
|
|
|
this.H_Technics.DataPropertyName = "Technics_Name"; |
|
|
|
|
|
this.H_Technics.HeaderText = "工艺"; |
|
|
|
|
|
this.H_Technics.Name = "H_Technics"; |
|
|
|
|
|
this.H_Technics.ReadOnly = true; |
|
|
|
|
|
this.H_Technics.Width = 65; |
|
|
|
|
|
//
|
|
|
|
|
|
// H_Livestock_Name
|
|
|
|
|
|
//
|
|
|
|
|
|
this.H_Livestock_Name.DataPropertyName = "Livestock_Name"; |
|
|
|
|
|
this.H_Livestock_Name.HeaderText = "级别"; |
|
|
|
|
|
this.H_Livestock_Name.Name = "H_Livestock_Name"; |
|
|
|
|
|
this.H_Livestock_Name.ReadOnly = true; |
|
|
|
|
|
this.H_Livestock_Name.Width = 90; |
|
|
|
|
|
//
|
|
|
|
|
|
// H_Weight
|
|
|
|
|
|
//
|
|
|
|
|
|
this.H_Weight.DataPropertyName = "Weight"; |
|
|
|
|
|
dataGridViewCellStyle3.Format = "#0.######"; |
|
|
|
|
|
this.H_Weight.DefaultCellStyle = dataGridViewCellStyle3; |
|
|
|
|
|
this.H_Weight.HeaderText = "重量"; |
|
|
|
|
|
this.H_Weight.Name = "H_Weight"; |
|
|
|
|
|
this.H_Weight.ReadOnly = true; |
|
|
|
|
|
this.H_Weight.Width = 70; |
|
|
|
|
|
//
|
|
|
|
|
|
// H_Time
|
|
|
|
|
|
//
|
|
|
|
|
|
this.H_Time.DataPropertyName = "Time"; |
|
|
|
|
|
dataGridViewCellStyle4.Format = "MM/dd HH:mm"; |
|
|
|
|
|
dataGridViewCellStyle4.NullValue = null; |
|
|
|
|
|
this.H_Time.DefaultCellStyle = dataGridViewCellStyle4; |
|
|
|
|
|
this.H_Time.HeaderText = "时间"; |
|
|
|
|
|
this.H_Time.Name = "H_Time"; |
|
|
|
|
|
this.H_Time.ReadOnly = true; |
|
|
|
|
|
//
|
|
|
// enableWeight
|
|
|
// enableWeight
|
|
|
//
|
|
|
//
|
|
|
this.enableWeight.AutoCheck = false; |
|
|
this.enableWeight.AutoCheck = false; |
|
|
@ -358,8 +438,9 @@ |
|
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(66)))), ((int)(((byte)(163)))), ((int)(((byte)(218))))); |
|
|
this.dataGridView.RowsDefaultCellStyle = dataGridViewCellStyle8; |
|
|
this.dataGridView.RowsDefaultCellStyle = dataGridViewCellStyle8; |
|
|
this.dataGridView.RowTemplate.Height = 40; |
|
|
this.dataGridView.RowTemplate.Height = 40; |
|
|
|
|
|
this.dataGridView.ScrollBars = System.Windows.Forms.ScrollBars.None; |
|
|
this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect; |
|
|
this.dataGridView.Size = new System.Drawing.Size(469, 517); |
|
|
|
|
|
|
|
|
this.dataGridView.Size = new System.Drawing.Size(443, 566); |
|
|
this.dataGridView.TabIndex = 4; |
|
|
this.dataGridView.TabIndex = 4; |
|
|
this.dataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick); |
|
|
this.dataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick); |
|
|
//
|
|
|
//
|
|
|
@ -443,7 +524,7 @@ |
|
|
// closeBtn
|
|
|
// closeBtn
|
|
|
//
|
|
|
//
|
|
|
this.closeBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
this.closeBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
this.closeBtn.Location = new System.Drawing.Point(1217, 12); |
|
|
|
|
|
|
|
|
this.closeBtn.Location = new System.Drawing.Point(1270, 12); |
|
|
this.closeBtn.Name = "closeBtn"; |
|
|
this.closeBtn.Name = "closeBtn"; |
|
|
this.closeBtn.Size = new System.Drawing.Size(102, 43); |
|
|
this.closeBtn.Size = new System.Drawing.Size(102, 43); |
|
|
this.closeBtn.TabIndex = 33; |
|
|
this.closeBtn.TabIndex = 33; |
|
|
@ -454,7 +535,7 @@ |
|
|
// configBtn
|
|
|
// configBtn
|
|
|
//
|
|
|
//
|
|
|
this.configBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
this.configBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
this.configBtn.Location = new System.Drawing.Point(971, 12); |
|
|
|
|
|
|
|
|
this.configBtn.Location = new System.Drawing.Point(1024, 12); |
|
|
this.configBtn.Name = "configBtn"; |
|
|
this.configBtn.Name = "configBtn"; |
|
|
this.configBtn.Size = new System.Drawing.Size(102, 43); |
|
|
this.configBtn.Size = new System.Drawing.Size(102, 43); |
|
|
this.configBtn.TabIndex = 34; |
|
|
this.configBtn.TabIndex = 34; |
|
|
@ -498,7 +579,7 @@ |
|
|
// discontBtn
|
|
|
// discontBtn
|
|
|
//
|
|
|
//
|
|
|
this.discontBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
this.discontBtn.Font = new System.Drawing.Font("宋体", 15F); |
|
|
this.discontBtn.Location = new System.Drawing.Point(1095, 12); |
|
|
|
|
|
|
|
|
this.discontBtn.Location = new System.Drawing.Point(1148, 12); |
|
|
this.discontBtn.Name = "discontBtn"; |
|
|
this.discontBtn.Name = "discontBtn"; |
|
|
this.discontBtn.Size = new System.Drawing.Size(102, 43); |
|
|
this.discontBtn.Size = new System.Drawing.Size(102, 43); |
|
|
this.discontBtn.TabIndex = 37; |
|
|
this.discontBtn.TabIndex = 37; |
|
|
@ -508,76 +589,24 @@ |
|
|
//
|
|
|
//
|
|
|
// discontPanel
|
|
|
// discontPanel
|
|
|
//
|
|
|
//
|
|
|
this.discontPanel.Location = new System.Drawing.Point(1258, 182); |
|
|
|
|
|
|
|
|
this.discontPanel.Location = new System.Drawing.Point(1303, 182); |
|
|
this.discontPanel.Name = "discontPanel"; |
|
|
this.discontPanel.Name = "discontPanel"; |
|
|
this.discontPanel.Size = new System.Drawing.Size(71, 656); |
|
|
this.discontPanel.Size = new System.Drawing.Size(71, 656); |
|
|
this.discontPanel.TabIndex = 33; |
|
|
this.discontPanel.TabIndex = 33; |
|
|
//
|
|
|
//
|
|
|
// H_ID
|
|
|
|
|
|
|
|
|
// vScrollBar1
|
|
|
//
|
|
|
//
|
|
|
this.H_ID.DataPropertyName = "ID"; |
|
|
|
|
|
this.H_ID.HeaderText = "ID"; |
|
|
|
|
|
this.H_ID.Name = "H_ID"; |
|
|
|
|
|
this.H_ID.ReadOnly = true; |
|
|
|
|
|
this.H_ID.Visible = false; |
|
|
|
|
|
//
|
|
|
|
|
|
// H_Livestock_ID
|
|
|
|
|
|
//
|
|
|
|
|
|
this.H_Livestock_ID.HeaderText = "Livestock_ID"; |
|
|
|
|
|
this.H_Livestock_ID.Name = "H_Livestock_ID"; |
|
|
|
|
|
this.H_Livestock_ID.ReadOnly = true; |
|
|
|
|
|
this.H_Livestock_ID.Visible = false; |
|
|
|
|
|
//
|
|
|
|
|
|
// H_Index
|
|
|
|
|
|
//
|
|
|
|
|
|
this.H_Index.DataPropertyName = "Index"; |
|
|
|
|
|
this.H_Index.HeaderText = "序号"; |
|
|
|
|
|
this.H_Index.Name = "H_Index"; |
|
|
|
|
|
this.H_Index.ReadOnly = true; |
|
|
|
|
|
this.H_Index.Width = 65; |
|
|
|
|
|
//
|
|
|
|
|
|
// H_Technics
|
|
|
|
|
|
//
|
|
|
|
|
|
this.H_Technics.DataPropertyName = "Technics_Name"; |
|
|
|
|
|
this.H_Technics.HeaderText = "工艺"; |
|
|
|
|
|
this.H_Technics.Name = "H_Technics"; |
|
|
|
|
|
this.H_Technics.ReadOnly = true; |
|
|
|
|
|
this.H_Technics.Width = 65; |
|
|
|
|
|
//
|
|
|
|
|
|
// H_Livestock_Name
|
|
|
|
|
|
//
|
|
|
|
|
|
this.H_Livestock_Name.DataPropertyName = "Livestock_Name"; |
|
|
|
|
|
this.H_Livestock_Name.HeaderText = "级别"; |
|
|
|
|
|
this.H_Livestock_Name.Name = "H_Livestock_Name"; |
|
|
|
|
|
this.H_Livestock_Name.ReadOnly = true; |
|
|
|
|
|
this.H_Livestock_Name.Width = 90; |
|
|
|
|
|
//
|
|
|
|
|
|
// H_Weight
|
|
|
|
|
|
//
|
|
|
|
|
|
this.H_Weight.DataPropertyName = "Weight"; |
|
|
|
|
|
dataGridViewCellStyle3.Format = "#0.######"; |
|
|
|
|
|
this.H_Weight.DefaultCellStyle = dataGridViewCellStyle3; |
|
|
|
|
|
this.H_Weight.HeaderText = "重量"; |
|
|
|
|
|
this.H_Weight.Name = "H_Weight"; |
|
|
|
|
|
this.H_Weight.ReadOnly = true; |
|
|
|
|
|
this.H_Weight.Width = 70; |
|
|
|
|
|
//
|
|
|
|
|
|
// H_Time
|
|
|
|
|
|
//
|
|
|
|
|
|
this.H_Time.DataPropertyName = "Time"; |
|
|
|
|
|
dataGridViewCellStyle4.Format = "MM/dd HH:mm"; |
|
|
|
|
|
dataGridViewCellStyle4.NullValue = null; |
|
|
|
|
|
this.H_Time.DefaultCellStyle = dataGridViewCellStyle4; |
|
|
|
|
|
this.H_Time.HeaderText = "时间"; |
|
|
|
|
|
this.H_Time.Name = "H_Time"; |
|
|
|
|
|
this.H_Time.ReadOnly = true; |
|
|
|
|
|
this.H_Time.Width = 110; |
|
|
|
|
|
|
|
|
this.vScrollBar1.Location = new System.Drawing.Point(455, 175); |
|
|
|
|
|
this.vScrollBar1.Name = "vScrollBar1"; |
|
|
|
|
|
this.vScrollBar1.Size = new System.Drawing.Size(40, 566); |
|
|
|
|
|
this.vScrollBar1.TabIndex = 51; |
|
|
//
|
|
|
//
|
|
|
// GradeFrom
|
|
|
// GradeFrom
|
|
|
//
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); |
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
|
this.ClientSize = new System.Drawing.Size(1337, 865); |
|
|
|
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(1379, 865); |
|
|
|
|
|
this.Controls.Add(this.vScrollBar1); |
|
|
this.Controls.Add(this.discontPanel); |
|
|
this.Controls.Add(this.discontPanel); |
|
|
this.Controls.Add(this.discontBtn); |
|
|
this.Controls.Add(this.discontBtn); |
|
|
this.Controls.Add(this.modifyPanel); |
|
|
this.Controls.Add(this.modifyPanel); |
|
|
@ -659,12 +688,15 @@ |
|
|
private System.Windows.Forms.DataGridViewButtonColumn D_FinishBtn; |
|
|
private System.Windows.Forms.DataGridViewButtonColumn D_FinishBtn; |
|
|
private System.Windows.Forms.Button discontBtn; |
|
|
private System.Windows.Forms.Button discontBtn; |
|
|
private System.Windows.Forms.FlowLayoutPanel discontPanel; |
|
|
private System.Windows.Forms.FlowLayoutPanel discontPanel; |
|
|
|
|
|
private System.Windows.Forms.VScrollBar vScrollBar2; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_ID; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_ID; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Livestock_ID; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Livestock_ID; |
|
|
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn H_ReadWeight; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Index; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Index; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Technics; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Technics; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Livestock_Name; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Livestock_Name; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Weight; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Weight; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Time; |
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn H_Time; |
|
|
|
|
|
private System.Windows.Forms.VScrollBar vScrollBar1; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |