namespace Mesnac.Controls.Feeding { partial class CombinedOilWeight { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region 组件设计器生成的代码 /// /// 设计器支持所需的方法 - 不要 /// 使用代码编辑器修改此方法的内容。 /// private void InitializeComponent() { this.onoffValve2 = new Mesnac.Controls.Feeding.OnoffValve(); this.sideTube3 = new Mesnac.Controls.Feeding.SideTube(); this.straightTubeV2 = new Mesnac.Controls.Feeding.StraightTubeV(); this.straightTubeV1 = new Mesnac.Controls.Feeding.StraightTubeV(); this.onoffValve1 = new Mesnac.Controls.Feeding.OnoffValve(); this.oilHopper1 = new Mesnac.Controls.Feeding.OilHopper(); this.oilWeight1 = new Mesnac.Controls.Feeding.OilWeight(); this.straightTubeH1 = new Mesnac.Controls.Feeding.StraightTubeH(); this.SuspendLayout(); // // onoffValve2 // this.onoffValve2.bHaveAction = false; this.onoffValve2.Location = new System.Drawing.Point(75, 123); this.onoffValve2.Name = "onoffValve2"; this.onoffValve2.Size = new System.Drawing.Size(12, 14); this.onoffValve2.Status = Mesnac.Controls.Feeding.OnoffValve.Statuses.zsTurnOff; this.onoffValve2.StatusName = null; this.onoffValve2.TabIndex = 52; this.onoffValve2.Type = Mesnac.Controls.Feeding.OnoffValve.Types.ttHorizontal; // // sideTube3 // this.sideTube3.bHaveAction = false; this.sideTube3.Location = new System.Drawing.Point(47, 124); this.sideTube3.Name = "sideTube3"; this.sideTube3.Size = new System.Drawing.Size(13, 15); this.sideTube3.TabIndex = 51; this.sideTube3.Type = Mesnac.Controls.Feeding.SideTube.Types.btRight; // // straightTubeV2 // this.straightTubeV2.bHaveAction = false; this.straightTubeV2.Location = new System.Drawing.Point(48, 111); this.straightTubeV2.Master = null; this.straightTubeV2.Name = "straightTubeV2"; this.straightTubeV2.Size = new System.Drawing.Size(5, 13); this.straightTubeV2.Status = Mesnac.Controls.Feeding.StraightTubeV.Statuses.ptTurnOff; this.straightTubeV2.StatusName = null; this.straightTubeV2.TabIndex = 50; this.straightTubeV2.Type = Mesnac.Controls.Feeding.StraightTubeV.Types.ptUpToDown; // // straightTubeV1 // this.straightTubeV1.bHaveAction = false; this.straightTubeV1.Location = new System.Drawing.Point(48, 55); this.straightTubeV1.Master = null; this.straightTubeV1.Name = "straightTubeV1"; this.straightTubeV1.Size = new System.Drawing.Size(5, 13); this.straightTubeV1.Status = Mesnac.Controls.Feeding.StraightTubeV.Statuses.ptTurnOff; this.straightTubeV1.StatusName = null; this.straightTubeV1.TabIndex = 49; this.straightTubeV1.Type = Mesnac.Controls.Feeding.StraightTubeV.Types.ptUpToDown; // // onoffValve1 // this.onoffValve1.bHaveAction = false; this.onoffValve1.Location = new System.Drawing.Point(45, 43); 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 = 48; this.onoffValve1.Type = Mesnac.Controls.Feeding.OnoffValve.Types.ttVertical; // // oilHopper1 // this.oilHopper1.bHaveAction = false; this.oilHopper1.Location = new System.Drawing.Point(2, 68); this.oilHopper1.Name = "oilHopper1"; this.oilHopper1.Size = new System.Drawing.Size(96, 43); this.oilHopper1.Status = Mesnac.Controls.Feeding.OilHopper.Statuses.ydMid; this.oilHopper1.StatusName = null; this.oilHopper1.TabIndex = 47; // // oilWeight1 // this.oilWeight1.bHaveAction = false; this.oilWeight1.Location = new System.Drawing.Point(2, 1); this.oilWeight1.Name = "oilWeight1"; this.oilWeight1.Size = new System.Drawing.Size(96, 43); this.oilWeight1.Status = Mesnac.Controls.Feeding.OilWeight.Statuses.ycValue8; this.oilWeight1.StatusName = null; this.oilWeight1.TabIndex = 46; // // straightTubeH1 // this.straightTubeH1.bHaveAction = false; this.straightTubeH1.Location = new System.Drawing.Point(60, 130); this.straightTubeH1.Master = null; this.straightTubeH1.Name = "straightTubeH1"; this.straightTubeH1.Size = new System.Drawing.Size(15, 5); this.straightTubeH1.Status = Mesnac.Controls.Feeding.StraightTubeH.Statuses.ptTurnOff; this.straightTubeH1.StatusName = null; this.straightTubeH1.TabIndex = 53; this.straightTubeH1.Type = Mesnac.Controls.Feeding.StraightTubeH.Types.ptLeftToRight; // // CombinedOilWeight // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.straightTubeH1); this.Controls.Add(this.onoffValve2); this.Controls.Add(this.sideTube3); this.Controls.Add(this.straightTubeV2); this.Controls.Add(this.straightTubeV1); this.Controls.Add(this.onoffValve1); this.Controls.Add(this.oilHopper1); this.Controls.Add(this.oilWeight1); this.Size = new System.Drawing.Size(100, 140); this.Resize += new System.EventHandler(this.CombinedOilWeight_Resize); this.ResumeLayout(false); } #endregion private OnoffValve onoffValve2; private SideTube sideTube3; private StraightTubeV straightTubeV2; private StraightTubeV straightTubeV1; private OnoffValve onoffValve1; private OilHopper oilHopper1; private OilWeight oilWeight1; private StraightTubeH straightTubeH1; } }