|
|
@ -111,6 +111,10 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
this.Position2RadioButton = new System.Windows.Forms.RadioButton();
|
|
|
|
this.Position2RadioButton = new System.Windows.Forms.RadioButton();
|
|
|
|
this.Position1RadioButton = new System.Windows.Forms.RadioButton();
|
|
|
|
this.Position1RadioButton = new System.Windows.Forms.RadioButton();
|
|
|
|
this.groupbox5 = new System.Windows.Forms.GroupBox();
|
|
|
|
this.groupbox5 = new System.Windows.Forms.GroupBox();
|
|
|
|
|
|
|
|
this.PlcSpecNameLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.label34 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.PlcSpecNoLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.label32 = new System.Windows.Forms.Label();
|
|
|
|
this.label30 = new System.Windows.Forms.Label();
|
|
|
|
this.label30 = new System.Windows.Forms.Label();
|
|
|
|
this.label31 = new System.Windows.Forms.Label();
|
|
|
|
this.label31 = new System.Windows.Forms.Label();
|
|
|
|
this.label29 = new System.Windows.Forms.Label();
|
|
|
|
this.label29 = new System.Windows.Forms.Label();
|
|
|
@ -150,10 +154,6 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
this.UpdateWeightButton = new System.Windows.Forms.Button();
|
|
|
|
this.UpdateWeightButton = new System.Windows.Forms.Button();
|
|
|
|
this.AddWeightButton = new System.Windows.Forms.Button();
|
|
|
|
this.AddWeightButton = new System.Windows.Forms.Button();
|
|
|
|
this.DeleteWeightButton = new System.Windows.Forms.Button();
|
|
|
|
this.DeleteWeightButton = new System.Windows.Forms.Button();
|
|
|
|
this.PlcSpecNoLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.label32 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.PlcSpecNameLabel = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
this.label34 = new System.Windows.Forms.Label();
|
|
|
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.WeightDataGridView)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.WeightDataGridView)).BeginInit();
|
|
|
|
this.ButtonPanel.SuspendLayout();
|
|
|
|
this.ButtonPanel.SuspendLayout();
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
|
this.groupBox1.SuspendLayout();
|
|
|
@ -1058,6 +1058,46 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
this.groupbox5.TabStop = false;
|
|
|
|
this.groupbox5.TabStop = false;
|
|
|
|
this.groupbox5.Text = "公共参数";
|
|
|
|
this.groupbox5.Text = "公共参数";
|
|
|
|
//
|
|
|
|
//
|
|
|
|
|
|
|
|
// PlcSpecNameLabel
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.PlcSpecNameLabel.AutoSize = true;
|
|
|
|
|
|
|
|
this.PlcSpecNameLabel.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
|
|
|
this.PlcSpecNameLabel.Location = new System.Drawing.Point(477, 143);
|
|
|
|
|
|
|
|
this.PlcSpecNameLabel.Name = "PlcSpecNameLabel";
|
|
|
|
|
|
|
|
this.PlcSpecNameLabel.Size = new System.Drawing.Size(23, 12);
|
|
|
|
|
|
|
|
this.PlcSpecNameLabel.TabIndex = 68;
|
|
|
|
|
|
|
|
this.PlcSpecNameLabel.Text = "N/A";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label34
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label34.AutoSize = true;
|
|
|
|
|
|
|
|
this.label34.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
|
|
|
this.label34.Location = new System.Drawing.Point(397, 143);
|
|
|
|
|
|
|
|
this.label34.Name = "label34";
|
|
|
|
|
|
|
|
this.label34.Size = new System.Drawing.Size(83, 12);
|
|
|
|
|
|
|
|
this.label34.TabIndex = 67;
|
|
|
|
|
|
|
|
this.label34.Text = "PLC规格名称:";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// PlcSpecNoLabel
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.PlcSpecNoLabel.AutoSize = true;
|
|
|
|
|
|
|
|
this.PlcSpecNoLabel.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
|
|
|
this.PlcSpecNoLabel.Location = new System.Drawing.Point(477, 121);
|
|
|
|
|
|
|
|
this.PlcSpecNoLabel.Name = "PlcSpecNoLabel";
|
|
|
|
|
|
|
|
this.PlcSpecNoLabel.Size = new System.Drawing.Size(23, 12);
|
|
|
|
|
|
|
|
this.PlcSpecNoLabel.TabIndex = 66;
|
|
|
|
|
|
|
|
this.PlcSpecNoLabel.Text = "N/A";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label32
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label32.AutoSize = true;
|
|
|
|
|
|
|
|
this.label32.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
|
|
|
this.label32.Location = new System.Drawing.Point(397, 121);
|
|
|
|
|
|
|
|
this.label32.Name = "label32";
|
|
|
|
|
|
|
|
this.label32.Size = new System.Drawing.Size(71, 12);
|
|
|
|
|
|
|
|
this.label32.TabIndex = 65;
|
|
|
|
|
|
|
|
this.label32.Text = "PLC规格号:";
|
|
|
|
|
|
|
|
//
|
|
|
|
// label30
|
|
|
|
// label30
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label30.AutoSize = true;
|
|
|
|
this.label30.AutoSize = true;
|
|
|
@ -1444,46 +1484,6 @@ namespace HighWayIot.Winform.UserControlPages
|
|
|
|
this.DeleteWeightButton.UseVisualStyleBackColor = true;
|
|
|
|
this.DeleteWeightButton.UseVisualStyleBackColor = true;
|
|
|
|
this.DeleteWeightButton.Click += new System.EventHandler(this.DeleteWeightButton_Click);
|
|
|
|
this.DeleteWeightButton.Click += new System.EventHandler(this.DeleteWeightButton_Click);
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// PlcSpecNoLabel
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.PlcSpecNoLabel.AutoSize = true;
|
|
|
|
|
|
|
|
this.PlcSpecNoLabel.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
|
|
|
this.PlcSpecNoLabel.Location = new System.Drawing.Point(477, 121);
|
|
|
|
|
|
|
|
this.PlcSpecNoLabel.Name = "PlcSpecNoLabel";
|
|
|
|
|
|
|
|
this.PlcSpecNoLabel.Size = new System.Drawing.Size(23, 12);
|
|
|
|
|
|
|
|
this.PlcSpecNoLabel.TabIndex = 66;
|
|
|
|
|
|
|
|
this.PlcSpecNoLabel.Text = "N/A";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label32
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label32.AutoSize = true;
|
|
|
|
|
|
|
|
this.label32.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
|
|
|
this.label32.Location = new System.Drawing.Point(397, 121);
|
|
|
|
|
|
|
|
this.label32.Name = "label32";
|
|
|
|
|
|
|
|
this.label32.Size = new System.Drawing.Size(71, 12);
|
|
|
|
|
|
|
|
this.label32.TabIndex = 65;
|
|
|
|
|
|
|
|
this.label32.Text = "PLC规格号:";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// PlcSpecNameLabel
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.PlcSpecNameLabel.AutoSize = true;
|
|
|
|
|
|
|
|
this.PlcSpecNameLabel.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
|
|
|
this.PlcSpecNameLabel.Location = new System.Drawing.Point(477, 143);
|
|
|
|
|
|
|
|
this.PlcSpecNameLabel.Name = "PlcSpecNameLabel";
|
|
|
|
|
|
|
|
this.PlcSpecNameLabel.Size = new System.Drawing.Size(23, 12);
|
|
|
|
|
|
|
|
this.PlcSpecNameLabel.TabIndex = 68;
|
|
|
|
|
|
|
|
this.PlcSpecNameLabel.Text = "N/A";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// label34
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
this.label34.AutoSize = true;
|
|
|
|
|
|
|
|
this.label34.Font = new System.Drawing.Font("宋体", 9F);
|
|
|
|
|
|
|
|
this.label34.Location = new System.Drawing.Point(397, 143);
|
|
|
|
|
|
|
|
this.label34.Name = "label34";
|
|
|
|
|
|
|
|
this.label34.Size = new System.Drawing.Size(83, 12);
|
|
|
|
|
|
|
|
this.label34.TabIndex = 67;
|
|
|
|
|
|
|
|
this.label34.Text = "PLC规格名称:";
|
|
|
|
|
|
|
|
//
|
|
|
|
|
|
|
|
// RecipeConfigPage
|
|
|
|
// RecipeConfigPage
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|