@ -46,35 +46,13 @@ namespace HighWayIot.Winform.UserControlPages
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle12 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle13 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle14 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
System . Windows . Forms . DataGridViewCellStyle dataGridViewCellStyle15 = new System . Windows . Forms . DataGridViewCellStyle ( ) ;
this . panel1 = new System . Windows . Forms . Panel ( ) ;
this . tableLayoutPanel1 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . RgvNoLabel = new System . Windows . Forms . Label ( ) ;
this . label10 = new System . Windows . Forms . Label ( ) ;
this . RawTireWeightLabel = new System . Windows . Forms . Label ( ) ;
this . label7 = new System . Windows . Forms . Label ( ) ;
this . panel2 = new System . Windows . Forms . Panel ( ) ;
this . SpecCodeLabel = new System . Windows . Forms . Label ( ) ;
this . RecipeNameLabel = new System . Windows . Forms . Label ( ) ;
this . RecipeCodeLabel = new System . Windows . Forms . Label ( ) ;
this . label4 = new System . Windows . Forms . Label ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
this . label2 = new System . Windows . Forms . Label ( ) ;
this . MonitorDataGridView = new System . Windows . Forms . DataGridView ( ) ;
this . No = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . VulcanizationNo = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . StartTime = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . RecipeCode = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . RecipeName = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . SpecCode = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . DeviceNo = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . TireWeight = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . BaseRubFinishTime = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . MidRubFinishTime = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . RowTireFinishTime = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . RepeatWeight = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . IsDone = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . DataRefresh = new System . Windows . Forms . Timer ( this . components ) ;
this . tableLayoutPanel3 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . panel5 = new System . Windows . Forms . Panel ( ) ;
this . NowDateProductNumTextBox = new System . Windows . Forms . TextBox ( ) ;
this . NowDateProductNumLabel = new System . Windows . Forms . Label ( ) ;
this . panel4 = new System . Windows . Forms . Panel ( ) ;
this . NightProductNumTextBox = new System . Windows . Forms . TextBox ( ) ;
this . DayProductNumTextBox = new System . Windows . Forms . TextBox ( ) ;
@ -82,19 +60,46 @@ namespace HighWayIot.Winform.UserControlPages
this . label13 = new System . Windows . Forms . Label ( ) ;
this . DayTimeLabel = new System . Windows . Forms . Label ( ) ;
this . label12 = new System . Windows . Forms . Label ( ) ;
this . panel5 = new System . Windows . Forms . Panel ( ) ;
this . NowDateProductNumTextBox = new System . Windows . Forms . TextBox ( ) ;
this . NowDateProductNumLabel = new System . Windows . Forms . Label ( ) ;
this . panel2 = new System . Windows . Forms . Panel ( ) ;
this . RgvNoLabel = new System . Windows . Forms . Label ( ) ;
this . SpecCodeLabel = new System . Windows . Forms . Label ( ) ;
this . label10 = new System . Windows . Forms . Label ( ) ;
this . RecipeNameLabel = new System . Windows . Forms . Label ( ) ;
this . RawTireWeightLabel = new System . Windows . Forms . Label ( ) ;
this . RecipeCodeLabel = new System . Windows . Forms . Label ( ) ;
this . label4 = new System . Windows . Forms . Label ( ) ;
this . label7 = new System . Windows . Forms . Label ( ) ;
this . label3 = new System . Windows . Forms . Label ( ) ;
this . label2 = new System . Windows . Forms . Label ( ) ;
this . MonitorDataGridView = new System . Windows . Forms . DataGridView ( ) ;
this . DataRefresh = new System . Windows . Forms . Timer ( this . components ) ;
this . tableLayoutPanel2 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . panel6 = new System . Windows . Forms . Panel ( ) ;
this . panel3 = new System . Windows . Forms . Panel ( ) ;
this . No = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . VulcanizationNo = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . StartTime = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . RecipeCode = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . RecipeName = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . SpecCode = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . DeviceNo = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . StandardWeight = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . BaseRubFinishTime = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . MidRubFinishTime = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . RowTireFinishTime = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . TireWeight = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . RepeatWeight = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . IsDone = new System . Windows . Forms . DataGridViewTextBoxColumn ( ) ;
this . MoveText = new Mesnac . Controls . ChemicalWeighing . HslMoveText ( ) ;
this . panel1 . SuspendLayout ( ) ;
this . tableLayoutPanel1 . SuspendLayout ( ) ;
this . tableLayoutPanel3 . SuspendLayout ( ) ;
this . panel5 . SuspendLayout ( ) ;
this . panel4 . SuspendLayout ( ) ;
this . panel2 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . MonitorDataGridView ) ) . BeginInit ( ) ;
this . tableLayoutPanel3 . SuspendLayout ( ) ;
this . panel4 . SuspendLayout ( ) ;
this . panel5 . SuspendLayout ( ) ;
this . tableLayoutPanel2 . SuspendLayout ( ) ;
this . panel6 . SuspendLayout ( ) ;
this . panel3 . SuspendLayout ( ) ;
this . SuspendLayout ( ) ;
//
@ -120,316 +125,10 @@ namespace HighWayIot.Winform.UserControlPages
this . tableLayoutPanel1 . Name = "tableLayoutPanel1" ;
this . tableLayoutPanel1 . RowCount = 1 ;
this . tableLayoutPanel1 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel1 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( System . Windows . Forms . SizeType . Absolute , 23 1F) ) ;
this . tableLayoutPanel1 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( System . Windows . Forms . SizeType . Absolute , 114 F) ) ;
this . tableLayoutPanel1 . Size = new System . Drawing . Size ( 2169 , 114 ) ;
this . tableLayoutPanel1 . TabIndex = 0 ;
//
// RgvNoLabel
//
this . RgvNoLabel . AutoSize = true ;
this . RgvNoLabel . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . RgvNoLabel . ForeColor = System . Drawing . Color . Khaki ;
this . RgvNoLabel . Location = new System . Drawing . Point ( 110 , 14 ) ;
this . RgvNoLabel . Name = "RgvNoLabel" ;
this . RgvNoLabel . Size = new System . Drawing . Size ( 61 , 31 ) ;
this . RgvNoLabel . TabIndex = 11 ;
this . RgvNoLabel . Text = "N/A" ;
//
// label10
//
this . label10 . AutoSize = true ;
this . label10 . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . label10 . ForeColor = System . Drawing . Color . Khaki ;
this . label10 . Location = new System . Drawing . Point ( 16 , 14 ) ;
this . label10 . Name = "label10" ;
this . label10 . Size = new System . Drawing . Size ( 110 , 31 ) ;
this . label10 . TabIndex = 10 ;
this . label10 . Text = "小车号:" ;
//
// RawTireWeightLabel
//
this . RawTireWeightLabel . AutoSize = true ;
this . RawTireWeightLabel . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . RawTireWeightLabel . ForeColor = System . Drawing . Color . Khaki ;
this . RawTireWeightLabel . Location = new System . Drawing . Point ( 741 , 49 ) ;
this . RawTireWeightLabel . Name = "RawTireWeightLabel" ;
this . RawTireWeightLabel . Size = new System . Drawing . Size ( 61 , 31 ) ;
this . RawTireWeightLabel . TabIndex = 9 ;
this . RawTireWeightLabel . Text = "N/A" ;
//
// label7
//
this . label7 . AutoSize = true ;
this . label7 . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . label7 . ForeColor = System . Drawing . Color . Khaki ;
this . label7 . Location = new System . Drawing . Point ( 590 , 49 ) ;
this . label7 . Name = "label7" ;
this . label7 . Size = new System . Drawing . Size ( 165 , 31 ) ;
this . label7 . TabIndex = 7 ;
this . label7 . Text = "生胎重量(g): " ;
//
// panel2
//
this . panel2 . BackColor = System . Drawing . Color . Gray ;
this . panel2 . Controls . Add ( this . RgvNoLabel ) ;
this . panel2 . Controls . Add ( this . SpecCodeLabel ) ;
this . panel2 . Controls . Add ( this . label10 ) ;
this . panel2 . Controls . Add ( this . RecipeNameLabel ) ;
this . panel2 . Controls . Add ( this . RawTireWeightLabel ) ;
this . panel2 . Controls . Add ( this . RecipeCodeLabel ) ;
this . panel2 . Controls . Add ( this . label4 ) ;
this . panel2 . Controls . Add ( this . label7 ) ;
this . panel2 . Controls . Add ( this . label3 ) ;
this . panel2 . Controls . Add ( this . label2 ) ;
this . panel2 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . panel2 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . panel2 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . panel2 . Name = "panel2" ;
this . panel2 . Size = new System . Drawing . Size ( 1084 , 114 ) ;
this . panel2 . TabIndex = 2 ;
//
// SpecCodeLabel
//
this . SpecCodeLabel . AutoSize = true ;
this . SpecCodeLabel . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . SpecCodeLabel . ForeColor = System . Drawing . Color . LightGoldenrodYellow ;
this . SpecCodeLabel . Location = new System . Drawing . Point ( 454 , 50 ) ;
this . SpecCodeLabel . Name = "SpecCodeLabel" ;
this . SpecCodeLabel . Size = new System . Drawing . Size ( 112 , 31 ) ;
this . SpecCodeLabel . TabIndex = 6 ;
this . SpecCodeLabel . Text = "T123456" ;
//
// RecipeNameLabel
//
this . RecipeNameLabel . AutoSize = true ;
this . RecipeNameLabel . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . RecipeNameLabel . ForeColor = System . Drawing . Color . LightGoldenrodYellow ;
this . RecipeNameLabel . Location = new System . Drawing . Point ( 297 , 14 ) ;
this . RecipeNameLabel . Name = "RecipeNameLabel" ;
this . RecipeNameLabel . Size = new System . Drawing . Size ( 494 , 31 ) ;
this . RecipeNameLabel . TabIndex = 5 ;
this . RecipeNameLabel . Text = "8.15-15/28× 9-15 C8900 THS NM 正新轮胎" ;
//
// RecipeCodeLabel
//
this . RecipeCodeLabel . AutoSize = true ;
this . RecipeCodeLabel . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . RecipeCodeLabel . ForeColor = System . Drawing . Color . LightGoldenrodYellow ;
this . RecipeCodeLabel . Location = new System . Drawing . Point ( 156 , 49 ) ;
this . RecipeCodeLabel . Name = "RecipeCodeLabel" ;
this . RecipeCodeLabel . Size = new System . Drawing . Size ( 147 , 31 ) ;
this . RecipeCodeLabel . TabIndex = 4 ;
this . RecipeCodeLabel . Text = "TI12345567" ;
//
// label4
//
this . label4 . AutoSize = true ;
this . label4 . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . label4 . ForeColor = System . Drawing . Color . LightGoldenrodYellow ;
this . label4 . Location = new System . Drawing . Point ( 329 , 49 ) ;
this . label4 . Name = "label4" ;
this . label4 . Size = new System . Drawing . Size ( 144 , 31 ) ;
this . label4 . TabIndex = 3 ;
this . label4 . Text = "SPEC编号: " ;
//
// label3
//
this . label3 . AutoSize = true ;
this . label3 . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . label3 . ForeColor = System . Drawing . Color . LightGoldenrodYellow ;
this . label3 . Location = new System . Drawing . Point ( 177 , 14 ) ;
this . label3 . Name = "label3" ;
this . label3 . Size = new System . Drawing . Size ( 134 , 31 ) ;
this . label3 . TabIndex = 2 ;
this . label3 . Text = "标称尺度:" ;
//
// label2
//
this . label2 . AutoSize = true ;
this . label2 . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . label2 . ForeColor = System . Drawing . Color . LightGoldenrodYellow ;
this . label2 . Location = new System . Drawing . Point ( 16 , 49 ) ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 134 , 31 ) ;
this . label2 . TabIndex = 1 ;
this . label2 . Text = "成品代号:" ;
//
// MonitorDataGridView
//
this . MonitorDataGridView . AllowUserToAddRows = false ;
this . MonitorDataGridView . AllowUserToDeleteRows = false ;
this . MonitorDataGridView . AllowUserToResizeColumns = false ;
this . MonitorDataGridView . AllowUserToResizeRows = false ;
this . MonitorDataGridView . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . MonitorDataGridView . BorderStyle = System . Windows . Forms . BorderStyle . None ;
dataGridViewCellStyle1 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . TopCenter ;
dataGridViewCellStyle1 . BackColor = System . Drawing . SystemColors . Control ;
dataGridViewCellStyle1 . Font = new System . Drawing . Font ( "宋体" , 15F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 134 ) ) ) ;
dataGridViewCellStyle1 . ForeColor = System . Drawing . SystemColors . WindowText ;
dataGridViewCellStyle1 . SelectionBackColor = System . Drawing . SystemColors . Highlight ;
dataGridViewCellStyle1 . SelectionForeColor = System . Drawing . SystemColors . HighlightText ;
dataGridViewCellStyle1 . WrapMode = System . Windows . Forms . DataGridViewTriState . False ;
this . MonitorDataGridView . ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1 ;
this . MonitorDataGridView . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . AutoSize ;
this . MonitorDataGridView . Columns . AddRange ( new System . Windows . Forms . DataGridViewColumn [ ] {
this . No ,
this . VulcanizationNo ,
this . StartTime ,
this . RecipeCode ,
this . RecipeName ,
this . SpecCode ,
this . DeviceNo ,
this . TireWeight ,
this . BaseRubFinishTime ,
this . MidRubFinishTime ,
this . RowTireFinishTime ,
this . RepeatWeight ,
this . IsDone } ) ;
this . MonitorDataGridView . Location = new System . Drawing . Point ( 0 , 228 ) ;
this . MonitorDataGridView . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . MonitorDataGridView . MultiSelect = false ;
this . MonitorDataGridView . Name = "MonitorDataGridView" ;
this . MonitorDataGridView . ReadOnly = true ;
this . MonitorDataGridView . RowHeadersVisible = false ;
this . MonitorDataGridView . RowTemplate . Height = 32 ;
this . MonitorDataGridView . Size = new System . Drawing . Size ( 2169 , 767 ) ;
this . MonitorDataGridView . TabIndex = 1 ;
//
// No
//
this . No . DataPropertyName = "No" ;
dataGridViewCellStyle2 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 134 ) ) ) ;
this . No . DefaultCellStyle = dataGridViewCellStyle2 ;
this . No . HeaderText = "序号" ;
this . No . Name = "No" ;
this . No . ReadOnly = true ;
this . No . Width = 60 ;
//
// VulcanizationNo
//
this . VulcanizationNo . DataPropertyName = "VulcanizationNo" ;
dataGridViewCellStyle3 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 134 ) ) ) ;
this . VulcanizationNo . DefaultCellStyle = dataGridViewCellStyle3 ;
this . VulcanizationNo . HeaderText = "机位" ;
this . VulcanizationNo . Name = "VulcanizationNo" ;
this . VulcanizationNo . ReadOnly = true ;
//
// StartTime
//
this . StartTime . DataPropertyName = "StartTime" ;
dataGridViewCellStyle4 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 134 ) ) ) ;
this . StartTime . DefaultCellStyle = dataGridViewCellStyle4 ;
this . StartTime . HeaderText = "开始时间" ;
this . StartTime . Name = "StartTime" ;
this . StartTime . ReadOnly = true ;
this . StartTime . Width = 200 ;
//
// RecipeCode
//
this . RecipeCode . DataPropertyName = "RecipeCode" ;
dataGridViewCellStyle5 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . RecipeCode . DefaultCellStyle = dataGridViewCellStyle5 ;
this . RecipeCode . HeaderText = "成品代号" ;
this . RecipeCode . Name = "RecipeCode" ;
this . RecipeCode . ReadOnly = true ;
this . RecipeCode . Width = 180 ;
//
// RecipeName
//
this . RecipeName . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . Fill ;
this . RecipeName . DataPropertyName = "RecipeName" ;
dataGridViewCellStyle6 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . RecipeName . DefaultCellStyle = dataGridViewCellStyle6 ;
this . RecipeName . HeaderText = "标称尺度" ;
this . RecipeName . Name = "RecipeName" ;
this . RecipeName . ReadOnly = true ;
//
// SpecCode
//
this . SpecCode . DataPropertyName = "SpecCode" ;
dataGridViewCellStyle7 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . SpecCode . DefaultCellStyle = dataGridViewCellStyle7 ;
this . SpecCode . HeaderText = "SPEC编号" ;
this . SpecCode . Name = "SpecCode" ;
this . SpecCode . ReadOnly = true ;
this . SpecCode . Width = 140 ;
//
// DeviceNo
//
this . DeviceNo . DataPropertyName = "DeviceNo" ;
dataGridViewCellStyle8 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . DeviceNo . DefaultCellStyle = dataGridViewCellStyle8 ;
this . DeviceNo . HeaderText = "小车号" ;
this . DeviceNo . Name = "DeviceNo" ;
this . DeviceNo . ReadOnly = true ;
this . DeviceNo . Width = 80 ;
//
// TireWeight
//
this . TireWeight . DataPropertyName = "RawTireWeight" ;
dataGridViewCellStyle9 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . TireWeight . DefaultCellStyle = dataGridViewCellStyle9 ;
this . TireWeight . HeaderText = "生胎重量" ;
this . TireWeight . Name = "TireWeight" ;
this . TireWeight . ReadOnly = true ;
//
// BaseRubFinishTime
//
this . BaseRubFinishTime . DataPropertyName = "BaseRubTimeSpan" ;
dataGridViewCellStyle10 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . BaseRubFinishTime . DefaultCellStyle = dataGridViewCellStyle10 ;
this . BaseRubFinishTime . HeaderText = "基部胶完成时间" ;
this . BaseRubFinishTime . Name = "BaseRubFinishTime" ;
this . BaseRubFinishTime . ReadOnly = true ;
this . BaseRubFinishTime . Width = 162 ;
//
// MidRubFinishTime
//
this . MidRubFinishTime . DataPropertyName = "MidRubTimeSpan" ;
dataGridViewCellStyle11 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . MidRubFinishTime . DefaultCellStyle = dataGridViewCellStyle11 ;
this . MidRubFinishTime . HeaderText = "中层胶完成时间" ;
this . MidRubFinishTime . Name = "MidRubFinishTime" ;
this . MidRubFinishTime . ReadOnly = true ;
this . MidRubFinishTime . Width = 162 ;
//
// RowTireFinishTime
//
this . RowTireFinishTime . DataPropertyName = "FaceRubTimeSpan" ;
dataGridViewCellStyle12 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . RowTireFinishTime . DefaultCellStyle = dataGridViewCellStyle12 ;
this . RowTireFinishTime . HeaderText = "生胎完成时间" ;
this . RowTireFinishTime . Name = "RowTireFinishTime" ;
this . RowTireFinishTime . ReadOnly = true ;
this . RowTireFinishTime . Width = 141 ;
//
// RepeatWeight
//
this . RepeatWeight . DataPropertyName = "RepeatWeight" ;
dataGridViewCellStyle13 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . RepeatWeight . DefaultCellStyle = dataGridViewCellStyle13 ;
this . RepeatWeight . HeaderText = "复重重量" ;
this . RepeatWeight . Name = "RepeatWeight" ;
this . RepeatWeight . ReadOnly = true ;
//
// IsDone
//
this . IsDone . DataPropertyName = "IsDone" ;
dataGridViewCellStyle14 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . IsDone . DefaultCellStyle = dataGridViewCellStyle14 ;
this . IsDone . HeaderText = "状态" ;
this . IsDone . Name = "IsDone" ;
this . IsDone . ReadOnly = true ;
this . IsDone . Width = 80 ;
//
// DataRefresh
//
this . DataRefresh . Enabled = true ;
this . DataRefresh . Interval = 1000 ;
this . DataRefresh . Tick + = new System . EventHandler ( this . DataRefresh_Tick ) ;
//
// tableLayoutPanel3
//
this . tableLayoutPanel3 . ColumnCount = 2 ;
@ -446,6 +145,42 @@ namespace HighWayIot.Winform.UserControlPages
this . tableLayoutPanel3 . Size = new System . Drawing . Size ( 1085 , 114 ) ;
this . tableLayoutPanel3 . TabIndex = 3 ;
//
// panel5
//
this . panel5 . BackColor = System . Drawing . SystemColors . ControlLight ;
this . panel5 . Controls . Add ( this . NowDateProductNumTextBox ) ;
this . panel5 . Controls . Add ( this . NowDateProductNumLabel ) ;
this . panel5 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . panel5 . Location = new System . Drawing . Point ( 824 , 0 ) ;
this . panel5 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . panel5 . Name = "panel5" ;
this . panel5 . Size = new System . Drawing . Size ( 261 , 114 ) ;
this . panel5 . TabIndex = 18 ;
//
// NowDateProductNumTextBox
//
this . NowDateProductNumTextBox . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . NowDateProductNumTextBox . Font = new System . Drawing . Font ( "宋体" , 15F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 134 ) ) ) ;
this . NowDateProductNumTextBox . Location = new System . Drawing . Point ( 67 , 58 ) ;
this . NowDateProductNumTextBox . Name = "NowDateProductNumTextBox" ;
this . NowDateProductNumTextBox . ReadOnly = true ;
this . NowDateProductNumTextBox . Size = new System . Drawing . Size ( 122 , 30 ) ;
this . NowDateProductNumTextBox . TabIndex = 18 ;
this . NowDateProductNumTextBox . TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
//
// NowDateProductNumLabel
//
this . NowDateProductNumLabel . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . NowDateProductNumLabel . AutoSize = true ;
this . NowDateProductNumLabel . Font = new System . Drawing . Font ( "微软雅黑" , 15F ) ;
this . NowDateProductNumLabel . ForeColor = System . Drawing . Color . Sienna ;
this . NowDateProductNumLabel . Location = new System . Drawing . Point ( 48 , 23 ) ;
this . NowDateProductNumLabel . Name = "NowDateProductNumLabel" ;
this . NowDateProductNumLabel . Size = new System . Drawing . Size ( 164 , 27 ) ;
this . NowDateProductNumLabel . TabIndex = 13 ;
this . NowDateProductNumLabel . Text = "99 月 99 日 产量" ;
this . NowDateProductNumLabel . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
//
// panel4
//
this . panel4 . BackColor = System . Drawing . SystemColors . ScrollBar ;
@ -526,47 +261,192 @@ namespace HighWayIot.Winform.UserControlPages
this . label12 . TabIndex = 12 ;
this . label12 . Text = "白班:" ;
//
// panel 5
// panel 2
//
this . panel5 . BackColor = System . Drawing . SystemColors . ControlLight ;
this . panel5 . Controls . Add ( this . NowDateProductNumTextBox ) ;
this . panel5 . Controls . Add ( this . NowDateProductNumLabel ) ;
this . panel5 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . panel5 . Location = new System . Drawing . Point ( 824 , 0 ) ;
this . panel5 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . panel5 . Name = "panel5" ;
this . panel5 . Size = new System . Drawing . Size ( 261 , 114 ) ;
this . panel5 . TabIndex = 18 ;
this . panel2 . BackColor = System . Drawing . Color . Gray ;
this . panel2 . Controls . Add ( this . RgvNoLabel ) ;
this . panel2 . Controls . Add ( this . SpecCodeLabel ) ;
this . panel2 . Controls . Add ( this . label10 ) ;
this . panel2 . Controls . Add ( this . RecipeNameLabel ) ;
this . panel2 . Controls . Add ( this . RawTireWeightLabel ) ;
this . panel2 . Controls . Add ( this . RecipeCodeLabel ) ;
this . panel2 . Controls . Add ( this . label4 ) ;
this . panel2 . Controls . Add ( this . label7 ) ;
this . panel2 . Controls . Add ( this . label3 ) ;
this . panel2 . Controls . Add ( this . label2 ) ;
this . panel2 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . panel2 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . panel2 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . panel2 . Name = "panel2" ;
this . panel2 . Size = new System . Drawing . Size ( 1084 , 114 ) ;
this . panel2 . TabIndex = 2 ;
//
// NowDateProductNumTextBox
// RgvNoLabel
//
this . NowDateProductNumTextBox . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . NowDateProductNumTextBox . Font = new System . Drawing . Font ( "宋体" , 15F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 134 ) ) ) ;
this . NowDateProductNumTextBox . Location = new System . Drawing . Point ( 67 , 58 ) ;
this . NowDateProductNumTextBox . Name = "NowDateProductNumTextBox" ;
this . NowDateProductNumTextBox . ReadOnly = true ;
this . NowDateProductNumTextBox . Size = new System . Drawing . Size ( 122, 30 ) ;
this . NowDateProductNumTextBox. TabIndex = 18 ;
this . NowDateProductNumTextBox. TextAlign = System . Windows . Forms . HorizontalAlignment . Center ;
this . RgvNoLabel. AutoSize = true ;
this . RgvNoLabel . Font = new System . Drawing . Font ( " 微软雅黑", 18F ) ;
this . RgvNoLabel. ForeColor = System . Drawing . Color . Khaki ;
this . RgvNoLabel. Location = new System . Drawing . Point ( 122 , 23 ) ;
this . RgvNoLabel. Name = "RgvNoLabel" ;
this . RgvNoLabel . Size = new System . Drawing . Size ( 61, 31 ) ;
this . RgvNoLabel. TabIndex = 11 ;
this . RgvNoLabel. Text = "N/A" ;
//
// NowDateProductNum Label
// SpecCode Label
//
this . NowDateProductNumLabel . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Left | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . NowDateProductNumLabel . AutoSize = true ;
this . NowDateProductNumLabel . Font = new System . Drawing . Font ( "微软雅黑" , 15F ) ;
this . NowDateProductNumLabel . ForeColor = System . Drawing . Color . Sienna ;
this . NowDateProductNumLabel . Location = new System . Drawing . Point ( 48 , 23 ) ;
this . NowDateProductNumLabel . Name = "NowDateProductNumLabel" ;
this . NowDateProductNumLabel . Size = new System . Drawing . Size ( 164 , 27 ) ;
this . NowDateProductNumLabel . TabIndex = 13 ;
this . NowDateProductNumLabel . Text = "99 月 99 日 产量" ;
this . NowDateProductNumLabel . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . SpecCodeLabel . AutoSize = true ;
this . SpecCodeLabel . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . SpecCodeLabel . ForeColor = System . Drawing . Color . LightGoldenrodYellow ;
this . SpecCodeLabel . Location = new System . Drawing . Point ( 466 , 59 ) ;
this . SpecCodeLabel . Name = "SpecCodeLabel" ;
this . SpecCodeLabel . Size = new System . Drawing . Size ( 112 , 31 ) ;
this . SpecCodeLabel . TabIndex = 6 ;
this . SpecCodeLabel . Text = "T123456" ;
//
// label10
//
this . label10 . AutoSize = true ;
this . label10 . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . label10 . ForeColor = System . Drawing . Color . Khaki ;
this . label10 . Location = new System . Drawing . Point ( 28 , 23 ) ;
this . label10 . Name = "label10" ;
this . label10 . Size = new System . Drawing . Size ( 110 , 31 ) ;
this . label10 . TabIndex = 10 ;
this . label10 . Text = "小车号:" ;
//
// RecipeNameLabel
//
this . RecipeNameLabel . AutoSize = true ;
this . RecipeNameLabel . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . RecipeNameLabel . ForeColor = System . Drawing . Color . LightGoldenrodYellow ;
this . RecipeNameLabel . Location = new System . Drawing . Point ( 309 , 23 ) ;
this . RecipeNameLabel . Name = "RecipeNameLabel" ;
this . RecipeNameLabel . Size = new System . Drawing . Size ( 494 , 31 ) ;
this . RecipeNameLabel . TabIndex = 5 ;
this . RecipeNameLabel . Text = "8.15-15/28× 9-15 C8900 THS NM 正新轮胎" ;
//
// RawTireWeightLabel
//
this . RawTireWeightLabel . AutoSize = true ;
this . RawTireWeightLabel . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . RawTireWeightLabel . ForeColor = System . Drawing . Color . Khaki ;
this . RawTireWeightLabel . Location = new System . Drawing . Point ( 753 , 58 ) ;
this . RawTireWeightLabel . Name = "RawTireWeightLabel" ;
this . RawTireWeightLabel . Size = new System . Drawing . Size ( 61 , 31 ) ;
this . RawTireWeightLabel . TabIndex = 9 ;
this . RawTireWeightLabel . Text = "N/A" ;
//
// RecipeCodeLabel
//
this . RecipeCodeLabel . AutoSize = true ;
this . RecipeCodeLabel . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . RecipeCodeLabel . ForeColor = System . Drawing . Color . LightGoldenrodYellow ;
this . RecipeCodeLabel . Location = new System . Drawing . Point ( 150 , 58 ) ;
this . RecipeCodeLabel . Name = "RecipeCodeLabel" ;
this . RecipeCodeLabel . Size = new System . Drawing . Size ( 147 , 31 ) ;
this . RecipeCodeLabel . TabIndex = 4 ;
this . RecipeCodeLabel . Text = "TI12345567" ;
//
// label4
//
this . label4 . AutoSize = true ;
this . label4 . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . label4 . ForeColor = System . Drawing . Color . LightGoldenrodYellow ;
this . label4 . Location = new System . Drawing . Point ( 341 , 58 ) ;
this . label4 . Name = "label4" ;
this . label4 . Size = new System . Drawing . Size ( 144 , 31 ) ;
this . label4 . TabIndex = 3 ;
this . label4 . Text = "SPEC编号: " ;
//
// label7
//
this . label7 . AutoSize = true ;
this . label7 . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . label7 . ForeColor = System . Drawing . Color . Khaki ;
this . label7 . Location = new System . Drawing . Point ( 602 , 58 ) ;
this . label7 . Name = "label7" ;
this . label7 . Size = new System . Drawing . Size ( 165 , 31 ) ;
this . label7 . TabIndex = 7 ;
this . label7 . Text = "生胎重量(g): " ;
//
// label3
//
this . label3 . AutoSize = true ;
this . label3 . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . label3 . ForeColor = System . Drawing . Color . LightGoldenrodYellow ;
this . label3 . Location = new System . Drawing . Point ( 189 , 23 ) ;
this . label3 . Name = "label3" ;
this . label3 . Size = new System . Drawing . Size ( 134 , 31 ) ;
this . label3 . TabIndex = 2 ;
this . label3 . Text = "标称尺度:" ;
//
// label2
//
this . label2 . AutoSize = true ;
this . label2 . Font = new System . Drawing . Font ( "微软雅黑" , 18F ) ;
this . label2 . ForeColor = System . Drawing . Color . LightGoldenrodYellow ;
this . label2 . Location = new System . Drawing . Point ( 28 , 58 ) ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 134 , 31 ) ;
this . label2 . TabIndex = 1 ;
this . label2 . Text = "成品代号:" ;
//
// MonitorDataGridView
//
this . MonitorDataGridView . AllowUserToAddRows = false ;
this . MonitorDataGridView . AllowUserToDeleteRows = false ;
this . MonitorDataGridView . AllowUserToResizeColumns = false ;
this . MonitorDataGridView . AllowUserToResizeRows = false ;
this . MonitorDataGridView . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left )
| System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . MonitorDataGridView . BorderStyle = System . Windows . Forms . BorderStyle . None ;
dataGridViewCellStyle1 . Alignment = System . Windows . Forms . DataGridViewContentAlignment . TopCenter ;
dataGridViewCellStyle1 . BackColor = System . Drawing . SystemColors . Control ;
dataGridViewCellStyle1 . Font = new System . Drawing . Font ( "宋体" , 15F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 134 ) ) ) ;
dataGridViewCellStyle1 . ForeColor = System . Drawing . SystemColors . WindowText ;
dataGridViewCellStyle1 . SelectionBackColor = System . Drawing . SystemColors . Highlight ;
dataGridViewCellStyle1 . SelectionForeColor = System . Drawing . SystemColors . HighlightText ;
dataGridViewCellStyle1 . WrapMode = System . Windows . Forms . DataGridViewTriState . False ;
this . MonitorDataGridView . ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1 ;
this . MonitorDataGridView . ColumnHeadersHeightSizeMode = System . Windows . Forms . DataGridViewColumnHeadersHeightSizeMode . AutoSize ;
this . MonitorDataGridView . Columns . AddRange ( new System . Windows . Forms . DataGridViewColumn [ ] {
this . No ,
this . VulcanizationNo ,
this . StartTime ,
this . RecipeCode ,
this . RecipeName ,
this . SpecCode ,
this . DeviceNo ,
this . StandardWeight ,
this . BaseRubFinishTime ,
this . MidRubFinishTime ,
this . RowTireFinishTime ,
this . TireWeight ,
this . RepeatWeight ,
this . IsDone } ) ;
this . MonitorDataGridView . Location = new System . Drawing . Point ( 0 , 228 ) ;
this . MonitorDataGridView . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . MonitorDataGridView . MultiSelect = false ;
this . MonitorDataGridView . Name = "MonitorDataGridView" ;
this . MonitorDataGridView . ReadOnly = true ;
this . MonitorDataGridView . RowHeadersVisible = false ;
this . MonitorDataGridView . RowTemplate . Height = 32 ;
this . MonitorDataGridView . Size = new System . Drawing . Size ( 2169 , 799 ) ;
this . MonitorDataGridView . TabIndex = 1 ;
//
// DataRefresh
//
this . DataRefresh . Enabled = true ;
this . DataRefresh . Interval = 1000 ;
this . DataRefresh . Tick + = new System . EventHandler ( this . DataRefresh_Tick ) ;
//
// tableLayoutPanel2
//
this . tableLayoutPanel2 . ColumnCount = 1 ;
this . tableLayoutPanel2 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel2 . Controls . Add ( this . panel1 , 0 , 1 ) ;
this . tableLayoutPanel2 . Controls . Add ( this . panel6 , 0 , 0 ) ;
this . tableLayoutPanel2 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . tableLayoutPanel2 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . tableLayoutPanel2 . Name = "tableLayoutPanel2" ;
@ -576,6 +456,15 @@ namespace HighWayIot.Winform.UserControlPages
this . tableLayoutPanel2 . Size = new System . Drawing . Size ( 2169 , 228 ) ;
this . tableLayoutPanel2 . TabIndex = 2 ;
//
// panel6
//
this . panel6 . Controls . Add ( this . MoveText ) ;
this . panel6 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . panel6 . Location = new System . Drawing . Point ( 3 , 3 ) ;
this . panel6 . Name = "panel6" ;
this . panel6 . Size = new System . Drawing . Size ( 2163 , 108 ) ;
this . panel6 . TabIndex = 1 ;
//
// panel3
//
this . panel3 . Controls . Add ( this . tableLayoutPanel2 ) ;
@ -585,6 +474,156 @@ namespace HighWayIot.Winform.UserControlPages
this . panel3 . Size = new System . Drawing . Size ( 2169 , 228 ) ;
this . panel3 . TabIndex = 3 ;
//
// No
//
this . No . DataPropertyName = "No" ;
dataGridViewCellStyle2 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 134 ) ) ) ;
this . No . DefaultCellStyle = dataGridViewCellStyle2 ;
this . No . HeaderText = "序号" ;
this . No . Name = "No" ;
this . No . ReadOnly = true ;
this . No . Width = 60 ;
//
// VulcanizationNo
//
this . VulcanizationNo . DataPropertyName = "VulcanizationNo" ;
dataGridViewCellStyle3 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 134 ) ) ) ;
this . VulcanizationNo . DefaultCellStyle = dataGridViewCellStyle3 ;
this . VulcanizationNo . HeaderText = "机位" ;
this . VulcanizationNo . Name = "VulcanizationNo" ;
this . VulcanizationNo . ReadOnly = true ;
this . VulcanizationNo . Width = 75 ;
//
// StartTime
//
this . StartTime . DataPropertyName = "StartTime" ;
dataGridViewCellStyle4 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 134 ) ) ) ;
this . StartTime . DefaultCellStyle = dataGridViewCellStyle4 ;
this . StartTime . HeaderText = "开始时间" ;
this . StartTime . Name = "StartTime" ;
this . StartTime . ReadOnly = true ;
this . StartTime . Width = 110 ;
//
// RecipeCode
//
this . RecipeCode . DataPropertyName = "RecipeCode" ;
dataGridViewCellStyle5 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . RecipeCode . DefaultCellStyle = dataGridViewCellStyle5 ;
this . RecipeCode . HeaderText = "成品代号" ;
this . RecipeCode . Name = "RecipeCode" ;
this . RecipeCode . ReadOnly = true ;
this . RecipeCode . Width = 140 ;
//
// RecipeName
//
this . RecipeName . AutoSizeMode = System . Windows . Forms . DataGridViewAutoSizeColumnMode . Fill ;
this . RecipeName . DataPropertyName = "RecipeName" ;
dataGridViewCellStyle6 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . RecipeName . DefaultCellStyle = dataGridViewCellStyle6 ;
this . RecipeName . HeaderText = "标称尺度" ;
this . RecipeName . Name = "RecipeName" ;
this . RecipeName . ReadOnly = true ;
//
// SpecCode
//
this . SpecCode . DataPropertyName = "SpecCode" ;
dataGridViewCellStyle7 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . SpecCode . DefaultCellStyle = dataGridViewCellStyle7 ;
this . SpecCode . HeaderText = "SPEC编号" ;
this . SpecCode . Name = "SpecCode" ;
this . SpecCode . ReadOnly = true ;
this . SpecCode . Width = 110 ;
//
// DeviceNo
//
this . DeviceNo . DataPropertyName = "DeviceNo" ;
dataGridViewCellStyle8 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . DeviceNo . DefaultCellStyle = dataGridViewCellStyle8 ;
this . DeviceNo . HeaderText = "小车号" ;
this . DeviceNo . Name = "DeviceNo" ;
this . DeviceNo . ReadOnly = true ;
this . DeviceNo . Width = 80 ;
//
// StandardWeight
//
this . StandardWeight . DataPropertyName = "StandardWeight" ;
dataGridViewCellStyle9 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . StandardWeight . DefaultCellStyle = dataGridViewCellStyle9 ;
this . StandardWeight . HeaderText = "标准重量" ;
this . StandardWeight . Name = "StandardWeight" ;
this . StandardWeight . ReadOnly = true ;
//
// BaseRubFinishTime
//
this . BaseRubFinishTime . DataPropertyName = "BaseRubTimeSpan" ;
dataGridViewCellStyle10 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . BaseRubFinishTime . DefaultCellStyle = dataGridViewCellStyle10 ;
this . BaseRubFinishTime . HeaderText = "基部胶完成时间" ;
this . BaseRubFinishTime . Name = "BaseRubFinishTime" ;
this . BaseRubFinishTime . ReadOnly = true ;
this . BaseRubFinishTime . Width = 162 ;
//
// MidRubFinishTime
//
this . MidRubFinishTime . DataPropertyName = "MidRubTimeSpan" ;
dataGridViewCellStyle11 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . MidRubFinishTime . DefaultCellStyle = dataGridViewCellStyle11 ;
this . MidRubFinishTime . HeaderText = "中层胶完成时间" ;
this . MidRubFinishTime . Name = "MidRubFinishTime" ;
this . MidRubFinishTime . ReadOnly = true ;
this . MidRubFinishTime . Width = 162 ;
//
// RowTireFinishTime
//
this . RowTireFinishTime . DataPropertyName = "FaceRubTimeSpan" ;
dataGridViewCellStyle12 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . RowTireFinishTime . DefaultCellStyle = dataGridViewCellStyle12 ;
this . RowTireFinishTime . HeaderText = "生胎完成时间" ;
this . RowTireFinishTime . Name = "RowTireFinishTime" ;
this . RowTireFinishTime . ReadOnly = true ;
this . RowTireFinishTime . Width = 141 ;
//
// TireWeight
//
this . TireWeight . DataPropertyName = "RawTireWeight" ;
dataGridViewCellStyle13 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . TireWeight . DefaultCellStyle = dataGridViewCellStyle13 ;
this . TireWeight . HeaderText = "生胎重量" ;
this . TireWeight . Name = "TireWeight" ;
this . TireWeight . ReadOnly = true ;
//
// RepeatWeight
//
this . RepeatWeight . DataPropertyName = "RepeatWeight" ;
dataGridViewCellStyle14 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . RepeatWeight . DefaultCellStyle = dataGridViewCellStyle14 ;
this . RepeatWeight . HeaderText = "复重重量" ;
this . RepeatWeight . Name = "RepeatWeight" ;
this . RepeatWeight . ReadOnly = true ;
//
// IsDone
//
this . IsDone . DataPropertyName = "IsDone" ;
dataGridViewCellStyle15 . Font = new System . Drawing . Font ( "微软雅黑" , 15F , System . Drawing . FontStyle . Bold ) ;
this . IsDone . DefaultCellStyle = dataGridViewCellStyle15 ;
this . IsDone . HeaderText = "状态" ;
this . IsDone . Name = "IsDone" ;
this . IsDone . ReadOnly = true ;
this . IsDone . Width = 80 ;
//
// MoveText
//
this . MoveText . BackColor = System . Drawing . Color . Gold ;
this . MoveText . Dock = System . Windows . Forms . DockStyle . Fill ;
this . MoveText . Font = new System . Drawing . Font ( "宋体" , 48F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 134 ) ) ) ;
this . MoveText . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . MoveText . MoveSpeed = 5F ;
this . MoveText . Name = "MoveText" ;
this . MoveText . Size = new System . Drawing . Size ( 2163 , 108 ) ;
this . MoveText . TabIndex = 1 ;
this . MoveText . Text = "欢迎各位领导莅临参观" ;
this . MoveText . DoubleClick + = new System . EventHandler ( this . MoveText_DoubleClick ) ;
//
// MonitorMainPage
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 12F ) ;
@ -596,18 +635,19 @@ namespace HighWayIot.Winform.UserControlPages
this . Controls . Add ( this . MonitorDataGridView ) ;
this . Margin = new System . Windows . Forms . Padding ( 3 , 2 , 3 , 2 ) ;
this . Name = "MonitorMainPage" ;
this . Size = new System . Drawing . Size ( 2169 , 10 19 ) ;
this . Size = new System . Drawing . Size ( 2169 , 10 27 ) ;
this . panel1 . ResumeLayout ( false ) ;
this . tableLayoutPanel1 . ResumeLayout ( false ) ;
this . tableLayoutPanel3 . ResumeLayout ( false ) ;
this . panel5 . ResumeLayout ( false ) ;
this . panel5 . PerformLayout ( ) ;
this . panel4 . ResumeLayout ( false ) ;
this . panel4 . PerformLayout ( ) ;
this . panel2 . ResumeLayout ( false ) ;
this . panel2 . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . MonitorDataGridView ) ) . EndInit ( ) ;
this . tableLayoutPanel3 . ResumeLayout ( false ) ;
this . panel4 . ResumeLayout ( false ) ;
this . panel4 . PerformLayout ( ) ;
this . panel5 . ResumeLayout ( false ) ;
this . panel5 . PerformLayout ( ) ;
this . tableLayoutPanel2 . ResumeLayout ( false ) ;
this . panel6 . ResumeLayout ( false ) ;
this . panel3 . ResumeLayout ( false ) ;
this . ResumeLayout ( false ) ;
@ -630,19 +670,6 @@ namespace HighWayIot.Winform.UserControlPages
private Label RgvNoLabel ;
private Label label10 ;
private Timer DataRefresh ;
private DataGridViewTextBoxColumn No ;
private DataGridViewTextBoxColumn VulcanizationNo ;
private DataGridViewTextBoxColumn StartTime ;
private DataGridViewTextBoxColumn RecipeCode ;
private DataGridViewTextBoxColumn RecipeName ;
private DataGridViewTextBoxColumn SpecCode ;
private DataGridViewTextBoxColumn DeviceNo ;
private DataGridViewTextBoxColumn TireWeight ;
private DataGridViewTextBoxColumn BaseRubFinishTime ;
private DataGridViewTextBoxColumn MidRubFinishTime ;
private DataGridViewTextBoxColumn RowTireFinishTime ;
private DataGridViewTextBoxColumn RepeatWeight ;
private DataGridViewTextBoxColumn IsDone ;
private TableLayoutPanel tableLayoutPanel3 ;
private Panel panel4 ;
private TextBox NightProductNumTextBox ;
@ -656,5 +683,21 @@ namespace HighWayIot.Winform.UserControlPages
private Label NowDateProductNumLabel ;
private TableLayoutPanel tableLayoutPanel2 ;
private Panel panel3 ;
private Panel panel6 ;
private Mesnac . Controls . ChemicalWeighing . HslMoveText MoveText ;
private DataGridViewTextBoxColumn No ;
private DataGridViewTextBoxColumn VulcanizationNo ;
private DataGridViewTextBoxColumn StartTime ;
private DataGridViewTextBoxColumn RecipeCode ;
private DataGridViewTextBoxColumn RecipeName ;
private DataGridViewTextBoxColumn SpecCode ;
private DataGridViewTextBoxColumn DeviceNo ;
private DataGridViewTextBoxColumn StandardWeight ;
private DataGridViewTextBoxColumn BaseRubFinishTime ;
private DataGridViewTextBoxColumn MidRubFinishTime ;
private DataGridViewTextBoxColumn RowTireFinishTime ;
private DataGridViewTextBoxColumn TireWeight ;
private DataGridViewTextBoxColumn RepeatWeight ;
private DataGridViewTextBoxColumn IsDone ;
}
}