|
|
using System.Drawing;
|
|
|
using System.Windows.Forms;
|
|
|
|
|
|
namespace HighWayIot.Winform.UserControlPages
|
|
|
{
|
|
|
partial class MonitorMainPage
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// 必需的设计器变量。
|
|
|
/// </summary>
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
/// <summary>
|
|
|
/// 清理所有正在使用的资源。
|
|
|
/// </summary>
|
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
|
protected override void Dispose(bool disposing)
|
|
|
{
|
|
|
if (disposing && (components != null))
|
|
|
{
|
|
|
components.Dispose();
|
|
|
}
|
|
|
base.Dispose(disposing);
|
|
|
}
|
|
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
|
|
/// <summary>
|
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
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 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.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();
|
|
|
this.NightTimeLabel = new System.Windows.Forms.Label();
|
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
|
this.DayTimeLabel = new System.Windows.Forms.Label();
|
|
|
this.label12 = 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.MoveText = new Mesnac.Controls.ChemicalWeighing.HslMoveText();
|
|
|
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.panel1.SuspendLayout();
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
this.tableLayoutPanel3.SuspendLayout();
|
|
|
this.panel5.SuspendLayout();
|
|
|
this.panel4.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.MonitorDataGridView)).BeginInit();
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
|
this.panel6.SuspendLayout();
|
|
|
this.panel3.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.Controls.Add(this.tableLayoutPanel1);
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 114);
|
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.panel1.Name = "panel1";
|
|
|
this.panel1.Size = new System.Drawing.Size(2169, 114);
|
|
|
this.panel1.TabIndex = 0;
|
|
|
//
|
|
|
// tableLayoutPanel1
|
|
|
//
|
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel3, 1, 0);
|
|
|
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 0);
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
|
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, 114F));
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(2169, 114);
|
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
|
//
|
|
|
// tableLayoutPanel3
|
|
|
//
|
|
|
this.tableLayoutPanel3.ColumnCount = 2;
|
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 261F));
|
|
|
this.tableLayoutPanel3.Controls.Add(this.panel5, 1, 0);
|
|
|
this.tableLayoutPanel3.Controls.Add(this.panel4, 0, 0);
|
|
|
this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.tableLayoutPanel3.Location = new System.Drawing.Point(1084, 0);
|
|
|
this.tableLayoutPanel3.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
|
|
this.tableLayoutPanel3.RowCount = 1;
|
|
|
this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
|
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;
|
|
|
this.panel4.Controls.Add(this.NightProductNumTextBox);
|
|
|
this.panel4.Controls.Add(this.DayProductNumTextBox);
|
|
|
this.panel4.Controls.Add(this.NightTimeLabel);
|
|
|
this.panel4.Controls.Add(this.label13);
|
|
|
this.panel4.Controls.Add(this.DayTimeLabel);
|
|
|
this.panel4.Controls.Add(this.label12);
|
|
|
this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.panel4.Location = new System.Drawing.Point(0, 0);
|
|
|
this.panel4.Margin = new System.Windows.Forms.Padding(0);
|
|
|
this.panel4.Name = "panel4";
|
|
|
this.panel4.Size = new System.Drawing.Size(824, 114);
|
|
|
this.panel4.TabIndex = 17;
|
|
|
//
|
|
|
// NightProductNumTextBox
|
|
|
//
|
|
|
this.NightProductNumTextBox.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.NightProductNumTextBox.Location = new System.Drawing.Point(319, 47);
|
|
|
this.NightProductNumTextBox.Name = "NightProductNumTextBox";
|
|
|
this.NightProductNumTextBox.ReadOnly = true;
|
|
|
this.NightProductNumTextBox.Size = new System.Drawing.Size(122, 30);
|
|
|
this.NightProductNumTextBox.TabIndex = 17;
|
|
|
this.NightProductNumTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
//
|
|
|
// DayProductNumTextBox
|
|
|
//
|
|
|
this.DayProductNumTextBox.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.DayProductNumTextBox.Location = new System.Drawing.Point(74, 47);
|
|
|
this.DayProductNumTextBox.Name = "DayProductNumTextBox";
|
|
|
this.DayProductNumTextBox.ReadOnly = true;
|
|
|
this.DayProductNumTextBox.Size = new System.Drawing.Size(122, 30);
|
|
|
this.DayProductNumTextBox.TabIndex = 16;
|
|
|
this.DayProductNumTextBox.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
|
//
|
|
|
// NightTimeLabel
|
|
|
//
|
|
|
this.NightTimeLabel.AutoSize = true;
|
|
|
this.NightTimeLabel.Font = new System.Drawing.Font("微软雅黑", 15F);
|
|
|
this.NightTimeLabel.ForeColor = System.Drawing.Color.SaddleBrown;
|
|
|
this.NightTimeLabel.Location = new System.Drawing.Point(347, 13);
|
|
|
this.NightTimeLabel.Name = "NightTimeLabel";
|
|
|
this.NightTimeLabel.Size = new System.Drawing.Size(127, 27);
|
|
|
this.NightTimeLabel.TabIndex = 15;
|
|
|
this.NightTimeLabel.Text = "99:99-99:99";
|
|
|
//
|
|
|
// label13
|
|
|
//
|
|
|
this.label13.AutoSize = true;
|
|
|
this.label13.Font = new System.Drawing.Font("微软雅黑", 15F);
|
|
|
this.label13.ForeColor = System.Drawing.Color.SaddleBrown;
|
|
|
this.label13.Location = new System.Drawing.Point(283, 13);
|
|
|
this.label13.Name = "label13";
|
|
|
this.label13.Size = new System.Drawing.Size(72, 27);
|
|
|
this.label13.TabIndex = 14;
|
|
|
this.label13.Text = "夜班:";
|
|
|
//
|
|
|
// DayTimeLabel
|
|
|
//
|
|
|
this.DayTimeLabel.AutoSize = true;
|
|
|
this.DayTimeLabel.Font = new System.Drawing.Font("微软雅黑", 15F);
|
|
|
this.DayTimeLabel.ForeColor = System.Drawing.Color.SaddleBrown;
|
|
|
this.DayTimeLabel.Location = new System.Drawing.Point(105, 14);
|
|
|
this.DayTimeLabel.Name = "DayTimeLabel";
|
|
|
this.DayTimeLabel.Size = new System.Drawing.Size(127, 27);
|
|
|
this.DayTimeLabel.TabIndex = 13;
|
|
|
this.DayTimeLabel.Text = "99:99-99:99";
|
|
|
//
|
|
|
// label12
|
|
|
//
|
|
|
this.label12.AutoSize = true;
|
|
|
this.label12.Font = new System.Drawing.Font("微软雅黑", 15F);
|
|
|
this.label12.ForeColor = System.Drawing.Color.SaddleBrown;
|
|
|
this.label12.Location = new System.Drawing.Point(41, 14);
|
|
|
this.label12.Name = "label12";
|
|
|
this.label12.Size = new System.Drawing.Size(72, 27);
|
|
|
this.label12.TabIndex = 12;
|
|
|
this.label12.Text = "白班:";
|
|
|
//
|
|
|
// 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;
|
|
|
//
|
|
|
// 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(115, 23);
|
|
|
this.RgvNoLabel.Name = "RgvNoLabel";
|
|
|
this.RgvNoLabel.Size = new System.Drawing.Size(61, 31);
|
|
|
this.RgvNoLabel.TabIndex = 11;
|
|
|
this.RgvNoLabel.Text = "N/A";
|
|
|
//
|
|
|
// 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(427, 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(21, 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(302, 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(697, 59);
|
|
|
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(143, 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(302, 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(545, 59);
|
|
|
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(182, 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(21, 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.MiddleCenter;
|
|
|
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;
|
|
|
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 = 64;
|
|
|
this.MonitorDataGridView.RowTemplate.ReadOnly = true;
|
|
|
this.MonitorDataGridView.Size = new System.Drawing.Size(2169, 799);
|
|
|
this.MonitorDataGridView.TabIndex = 1;
|
|
|
this.MonitorDataGridView.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.MonitorDataGridView_DataError);
|
|
|
//
|
|
|
// 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";
|
|
|
this.tableLayoutPanel2.RowCount = 2;
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
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;
|
|
|
//
|
|
|
// 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);
|
|
|
//
|
|
|
// panel3
|
|
|
//
|
|
|
this.panel3.Controls.Add(this.tableLayoutPanel2);
|
|
|
this.panel3.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
this.panel3.Location = new System.Drawing.Point(0, 0);
|
|
|
this.panel3.Name = "panel3";
|
|
|
this.panel3.Size = new System.Drawing.Size(2169, 228);
|
|
|
this.panel3.TabIndex = 3;
|
|
|
//
|
|
|
// No
|
|
|
//
|
|
|
this.No.DataPropertyName = "No";
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold);
|
|
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
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("微软雅黑", 18F, System.Drawing.FontStyle.Bold);
|
|
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.VulcanizationNo.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
this.VulcanizationNo.HeaderText = "机位";
|
|
|
this.VulcanizationNo.Name = "VulcanizationNo";
|
|
|
this.VulcanizationNo.ReadOnly = true;
|
|
|
this.VulcanizationNo.Width = 83;
|
|
|
//
|
|
|
// StartTime
|
|
|
//
|
|
|
this.StartTime.DataPropertyName = "StartTime";
|
|
|
dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold);
|
|
|
dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.StartTime.DefaultCellStyle = dataGridViewCellStyle4;
|
|
|
this.StartTime.HeaderText = "开始时间";
|
|
|
this.StartTime.Name = "StartTime";
|
|
|
this.StartTime.ReadOnly = true;
|
|
|
this.StartTime.Width = 116;
|
|
|
//
|
|
|
// RecipeCode
|
|
|
//
|
|
|
this.RecipeCode.DataPropertyName = "RecipeCode";
|
|
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold);
|
|
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.RecipeCode.DefaultCellStyle = dataGridViewCellStyle5;
|
|
|
this.RecipeCode.HeaderText = "成品代号";
|
|
|
this.RecipeCode.Name = "RecipeCode";
|
|
|
this.RecipeCode.ReadOnly = true;
|
|
|
this.RecipeCode.Width = 154;
|
|
|
//
|
|
|
// RecipeName
|
|
|
//
|
|
|
this.RecipeName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.RecipeName.DataPropertyName = "RecipeName";
|
|
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold);
|
|
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
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("微软雅黑", 18F, System.Drawing.FontStyle.Bold);
|
|
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.SpecCode.DefaultCellStyle = dataGridViewCellStyle7;
|
|
|
this.SpecCode.HeaderText = "SPEC编号";
|
|
|
this.SpecCode.Name = "SpecCode";
|
|
|
this.SpecCode.ReadOnly = true;
|
|
|
this.SpecCode.Width = 124;
|
|
|
//
|
|
|
// DeviceNo
|
|
|
//
|
|
|
this.DeviceNo.DataPropertyName = "DeviceNo";
|
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
dataGridViewCellStyle8.Font = new System.Drawing.Font("微软雅黑", 18F, System.Drawing.FontStyle.Bold);
|
|
|
dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
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("微软雅黑", 18F, System.Drawing.FontStyle.Bold);
|
|
|
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
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("微软雅黑", 18F, System.Drawing.FontStyle.Bold);
|
|
|
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
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("微软雅黑", 18F, System.Drawing.FontStyle.Bold);
|
|
|
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
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("微软雅黑", 18F, System.Drawing.FontStyle.Bold);
|
|
|
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
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("微软雅黑", 18F, System.Drawing.FontStyle.Bold);
|
|
|
dataGridViewCellStyle13.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
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("微软雅黑", 18F, System.Drawing.FontStyle.Bold);
|
|
|
dataGridViewCellStyle14.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
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("微软雅黑", 18F, System.Drawing.FontStyle.Bold);
|
|
|
dataGridViewCellStyle15.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.IsDone.DefaultCellStyle = dataGridViewCellStyle15;
|
|
|
this.IsDone.HeaderText = "状态";
|
|
|
this.IsDone.Name = "IsDone";
|
|
|
this.IsDone.ReadOnly = true;
|
|
|
this.IsDone.Width = 90;
|
|
|
//
|
|
|
// MonitorMainPage
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.AutoScroll = true;
|
|
|
this.AutoSize = true;
|
|
|
this.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
this.Controls.Add(this.panel3);
|
|
|
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, 1027);
|
|
|
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.tableLayoutPanel2.ResumeLayout(false);
|
|
|
this.panel6.ResumeLayout(false);
|
|
|
this.panel3.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private Panel panel1;
|
|
|
private TableLayoutPanel tableLayoutPanel1;
|
|
|
private Panel panel2;
|
|
|
private DataGridView MonitorDataGridView;
|
|
|
private Label label2;
|
|
|
private Label SpecCodeLabel;
|
|
|
private Label RecipeNameLabel;
|
|
|
private Label RecipeCodeLabel;
|
|
|
private Label label4;
|
|
|
private Label label3;
|
|
|
private Label RawTireWeightLabel;
|
|
|
private Label label7;
|
|
|
private Label RgvNoLabel;
|
|
|
private Label label10;
|
|
|
private Timer DataRefresh;
|
|
|
private TableLayoutPanel tableLayoutPanel3;
|
|
|
private Panel panel4;
|
|
|
private TextBox NightProductNumTextBox;
|
|
|
private TextBox DayProductNumTextBox;
|
|
|
private Label NightTimeLabel;
|
|
|
private Label label13;
|
|
|
private Label DayTimeLabel;
|
|
|
private Label label12;
|
|
|
private Panel panel5;
|
|
|
private TextBox NowDateProductNumTextBox;
|
|
|
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;
|
|
|
}
|
|
|
}
|