|
|
|
@ -32,18 +32,6 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.WeightDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
|
|
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.MaterialName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.MaterialType = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetThickness = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetWidth1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetLayer1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetWidth2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetLayer2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetError = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.WeightIsUse = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
this.AddRecipeButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.ButtonPanel = new System.Windows.Forms.Panel();
|
|
|
|
|
this.SyncDataButton = new System.Windows.Forms.Button();
|
|
|
|
@ -82,6 +70,16 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.DownloadFromPlc = new System.Windows.Forms.Button();
|
|
|
|
|
this.UpLoadToPlc = new System.Windows.Forms.Button();
|
|
|
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
|
|
|
this.E15TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
|
|
|
this.E14TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label25 = new System.Windows.Forms.Label();
|
|
|
|
|
this.E13TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label33 = new System.Windows.Forms.Label();
|
|
|
|
|
this.E12TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label35 = new System.Windows.Forms.Label();
|
|
|
|
|
this.E11TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
|
|
this.E10TextBox = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
|
@ -154,6 +152,20 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.UpdateWeightButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.AddWeightButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.DeleteWeightButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.Id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.MaterialCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.MaterialName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.MaterialType = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetThickness = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetWidth1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetLayer1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetWidth2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetLayer2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetWidth3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetLayer3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetWeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetError = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.WeightIsUse = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.WeightDataGridView)).BeginInit();
|
|
|
|
|
this.ButtonPanel.SuspendLayout();
|
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
@ -187,6 +199,8 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.SetLayer1,
|
|
|
|
|
this.SetWidth2,
|
|
|
|
|
this.SetLayer2,
|
|
|
|
|
this.SetWidth3,
|
|
|
|
|
this.SetLayer3,
|
|
|
|
|
this.SetWeight,
|
|
|
|
|
this.SetError,
|
|
|
|
|
this.WeightIsUse});
|
|
|
|
@ -196,111 +210,10 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.WeightDataGridView.Name = "WeightDataGridView";
|
|
|
|
|
this.WeightDataGridView.RowHeadersVisible = false;
|
|
|
|
|
this.WeightDataGridView.RowTemplate.Height = 25;
|
|
|
|
|
this.WeightDataGridView.Size = new System.Drawing.Size(855, 793);
|
|
|
|
|
this.WeightDataGridView.Size = new System.Drawing.Size(947, 722);
|
|
|
|
|
this.WeightDataGridView.TabIndex = 0;
|
|
|
|
|
this.WeightDataGridView.Tag = "";
|
|
|
|
|
//
|
|
|
|
|
// Id
|
|
|
|
|
//
|
|
|
|
|
this.Id.DataPropertyName = "Id";
|
|
|
|
|
this.Id.HeaderText = "ID";
|
|
|
|
|
this.Id.Name = "Id";
|
|
|
|
|
this.Id.ReadOnly = true;
|
|
|
|
|
this.Id.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.Id.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// MaterialCode
|
|
|
|
|
//
|
|
|
|
|
this.MaterialCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.MaterialCode.DataPropertyName = "MaterialCode";
|
|
|
|
|
this.MaterialCode.HeaderText = "胶料编码";
|
|
|
|
|
this.MaterialCode.Name = "MaterialCode";
|
|
|
|
|
this.MaterialCode.ReadOnly = true;
|
|
|
|
|
this.MaterialCode.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
//
|
|
|
|
|
// MaterialName
|
|
|
|
|
//
|
|
|
|
|
this.MaterialName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.MaterialName.DataPropertyName = "MaterialName";
|
|
|
|
|
this.MaterialName.HeaderText = "胶料名称";
|
|
|
|
|
this.MaterialName.Name = "MaterialName";
|
|
|
|
|
this.MaterialName.ReadOnly = true;
|
|
|
|
|
this.MaterialName.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
//
|
|
|
|
|
// MaterialType
|
|
|
|
|
//
|
|
|
|
|
this.MaterialType.DataPropertyName = "MaterialType";
|
|
|
|
|
this.MaterialType.HeaderText = "胶料类型";
|
|
|
|
|
this.MaterialType.Name = "MaterialType";
|
|
|
|
|
this.MaterialType.ReadOnly = true;
|
|
|
|
|
this.MaterialType.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.MaterialType.Width = 89;
|
|
|
|
|
//
|
|
|
|
|
// SetThickness
|
|
|
|
|
//
|
|
|
|
|
this.SetThickness.DataPropertyName = "SetThickness";
|
|
|
|
|
this.SetThickness.HeaderText = "厚度";
|
|
|
|
|
this.SetThickness.Name = "SetThickness";
|
|
|
|
|
this.SetThickness.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.SetThickness.Width = 59;
|
|
|
|
|
//
|
|
|
|
|
// SetWidth1
|
|
|
|
|
//
|
|
|
|
|
this.SetWidth1.DataPropertyName = "SetWidth";
|
|
|
|
|
this.SetWidth1.HeaderText = "宽度1";
|
|
|
|
|
this.SetWidth1.Name = "SetWidth1";
|
|
|
|
|
this.SetWidth1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.SetWidth1.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// SetLayer1
|
|
|
|
|
//
|
|
|
|
|
this.SetLayer1.DataPropertyName = "SetLayer";
|
|
|
|
|
this.SetLayer1.HeaderText = "层数1";
|
|
|
|
|
this.SetLayer1.Name = "SetLayer1";
|
|
|
|
|
this.SetLayer1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.SetLayer1.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// SetWidth2
|
|
|
|
|
//
|
|
|
|
|
this.SetWidth2.DataPropertyName = "SetWidth2";
|
|
|
|
|
this.SetWidth2.HeaderText = "宽度2";
|
|
|
|
|
this.SetWidth2.Name = "SetWidth2";
|
|
|
|
|
this.SetWidth2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.SetWidth2.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// SetLayer2
|
|
|
|
|
//
|
|
|
|
|
this.SetLayer2.DataPropertyName = "SetLayer2";
|
|
|
|
|
this.SetLayer2.HeaderText = "层数2";
|
|
|
|
|
this.SetLayer2.Name = "SetLayer2";
|
|
|
|
|
this.SetLayer2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.SetLayer2.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// SetWeight
|
|
|
|
|
//
|
|
|
|
|
this.SetWeight.DataPropertyName = "SetWeight";
|
|
|
|
|
this.SetWeight.HeaderText = "重量";
|
|
|
|
|
this.SetWeight.Name = "SetWeight";
|
|
|
|
|
this.SetWeight.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.SetWeight.Width = 70;
|
|
|
|
|
//
|
|
|
|
|
// SetError
|
|
|
|
|
//
|
|
|
|
|
this.SetError.DataPropertyName = "SetError";
|
|
|
|
|
this.SetError.HeaderText = "公差";
|
|
|
|
|
this.SetError.Name = "SetError";
|
|
|
|
|
this.SetError.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.SetError.Width = 55;
|
|
|
|
|
//
|
|
|
|
|
// WeightIsUse
|
|
|
|
|
//
|
|
|
|
|
this.WeightIsUse.DataPropertyName = "IsUse";
|
|
|
|
|
this.WeightIsUse.HeaderText = "启用";
|
|
|
|
|
this.WeightIsUse.Name = "WeightIsUse";
|
|
|
|
|
this.WeightIsUse.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.WeightIsUse.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
|
|
this.WeightIsUse.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// AddRecipeButton
|
|
|
|
|
//
|
|
|
|
|
this.AddRecipeButton.Location = new System.Drawing.Point(11, 12);
|
|
|
|
@ -325,13 +238,13 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.ButtonPanel.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.ButtonPanel.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.ButtonPanel.Name = "ButtonPanel";
|
|
|
|
|
this.ButtonPanel.Size = new System.Drawing.Size(861, 63);
|
|
|
|
|
this.ButtonPanel.Size = new System.Drawing.Size(952, 63);
|
|
|
|
|
this.ButtonPanel.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// SyncDataButton
|
|
|
|
|
//
|
|
|
|
|
this.SyncDataButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.SyncDataButton.Location = new System.Drawing.Point(637, 12);
|
|
|
|
|
this.SyncDataButton.Location = new System.Drawing.Point(728, 12);
|
|
|
|
|
this.SyncDataButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.SyncDataButton.Name = "SyncDataButton";
|
|
|
|
|
this.SyncDataButton.Size = new System.Drawing.Size(103, 39);
|
|
|
|
@ -374,7 +287,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// DeleteRecipeButton
|
|
|
|
|
//
|
|
|
|
|
this.DeleteRecipeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.DeleteRecipeButton.Location = new System.Drawing.Point(746, 12);
|
|
|
|
|
this.DeleteRecipeButton.Location = new System.Drawing.Point(837, 12);
|
|
|
|
|
this.DeleteRecipeButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.DeleteRecipeButton.Name = "DeleteRecipeButton";
|
|
|
|
|
this.DeleteRecipeButton.Size = new System.Drawing.Size(103, 39);
|
|
|
|
@ -387,10 +300,10 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
this.groupBox1.Controls.Add(this.WeightDataGridView);
|
|
|
|
|
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(861, 0);
|
|
|
|
|
this.groupBox1.Location = new System.Drawing.Point(952, 0);
|
|
|
|
|
this.groupBox1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.groupBox1.Name = "groupBox1";
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(861, 813);
|
|
|
|
|
this.groupBox1.Size = new System.Drawing.Size(953, 742);
|
|
|
|
|
this.groupBox1.TabIndex = 5;
|
|
|
|
|
this.groupBox1.TabStop = false;
|
|
|
|
|
this.groupBox1.Text = "成型信息";
|
|
|
|
@ -402,7 +315,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.groupBox2.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.groupBox2.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.groupBox2.Name = "groupBox2";
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(861, 813);
|
|
|
|
|
this.groupBox2.Size = new System.Drawing.Size(952, 742);
|
|
|
|
|
this.groupBox2.TabIndex = 6;
|
|
|
|
|
this.groupBox2.TabStop = false;
|
|
|
|
|
this.groupBox2.Text = "配方列表";
|
|
|
|
@ -411,7 +324,6 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
this.RecipeDataGridView.AllowUserToAddRows = false;
|
|
|
|
|
this.RecipeDataGridView.AllowUserToDeleteRows = false;
|
|
|
|
|
this.RecipeDataGridView.AllowUserToResizeColumns = false;
|
|
|
|
|
this.RecipeDataGridView.AllowUserToResizeRows = false;
|
|
|
|
|
this.RecipeDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.RecipeDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
@ -428,9 +340,8 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.RecipeDataGridView.Location = new System.Drawing.Point(3, 17);
|
|
|
|
|
this.RecipeDataGridView.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.RecipeDataGridView.Name = "RecipeDataGridView";
|
|
|
|
|
this.RecipeDataGridView.RowHeadersVisible = false;
|
|
|
|
|
this.RecipeDataGridView.RowTemplate.Height = 25;
|
|
|
|
|
this.RecipeDataGridView.Size = new System.Drawing.Size(855, 793);
|
|
|
|
|
this.RecipeDataGridView.Size = new System.Drawing.Size(946, 722);
|
|
|
|
|
this.RecipeDataGridView.TabIndex = 0;
|
|
|
|
|
this.RecipeDataGridView.Tag = "";
|
|
|
|
|
this.RecipeDataGridView.SelectionChanged += new System.EventHandler(this.RecipeDataGridView_SelectionChanged);
|
|
|
|
@ -471,6 +382,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.RecipeSpecCode.Name = "RecipeSpecCode";
|
|
|
|
|
this.RecipeSpecCode.ReadOnly = true;
|
|
|
|
|
this.RecipeSpecCode.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.RecipeSpecCode.Width = 90;
|
|
|
|
|
//
|
|
|
|
|
// RecipeSpecName
|
|
|
|
|
//
|
|
|
|
@ -532,7 +444,7 @@ 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, 50F));
|
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1722, 813);
|
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(1905, 742);
|
|
|
|
|
this.tableLayoutPanel1.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// groupBox3
|
|
|
|
@ -543,7 +455,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.groupBox3.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.groupBox3.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.groupBox3.Name = "groupBox3";
|
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(1722, 190);
|
|
|
|
|
this.groupBox3.Size = new System.Drawing.Size(1905, 190);
|
|
|
|
|
this.groupBox3.TabIndex = 8;
|
|
|
|
|
this.groupBox3.TabStop = false;
|
|
|
|
|
this.groupBox3.Text = "配方参数";
|
|
|
|
@ -562,7 +474,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
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(1716, 170);
|
|
|
|
|
this.tableLayoutPanel3.Size = new System.Drawing.Size(1899, 170);
|
|
|
|
|
this.tableLayoutPanel3.TabIndex = 0;
|
|
|
|
|
//
|
|
|
|
|
// groupBox7
|
|
|
|
@ -738,6 +650,16 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
// groupBox4
|
|
|
|
|
//
|
|
|
|
|
this.groupBox4.Controls.Add(this.label20);
|
|
|
|
|
this.groupBox4.Controls.Add(this.E15TextBox);
|
|
|
|
|
this.groupBox4.Controls.Add(this.label24);
|
|
|
|
|
this.groupBox4.Controls.Add(this.E14TextBox);
|
|
|
|
|
this.groupBox4.Controls.Add(this.label25);
|
|
|
|
|
this.groupBox4.Controls.Add(this.E13TextBox);
|
|
|
|
|
this.groupBox4.Controls.Add(this.label33);
|
|
|
|
|
this.groupBox4.Controls.Add(this.E12TextBox);
|
|
|
|
|
this.groupBox4.Controls.Add(this.label35);
|
|
|
|
|
this.groupBox4.Controls.Add(this.E11TextBox);
|
|
|
|
|
this.groupBox4.Controls.Add(this.label6);
|
|
|
|
|
this.groupBox4.Controls.Add(this.E10TextBox);
|
|
|
|
|
this.groupBox4.Controls.Add(this.label7);
|
|
|
|
@ -763,31 +685,111 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.groupBox4.Location = new System.Drawing.Point(400, 0);
|
|
|
|
|
this.groupBox4.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.groupBox4.Name = "groupBox4";
|
|
|
|
|
this.groupBox4.Size = new System.Drawing.Size(658, 170);
|
|
|
|
|
this.groupBox4.Size = new System.Drawing.Size(749, 170);
|
|
|
|
|
this.groupBox4.TabIndex = 4;
|
|
|
|
|
this.groupBox4.TabStop = false;
|
|
|
|
|
this.groupBox4.Text = "贴合参数";
|
|
|
|
|
//
|
|
|
|
|
// label20
|
|
|
|
|
//
|
|
|
|
|
this.label20.AutoSize = true;
|
|
|
|
|
this.label20.Location = new System.Drawing.Point(591, 139);
|
|
|
|
|
this.label20.Name = "label20";
|
|
|
|
|
this.label20.Size = new System.Drawing.Size(17, 12);
|
|
|
|
|
this.label20.TabIndex = 38;
|
|
|
|
|
this.label20.Text = "15";
|
|
|
|
|
//
|
|
|
|
|
// E15TextBox
|
|
|
|
|
//
|
|
|
|
|
this.E15TextBox.Location = new System.Drawing.Point(621, 136);
|
|
|
|
|
this.E15TextBox.Name = "E15TextBox";
|
|
|
|
|
this.E15TextBox.Size = new System.Drawing.Size(80, 21);
|
|
|
|
|
this.E15TextBox.TabIndex = 37;
|
|
|
|
|
//
|
|
|
|
|
// label24
|
|
|
|
|
//
|
|
|
|
|
this.label24.AutoSize = true;
|
|
|
|
|
this.label24.Location = new System.Drawing.Point(591, 112);
|
|
|
|
|
this.label24.Name = "label24";
|
|
|
|
|
this.label24.Size = new System.Drawing.Size(17, 12);
|
|
|
|
|
this.label24.TabIndex = 36;
|
|
|
|
|
this.label24.Text = "14";
|
|
|
|
|
//
|
|
|
|
|
// E14TextBox
|
|
|
|
|
//
|
|
|
|
|
this.E14TextBox.Location = new System.Drawing.Point(621, 109);
|
|
|
|
|
this.E14TextBox.Name = "E14TextBox";
|
|
|
|
|
this.E14TextBox.Size = new System.Drawing.Size(80, 21);
|
|
|
|
|
this.E14TextBox.TabIndex = 35;
|
|
|
|
|
//
|
|
|
|
|
// label25
|
|
|
|
|
//
|
|
|
|
|
this.label25.AutoSize = true;
|
|
|
|
|
this.label25.Location = new System.Drawing.Point(591, 85);
|
|
|
|
|
this.label25.Name = "label25";
|
|
|
|
|
this.label25.Size = new System.Drawing.Size(17, 12);
|
|
|
|
|
this.label25.TabIndex = 34;
|
|
|
|
|
this.label25.Text = "13";
|
|
|
|
|
//
|
|
|
|
|
// E13TextBox
|
|
|
|
|
//
|
|
|
|
|
this.E13TextBox.Location = new System.Drawing.Point(621, 82);
|
|
|
|
|
this.E13TextBox.Name = "E13TextBox";
|
|
|
|
|
this.E13TextBox.Size = new System.Drawing.Size(80, 21);
|
|
|
|
|
this.E13TextBox.TabIndex = 33;
|
|
|
|
|
//
|
|
|
|
|
// label33
|
|
|
|
|
//
|
|
|
|
|
this.label33.AutoSize = true;
|
|
|
|
|
this.label33.Location = new System.Drawing.Point(591, 59);
|
|
|
|
|
this.label33.Name = "label33";
|
|
|
|
|
this.label33.Size = new System.Drawing.Size(17, 12);
|
|
|
|
|
this.label33.TabIndex = 32;
|
|
|
|
|
this.label33.Text = "12";
|
|
|
|
|
//
|
|
|
|
|
// E12TextBox
|
|
|
|
|
//
|
|
|
|
|
this.E12TextBox.Location = new System.Drawing.Point(621, 55);
|
|
|
|
|
this.E12TextBox.Name = "E12TextBox";
|
|
|
|
|
this.E12TextBox.Size = new System.Drawing.Size(80, 21);
|
|
|
|
|
this.E12TextBox.TabIndex = 31;
|
|
|
|
|
//
|
|
|
|
|
// label35
|
|
|
|
|
//
|
|
|
|
|
this.label35.AutoSize = true;
|
|
|
|
|
this.label35.Location = new System.Drawing.Point(591, 31);
|
|
|
|
|
this.label35.Name = "label35";
|
|
|
|
|
this.label35.Size = new System.Drawing.Size(17, 12);
|
|
|
|
|
this.label35.TabIndex = 30;
|
|
|
|
|
this.label35.Text = "11";
|
|
|
|
|
//
|
|
|
|
|
// E11TextBox
|
|
|
|
|
//
|
|
|
|
|
this.E11TextBox.Location = new System.Drawing.Point(621, 28);
|
|
|
|
|
this.E11TextBox.Name = "E11TextBox";
|
|
|
|
|
this.E11TextBox.Size = new System.Drawing.Size(80, 21);
|
|
|
|
|
this.E11TextBox.TabIndex = 29;
|
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
this.label6.AutoSize = true;
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(377, 141);
|
|
|
|
|
this.label6.Location = new System.Drawing.Point(375, 139);
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(95, 12);
|
|
|
|
|
this.label6.Size = new System.Drawing.Size(53, 12);
|
|
|
|
|
this.label6.TabIndex = 28;
|
|
|
|
|
this.label6.Text = "贴合补偿脉冲(P)";
|
|
|
|
|
this.label6.Text = "停止距离";
|
|
|
|
|
//
|
|
|
|
|
// E10TextBox
|
|
|
|
|
//
|
|
|
|
|
this.E10TextBox.Location = new System.Drawing.Point(478, 137);
|
|
|
|
|
this.E10TextBox.Location = new System.Drawing.Point(434, 136);
|
|
|
|
|
this.E10TextBox.Name = "E10TextBox";
|
|
|
|
|
this.E10TextBox.Size = new System.Drawing.Size(100, 21);
|
|
|
|
|
this.E10TextBox.Size = new System.Drawing.Size(80, 21);
|
|
|
|
|
this.E10TextBox.TabIndex = 27;
|
|
|
|
|
//
|
|
|
|
|
// label7
|
|
|
|
|
//
|
|
|
|
|
this.label7.AutoSize = true;
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(377, 114);
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(333, 113);
|
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(95, 12);
|
|
|
|
|
this.label7.TabIndex = 26;
|
|
|
|
@ -795,31 +797,31 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
// E9TextBox
|
|
|
|
|
//
|
|
|
|
|
this.E9TextBox.Location = new System.Drawing.Point(478, 110);
|
|
|
|
|
this.E9TextBox.Location = new System.Drawing.Point(434, 109);
|
|
|
|
|
this.E9TextBox.Name = "E9TextBox";
|
|
|
|
|
this.E9TextBox.Size = new System.Drawing.Size(100, 21);
|
|
|
|
|
this.E9TextBox.Size = new System.Drawing.Size(80, 21);
|
|
|
|
|
this.E9TextBox.TabIndex = 25;
|
|
|
|
|
//
|
|
|
|
|
// label8
|
|
|
|
|
//
|
|
|
|
|
this.label8.AutoSize = true;
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(353, 87);
|
|
|
|
|
this.label8.Location = new System.Drawing.Point(393, 86);
|
|
|
|
|
this.label8.Name = "label8";
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(119, 12);
|
|
|
|
|
this.label8.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
this.label8.TabIndex = 24;
|
|
|
|
|
this.label8.Text = "包边宽度(3/4/5工位)";
|
|
|
|
|
this.label8.Text = "备用3";
|
|
|
|
|
//
|
|
|
|
|
// E8TextBox
|
|
|
|
|
//
|
|
|
|
|
this.E8TextBox.Location = new System.Drawing.Point(478, 83);
|
|
|
|
|
this.E8TextBox.Location = new System.Drawing.Point(434, 82);
|
|
|
|
|
this.E8TextBox.Name = "E8TextBox";
|
|
|
|
|
this.E8TextBox.Size = new System.Drawing.Size(100, 21);
|
|
|
|
|
this.E8TextBox.Size = new System.Drawing.Size(80, 21);
|
|
|
|
|
this.E8TextBox.TabIndex = 23;
|
|
|
|
|
//
|
|
|
|
|
// label9
|
|
|
|
|
//
|
|
|
|
|
this.label9.AutoSize = true;
|
|
|
|
|
this.label9.Location = new System.Drawing.Point(377, 60);
|
|
|
|
|
this.label9.Location = new System.Drawing.Point(333, 59);
|
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
|
this.label9.Size = new System.Drawing.Size(95, 12);
|
|
|
|
|
this.label9.TabIndex = 22;
|
|
|
|
@ -827,15 +829,15 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
// E7TextBox
|
|
|
|
|
//
|
|
|
|
|
this.E7TextBox.Location = new System.Drawing.Point(478, 56);
|
|
|
|
|
this.E7TextBox.Location = new System.Drawing.Point(434, 55);
|
|
|
|
|
this.E7TextBox.Name = "E7TextBox";
|
|
|
|
|
this.E7TextBox.Size = new System.Drawing.Size(100, 21);
|
|
|
|
|
this.E7TextBox.Size = new System.Drawing.Size(80, 21);
|
|
|
|
|
this.E7TextBox.TabIndex = 21;
|
|
|
|
|
//
|
|
|
|
|
// label10
|
|
|
|
|
//
|
|
|
|
|
this.label10.AutoSize = true;
|
|
|
|
|
this.label10.Location = new System.Drawing.Point(413, 32);
|
|
|
|
|
this.label10.Location = new System.Drawing.Point(369, 31);
|
|
|
|
|
this.label10.Name = "label10";
|
|
|
|
|
this.label10.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label10.TabIndex = 20;
|
|
|
|
@ -843,15 +845,15 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
// E6TextBox
|
|
|
|
|
//
|
|
|
|
|
this.E6TextBox.Location = new System.Drawing.Point(478, 29);
|
|
|
|
|
this.E6TextBox.Location = new System.Drawing.Point(434, 28);
|
|
|
|
|
this.E6TextBox.Name = "E6TextBox";
|
|
|
|
|
this.E6TextBox.Size = new System.Drawing.Size(100, 21);
|
|
|
|
|
this.E6TextBox.Size = new System.Drawing.Size(80, 21);
|
|
|
|
|
this.E6TextBox.TabIndex = 19;
|
|
|
|
|
//
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(182, 138);
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(182, 139);
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label5.TabIndex = 18;
|
|
|
|
@ -859,41 +861,41 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
// E5TextBox
|
|
|
|
|
//
|
|
|
|
|
this.E5TextBox.Location = new System.Drawing.Point(247, 135);
|
|
|
|
|
this.E5TextBox.Location = new System.Drawing.Point(247, 136);
|
|
|
|
|
this.E5TextBox.Name = "E5TextBox";
|
|
|
|
|
this.E5TextBox.Size = new System.Drawing.Size(100, 21);
|
|
|
|
|
this.E5TextBox.Size = new System.Drawing.Size(80, 21);
|
|
|
|
|
this.E5TextBox.TabIndex = 17;
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
this.label4.AutoSize = true;
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(128, 114);
|
|
|
|
|
this.label4.Location = new System.Drawing.Point(182, 114);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(113, 12);
|
|
|
|
|
this.label4.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label4.TabIndex = 16;
|
|
|
|
|
this.label4.Text = "胶片贴合时间(0.1s)";
|
|
|
|
|
this.label4.Text = "备用时间2";
|
|
|
|
|
//
|
|
|
|
|
// E4TextBox
|
|
|
|
|
//
|
|
|
|
|
this.E4TextBox.Location = new System.Drawing.Point(247, 110);
|
|
|
|
|
this.E4TextBox.Name = "E4TextBox";
|
|
|
|
|
this.E4TextBox.Size = new System.Drawing.Size(100, 21);
|
|
|
|
|
this.E4TextBox.Size = new System.Drawing.Size(80, 21);
|
|
|
|
|
this.E4TextBox.TabIndex = 15;
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
this.label3.AutoSize = true;
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(116, 88);
|
|
|
|
|
this.label3.Location = new System.Drawing.Point(182, 87);
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(125, 12);
|
|
|
|
|
this.label3.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label3.TabIndex = 14;
|
|
|
|
|
this.label3.Text = "贴合末横裁延时(0.1s)";
|
|
|
|
|
this.label3.Text = "备用延时1";
|
|
|
|
|
//
|
|
|
|
|
// E3TextBox
|
|
|
|
|
//
|
|
|
|
|
this.E3TextBox.Location = new System.Drawing.Point(247, 83);
|
|
|
|
|
this.E3TextBox.Name = "E3TextBox";
|
|
|
|
|
this.E3TextBox.Size = new System.Drawing.Size(100, 21);
|
|
|
|
|
this.E3TextBox.Size = new System.Drawing.Size(80, 21);
|
|
|
|
|
this.E3TextBox.TabIndex = 13;
|
|
|
|
|
//
|
|
|
|
|
// label2
|
|
|
|
@ -909,7 +911,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
this.E2TextBox.Location = new System.Drawing.Point(247, 56);
|
|
|
|
|
this.E2TextBox.Name = "E2TextBox";
|
|
|
|
|
this.E2TextBox.Size = new System.Drawing.Size(100, 21);
|
|
|
|
|
this.E2TextBox.Size = new System.Drawing.Size(80, 21);
|
|
|
|
|
this.E2TextBox.TabIndex = 11;
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
@ -925,7 +927,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
this.E1TextBox.Location = new System.Drawing.Point(247, 29);
|
|
|
|
|
this.E1TextBox.Name = "E1TextBox";
|
|
|
|
|
this.E1TextBox.Size = new System.Drawing.Size(100, 21);
|
|
|
|
|
this.E1TextBox.Size = new System.Drawing.Size(80, 21);
|
|
|
|
|
this.E1TextBox.TabIndex = 9;
|
|
|
|
|
//
|
|
|
|
|
// PositionRadioButtonPanel
|
|
|
|
@ -1048,10 +1050,10 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.groupbox5.Controls.Add(this.SpecNoLabel);
|
|
|
|
|
this.groupbox5.Controls.Add(this.label19);
|
|
|
|
|
this.groupbox5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.groupbox5.Location = new System.Drawing.Point(1058, 0);
|
|
|
|
|
this.groupbox5.Location = new System.Drawing.Point(1149, 0);
|
|
|
|
|
this.groupbox5.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.groupbox5.Name = "groupbox5";
|
|
|
|
|
this.groupbox5.Size = new System.Drawing.Size(658, 170);
|
|
|
|
|
this.groupbox5.Size = new System.Drawing.Size(750, 170);
|
|
|
|
|
this.groupbox5.TabIndex = 5;
|
|
|
|
|
this.groupbox5.TabStop = false;
|
|
|
|
|
this.groupbox5.Text = "公共参数";
|
|
|
|
@ -1332,11 +1334,11 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// label13
|
|
|
|
|
//
|
|
|
|
|
this.label13.AutoSize = true;
|
|
|
|
|
this.label13.Location = new System.Drawing.Point(255, 86);
|
|
|
|
|
this.label13.Location = new System.Drawing.Point(273, 85);
|
|
|
|
|
this.label13.Name = "label13";
|
|
|
|
|
this.label13.Size = new System.Drawing.Size(53, 12);
|
|
|
|
|
this.label13.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
this.label13.TabIndex = 37;
|
|
|
|
|
this.label13.Text = "减速距离";
|
|
|
|
|
this.label13.Text = "备用1";
|
|
|
|
|
//
|
|
|
|
|
// S3Check
|
|
|
|
|
//
|
|
|
|
@ -1358,11 +1360,11 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// label12
|
|
|
|
|
//
|
|
|
|
|
this.label12.AutoSize = true;
|
|
|
|
|
this.label12.Location = new System.Drawing.Point(255, 112);
|
|
|
|
|
this.label12.Location = new System.Drawing.Point(273, 112);
|
|
|
|
|
this.label12.Name = "label12";
|
|
|
|
|
this.label12.Size = new System.Drawing.Size(53, 12);
|
|
|
|
|
this.label12.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
this.label12.TabIndex = 39;
|
|
|
|
|
this.label12.Text = "停止距离";
|
|
|
|
|
this.label12.Text = "备用2";
|
|
|
|
|
//
|
|
|
|
|
// TireWeightTextBox
|
|
|
|
|
//
|
|
|
|
@ -1425,7 +1427,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
|
|
|
this.tableLayoutPanel2.RowCount = 1;
|
|
|
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(1722, 63);
|
|
|
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(1905, 63);
|
|
|
|
|
this.tableLayoutPanel2.TabIndex = 9;
|
|
|
|
|
//
|
|
|
|
|
// panel1
|
|
|
|
@ -1437,10 +1439,10 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.panel1.Controls.Add(this.UpdateWeightButton);
|
|
|
|
|
this.panel1.Controls.Add(this.AddWeightButton);
|
|
|
|
|
this.panel1.Controls.Add(this.DeleteWeightButton);
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(861, 0);
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(952, 0);
|
|
|
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(861, 63);
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(953, 63);
|
|
|
|
|
this.panel1.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// label27
|
|
|
|
@ -1488,7 +1490,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// DeleteWeightButton
|
|
|
|
|
//
|
|
|
|
|
this.DeleteWeightButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.DeleteWeightButton.Location = new System.Drawing.Point(746, 12);
|
|
|
|
|
this.DeleteWeightButton.Location = new System.Drawing.Point(838, 12);
|
|
|
|
|
this.DeleteWeightButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.DeleteWeightButton.Name = "DeleteWeightButton";
|
|
|
|
|
this.DeleteWeightButton.Size = new System.Drawing.Size(103, 39);
|
|
|
|
@ -1497,6 +1499,121 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.DeleteWeightButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.DeleteWeightButton.Click += new System.EventHandler(this.DeleteWeightButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// Id
|
|
|
|
|
//
|
|
|
|
|
this.Id.DataPropertyName = "Id";
|
|
|
|
|
this.Id.HeaderText = "ID";
|
|
|
|
|
this.Id.Name = "Id";
|
|
|
|
|
this.Id.ReadOnly = true;
|
|
|
|
|
this.Id.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.Id.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// MaterialCode
|
|
|
|
|
//
|
|
|
|
|
this.MaterialCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.MaterialCode.DataPropertyName = "MaterialCode";
|
|
|
|
|
this.MaterialCode.HeaderText = "胶料编码";
|
|
|
|
|
this.MaterialCode.Name = "MaterialCode";
|
|
|
|
|
this.MaterialCode.ReadOnly = true;
|
|
|
|
|
this.MaterialCode.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
//
|
|
|
|
|
// MaterialName
|
|
|
|
|
//
|
|
|
|
|
this.MaterialName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.MaterialName.DataPropertyName = "MaterialName";
|
|
|
|
|
this.MaterialName.HeaderText = "胶料名称";
|
|
|
|
|
this.MaterialName.Name = "MaterialName";
|
|
|
|
|
this.MaterialName.ReadOnly = true;
|
|
|
|
|
this.MaterialName.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
//
|
|
|
|
|
// MaterialType
|
|
|
|
|
//
|
|
|
|
|
this.MaterialType.DataPropertyName = "MaterialType";
|
|
|
|
|
this.MaterialType.HeaderText = "胶料类型";
|
|
|
|
|
this.MaterialType.Name = "MaterialType";
|
|
|
|
|
this.MaterialType.ReadOnly = true;
|
|
|
|
|
this.MaterialType.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.MaterialType.Width = 89;
|
|
|
|
|
//
|
|
|
|
|
// SetThickness
|
|
|
|
|
//
|
|
|
|
|
this.SetThickness.DataPropertyName = "SetThickness";
|
|
|
|
|
this.SetThickness.HeaderText = "厚度";
|
|
|
|
|
this.SetThickness.Name = "SetThickness";
|
|
|
|
|
this.SetThickness.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.SetThickness.Width = 59;
|
|
|
|
|
//
|
|
|
|
|
// SetWidth1
|
|
|
|
|
//
|
|
|
|
|
this.SetWidth1.DataPropertyName = "SetWidth";
|
|
|
|
|
this.SetWidth1.HeaderText = "宽度1";
|
|
|
|
|
this.SetWidth1.Name = "SetWidth1";
|
|
|
|
|
this.SetWidth1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.SetWidth1.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// SetLayer1
|
|
|
|
|
//
|
|
|
|
|
this.SetLayer1.DataPropertyName = "SetLayer";
|
|
|
|
|
this.SetLayer1.HeaderText = "层数1";
|
|
|
|
|
this.SetLayer1.Name = "SetLayer1";
|
|
|
|
|
this.SetLayer1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.SetLayer1.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// SetWidth2
|
|
|
|
|
//
|
|
|
|
|
this.SetWidth2.DataPropertyName = "SetWidth2";
|
|
|
|
|
this.SetWidth2.HeaderText = "宽度2";
|
|
|
|
|
this.SetWidth2.Name = "SetWidth2";
|
|
|
|
|
this.SetWidth2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.SetWidth2.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// SetLayer2
|
|
|
|
|
//
|
|
|
|
|
this.SetLayer2.DataPropertyName = "SetLayer2";
|
|
|
|
|
this.SetLayer2.HeaderText = "层数2";
|
|
|
|
|
this.SetLayer2.Name = "SetLayer2";
|
|
|
|
|
this.SetLayer2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.SetLayer2.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// SetWidth3
|
|
|
|
|
//
|
|
|
|
|
this.SetWidth3.DataPropertyName = "SetWidth3";
|
|
|
|
|
this.SetWidth3.HeaderText = "宽度3";
|
|
|
|
|
this.SetWidth3.Name = "SetWidth3";
|
|
|
|
|
this.SetWidth3.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// SetLayer3
|
|
|
|
|
//
|
|
|
|
|
this.SetLayer3.DataPropertyName = "SetLayer3";
|
|
|
|
|
this.SetLayer3.HeaderText = "层数3";
|
|
|
|
|
this.SetLayer3.Name = "SetLayer3";
|
|
|
|
|
this.SetLayer3.Width = 60;
|
|
|
|
|
//
|
|
|
|
|
// SetWeight
|
|
|
|
|
//
|
|
|
|
|
this.SetWeight.DataPropertyName = "SetWeight";
|
|
|
|
|
this.SetWeight.HeaderText = "重量";
|
|
|
|
|
this.SetWeight.Name = "SetWeight";
|
|
|
|
|
this.SetWeight.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.SetWeight.Width = 70;
|
|
|
|
|
//
|
|
|
|
|
// SetError
|
|
|
|
|
//
|
|
|
|
|
this.SetError.DataPropertyName = "SetError";
|
|
|
|
|
this.SetError.HeaderText = "公差";
|
|
|
|
|
this.SetError.Name = "SetError";
|
|
|
|
|
this.SetError.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.SetError.Width = 55;
|
|
|
|
|
//
|
|
|
|
|
// WeightIsUse
|
|
|
|
|
//
|
|
|
|
|
this.WeightIsUse.DataPropertyName = "IsUse";
|
|
|
|
|
this.WeightIsUse.HeaderText = "启用";
|
|
|
|
|
this.WeightIsUse.Name = "WeightIsUse";
|
|
|
|
|
this.WeightIsUse.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.WeightIsUse.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
|
|
this.WeightIsUse.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// RecipeConfigPage
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
@ -1507,7 +1624,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.Name = "RecipeConfigPage";
|
|
|
|
|
this.Size = new System.Drawing.Size(1722, 1066);
|
|
|
|
|
this.Size = new System.Drawing.Size(1905, 995);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.WeightDataGridView)).EndInit();
|
|
|
|
|
this.ButtonPanel.ResumeLayout(false);
|
|
|
|
|
this.ButtonPanel.PerformLayout();
|
|
|
|
@ -1636,18 +1753,16 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
private Label Station3MaterialName;
|
|
|
|
|
private Label Station2MaterialName;
|
|
|
|
|
private Label Station1MaterialName;
|
|
|
|
|
private DataGridViewTextBoxColumn Id;
|
|
|
|
|
private DataGridViewTextBoxColumn MaterialCode;
|
|
|
|
|
private DataGridViewTextBoxColumn MaterialName;
|
|
|
|
|
private DataGridViewTextBoxColumn MaterialType;
|
|
|
|
|
private DataGridViewTextBoxColumn SetThickness;
|
|
|
|
|
private DataGridViewTextBoxColumn SetWidth1;
|
|
|
|
|
private DataGridViewTextBoxColumn SetLayer1;
|
|
|
|
|
private DataGridViewTextBoxColumn SetWidth2;
|
|
|
|
|
private DataGridViewTextBoxColumn SetLayer2;
|
|
|
|
|
private DataGridViewTextBoxColumn SetWeight;
|
|
|
|
|
private DataGridViewTextBoxColumn SetError;
|
|
|
|
|
private DataGridViewCheckBoxColumn WeightIsUse;
|
|
|
|
|
private Label label20;
|
|
|
|
|
private TextBox E15TextBox;
|
|
|
|
|
private Label label24;
|
|
|
|
|
private TextBox E14TextBox;
|
|
|
|
|
private Label label25;
|
|
|
|
|
private TextBox E13TextBox;
|
|
|
|
|
private Label label33;
|
|
|
|
|
private TextBox E12TextBox;
|
|
|
|
|
private Label label35;
|
|
|
|
|
private TextBox E11TextBox;
|
|
|
|
|
private DataGridViewTextBoxColumn RId;
|
|
|
|
|
private DataGridViewTextBoxColumn RecipeCode;
|
|
|
|
|
private DataGridViewTextBoxColumn RecipeName;
|
|
|
|
@ -1657,5 +1772,19 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
private DataGridViewTextBoxColumn FixedWidth;
|
|
|
|
|
private DataGridViewTextBoxColumn WeightError;
|
|
|
|
|
private DataGridViewCheckBoxColumn IsUse;
|
|
|
|
|
private DataGridViewTextBoxColumn Id;
|
|
|
|
|
private DataGridViewTextBoxColumn MaterialCode;
|
|
|
|
|
private DataGridViewTextBoxColumn MaterialName;
|
|
|
|
|
private DataGridViewTextBoxColumn MaterialType;
|
|
|
|
|
private DataGridViewTextBoxColumn SetThickness;
|
|
|
|
|
private DataGridViewTextBoxColumn SetWidth1;
|
|
|
|
|
private DataGridViewTextBoxColumn SetLayer1;
|
|
|
|
|
private DataGridViewTextBoxColumn SetWidth2;
|
|
|
|
|
private DataGridViewTextBoxColumn SetLayer2;
|
|
|
|
|
private DataGridViewTextBoxColumn SetWidth3;
|
|
|
|
|
private DataGridViewTextBoxColumn SetLayer3;
|
|
|
|
|
private DataGridViewTextBoxColumn SetWeight;
|
|
|
|
|
private DataGridViewTextBoxColumn SetError;
|
|
|
|
|
private DataGridViewCheckBoxColumn WeightIsUse;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|