|
|
|
|
namespace Mesnac.Controls.Feeding
|
|
|
|
|
{
|
|
|
|
|
partial class CombinedDailyTank
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 必需的设计器变量。
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 清理所有正在使用的资源。
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// 设计器支持所需的方法 - 不要
|
|
|
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.spiralFeeder1 = new Mesnac.Controls.Feeding.SpiralFeeder();
|
|
|
|
|
this.onoffValve1 = new Mesnac.Controls.Feeding.OnoffValve();
|
|
|
|
|
this.straightTubeV1 = new Mesnac.Controls.Feeding.StraightTubeV();
|
|
|
|
|
this.dailyTank1 = new Mesnac.Controls.Feeding.DailyTank();
|
|
|
|
|
this.dedust1 = new Mesnac.Controls.Feeding.Dedust();
|
|
|
|
|
this.straightTubeV2 = new Mesnac.Controls.Feeding.StraightTubeV();
|
|
|
|
|
this.pressureSwitch1 = new Mesnac.Controls.Feeding.PressureSwitch();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// spiralFeeder1
|
|
|
|
|
//
|
|
|
|
|
this.spiralFeeder1.bHaveAction = false;
|
|
|
|
|
this.spiralFeeder1.Location = new System.Drawing.Point(6, 132);
|
|
|
|
|
this.spiralFeeder1.Name = "spiralFeeder1";
|
|
|
|
|
this.spiralFeeder1.Size = new System.Drawing.Size(46, 15);
|
|
|
|
|
this.spiralFeeder1.Status = Mesnac.Controls.Feeding.SpiralFeeder.Statuses.zsTurnOff;
|
|
|
|
|
this.spiralFeeder1.StatusName = null;
|
|
|
|
|
this.spiralFeeder1.TabIndex = 22;
|
|
|
|
|
this.spiralFeeder1.Type = Mesnac.Controls.Feeding.SpiralFeeder.Types.ttleft;
|
|
|
|
|
//
|
|
|
|
|
// onoffValve1
|
|
|
|
|
//
|
|
|
|
|
this.onoffValve1.bHaveAction = false;
|
|
|
|
|
this.onoffValve1.Location = new System.Drawing.Point(38, 154);
|
|
|
|
|
this.onoffValve1.Name = "onoffValve1";
|
|
|
|
|
this.onoffValve1.Size = new System.Drawing.Size(14, 12);
|
|
|
|
|
this.onoffValve1.Status = Mesnac.Controls.Feeding.OnoffValve.Statuses.zsTurnOff;
|
|
|
|
|
this.onoffValve1.StatusName = null;
|
|
|
|
|
this.onoffValve1.TabIndex = 20;
|
|
|
|
|
this.onoffValve1.Type = Mesnac.Controls.Feeding.OnoffValve.Types.ttVertical;
|
|
|
|
|
//
|
|
|
|
|
// straightTubeV1
|
|
|
|
|
//
|
|
|
|
|
this.straightTubeV1.bHaveAction = false;
|
|
|
|
|
this.straightTubeV1.Location = new System.Drawing.Point(40, 144);
|
|
|
|
|
this.straightTubeV1.Master = null;
|
|
|
|
|
this.straightTubeV1.Name = "straightTubeV1";
|
|
|
|
|
this.straightTubeV1.Size = new System.Drawing.Size(5, 11);
|
|
|
|
|
this.straightTubeV1.Status = Mesnac.Controls.Feeding.StraightTubeV.Statuses.ptTurnOff;
|
|
|
|
|
this.straightTubeV1.StatusName = null;
|
|
|
|
|
this.straightTubeV1.TabIndex = 19;
|
|
|
|
|
this.straightTubeV1.Type = Mesnac.Controls.Feeding.StraightTubeV.Types.ptUpToDown;
|
|
|
|
|
//
|
|
|
|
|
// dailyTank1
|
|
|
|
|
//
|
|
|
|
|
this.dailyTank1.bHaveAction = false;
|
|
|
|
|
this.dailyTank1.Location = new System.Drawing.Point(0, 36);
|
|
|
|
|
this.dailyTank1.Name = "dailyTank1";
|
|
|
|
|
this.dailyTank1.Size = new System.Drawing.Size(45, 96);
|
|
|
|
|
this.dailyTank1.Status = Mesnac.Controls.Feeding.DailyTank.Statuses.rgMid;
|
|
|
|
|
this.dailyTank1.StatusName = null;
|
|
|
|
|
this.dailyTank1.TabIndex = 17;
|
|
|
|
|
//
|
|
|
|
|
// dedust1
|
|
|
|
|
//
|
|
|
|
|
this.dedust1.bHaveAction = false;
|
|
|
|
|
this.dedust1.Location = new System.Drawing.Point(18, 15);
|
|
|
|
|
this.dedust1.Name = "dedust1";
|
|
|
|
|
this.dedust1.Size = new System.Drawing.Size(28, 23);
|
|
|
|
|
this.dedust1.Status = Mesnac.Controls.Feeding.Dedust.Statuses.zsTurnOff;
|
|
|
|
|
this.dedust1.StatusName = null;
|
|
|
|
|
this.dedust1.TabIndex = 18;
|
|
|
|
|
//
|
|
|
|
|
// straightTubeV2
|
|
|
|
|
//
|
|
|
|
|
this.straightTubeV2.bHaveAction = false;
|
|
|
|
|
this.straightTubeV2.Location = new System.Drawing.Point(32, -2);
|
|
|
|
|
this.straightTubeV2.Master = null;
|
|
|
|
|
this.straightTubeV2.Name = "straightTubeV2";
|
|
|
|
|
this.straightTubeV2.Size = new System.Drawing.Size(5, 16);
|
|
|
|
|
this.straightTubeV2.Status = Mesnac.Controls.Feeding.StraightTubeV.Statuses.ptTurnOff;
|
|
|
|
|
this.straightTubeV2.StatusName = null;
|
|
|
|
|
this.straightTubeV2.TabIndex = 21;
|
|
|
|
|
this.straightTubeV2.Type = Mesnac.Controls.Feeding.StraightTubeV.Types.ptUpToDown;
|
|
|
|
|
//
|
|
|
|
|
// pressureSwitch1
|
|
|
|
|
//
|
|
|
|
|
this.pressureSwitch1.bHaveAction = false;
|
|
|
|
|
this.pressureSwitch1.Location = new System.Drawing.Point(3, 11);
|
|
|
|
|
this.pressureSwitch1.Name = "pressureSwitch1";
|
|
|
|
|
this.pressureSwitch1.Size = new System.Drawing.Size(10, 10);
|
|
|
|
|
this.pressureSwitch1.Status = Mesnac.Controls.Feeding.PressureSwitch.Statuses.ylNormal;
|
|
|
|
|
this.pressureSwitch1.StatusName = null;
|
|
|
|
|
this.pressureSwitch1.TabIndex = 23;
|
|
|
|
|
//
|
|
|
|
|
// CombinedDailyTank
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.Controls.Add(this.spiralFeeder1);
|
|
|
|
|
this.Controls.Add(this.onoffValve1);
|
|
|
|
|
this.Controls.Add(this.straightTubeV1);
|
|
|
|
|
this.Controls.Add(this.dailyTank1);
|
|
|
|
|
this.Controls.Add(this.dedust1);
|
|
|
|
|
this.Controls.Add(this.straightTubeV2);
|
|
|
|
|
this.Controls.Add(this.pressureSwitch1);
|
|
|
|
|
this.Name = "CombinedDailyTank";
|
|
|
|
|
this.Size = new System.Drawing.Size(54, 166);
|
|
|
|
|
this.Resize += new System.EventHandler(this.CombinedDailyTank_Resize);
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private SpiralFeeder spiralFeeder1;
|
|
|
|
|
private OnoffValve onoffValve1;
|
|
|
|
|
private StraightTubeV straightTubeV1;
|
|
|
|
|
private DailyTank dailyTank1;
|
|
|
|
|
private Dedust dedust1;
|
|
|
|
|
private StraightTubeV straightTubeV2;
|
|
|
|
|
private PressureSwitch pressureSwitch1;
|
|
|
|
|
}
|
|
|
|
|
}
|