You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

464 lines
20 KiB
C#

namespace Mesnac.Action.ChemicalWeighing.EngineeringDebuggingMode.ParametersWithPCStateMonitor
{
partial class ParametersWithPCStateMonitor
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.PressureGroupBox = new System.Windows.Forms.GroupBox();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.label10 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.Alarm = new System.Windows.Forms.Label();
this.HighLimit = new System.Windows.Forms.Label();
this.LowLimit = new System.Windows.Forms.Label();
this.ActualValue = new System.Windows.Forms.Label();
this.WeightGroupBox = new System.Windows.Forms.GroupBox();
this.label2 = new System.Windows.Forms.Label();
this.LowLevel = new System.Windows.Forms.Label();
this.label16 = new System.Windows.Forms.Label();
this.label15 = new System.Windows.Forms.Label();
this.HighLevel = new System.Windows.Forms.Label();
this.label14 = new System.Windows.Forms.Label();
this.LowWeight = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.HighWeight = new System.Windows.Forms.Label();
this.ActWeight = new System.Windows.Forms.Label();
this.ListBox_DmChange_Pressure = new System.Windows.Forms.ListBox();
this.ListBox_DmChange_Weight = new System.Windows.Forms.ListBox();
this.Refresh = new System.Windows.Forms.Button();
this.PIDGroupBox = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.SV = new System.Windows.Forms.Label();
this.PV = new System.Windows.Forms.Label();
this.ListBox_DmChange_PID = new System.Windows.Forms.ListBox();
this.PressureGroupBox.SuspendLayout();
this.WeightGroupBox.SuspendLayout();
this.PIDGroupBox.SuspendLayout();
this.SuspendLayout();
//
// PressureGroupBox
//
this.PressureGroupBox.Controls.Add(this.label12);
this.PressureGroupBox.Controls.Add(this.label11);
this.PressureGroupBox.Controls.Add(this.label10);
this.PressureGroupBox.Controls.Add(this.label5);
this.PressureGroupBox.Controls.Add(this.Alarm);
this.PressureGroupBox.Controls.Add(this.HighLimit);
this.PressureGroupBox.Controls.Add(this.LowLimit);
this.PressureGroupBox.Controls.Add(this.ActualValue);
this.PressureGroupBox.Location = new System.Drawing.Point(12, 12);
this.PressureGroupBox.Name = "PressureGroupBox";
this.PressureGroupBox.Size = new System.Drawing.Size(158, 71);
this.PressureGroupBox.TabIndex = 0;
this.PressureGroupBox.TabStop = false;
this.PressureGroupBox.Text = "Pressure";
//
// label12
//
this.label12.AutoSize = true;
this.label12.Location = new System.Drawing.Point(45, 53);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(53, 12);
this.label12.TabIndex = 7;
this.label12.Text = "超压报警";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(45, 41);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(65, 12);
this.label11.TabIndex = 6;
this.label11.Text = "高压设定值";
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(45, 29);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(65, 12);
this.label10.TabIndex = 5;
this.label10.Text = "低压设定值";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(45, 17);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(95, 12);
this.label5.TabIndex = 4;
this.label5.Text = "实际值,用于显示";
//
// Alarm
//
this.Alarm.AutoSize = true;
this.Alarm.Location = new System.Drawing.Point(6, 53);
this.Alarm.Name = "Alarm";
this.Alarm.Size = new System.Drawing.Size(11, 12);
this.Alarm.TabIndex = 3;
this.Alarm.Text = "0";
//
// HighLimit
//
this.HighLimit.AutoSize = true;
this.HighLimit.Location = new System.Drawing.Point(6, 41);
this.HighLimit.Name = "HighLimit";
this.HighLimit.Size = new System.Drawing.Size(11, 12);
this.HighLimit.TabIndex = 2;
this.HighLimit.Text = "0";
//
// LowLimit
//
this.LowLimit.AutoSize = true;
this.LowLimit.Location = new System.Drawing.Point(6, 29);
this.LowLimit.Name = "LowLimit";
this.LowLimit.Size = new System.Drawing.Size(11, 12);
this.LowLimit.TabIndex = 1;
this.LowLimit.Text = "0";
//
// ActualValue
//
this.ActualValue.AutoSize = true;
this.ActualValue.Location = new System.Drawing.Point(6, 17);
this.ActualValue.Name = "ActualValue";
this.ActualValue.Size = new System.Drawing.Size(11, 12);
this.ActualValue.TabIndex = 0;
this.ActualValue.Text = "0";
//
// WeightGroupBox
//
this.WeightGroupBox.Controls.Add(this.label2);
this.WeightGroupBox.Controls.Add(this.LowLevel);
this.WeightGroupBox.Controls.Add(this.label16);
this.WeightGroupBox.Controls.Add(this.label15);
this.WeightGroupBox.Controls.Add(this.HighLevel);
this.WeightGroupBox.Controls.Add(this.label14);
this.WeightGroupBox.Controls.Add(this.LowWeight);
this.WeightGroupBox.Controls.Add(this.label13);
this.WeightGroupBox.Controls.Add(this.HighWeight);
this.WeightGroupBox.Controls.Add(this.ActWeight);
this.WeightGroupBox.Location = new System.Drawing.Point(176, 12);
this.WeightGroupBox.Name = "WeightGroupBox";
this.WeightGroupBox.Size = new System.Drawing.Size(158, 83);
this.WeightGroupBox.TabIndex = 0;
this.WeightGroupBox.TabStop = false;
this.WeightGroupBox.Text = "Weight";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(45, 65);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 13;
this.label2.Text = "低料位指示";
//
// LowLevel
//
this.LowLevel.AutoSize = true;
this.LowLevel.Location = new System.Drawing.Point(6, 65);
this.LowLevel.Name = "LowLevel";
this.LowLevel.Size = new System.Drawing.Size(11, 12);
this.LowLevel.TabIndex = 12;
this.LowLevel.Text = "0";
//
// label16
//
this.label16.AutoSize = true;
this.label16.Location = new System.Drawing.Point(45, 53);
this.label16.Name = "label16";
this.label16.Size = new System.Drawing.Size(65, 12);
this.label16.TabIndex = 11;
this.label16.Text = "高料位指示";
//
// label15
//
this.label15.AutoSize = true;
this.label15.Location = new System.Drawing.Point(45, 41);
this.label15.Name = "label15";
this.label15.Size = new System.Drawing.Size(65, 12);
this.label15.TabIndex = 10;
this.label15.Text = "低料位重量";
//
// HighLevel
//
this.HighLevel.AutoSize = true;
this.HighLevel.Location = new System.Drawing.Point(6, 53);
this.HighLevel.Name = "HighLevel";
this.HighLevel.Size = new System.Drawing.Size(11, 12);
this.HighLevel.TabIndex = 4;
this.HighLevel.Text = "0";
//
// label14
//
this.label14.AutoSize = true;
this.label14.Location = new System.Drawing.Point(45, 29);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(65, 12);
this.label14.TabIndex = 9;
this.label14.Text = "高料位重量";
//
// LowWeight
//
this.LowWeight.AutoSize = true;
this.LowWeight.Location = new System.Drawing.Point(6, 41);
this.LowWeight.Name = "LowWeight";
this.LowWeight.Size = new System.Drawing.Size(11, 12);
this.LowWeight.TabIndex = 3;
this.LowWeight.Text = "0";
//
// label13
//
this.label13.AutoSize = true;
this.label13.Location = new System.Drawing.Point(45, 17);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(53, 12);
this.label13.TabIndex = 8;
this.label13.Text = "实际重量";
//
// HighWeight
//
this.HighWeight.AutoSize = true;
this.HighWeight.Location = new System.Drawing.Point(6, 29);
this.HighWeight.Name = "HighWeight";
this.HighWeight.Size = new System.Drawing.Size(11, 12);
this.HighWeight.TabIndex = 2;
this.HighWeight.Text = "0";
//
// ActWeight
//
this.ActWeight.AutoSize = true;
this.ActWeight.Location = new System.Drawing.Point(6, 17);
this.ActWeight.Name = "ActWeight";
this.ActWeight.Size = new System.Drawing.Size(11, 12);
this.ActWeight.TabIndex = 1;
this.ActWeight.Text = "0";
//
// ListBox_DmChange_Pressure
//
this.ListBox_DmChange_Pressure.FormattingEnabled = true;
this.ListBox_DmChange_Pressure.ItemHeight = 12;
this.ListBox_DmChange_Pressure.Items.AddRange(new object[] {
"压送秤A气源压力",
"压送秤A顶部压力",
"压送秤A底部压力",
"压送秤B气源压力",
"压送秤B顶部压力",
"压送秤B底部压力",
"压送秤C气源压力",
"压送秤C顶部压力",
"压送秤C底部压力",
"压送秤D气源压力",
"压送秤D顶部压力",
"压送秤D底部压力",
"压送秤E气源压力",
"压送秤E顶部压力",
"压送秤E底部压力",
"日罐压力B1",
"日罐压力B2",
"日罐压力B3",
"日罐压力B4",
"日罐压力B5",
"日罐压力B6",
"日罐压力B7",
"日罐压力B8",
"日罐压力B9",
"日罐压力B10",
"日罐压力B11",
"日罐压力B12",
"管道压力传感器1",
"管道压力传感器2",
"管道压力传感器3"});
this.ListBox_DmChange_Pressure.Location = new System.Drawing.Point(12, 89);
this.ListBox_DmChange_Pressure.Name = "ListBox_DmChange_Pressure";
this.ListBox_DmChange_Pressure.Size = new System.Drawing.Size(158, 220);
this.ListBox_DmChange_Pressure.TabIndex = 1;
this.ListBox_DmChange_Pressure.SelectedIndexChanged += new System.EventHandler(this.ListBox_DmChange_Pressure_SelectedIndexChanged);
//
// ListBox_DmChange_Weight
//
this.ListBox_DmChange_Weight.FormattingEnabled = true;
this.ListBox_DmChange_Weight.ItemHeight = 12;
this.ListBox_DmChange_Weight.Items.AddRange(new object[] {
"干混缓存A重量",
"干混缓存B重量",
"干混缓存C重量",
"干混缓存D重量",
"压送秤A重量",
"压送秤B重量",
"压送秤C重量",
"压送秤D重量",
"压送秤E重量",
"热水秤A重量",
"热水秤B重量",
"冷水秤A重量",
"冷水秤B重量"});
this.ListBox_DmChange_Weight.Location = new System.Drawing.Point(176, 101);
this.ListBox_DmChange_Weight.Name = "ListBox_DmChange_Weight";
this.ListBox_DmChange_Weight.Size = new System.Drawing.Size(158, 208);
this.ListBox_DmChange_Weight.TabIndex = 2;
this.ListBox_DmChange_Weight.SelectedIndexChanged += new System.EventHandler(this.ListBox_DmChange_Weight_SelectedIndexChanged);
//
// Refresh
//
this.Refresh.Location = new System.Drawing.Point(178, 315);
this.Refresh.Name = "Refresh";
this.Refresh.Size = new System.Drawing.Size(157, 42);
this.Refresh.TabIndex = 3;
this.Refresh.Text = "刷新";
this.Refresh.UseVisualStyleBackColor = true;
this.Refresh.Click += new System.EventHandler(this.Refresh_Click);
//
// PIDGroupBox
//
this.PIDGroupBox.Controls.Add(this.label1);
this.PIDGroupBox.Controls.Add(this.label3);
this.PIDGroupBox.Controls.Add(this.SV);
this.PIDGroupBox.Controls.Add(this.PV);
this.PIDGroupBox.Location = new System.Drawing.Point(340, 12);
this.PIDGroupBox.Name = "PIDGroupBox";
this.PIDGroupBox.Size = new System.Drawing.Size(158, 47);
this.PIDGroupBox.TabIndex = 4;
this.PIDGroupBox.TabStop = false;
this.PIDGroupBox.Text = "PID";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(45, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 5;
this.label1.Text = "实际值";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(45, 29);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 6;
this.label3.Text = "设定值";
//
// SV
//
this.SV.AutoSize = true;
this.SV.Location = new System.Drawing.Point(6, 29);
this.SV.Name = "SV";
this.SV.Size = new System.Drawing.Size(11, 12);
this.SV.TabIndex = 4;
this.SV.Text = "0";
//
// PV
//
this.PV.AutoSize = true;
this.PV.Location = new System.Drawing.Point(6, 17);
this.PV.Name = "PV";
this.PV.Size = new System.Drawing.Size(11, 12);
this.PV.TabIndex = 3;
this.PV.Text = "0";
//
// ListBox_DmChange_PID
//
this.ListBox_DmChange_PID.FormattingEnabled = true;
this.ListBox_DmChange_PID.ItemHeight = 12;
this.ListBox_DmChange_PID.Items.AddRange(new object[] {
"压送秤A输送比例阀",
"压送秤A清扫比例阀",
"压送秤B输送比例阀",
"压送秤B清扫比例阀",
"压送秤C输送比例阀",
"压送秤C清扫比例阀",
"压送秤D输送比例阀",
"压送秤D清扫比例阀",
"压送秤E输送比例阀",
"压送秤E清扫比例阀"});
this.ListBox_DmChange_PID.Location = new System.Drawing.Point(340, 65);
this.ListBox_DmChange_PID.Name = "ListBox_DmChange_PID";
this.ListBox_DmChange_PID.Size = new System.Drawing.Size(158, 244);
this.ListBox_DmChange_PID.TabIndex = 5;
this.ListBox_DmChange_PID.SelectedIndexChanged += new System.EventHandler(this.ListBox_DmChange_PID_SelectedIndexChanged);
//
// ParametersWithPCStateMonitor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(509, 363);
this.Controls.Add(this.ListBox_DmChange_PID);
this.Controls.Add(this.PIDGroupBox);
this.Controls.Add(this.Refresh);
this.Controls.Add(this.ListBox_DmChange_Weight);
this.Controls.Add(this.ListBox_DmChange_Pressure);
this.Controls.Add(this.WeightGroupBox);
this.Controls.Add(this.PressureGroupBox);
this.Name = "ParametersWithPCStateMonitor";
this.Text = "ParametersWithPCStateMonitor";
this.PressureGroupBox.ResumeLayout(false);
this.PressureGroupBox.PerformLayout();
this.WeightGroupBox.ResumeLayout(false);
this.WeightGroupBox.PerformLayout();
this.PIDGroupBox.ResumeLayout(false);
this.PIDGroupBox.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox PressureGroupBox;
private System.Windows.Forms.GroupBox WeightGroupBox;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label Alarm;
private System.Windows.Forms.Label HighLimit;
private System.Windows.Forms.Label LowLimit;
private System.Windows.Forms.Label ActualValue;
private System.Windows.Forms.Label label16;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label HighLevel;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label LowWeight;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label HighWeight;
private System.Windows.Forms.Label ActWeight;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label LowLevel;
private System.Windows.Forms.ListBox ListBox_DmChange_Pressure;
private System.Windows.Forms.ListBox ListBox_DmChange_Weight;
private System.Windows.Forms.Button Refresh;
private System.Windows.Forms.GroupBox PIDGroupBox;
private System.Windows.Forms.Label SV;
private System.Windows.Forms.Label PV;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ListBox ListBox_DmChange_PID;
}
}