namespace Mesnac.Controls.Feeding { partial class CombinedMixer { /// /// 必需的设计器变量。 /// 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.mixer21 = new Mesnac.Controls.Feeding.Mixer2(); this.rubberWeight1 = new Mesnac.Controls.Feeding.RubberWeight(); this.transmissionBelt1 = new Mesnac.Controls.Feeding.TransmissionBelt(); this.batchFeeder1 = new Mesnac.Controls.Feeding.BatchFeeder(); this.SuspendLayout(); // // mixer21 // this.mixer21.bHaveAction = false; this.mixer21.jlmStatus = Mesnac.Controls.Feeding.Mixer2.jlmStatuses.jlmClose; this.mixer21.jlmStatusName = null; this.mixer21.Location = new System.Drawing.Point(301, 13); this.mixer21.MaximumSize = new System.Drawing.Size(91, 165); this.mixer21.MinimumSize = new System.Drawing.Size(91, 165); this.mixer21.mixerStatus = Mesnac.Controls.Feeding.Mixer2.mixerStatuses.mixerOn; this.mixer21.mixerStatusName = null; this.mixer21.Name = "mixer21"; this.mixer21.SdsDownStatus = Mesnac.Controls.Feeding.Mixer2.SdsDeviceStatuses.Off; this.mixer21.SdsDownStatusName = null; this.mixer21.SdsMiddleStatus = Mesnac.Controls.Feeding.Mixer2.SdsDeviceStatuses.Off; this.mixer21.SdsMiddleStatusName = null; this.mixer21.sdsStatus = Mesnac.Controls.Feeding.Mixer2.sdsStatuses.sdsMid; this.mixer21.SdsUpStatus = Mesnac.Controls.Feeding.Mixer2.SdsDeviceStatuses.Off; this.mixer21.SdsUpStatusName = null; this.mixer21.Size = new System.Drawing.Size(91, 165); this.mixer21.TabIndex = 41; this.mixer21.xlmStatus = Mesnac.Controls.Feeding.Mixer2.xlmStatuses.xlmClose; this.mixer21.xlmStatusName = null; // // rubberWeight1 // this.rubberWeight1.bHaveAction = false; this.rubberWeight1.Location = new System.Drawing.Point(97, 47); this.rubberWeight1.MotorStatus = Mesnac.Controls.Feeding.OnOffStatuses.Off; this.rubberWeight1.MotorStatusName = null; this.rubberWeight1.Name = "rubberWeight1"; this.rubberWeight1.SetValue = 10D; this.rubberWeight1.Size = new System.Drawing.Size(98, 47); this.rubberWeight1.Status = Mesnac.Controls.Feeding.RubberWeight.Statuses.rwNull; this.rubberWeight1.StatusName = null; this.rubberWeight1.TabIndex = 40; this.rubberWeight1.WeightValue = 0D; this.rubberWeight1.WeightValueName = null; // // transmissionBelt1 // this.transmissionBelt1.bHaveAction = false; this.transmissionBelt1.CsdMotorStatus = Mesnac.Controls.Feeding.OnOffStatuses.Off; this.transmissionBelt1.CsdMotorStatusName = null; this.transmissionBelt1.Location = new System.Drawing.Point(197, 47); this.transmissionBelt1.Name = "transmissionBelt1"; this.transmissionBelt1.Size = new System.Drawing.Size(98, 47); this.transmissionBelt1.Status = Mesnac.Controls.Feeding.TransmissionBelt.Statuses.csdNull; this.transmissionBelt1.StatusName = null; this.transmissionBelt1.TabIndex = 39; // // batchFeeder1 // this.batchFeeder1.bHaveAction = false; this.batchFeeder1.Location = new System.Drawing.Point(2, 2); this.batchFeeder1.Name = "batchFeeder1"; this.batchFeeder1.Size = new System.Drawing.Size(96, 93); this.batchFeeder1.Status = Mesnac.Controls.Feeding.BatchFeeder.Statuses.dkFull; this.batchFeeder1.StatusName = null; this.batchFeeder1.TabIndex = 38; // // CombinedMixer // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.mixer21); this.Controls.Add(this.rubberWeight1); this.Controls.Add(this.transmissionBelt1); this.Controls.Add(this.batchFeeder1); this.Size = new System.Drawing.Size(391, 178); this.Resize += new System.EventHandler(this.CombinedMixer_Resize); this.ResumeLayout(false); } #endregion private Mixer2 mixer21; private RubberWeight rubberWeight1; private TransmissionBelt transmissionBelt1; private BatchFeeder batchFeeder1; } }