|
|
|
|
@ -32,6 +32,18 @@ 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();
|
|
|
|
|
@ -88,6 +100,11 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.Position2RadioButton = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.Position1RadioButton = new System.Windows.Forms.RadioButton();
|
|
|
|
|
this.groupbox5 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.Station5MaterialName = new System.Windows.Forms.Label();
|
|
|
|
|
this.Station4MaterialName = new System.Windows.Forms.Label();
|
|
|
|
|
this.Station3MaterialName = new System.Windows.Forms.Label();
|
|
|
|
|
this.Station2MaterialName = new System.Windows.Forms.Label();
|
|
|
|
|
this.Station1MaterialName = new System.Windows.Forms.Label();
|
|
|
|
|
this.S2Check = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
|
|
|
this.PlcSpecNameLabel = new System.Windows.Forms.Label();
|
|
|
|
|
@ -128,16 +145,6 @@ 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.SetWidth = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.SetLayer = 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.RId = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.RecipeCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.RecipeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
@ -167,6 +174,8 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
this.WeightDataGridView.AllowUserToAddRows = false;
|
|
|
|
|
this.WeightDataGridView.AllowUserToDeleteRows = false;
|
|
|
|
|
this.WeightDataGridView.AllowUserToResizeColumns = false;
|
|
|
|
|
this.WeightDataGridView.AllowUserToResizeRows = false;
|
|
|
|
|
this.WeightDataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
|
|
this.WeightDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.Id,
|
|
|
|
|
@ -174,8 +183,10 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.MaterialName,
|
|
|
|
|
this.MaterialType,
|
|
|
|
|
this.SetThickness,
|
|
|
|
|
this.SetWidth,
|
|
|
|
|
this.SetLayer,
|
|
|
|
|
this.SetWidth1,
|
|
|
|
|
this.SetLayer1,
|
|
|
|
|
this.SetWidth2,
|
|
|
|
|
this.SetLayer2,
|
|
|
|
|
this.SetWeight,
|
|
|
|
|
this.SetError,
|
|
|
|
|
this.WeightIsUse});
|
|
|
|
|
@ -189,9 +200,110 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
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, 9);
|
|
|
|
|
this.AddRecipeButton.Location = new System.Drawing.Point(11, 12);
|
|
|
|
|
this.AddRecipeButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.AddRecipeButton.Name = "AddRecipeButton";
|
|
|
|
|
this.AddRecipeButton.Size = new System.Drawing.Size(103, 39);
|
|
|
|
|
@ -213,13 +325,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, 58);
|
|
|
|
|
this.ButtonPanel.Size = new System.Drawing.Size(861, 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, 9);
|
|
|
|
|
this.SyncDataButton.Location = new System.Drawing.Point(637, 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);
|
|
|
|
|
@ -231,7 +343,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// label26
|
|
|
|
|
//
|
|
|
|
|
this.label26.AutoSize = true;
|
|
|
|
|
this.label26.Location = new System.Drawing.Point(338, 9);
|
|
|
|
|
this.label26.Location = new System.Drawing.Point(338, 12);
|
|
|
|
|
this.label26.Name = "label26";
|
|
|
|
|
this.label26.Size = new System.Drawing.Size(269, 12);
|
|
|
|
|
this.label26.TabIndex = 7;
|
|
|
|
|
@ -239,7 +351,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
// RefreshRecipeButton
|
|
|
|
|
//
|
|
|
|
|
this.RefreshRecipeButton.Location = new System.Drawing.Point(120, 9);
|
|
|
|
|
this.RefreshRecipeButton.Location = new System.Drawing.Point(120, 12);
|
|
|
|
|
this.RefreshRecipeButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.RefreshRecipeButton.Name = "RefreshRecipeButton";
|
|
|
|
|
this.RefreshRecipeButton.Size = new System.Drawing.Size(103, 39);
|
|
|
|
|
@ -250,7 +362,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
// UpdateRecipeButton
|
|
|
|
|
//
|
|
|
|
|
this.UpdateRecipeButton.Location = new System.Drawing.Point(229, 9);
|
|
|
|
|
this.UpdateRecipeButton.Location = new System.Drawing.Point(229, 12);
|
|
|
|
|
this.UpdateRecipeButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.UpdateRecipeButton.Name = "UpdateRecipeButton";
|
|
|
|
|
this.UpdateRecipeButton.Size = new System.Drawing.Size(103, 39);
|
|
|
|
|
@ -262,7 +374,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, 9);
|
|
|
|
|
this.DeleteRecipeButton.Location = new System.Drawing.Point(746, 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);
|
|
|
|
|
@ -299,6 +411,8 @@ 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[] {
|
|
|
|
|
this.RId,
|
|
|
|
|
@ -344,7 +458,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.groupBox3.Controls.Add(this.tableLayoutPanel3);
|
|
|
|
|
this.groupBox3.Location = new System.Drawing.Point(0, 63);
|
|
|
|
|
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);
|
|
|
|
|
@ -591,11 +705,11 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// label7
|
|
|
|
|
//
|
|
|
|
|
this.label7.AutoSize = true;
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(383, 114);
|
|
|
|
|
this.label7.Location = new System.Drawing.Point(377, 114);
|
|
|
|
|
this.label7.Name = "label7";
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(89, 12);
|
|
|
|
|
this.label7.Size = new System.Drawing.Size(95, 12);
|
|
|
|
|
this.label7.TabIndex = 26;
|
|
|
|
|
this.label7.Text = "纵裁刀宽度(mm)";
|
|
|
|
|
this.label7.Text = "纵裁刀宽度1(mm)";
|
|
|
|
|
//
|
|
|
|
|
// E9TextBox
|
|
|
|
|
//
|
|
|
|
|
@ -623,11 +737,11 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// label9
|
|
|
|
|
//
|
|
|
|
|
this.label9.AutoSize = true;
|
|
|
|
|
this.label9.Location = new System.Drawing.Point(437, 60);
|
|
|
|
|
this.label9.Location = new System.Drawing.Point(377, 60);
|
|
|
|
|
this.label9.Name = "label9";
|
|
|
|
|
this.label9.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
this.label9.Size = new System.Drawing.Size(95, 12);
|
|
|
|
|
this.label9.TabIndex = 22;
|
|
|
|
|
this.label9.Text = "备用2";
|
|
|
|
|
this.label9.Text = "纵裁刀宽度2(mm)";
|
|
|
|
|
//
|
|
|
|
|
// E7TextBox
|
|
|
|
|
//
|
|
|
|
|
@ -639,11 +753,11 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// label10
|
|
|
|
|
//
|
|
|
|
|
this.label10.AutoSize = true;
|
|
|
|
|
this.label10.Location = new System.Drawing.Point(437, 33);
|
|
|
|
|
this.label10.Location = new System.Drawing.Point(413, 32);
|
|
|
|
|
this.label10.Name = "label10";
|
|
|
|
|
this.label10.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
this.label10.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label10.TabIndex = 20;
|
|
|
|
|
this.label10.Text = "备用1";
|
|
|
|
|
this.label10.Text = "贴合层数2";
|
|
|
|
|
//
|
|
|
|
|
// E6TextBox
|
|
|
|
|
//
|
|
|
|
|
@ -655,11 +769,11 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// label5
|
|
|
|
|
//
|
|
|
|
|
this.label5.AutoSize = true;
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(188, 138);
|
|
|
|
|
this.label5.Location = new System.Drawing.Point(182, 138);
|
|
|
|
|
this.label5.Name = "label5";
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(53, 12);
|
|
|
|
|
this.label5.Size = new System.Drawing.Size(59, 12);
|
|
|
|
|
this.label5.TabIndex = 18;
|
|
|
|
|
this.label5.Text = "贴合层数";
|
|
|
|
|
this.label5.Text = "贴合层数1";
|
|
|
|
|
//
|
|
|
|
|
// E5TextBox
|
|
|
|
|
//
|
|
|
|
|
@ -813,6 +927,11 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
// groupbox5
|
|
|
|
|
//
|
|
|
|
|
this.groupbox5.Controls.Add(this.Station5MaterialName);
|
|
|
|
|
this.groupbox5.Controls.Add(this.Station4MaterialName);
|
|
|
|
|
this.groupbox5.Controls.Add(this.Station3MaterialName);
|
|
|
|
|
this.groupbox5.Controls.Add(this.Station2MaterialName);
|
|
|
|
|
this.groupbox5.Controls.Add(this.Station1MaterialName);
|
|
|
|
|
this.groupbox5.Controls.Add(this.S2Check);
|
|
|
|
|
this.groupbox5.Controls.Add(this.label16);
|
|
|
|
|
this.groupbox5.Controls.Add(this.PlcSpecNameLabel);
|
|
|
|
|
@ -855,10 +974,55 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.groupbox5.TabStop = false;
|
|
|
|
|
this.groupbox5.Text = "公共参数";
|
|
|
|
|
//
|
|
|
|
|
// Station5MaterialName
|
|
|
|
|
//
|
|
|
|
|
this.Station5MaterialName.AutoSize = true;
|
|
|
|
|
this.Station5MaterialName.Location = new System.Drawing.Point(16, 139);
|
|
|
|
|
this.Station5MaterialName.Name = "Station5MaterialName";
|
|
|
|
|
this.Station5MaterialName.Size = new System.Drawing.Size(89, 12);
|
|
|
|
|
this.Station5MaterialName.TabIndex = 75;
|
|
|
|
|
this.Station5MaterialName.Text = "5#工位物料名称";
|
|
|
|
|
//
|
|
|
|
|
// Station4MaterialName
|
|
|
|
|
//
|
|
|
|
|
this.Station4MaterialName.AutoSize = true;
|
|
|
|
|
this.Station4MaterialName.Location = new System.Drawing.Point(16, 113);
|
|
|
|
|
this.Station4MaterialName.Name = "Station4MaterialName";
|
|
|
|
|
this.Station4MaterialName.Size = new System.Drawing.Size(89, 12);
|
|
|
|
|
this.Station4MaterialName.TabIndex = 74;
|
|
|
|
|
this.Station4MaterialName.Text = "4#工位物料名称";
|
|
|
|
|
//
|
|
|
|
|
// Station3MaterialName
|
|
|
|
|
//
|
|
|
|
|
this.Station3MaterialName.AutoSize = true;
|
|
|
|
|
this.Station3MaterialName.Location = new System.Drawing.Point(16, 87);
|
|
|
|
|
this.Station3MaterialName.Name = "Station3MaterialName";
|
|
|
|
|
this.Station3MaterialName.Size = new System.Drawing.Size(89, 12);
|
|
|
|
|
this.Station3MaterialName.TabIndex = 73;
|
|
|
|
|
this.Station3MaterialName.Text = "3#工位物料名称";
|
|
|
|
|
//
|
|
|
|
|
// Station2MaterialName
|
|
|
|
|
//
|
|
|
|
|
this.Station2MaterialName.AutoSize = true;
|
|
|
|
|
this.Station2MaterialName.Location = new System.Drawing.Point(16, 61);
|
|
|
|
|
this.Station2MaterialName.Name = "Station2MaterialName";
|
|
|
|
|
this.Station2MaterialName.Size = new System.Drawing.Size(89, 12);
|
|
|
|
|
this.Station2MaterialName.TabIndex = 72;
|
|
|
|
|
this.Station2MaterialName.Text = "2#工位物料名称";
|
|
|
|
|
//
|
|
|
|
|
// Station1MaterialName
|
|
|
|
|
//
|
|
|
|
|
this.Station1MaterialName.AutoSize = true;
|
|
|
|
|
this.Station1MaterialName.Location = new System.Drawing.Point(16, 35);
|
|
|
|
|
this.Station1MaterialName.Name = "Station1MaterialName";
|
|
|
|
|
this.Station1MaterialName.Size = new System.Drawing.Size(89, 12);
|
|
|
|
|
this.Station1MaterialName.TabIndex = 71;
|
|
|
|
|
this.Station1MaterialName.Text = "1#工位物料名称";
|
|
|
|
|
//
|
|
|
|
|
// S2Check
|
|
|
|
|
//
|
|
|
|
|
this.S2Check.AutoSize = true;
|
|
|
|
|
this.S2Check.Location = new System.Drawing.Point(95, 56);
|
|
|
|
|
this.S2Check.Location = new System.Drawing.Point(157, 35);
|
|
|
|
|
this.S2Check.Margin = new System.Windows.Forms.Padding(6);
|
|
|
|
|
this.S2Check.Name = "S2Check";
|
|
|
|
|
this.S2Check.Size = new System.Drawing.Size(15, 14);
|
|
|
|
|
@ -868,7 +1032,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// label16
|
|
|
|
|
//
|
|
|
|
|
this.label16.AutoSize = true;
|
|
|
|
|
this.label16.Location = new System.Drawing.Point(93, 32);
|
|
|
|
|
this.label16.Location = new System.Drawing.Point(131, 36);
|
|
|
|
|
this.label16.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
|
|
|
|
this.label16.Name = "label16";
|
|
|
|
|
this.label16.Size = new System.Drawing.Size(17, 12);
|
|
|
|
|
@ -893,7 +1057,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.label34.Name = "label34";
|
|
|
|
|
this.label34.Size = new System.Drawing.Size(83, 12);
|
|
|
|
|
this.label34.TabIndex = 67;
|
|
|
|
|
this.label34.Text = "PLC规格名称:";
|
|
|
|
|
this.label34.Text = "PLC标称尺度:";
|
|
|
|
|
//
|
|
|
|
|
// PlcSpecNoLabel
|
|
|
|
|
//
|
|
|
|
|
@ -911,14 +1075,14 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.label32.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
this.label32.Location = new System.Drawing.Point(437, 121);
|
|
|
|
|
this.label32.Name = "label32";
|
|
|
|
|
this.label32.Size = new System.Drawing.Size(71, 12);
|
|
|
|
|
this.label32.Size = new System.Drawing.Size(83, 12);
|
|
|
|
|
this.label32.TabIndex = 65;
|
|
|
|
|
this.label32.Text = "PLC规格号:";
|
|
|
|
|
this.label32.Text = "PLC成品代号:";
|
|
|
|
|
//
|
|
|
|
|
// label30
|
|
|
|
|
//
|
|
|
|
|
this.label30.AutoSize = true;
|
|
|
|
|
this.label30.Location = new System.Drawing.Point(202, 32);
|
|
|
|
|
this.label30.Location = new System.Drawing.Point(131, 139);
|
|
|
|
|
this.label30.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
|
|
|
|
this.label30.Name = "label30";
|
|
|
|
|
this.label30.Size = new System.Drawing.Size(17, 12);
|
|
|
|
|
@ -928,7 +1092,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// label31
|
|
|
|
|
//
|
|
|
|
|
this.label31.AutoSize = true;
|
|
|
|
|
this.label31.Location = new System.Drawing.Point(175, 32);
|
|
|
|
|
this.label31.Location = new System.Drawing.Point(131, 113);
|
|
|
|
|
this.label31.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
|
|
|
|
this.label31.Name = "label31";
|
|
|
|
|
this.label31.Size = new System.Drawing.Size(17, 12);
|
|
|
|
|
@ -938,7 +1102,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// label29
|
|
|
|
|
//
|
|
|
|
|
this.label29.AutoSize = true;
|
|
|
|
|
this.label29.Location = new System.Drawing.Point(148, 32);
|
|
|
|
|
this.label29.Location = new System.Drawing.Point(131, 88);
|
|
|
|
|
this.label29.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
|
|
|
|
this.label29.Name = "label29";
|
|
|
|
|
this.label29.Size = new System.Drawing.Size(17, 12);
|
|
|
|
|
@ -948,7 +1112,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// label28
|
|
|
|
|
//
|
|
|
|
|
this.label28.AutoSize = true;
|
|
|
|
|
this.label28.Location = new System.Drawing.Point(121, 32);
|
|
|
|
|
this.label28.Location = new System.Drawing.Point(131, 62);
|
|
|
|
|
this.label28.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
|
|
|
|
this.label28.Name = "label28";
|
|
|
|
|
this.label28.Size = new System.Drawing.Size(17, 12);
|
|
|
|
|
@ -958,7 +1122,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// label22
|
|
|
|
|
//
|
|
|
|
|
this.label22.AutoSize = true;
|
|
|
|
|
this.label22.Location = new System.Drawing.Point(27, 83);
|
|
|
|
|
this.label22.Location = new System.Drawing.Point(181, 62);
|
|
|
|
|
this.label22.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
|
|
|
|
this.label22.Name = "label22";
|
|
|
|
|
this.label22.Size = new System.Drawing.Size(53, 12);
|
|
|
|
|
@ -968,7 +1132,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// label21
|
|
|
|
|
//
|
|
|
|
|
this.label21.AutoSize = true;
|
|
|
|
|
this.label21.Location = new System.Drawing.Point(27, 57);
|
|
|
|
|
this.label21.Location = new System.Drawing.Point(131, 12);
|
|
|
|
|
this.label21.Margin = new System.Windows.Forms.Padding(3, 6, 3, 6);
|
|
|
|
|
this.label21.Name = "label21";
|
|
|
|
|
this.label21.Size = new System.Drawing.Size(53, 12);
|
|
|
|
|
@ -987,7 +1151,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// S8Check
|
|
|
|
|
//
|
|
|
|
|
this.S8Check.AutoSize = true;
|
|
|
|
|
this.S8Check.Location = new System.Drawing.Point(177, 82);
|
|
|
|
|
this.S8Check.Location = new System.Drawing.Point(202, 113);
|
|
|
|
|
this.S8Check.Margin = new System.Windows.Forms.Padding(6);
|
|
|
|
|
this.S8Check.Name = "S8Check";
|
|
|
|
|
this.S8Check.Size = new System.Drawing.Size(15, 14);
|
|
|
|
|
@ -997,7 +1161,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// S9Check
|
|
|
|
|
//
|
|
|
|
|
this.S9Check.AutoSize = true;
|
|
|
|
|
this.S9Check.Location = new System.Drawing.Point(204, 82);
|
|
|
|
|
this.S9Check.Location = new System.Drawing.Point(202, 139);
|
|
|
|
|
this.S9Check.Margin = new System.Windows.Forms.Padding(6);
|
|
|
|
|
this.S9Check.Name = "S9Check";
|
|
|
|
|
this.S9Check.Size = new System.Drawing.Size(15, 14);
|
|
|
|
|
@ -1007,7 +1171,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// S5Check
|
|
|
|
|
//
|
|
|
|
|
this.S5Check.AutoSize = true;
|
|
|
|
|
this.S5Check.Location = new System.Drawing.Point(177, 56);
|
|
|
|
|
this.S5Check.Location = new System.Drawing.Point(157, 113);
|
|
|
|
|
this.S5Check.Margin = new System.Windows.Forms.Padding(6);
|
|
|
|
|
this.S5Check.Name = "S5Check";
|
|
|
|
|
this.S5Check.Size = new System.Drawing.Size(15, 14);
|
|
|
|
|
@ -1033,7 +1197,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// S7Check
|
|
|
|
|
//
|
|
|
|
|
this.S7Check.AutoSize = true;
|
|
|
|
|
this.S7Check.Location = new System.Drawing.Point(150, 82);
|
|
|
|
|
this.S7Check.Location = new System.Drawing.Point(202, 87);
|
|
|
|
|
this.S7Check.Margin = new System.Windows.Forms.Padding(6);
|
|
|
|
|
this.S7Check.Name = "S7Check";
|
|
|
|
|
this.S7Check.Size = new System.Drawing.Size(15, 14);
|
|
|
|
|
@ -1050,7 +1214,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// S4Check
|
|
|
|
|
//
|
|
|
|
|
this.S4Check.AutoSize = true;
|
|
|
|
|
this.S4Check.Location = new System.Drawing.Point(150, 56);
|
|
|
|
|
this.S4Check.Location = new System.Drawing.Point(157, 87);
|
|
|
|
|
this.S4Check.Margin = new System.Windows.Forms.Padding(6);
|
|
|
|
|
this.S4Check.Name = "S4Check";
|
|
|
|
|
this.S4Check.Size = new System.Drawing.Size(15, 14);
|
|
|
|
|
@ -1076,7 +1240,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// S6Check
|
|
|
|
|
//
|
|
|
|
|
this.S6Check.AutoSize = true;
|
|
|
|
|
this.S6Check.Location = new System.Drawing.Point(204, 56);
|
|
|
|
|
this.S6Check.Location = new System.Drawing.Point(157, 139);
|
|
|
|
|
this.S6Check.Margin = new System.Windows.Forms.Padding(6);
|
|
|
|
|
this.S6Check.Name = "S6Check";
|
|
|
|
|
this.S6Check.Size = new System.Drawing.Size(15, 14);
|
|
|
|
|
@ -1095,7 +1259,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
// S3Check
|
|
|
|
|
//
|
|
|
|
|
this.S3Check.AutoSize = true;
|
|
|
|
|
this.S3Check.Location = new System.Drawing.Point(123, 56);
|
|
|
|
|
this.S3Check.Location = new System.Drawing.Point(157, 61);
|
|
|
|
|
this.S3Check.Margin = new System.Windows.Forms.Padding(6);
|
|
|
|
|
this.S3Check.Name = "S3Check";
|
|
|
|
|
this.S3Check.Size = new System.Drawing.Size(15, 14);
|
|
|
|
|
@ -1141,9 +1305,9 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.label18.Font = new System.Drawing.Font("宋体", 12F);
|
|
|
|
|
this.label18.Location = new System.Drawing.Point(436, 28);
|
|
|
|
|
this.label18.Name = "label18";
|
|
|
|
|
this.label18.Size = new System.Drawing.Size(71, 16);
|
|
|
|
|
this.label18.Size = new System.Drawing.Size(87, 16);
|
|
|
|
|
this.label18.TabIndex = 43;
|
|
|
|
|
this.label18.Text = "规格号:";
|
|
|
|
|
this.label18.Text = "成品代号:";
|
|
|
|
|
//
|
|
|
|
|
// SpecNoLabel
|
|
|
|
|
//
|
|
|
|
|
@ -1163,7 +1327,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.label19.Name = "label19";
|
|
|
|
|
this.label19.Size = new System.Drawing.Size(87, 16);
|
|
|
|
|
this.label19.TabIndex = 44;
|
|
|
|
|
this.label19.Text = "规格名称:";
|
|
|
|
|
this.label19.Text = "标称尺度:";
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel2
|
|
|
|
|
//
|
|
|
|
|
@ -1174,7 +1338,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.panel1, 1, 0);
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.ButtonPanel, 0, 0);
|
|
|
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 190);
|
|
|
|
|
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
|
|
|
this.tableLayoutPanel2.RowCount = 1;
|
|
|
|
|
@ -1194,13 +1358,13 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
this.panel1.Location = new System.Drawing.Point(861, 0);
|
|
|
|
|
this.panel1.Margin = new System.Windows.Forms.Padding(0);
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(861, 58);
|
|
|
|
|
this.panel1.Size = new System.Drawing.Size(861, 63);
|
|
|
|
|
this.panel1.TabIndex = 5;
|
|
|
|
|
//
|
|
|
|
|
// label27
|
|
|
|
|
//
|
|
|
|
|
this.label27.AutoSize = true;
|
|
|
|
|
this.label27.Location = new System.Drawing.Point(338, 9);
|
|
|
|
|
this.label27.Location = new System.Drawing.Point(338, 12);
|
|
|
|
|
this.label27.Name = "label27";
|
|
|
|
|
this.label27.Size = new System.Drawing.Size(269, 12);
|
|
|
|
|
this.label27.TabIndex = 8;
|
|
|
|
|
@ -1208,7 +1372,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
// RefreshWeightButton
|
|
|
|
|
//
|
|
|
|
|
this.RefreshWeightButton.Location = new System.Drawing.Point(120, 9);
|
|
|
|
|
this.RefreshWeightButton.Location = new System.Drawing.Point(120, 12);
|
|
|
|
|
this.RefreshWeightButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.RefreshWeightButton.Name = "RefreshWeightButton";
|
|
|
|
|
this.RefreshWeightButton.Size = new System.Drawing.Size(103, 39);
|
|
|
|
|
@ -1219,7 +1383,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
// UpdateWeightButton
|
|
|
|
|
//
|
|
|
|
|
this.UpdateWeightButton.Location = new System.Drawing.Point(229, 9);
|
|
|
|
|
this.UpdateWeightButton.Location = new System.Drawing.Point(229, 12);
|
|
|
|
|
this.UpdateWeightButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.UpdateWeightButton.Name = "UpdateWeightButton";
|
|
|
|
|
this.UpdateWeightButton.Size = new System.Drawing.Size(103, 39);
|
|
|
|
|
@ -1230,7 +1394,7 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
//
|
|
|
|
|
// AddWeightButton
|
|
|
|
|
//
|
|
|
|
|
this.AddWeightButton.Location = new System.Drawing.Point(11, 9);
|
|
|
|
|
this.AddWeightButton.Location = new System.Drawing.Point(11, 12);
|
|
|
|
|
this.AddWeightButton.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
|
|
this.AddWeightButton.Name = "AddWeightButton";
|
|
|
|
|
this.AddWeightButton.Size = new System.Drawing.Size(103, 39);
|
|
|
|
|
@ -1242,7 +1406,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, 9);
|
|
|
|
|
this.DeleteWeightButton.Location = new System.Drawing.Point(746, 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);
|
|
|
|
|
@ -1251,148 +1415,85 @@ 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.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.True;
|
|
|
|
|
//
|
|
|
|
|
// MaterialName
|
|
|
|
|
//
|
|
|
|
|
this.MaterialName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.MaterialName.DataPropertyName = "MaterialName";
|
|
|
|
|
this.MaterialName.HeaderText = "胶料名称";
|
|
|
|
|
this.MaterialName.Name = "MaterialName";
|
|
|
|
|
this.MaterialName.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// MaterialType
|
|
|
|
|
//
|
|
|
|
|
this.MaterialType.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.MaterialType.DataPropertyName = "MaterialType";
|
|
|
|
|
this.MaterialType.HeaderText = "胶料类型";
|
|
|
|
|
this.MaterialType.Name = "MaterialType";
|
|
|
|
|
this.MaterialType.ReadOnly = true;
|
|
|
|
|
this.MaterialType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
//
|
|
|
|
|
// SetThickness
|
|
|
|
|
//
|
|
|
|
|
this.SetThickness.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.SetThickness.DataPropertyName = "SetThickness";
|
|
|
|
|
this.SetThickness.HeaderText = "厚度";
|
|
|
|
|
this.SetThickness.Name = "SetThickness";
|
|
|
|
|
//
|
|
|
|
|
// SetWidth
|
|
|
|
|
//
|
|
|
|
|
this.SetWidth.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.SetWidth.DataPropertyName = "SetWidth";
|
|
|
|
|
this.SetWidth.HeaderText = "宽度";
|
|
|
|
|
this.SetWidth.Name = "SetWidth";
|
|
|
|
|
//
|
|
|
|
|
// SetLayer
|
|
|
|
|
//
|
|
|
|
|
this.SetLayer.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.SetLayer.DataPropertyName = "SetLayer";
|
|
|
|
|
this.SetLayer.HeaderText = "层数";
|
|
|
|
|
this.SetLayer.Name = "SetLayer";
|
|
|
|
|
//
|
|
|
|
|
// SetWeight
|
|
|
|
|
//
|
|
|
|
|
this.SetWeight.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.SetWeight.DataPropertyName = "SetWeight";
|
|
|
|
|
this.SetWeight.HeaderText = "重量";
|
|
|
|
|
this.SetWeight.Name = "SetWeight";
|
|
|
|
|
//
|
|
|
|
|
// SetError
|
|
|
|
|
//
|
|
|
|
|
this.SetError.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.SetError.DataPropertyName = "SetError";
|
|
|
|
|
this.SetError.HeaderText = "公差";
|
|
|
|
|
this.SetError.Name = "SetError";
|
|
|
|
|
//
|
|
|
|
|
// WeightIsUse
|
|
|
|
|
//
|
|
|
|
|
this.WeightIsUse.DataPropertyName = "IsUse";
|
|
|
|
|
this.WeightIsUse.HeaderText = "启用";
|
|
|
|
|
this.WeightIsUse.Name = "WeightIsUse";
|
|
|
|
|
this.WeightIsUse.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.WeightIsUse.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
|
|
this.WeightIsUse.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// RId
|
|
|
|
|
//
|
|
|
|
|
this.RId.DataPropertyName = "Id";
|
|
|
|
|
this.RId.HeaderText = "ID";
|
|
|
|
|
this.RId.Name = "RId";
|
|
|
|
|
this.RId.ReadOnly = true;
|
|
|
|
|
this.RId.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.RId.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
// RecipeCode
|
|
|
|
|
//
|
|
|
|
|
this.RecipeCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.RecipeCode.DataPropertyName = "RecipeCode";
|
|
|
|
|
this.RecipeCode.HeaderText = "配方编号";
|
|
|
|
|
this.RecipeCode.FillWeight = 52.74404F;
|
|
|
|
|
this.RecipeCode.HeaderText = "成品代号";
|
|
|
|
|
this.RecipeCode.Name = "RecipeCode";
|
|
|
|
|
this.RecipeCode.ReadOnly = true;
|
|
|
|
|
this.RecipeCode.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
//
|
|
|
|
|
// RecipeName
|
|
|
|
|
//
|
|
|
|
|
this.RecipeName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.RecipeName.DataPropertyName = "RecipeName";
|
|
|
|
|
this.RecipeName.FillWeight = 52.74404F;
|
|
|
|
|
this.RecipeName.HeaderText = "标称尺度";
|
|
|
|
|
this.RecipeName.Name = "RecipeName";
|
|
|
|
|
this.RecipeName.ReadOnly = true;
|
|
|
|
|
this.RecipeName.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
//
|
|
|
|
|
// RecipeSpecCode
|
|
|
|
|
//
|
|
|
|
|
this.RecipeSpecCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.RecipeSpecCode.DataPropertyName = "RecipeSpecCode";
|
|
|
|
|
this.RecipeSpecCode.FillWeight = 52.74404F;
|
|
|
|
|
this.RecipeSpecCode.HeaderText = "SPEC编号";
|
|
|
|
|
this.RecipeSpecCode.Name = "RecipeSpecCode";
|
|
|
|
|
this.RecipeSpecCode.ReadOnly = true;
|
|
|
|
|
this.RecipeSpecCode.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
//
|
|
|
|
|
// RecipeSpecName
|
|
|
|
|
//
|
|
|
|
|
this.RecipeSpecName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.RecipeSpecName.DataPropertyName = "RecipeSpecName";
|
|
|
|
|
this.RecipeSpecName.FillWeight = 52.74404F;
|
|
|
|
|
this.RecipeSpecName.HeaderText = "SPEC名称";
|
|
|
|
|
this.RecipeSpecName.Name = "RecipeSpecName";
|
|
|
|
|
this.RecipeSpecName.ReadOnly = true;
|
|
|
|
|
this.RecipeSpecName.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
//
|
|
|
|
|
// SizeKind
|
|
|
|
|
//
|
|
|
|
|
this.SizeKind.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.SizeKind.DataPropertyName = "SizeKind";
|
|
|
|
|
this.SizeKind.FillWeight = 52.74404F;
|
|
|
|
|
this.SizeKind.HeaderText = "寸别";
|
|
|
|
|
this.SizeKind.Name = "SizeKind";
|
|
|
|
|
this.SizeKind.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.SizeKind.Width = 55;
|
|
|
|
|
//
|
|
|
|
|
// FixedWidth
|
|
|
|
|
//
|
|
|
|
|
this.FixedWidth.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.FixedWidth.DataPropertyName = "FixedWidth";
|
|
|
|
|
this.FixedWidth.FillWeight = 137.1345F;
|
|
|
|
|
this.FixedWidth.HeaderText = "固定胶宽度";
|
|
|
|
|
this.FixedWidth.Name = "FixedWidth";
|
|
|
|
|
this.FixedWidth.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.FixedWidth.Width = 90;
|
|
|
|
|
//
|
|
|
|
|
// WeightError
|
|
|
|
|
//
|
|
|
|
|
this.WeightError.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
this.WeightError.DataPropertyName = "WeightError";
|
|
|
|
|
this.WeightError.HeaderText = "重量公差";
|
|
|
|
|
this.WeightError.Name = "WeightError";
|
|
|
|
|
this.WeightError.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.WeightError.Width = 79;
|
|
|
|
|
//
|
|
|
|
|
// IsUse
|
|
|
|
|
//
|
|
|
|
|
this.IsUse.DataPropertyName = "IsUse";
|
|
|
|
|
this.IsUse.HeaderText = "启用";
|
|
|
|
|
this.IsUse.Name = "IsUse";
|
|
|
|
|
this.IsUse.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.IsUse.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.IsUse.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
|
|
this.IsUse.Width = 40;
|
|
|
|
|
//
|
|
|
|
|
@ -1530,13 +1631,20 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
|
private Button SyncDataButton;
|
|
|
|
|
private Label label26;
|
|
|
|
|
private Label label27;
|
|
|
|
|
private Label Station5MaterialName;
|
|
|
|
|
private Label Station4MaterialName;
|
|
|
|
|
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 SetWidth;
|
|
|
|
|
private DataGridViewTextBoxColumn SetLayer;
|
|
|
|
|
private DataGridViewTextBoxColumn SetWidth1;
|
|
|
|
|
private DataGridViewTextBoxColumn SetLayer1;
|
|
|
|
|
private DataGridViewTextBoxColumn SetWidth2;
|
|
|
|
|
private DataGridViewTextBoxColumn SetLayer2;
|
|
|
|
|
private DataGridViewTextBoxColumn SetWeight;
|
|
|
|
|
private DataGridViewTextBoxColumn SetError;
|
|
|
|
|
private DataGridViewCheckBoxColumn WeightIsUse;
|
|
|
|
|
|