|
|
|
|
namespace Mesnac.Action.ChemicalWeighing.EngineeringDebuggingMode.ValveStateControl
|
|
|
|
|
{
|
|
|
|
|
partial class ValveStateControl
|
|
|
|
|
{
|
|
|
|
|
/// <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.modeCutGroup = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.ControlMode = new System.Windows.Forms.Button();
|
|
|
|
|
this.NowIs = new System.Windows.Forms.Label();
|
|
|
|
|
this.ModeStateLable = new System.Windows.Forms.Label();
|
|
|
|
|
this.onOffControlGroup = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.OnOffLable = new System.Windows.Forms.Label();
|
|
|
|
|
this.OnOffControl = new System.Windows.Forms.Button();
|
|
|
|
|
this.otherGroup = new System.Windows.Forms.GroupBox();
|
|
|
|
|
this.Alarm = new System.Windows.Forms.Button();
|
|
|
|
|
this.AlarmSet = new System.Windows.Forms.Button();
|
|
|
|
|
this.Set = new System.Windows.Forms.Button();
|
|
|
|
|
this.DmChange = new System.Windows.Forms.ListBox();
|
|
|
|
|
this.modeCutGroup.SuspendLayout();
|
|
|
|
|
this.onOffControlGroup.SuspendLayout();
|
|
|
|
|
this.otherGroup.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// modeCutGroup
|
|
|
|
|
//
|
|
|
|
|
this.modeCutGroup.Controls.Add(this.ControlMode);
|
|
|
|
|
this.modeCutGroup.Controls.Add(this.NowIs);
|
|
|
|
|
this.modeCutGroup.Controls.Add(this.ModeStateLable);
|
|
|
|
|
this.modeCutGroup.Location = new System.Drawing.Point(12, 12);
|
|
|
|
|
this.modeCutGroup.Name = "modeCutGroup";
|
|
|
|
|
this.modeCutGroup.Size = new System.Drawing.Size(234, 70);
|
|
|
|
|
this.modeCutGroup.TabIndex = 0;
|
|
|
|
|
this.modeCutGroup.TabStop = false;
|
|
|
|
|
this.modeCutGroup.Text = "模式切换";
|
|
|
|
|
//
|
|
|
|
|
// ControlMode
|
|
|
|
|
//
|
|
|
|
|
this.ControlMode.Location = new System.Drawing.Point(6, 20);
|
|
|
|
|
this.ControlMode.Name = "ControlMode";
|
|
|
|
|
this.ControlMode.Size = new System.Drawing.Size(99, 44);
|
|
|
|
|
this.ControlMode.TabIndex = 4;
|
|
|
|
|
this.ControlMode.Text = "切换自动模式";
|
|
|
|
|
this.ControlMode.UseVisualStyleBackColor = true;
|
|
|
|
|
this.ControlMode.Click += new System.EventHandler(this.ControlMode_Click);
|
|
|
|
|
//
|
|
|
|
|
// NowIs
|
|
|
|
|
//
|
|
|
|
|
this.NowIs.AutoSize = true;
|
|
|
|
|
this.NowIs.Location = new System.Drawing.Point(111, 17);
|
|
|
|
|
this.NowIs.Name = "NowIs";
|
|
|
|
|
this.NowIs.Size = new System.Drawing.Size(41, 12);
|
|
|
|
|
this.NowIs.TabIndex = 6;
|
|
|
|
|
this.NowIs.Text = "现在为";
|
|
|
|
|
//
|
|
|
|
|
// ModeStateLable
|
|
|
|
|
//
|
|
|
|
|
this.ModeStateLable.AutoSize = true;
|
|
|
|
|
this.ModeStateLable.Location = new System.Drawing.Point(111, 36);
|
|
|
|
|
this.ModeStateLable.Name = "ModeStateLable";
|
|
|
|
|
this.ModeStateLable.Size = new System.Drawing.Size(53, 12);
|
|
|
|
|
this.ModeStateLable.TabIndex = 7;
|
|
|
|
|
this.ModeStateLable.Text = "手动模式";
|
|
|
|
|
//
|
|
|
|
|
// onOffControlGroup
|
|
|
|
|
//
|
|
|
|
|
this.onOffControlGroup.Controls.Add(this.OnOffLable);
|
|
|
|
|
this.onOffControlGroup.Controls.Add(this.OnOffControl);
|
|
|
|
|
this.onOffControlGroup.Location = new System.Drawing.Point(12, 88);
|
|
|
|
|
this.onOffControlGroup.Name = "onOffControlGroup";
|
|
|
|
|
this.onOffControlGroup.Size = new System.Drawing.Size(234, 70);
|
|
|
|
|
this.onOffControlGroup.TabIndex = 1;
|
|
|
|
|
this.onOffControlGroup.TabStop = false;
|
|
|
|
|
this.onOffControlGroup.Text = "启停控制";
|
|
|
|
|
//
|
|
|
|
|
// OnOffLable
|
|
|
|
|
//
|
|
|
|
|
this.OnOffLable.AutoSize = true;
|
|
|
|
|
this.OnOffLable.Location = new System.Drawing.Point(111, 36);
|
|
|
|
|
this.OnOffLable.Name = "OnOffLable";
|
|
|
|
|
this.OnOffLable.Size = new System.Drawing.Size(53, 12);
|
|
|
|
|
this.OnOffLable.TabIndex = 8;
|
|
|
|
|
this.OnOffLable.Text = "状态:关";
|
|
|
|
|
//
|
|
|
|
|
// OnOffControl
|
|
|
|
|
//
|
|
|
|
|
this.OnOffControl.Location = new System.Drawing.Point(6, 20);
|
|
|
|
|
this.OnOffControl.Name = "OnOffControl";
|
|
|
|
|
this.OnOffControl.Size = new System.Drawing.Size(99, 44);
|
|
|
|
|
this.OnOffControl.TabIndex = 5;
|
|
|
|
|
this.OnOffControl.Text = "启动";
|
|
|
|
|
this.OnOffControl.UseVisualStyleBackColor = true;
|
|
|
|
|
this.OnOffControl.Click += new System.EventHandler(this.OnOffControl_Click);
|
|
|
|
|
//
|
|
|
|
|
// otherGroup
|
|
|
|
|
//
|
|
|
|
|
this.otherGroup.Controls.Add(this.Alarm);
|
|
|
|
|
this.otherGroup.Controls.Add(this.AlarmSet);
|
|
|
|
|
this.otherGroup.Controls.Add(this.Set);
|
|
|
|
|
this.otherGroup.Location = new System.Drawing.Point(252, 12);
|
|
|
|
|
this.otherGroup.Name = "otherGroup";
|
|
|
|
|
this.otherGroup.Size = new System.Drawing.Size(118, 166);
|
|
|
|
|
this.otherGroup.TabIndex = 2;
|
|
|
|
|
this.otherGroup.TabStop = false;
|
|
|
|
|
this.otherGroup.Text = "其他控制";
|
|
|
|
|
//
|
|
|
|
|
// Alarm
|
|
|
|
|
//
|
|
|
|
|
this.Alarm.Location = new System.Drawing.Point(6, 20);
|
|
|
|
|
this.Alarm.Name = "Alarm";
|
|
|
|
|
this.Alarm.Size = new System.Drawing.Size(106, 42);
|
|
|
|
|
this.Alarm.TabIndex = 2;
|
|
|
|
|
this.Alarm.Text = "故障指示";
|
|
|
|
|
this.Alarm.UseVisualStyleBackColor = true;
|
|
|
|
|
this.Alarm.Click += new System.EventHandler(this.Alarm_Click);
|
|
|
|
|
//
|
|
|
|
|
// AlarmSet
|
|
|
|
|
//
|
|
|
|
|
this.AlarmSet.Location = new System.Drawing.Point(6, 68);
|
|
|
|
|
this.AlarmSet.Name = "AlarmSet";
|
|
|
|
|
this.AlarmSet.Size = new System.Drawing.Size(106, 42);
|
|
|
|
|
this.AlarmSet.TabIndex = 0;
|
|
|
|
|
this.AlarmSet.Text = "报警复位";
|
|
|
|
|
this.AlarmSet.UseVisualStyleBackColor = true;
|
|
|
|
|
this.AlarmSet.Click += new System.EventHandler(this.AlarmSet_Click);
|
|
|
|
|
//
|
|
|
|
|
// Set
|
|
|
|
|
//
|
|
|
|
|
this.Set.Location = new System.Drawing.Point(6, 116);
|
|
|
|
|
this.Set.Name = "Set";
|
|
|
|
|
this.Set.Size = new System.Drawing.Size(106, 42);
|
|
|
|
|
this.Set.TabIndex = 1;
|
|
|
|
|
this.Set.Text = "输出指令";
|
|
|
|
|
this.Set.UseVisualStyleBackColor = true;
|
|
|
|
|
this.Set.Click += new System.EventHandler(this.Set_Click);
|
|
|
|
|
//
|
|
|
|
|
// DmChange
|
|
|
|
|
//
|
|
|
|
|
this.DmChange.FormattingEnabled = true;
|
|
|
|
|
this.DmChange.ItemHeight = 12;
|
|
|
|
|
this.DmChange.Items.AddRange(new object[] {
|
|
|
|
|
"输送线C1号压送罐出料蝶阀电磁阀",
|
|
|
|
|
"输送线C2号压送罐出料蝶阀电磁阀",
|
|
|
|
|
"输送线A1号压送罐进料蝶阀电磁阀",
|
|
|
|
|
"输送线A1号压送罐返气蝶阀电磁阀",
|
|
|
|
|
"输送线A2号压送罐进料蝶阀电磁阀",
|
|
|
|
|
"输送线A2号压送罐返气蝶阀电磁阀",
|
|
|
|
|
"输送线B1号压送罐进料蝶阀电磁阀",
|
|
|
|
|
"输送线B1号压送罐返气蝶阀电磁阀",
|
|
|
|
|
"输送线B2号压送罐进料蝶阀电磁阀",
|
|
|
|
|
"输送线B2号压送罐返气蝶阀电磁阀",
|
|
|
|
|
"输送线C1号压送罐进料蝶阀电磁阀",
|
|
|
|
|
"输送线C1号压送罐返气蝶阀电磁阀",
|
|
|
|
|
"输送线C2号压送罐进料蝶阀电磁阀",
|
|
|
|
|
"输送线C2号压送罐返气蝶阀电磁阀",
|
|
|
|
|
"输送线A1号压送罐出料蝶阀电磁阀",
|
|
|
|
|
"输送线A2号压送罐出料蝶阀电磁阀",
|
|
|
|
|
"输送线B1号压送罐出料蝶阀电磁阀",
|
|
|
|
|
"输送线B2号压送罐出料蝶阀电磁阀",
|
|
|
|
|
"输送线A1号压送罐充气角座阀",
|
|
|
|
|
"输送线A2号压送罐充气角座阀",
|
|
|
|
|
"输送线A清扫角座阀",
|
|
|
|
|
"输送线A1号压送罐流态化角座阀",
|
|
|
|
|
"输送线A2号压送罐流态化角座阀",
|
|
|
|
|
"输送线A压送罐出料主管角座阀",
|
|
|
|
|
"输送线A压送罐出料辅管角座阀",
|
|
|
|
|
"输送线B1号压送罐充气角座阀",
|
|
|
|
|
"输送线B2号压送罐充气角座阀",
|
|
|
|
|
"输送线B清扫角座阀",
|
|
|
|
|
"输送线B1号压送罐流态化角座阀",
|
|
|
|
|
"输送线B2号压送罐流态化角座阀",
|
|
|
|
|
"输送线B压送罐出料主管角座阀",
|
|
|
|
|
"输送线B压送罐出料辅管角座阀",
|
|
|
|
|
"输送线C1号压送罐充气角座阀",
|
|
|
|
|
"输送线C2号压送罐充气角座阀",
|
|
|
|
|
"输送线C清扫角座阀",
|
|
|
|
|
"输送线C1号压送罐流态化角座阀",
|
|
|
|
|
"输送线C2号压送罐流态化角座阀",
|
|
|
|
|
"输送线C压送罐出料主管角座阀",
|
|
|
|
|
"输送线C压送罐出料辅管角座阀",
|
|
|
|
|
"输送线A辅管角座阀",
|
|
|
|
|
"输送线B辅管角座阀",
|
|
|
|
|
"输送线C辅管角座阀",
|
|
|
|
|
"大仓A外喷淋阀门",
|
|
|
|
|
"大仓B外喷淋阀门",
|
|
|
|
|
"大仓C外喷淋阀门",
|
|
|
|
|
"大仓D外喷淋阀门",
|
|
|
|
|
"大仓E外喷淋阀门",
|
|
|
|
|
"大仓F外喷淋阀门",
|
|
|
|
|
"大仓G外喷淋阀门",
|
|
|
|
|
"大仓H外喷淋阀门",
|
|
|
|
|
"大仓I外喷淋阀门",
|
|
|
|
|
"大仓J外喷淋阀门",
|
|
|
|
|
"大仓O外喷淋阀门",
|
|
|
|
|
"输送线A滚筒筛分机侧吹阀",
|
|
|
|
|
"输送线A滚筒筛分机振动阀",
|
|
|
|
|
"输送线B滚筒筛分机侧吹阀",
|
|
|
|
|
"输送线B滚筒筛分机振动阀",
|
|
|
|
|
"输送线C滚筒筛分机侧吹阀",
|
|
|
|
|
"输送线C滚筒筛分机振动阀",
|
|
|
|
|
"二级除尘器侧吹脉冲阀1",
|
|
|
|
|
"二级除尘器侧吹脉冲阀2",
|
|
|
|
|
"分配阀1直通电磁阀",
|
|
|
|
|
"分配阀2直通电磁阀",
|
|
|
|
|
"分配阀3直通电磁阀",
|
|
|
|
|
"分配阀4直通电磁阀",
|
|
|
|
|
"分配阀5直通电磁阀",
|
|
|
|
|
"分配阀6直通电磁阀",
|
|
|
|
|
"分配阀7直通电磁阀",
|
|
|
|
|
"分配阀8直通电磁阀",
|
|
|
|
|
"分配阀9直通电磁阀",
|
|
|
|
|
"分配阀10直通电磁阀",
|
|
|
|
|
"分配阀11直通电磁阀",
|
|
|
|
|
"分配阀12直通电磁阀",
|
|
|
|
|
"分配阀13直通电磁阀",
|
|
|
|
|
"分配阀14直通电磁阀",
|
|
|
|
|
"分配阀15直通电磁阀",
|
|
|
|
|
"磨粉系统旋转阀气密封电磁阀"});
|
|
|
|
|
this.DmChange.Location = new System.Drawing.Point(12, 164);
|
|
|
|
|
this.DmChange.Name = "DmChange";
|
|
|
|
|
this.DmChange.Size = new System.Drawing.Size(234, 172);
|
|
|
|
|
this.DmChange.TabIndex = 3;
|
|
|
|
|
this.DmChange.SelectedIndexChanged += new System.EventHandler(this.DmChange_SelectedIndexChanged);
|
|
|
|
|
//
|
|
|
|
|
// ValveStateControl
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(382, 348);
|
|
|
|
|
this.Controls.Add(this.DmChange);
|
|
|
|
|
this.Controls.Add(this.otherGroup);
|
|
|
|
|
this.Controls.Add(this.onOffControlGroup);
|
|
|
|
|
this.Controls.Add(this.modeCutGroup);
|
|
|
|
|
this.Name = "ValveStateControl";
|
|
|
|
|
this.Text = "阀门控制";
|
|
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ValveStateControl_FormClosing);
|
|
|
|
|
this.modeCutGroup.ResumeLayout(false);
|
|
|
|
|
this.modeCutGroup.PerformLayout();
|
|
|
|
|
this.onOffControlGroup.ResumeLayout(false);
|
|
|
|
|
this.onOffControlGroup.PerformLayout();
|
|
|
|
|
this.otherGroup.ResumeLayout(false);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.GroupBox modeCutGroup;
|
|
|
|
|
private System.Windows.Forms.GroupBox onOffControlGroup;
|
|
|
|
|
private System.Windows.Forms.GroupBox otherGroup;
|
|
|
|
|
private System.Windows.Forms.ListBox DmChange;
|
|
|
|
|
private System.Windows.Forms.Button ControlMode;
|
|
|
|
|
private System.Windows.Forms.Button OnOffControl;
|
|
|
|
|
private System.Windows.Forms.Label NowIs;
|
|
|
|
|
private System.Windows.Forms.Label ModeStateLable;
|
|
|
|
|
private System.Windows.Forms.Label OnOffLable;
|
|
|
|
|
private System.Windows.Forms.Button Alarm;
|
|
|
|
|
private System.Windows.Forms.Button Set;
|
|
|
|
|
private System.Windows.Forms.Button AlarmSet;
|
|
|
|
|
}
|
|
|
|
|
}
|