|
|
|
|
@ -44,14 +44,16 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
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();
|
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
|
|
|
this.RgvNoLabel = new System.Windows.Forms.Label();
|
|
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.RawTireWeightLabel = new System.Windows.Forms.Label();
|
|
|
|
|
this.SpecNameLabel = new System.Windows.Forms.Label();
|
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
|
|
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
@ -67,7 +69,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
|
this.SpecCodeLabel = new System.Windows.Forms.Label();
|
|
|
|
|
this.SpecNameLabel = 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();
|
|
|
|
|
@ -86,6 +88,8 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
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.panel1.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
|
|
|
@ -142,10 +146,10 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// panel3
|
|
|
|
|
//
|
|
|
|
|
this.panel3.BackColor = System.Drawing.SystemColors.ButtonShadow;
|
|
|
|
|
this.panel3.Controls.Add(this.label9);
|
|
|
|
|
this.panel3.Controls.Add(this.RgvNoLabel);
|
|
|
|
|
this.panel3.Controls.Add(this.label10);
|
|
|
|
|
this.panel3.Controls.Add(this.label5);
|
|
|
|
|
this.panel3.Controls.Add(this.label6);
|
|
|
|
|
this.panel3.Controls.Add(this.RawTireWeightLabel);
|
|
|
|
|
this.panel3.Controls.Add(this.SpecNameLabel);
|
|
|
|
|
this.panel3.Controls.Add(this.label7);
|
|
|
|
|
this.panel3.Controls.Add(this.label8);
|
|
|
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
@ -155,16 +159,16 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.panel3.Size = new System.Drawing.Size(953, 138);
|
|
|
|
|
this.panel3.TabIndex = 3;
|
|
|
|
|
//
|
|
|
|
|
// label9
|
|
|
|
|
// RgvNoLabel
|
|
|
|
|
//
|
|
|
|
|
this.label9.AutoSize = true;
|
|
|
|
|
this.label9.Font = new System.Drawing.Font("微软雅黑", 18F);
|
|
|
|
|
this.label9.ForeColor = System.Drawing.Color.Khaki;
|
|
|
|
|
this.label9.Location = new System.Drawing.Point(480, 74);
|
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
|
this.label9.Size = new System.Drawing.Size(61, 31);
|
|
|
|
|
this.label9.TabIndex = 11;
|
|
|
|
|
this.label9.Text = "N/A";
|
|
|
|
|
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(480, 74);
|
|
|
|
|
this.RgvNoLabel.Name = "RgvNoLabel";
|
|
|
|
|
this.RgvNoLabel.Size = new System.Drawing.Size(61, 31);
|
|
|
|
|
this.RgvNoLabel.TabIndex = 11;
|
|
|
|
|
this.RgvNoLabel.Text = "N/A";
|
|
|
|
|
//
|
|
|
|
|
// label10
|
|
|
|
|
//
|
|
|
|
|
@ -177,27 +181,27 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.label10.TabIndex = 10;
|
|
|
|
|
this.label10.Text = "小车号:";
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
// RawTireWeightLabel
|
|
|
|
|
//
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
this.label5.Font = new System.Drawing.Font("微软雅黑", 18F);
|
|
|
|
|
this.label5.ForeColor = System.Drawing.Color.Khaki;
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(212, 74);
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(61, 31);
|
|
|
|
|
this.label5.TabIndex = 9;
|
|
|
|
|
this.label5.Text = "N/A";
|
|
|
|
|
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(212, 74);
|
|
|
|
|
this.RawTireWeightLabel.Name = "RawTireWeightLabel";
|
|
|
|
|
this.RawTireWeightLabel.Size = new System.Drawing.Size(61, 31);
|
|
|
|
|
this.RawTireWeightLabel.TabIndex = 9;
|
|
|
|
|
this.RawTireWeightLabel.Text = "N/A";
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
// SpecNameLabel
|
|
|
|
|
//
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
this.label6.Font = new System.Drawing.Font("微软雅黑", 18F);
|
|
|
|
|
this.label6.ForeColor = System.Drawing.Color.Khaki;
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(181, 28);
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(61, 31);
|
|
|
|
|
this.label6.TabIndex = 8;
|
|
|
|
|
this.label6.Text = "N/A";
|
|
|
|
|
this.SpecNameLabel.AutoSize = true;
|
|
|
|
|
this.SpecNameLabel.Font = new System.Drawing.Font("微软雅黑", 18F);
|
|
|
|
|
this.SpecNameLabel.ForeColor = System.Drawing.Color.Khaki;
|
|
|
|
|
this.SpecNameLabel.Location = new System.Drawing.Point(181, 28);
|
|
|
|
|
this.SpecNameLabel.Name = "SpecNameLabel";
|
|
|
|
|
this.SpecNameLabel.Size = new System.Drawing.Size(61, 31);
|
|
|
|
|
this.SpecNameLabel.TabIndex = 8;
|
|
|
|
|
this.SpecNameLabel.Text = "N/A";
|
|
|
|
|
//
|
|
|
|
|
// label7
|
|
|
|
|
//
|
|
|
|
|
@ -351,7 +355,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
this.panel2.BackColor = System.Drawing.Color.Gray;
|
|
|
|
|
this.panel2.Controls.Add(this.SpecCodeLabel);
|
|
|
|
|
this.panel2.Controls.Add(this.SpecNameLabel);
|
|
|
|
|
this.panel2.Controls.Add(this.RecipeNameLabel);
|
|
|
|
|
this.panel2.Controls.Add(this.RecipeCodeLabel);
|
|
|
|
|
this.panel2.Controls.Add(this.label4);
|
|
|
|
|
this.panel2.Controls.Add(this.label3);
|
|
|
|
|
@ -375,16 +379,16 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.SpecCodeLabel.TabIndex = 6;
|
|
|
|
|
this.SpecCodeLabel.Text = "N/A";
|
|
|
|
|
//
|
|
|
|
|
// SpecNameLabel
|
|
|
|
|
// RecipeNameLabel
|
|
|
|
|
//
|
|
|
|
|
this.SpecNameLabel.AutoSize = true;
|
|
|
|
|
this.SpecNameLabel.Font = new System.Drawing.Font("微软雅黑", 18F);
|
|
|
|
|
this.SpecNameLabel.ForeColor = System.Drawing.Color.LightGoldenrodYellow;
|
|
|
|
|
this.SpecNameLabel.Location = new System.Drawing.Point(181, 105);
|
|
|
|
|
this.SpecNameLabel.Name = "SpecNameLabel";
|
|
|
|
|
this.SpecNameLabel.Size = new System.Drawing.Size(61, 31);
|
|
|
|
|
this.SpecNameLabel.TabIndex = 5;
|
|
|
|
|
this.SpecNameLabel.Text = "N/A";
|
|
|
|
|
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(181, 105);
|
|
|
|
|
this.RecipeNameLabel.Name = "RecipeNameLabel";
|
|
|
|
|
this.RecipeNameLabel.Size = new System.Drawing.Size(61, 31);
|
|
|
|
|
this.RecipeNameLabel.TabIndex = 5;
|
|
|
|
|
this.RecipeNameLabel.Text = "N/A";
|
|
|
|
|
//
|
|
|
|
|
// RecipeCodeLabel
|
|
|
|
|
//
|
|
|
|
|
@ -435,13 +439,13 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.label1.AutoSize = true;
|
|
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 15F);
|
|
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
|
|
this.label1.ForeColor = System.Drawing.Color.Cyan;
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(333, 14);
|
|
|
|
|
this.label1.Location = new System.Drawing.Point(417, 18);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(129, 20);
|
|
|
|
|
this.label1.Size = new System.Drawing.Size(114, 20);
|
|
|
|
|
this.label1.TabIndex = 0;
|
|
|
|
|
this.label1.Text = "运行中的计划";
|
|
|
|
|
this.label1.Text = "新下发计划";
|
|
|
|
|
//
|
|
|
|
|
// MonitorDataGridView
|
|
|
|
|
//
|
|
|
|
|
@ -459,7 +463,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
|
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
|
|
|
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
|
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
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[] {
|
|
|
|
|
@ -473,7 +477,9 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.TireWeight,
|
|
|
|
|
this.BaseRubFinishTime,
|
|
|
|
|
this.MidRubFinishTime,
|
|
|
|
|
this.RowTireFinishTime});
|
|
|
|
|
this.RowTireFinishTime,
|
|
|
|
|
this.RepeatWeight,
|
|
|
|
|
this.IsDone});
|
|
|
|
|
this.MonitorDataGridView.Location = new System.Drawing.Point(0, 231);
|
|
|
|
|
this.MonitorDataGridView.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.MonitorDataGridView.MultiSelect = false;
|
|
|
|
|
@ -498,7 +504,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.No.HeaderText = "序号";
|
|
|
|
|
this.No.Name = "No";
|
|
|
|
|
this.No.ReadOnly = true;
|
|
|
|
|
this.No.Width = 79;
|
|
|
|
|
this.No.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// VulcanizationNo
|
|
|
|
|
//
|
|
|
|
|
@ -527,7 +533,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.RecipeCode.HeaderText = "成品代号";
|
|
|
|
|
this.RecipeCode.Name = "RecipeCode";
|
|
|
|
|
this.RecipeCode.ReadOnly = true;
|
|
|
|
|
this.RecipeCode.Width = 220;
|
|
|
|
|
this.RecipeCode.Width = 180;
|
|
|
|
|
//
|
|
|
|
|
// RecipeName
|
|
|
|
|
//
|
|
|
|
|
@ -547,7 +553,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.SpecCode.HeaderText = "SPEC编号";
|
|
|
|
|
this.SpecCode.Name = "SpecCode";
|
|
|
|
|
this.SpecCode.ReadOnly = true;
|
|
|
|
|
this.SpecCode.Width = 200;
|
|
|
|
|
this.SpecCode.Width = 140;
|
|
|
|
|
//
|
|
|
|
|
// DeviceNo
|
|
|
|
|
//
|
|
|
|
|
@ -557,16 +563,16 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
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.HeaderText = "生胎重量";
|
|
|
|
|
this.TireWeight.Name = "TireWeight";
|
|
|
|
|
this.TireWeight.ReadOnly = true;
|
|
|
|
|
this.TireWeight.Width = 120;
|
|
|
|
|
//
|
|
|
|
|
// BaseRubFinishTime
|
|
|
|
|
//
|
|
|
|
|
@ -576,7 +582,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.BaseRubFinishTime.HeaderText = "基部胶完成时间";
|
|
|
|
|
this.BaseRubFinishTime.Name = "BaseRubFinishTime";
|
|
|
|
|
this.BaseRubFinishTime.ReadOnly = true;
|
|
|
|
|
this.BaseRubFinishTime.Width = 179;
|
|
|
|
|
this.BaseRubFinishTime.Width = 162;
|
|
|
|
|
//
|
|
|
|
|
// MidRubFinishTime
|
|
|
|
|
//
|
|
|
|
|
@ -586,7 +592,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.MidRubFinishTime.HeaderText = "中层胶完成时间";
|
|
|
|
|
this.MidRubFinishTime.Name = "MidRubFinishTime";
|
|
|
|
|
this.MidRubFinishTime.ReadOnly = true;
|
|
|
|
|
this.MidRubFinishTime.Width = 179;
|
|
|
|
|
this.MidRubFinishTime.Width = 162;
|
|
|
|
|
//
|
|
|
|
|
// RowTireFinishTime
|
|
|
|
|
//
|
|
|
|
|
@ -596,7 +602,26 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.RowTireFinishTime.HeaderText = "生胎完成时间";
|
|
|
|
|
this.RowTireFinishTime.Name = "RowTireFinishTime";
|
|
|
|
|
this.RowTireFinishTime.ReadOnly = true;
|
|
|
|
|
this.RowTireFinishTime.Width = 160;
|
|
|
|
|
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;
|
|
|
|
|
//
|
|
|
|
|
// MonitorMainPage
|
|
|
|
|
//
|
|
|
|
|
@ -641,15 +666,15 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
private Label label1;
|
|
|
|
|
private Label label2;
|
|
|
|
|
private Label SpecCodeLabel;
|
|
|
|
|
private Label SpecNameLabel;
|
|
|
|
|
private Label RecipeNameLabel;
|
|
|
|
|
private Label RecipeCodeLabel;
|
|
|
|
|
private Label label4;
|
|
|
|
|
private Label label3;
|
|
|
|
|
private Label label5;
|
|
|
|
|
private Label label6;
|
|
|
|
|
private Label RawTireWeightLabel;
|
|
|
|
|
private Label SpecNameLabel;
|
|
|
|
|
private Label label7;
|
|
|
|
|
private Label label8;
|
|
|
|
|
private Label label9;
|
|
|
|
|
private Label RgvNoLabel;
|
|
|
|
|
private Label label10;
|
|
|
|
|
private Label DayTimeLabel;
|
|
|
|
|
private Label label12;
|
|
|
|
|
@ -671,5 +696,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
private DataGridViewTextBoxColumn BaseRubFinishTime;
|
|
|
|
|
private DataGridViewTextBoxColumn MidRubFinishTime;
|
|
|
|
|
private DataGridViewTextBoxColumn RowTireFinishTime;
|
|
|
|
|
private DataGridViewTextBoxColumn RepeatWeight;
|
|
|
|
|
private DataGridViewTextBoxColumn IsDone;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|