namespace Mesnac.Action.ChemicalWeighing.EngineeringDebuggingMode.ElectronicMachinery { partial class ElectronicMachinery { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.ManualMode = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.NowIs = new System.Windows.Forms.Label(); this.ModeLable = new System.Windows.Forms.Label(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.OnOffLable = new System.Windows.Forms.Label(); this.OnOffControl = new System.Windows.Forms.Button(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.Running = new System.Windows.Forms.Button(); this.AlarmReset = new System.Windows.Forms.Button(); this.Run = new System.Windows.Forms.Button(); this.DMChange = new System.Windows.Forms.ListBox(); this.Alarm = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // ManualMode // this.ManualMode.Location = new System.Drawing.Point(6, 20); this.ManualMode.Name = "ManualMode"; this.ManualMode.Size = new System.Drawing.Size(114, 38); this.ManualMode.TabIndex = 0; this.ManualMode.Text = "切换手动模式"; this.ManualMode.UseVisualStyleBackColor = true; this.ManualMode.Click += new System.EventHandler(this.ManualMode_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.NowIs); this.groupBox1.Controls.Add(this.ModeLable); this.groupBox1.Controls.Add(this.ManualMode); this.groupBox1.Location = new System.Drawing.Point(12, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(186, 70); this.groupBox1.TabIndex = 1; this.groupBox1.TabStop = false; this.groupBox1.Text = "模式切换"; // // NowIs // this.NowIs.AutoSize = true; this.NowIs.Location = new System.Drawing.Point(126, 17); this.NowIs.Name = "NowIs"; this.NowIs.Size = new System.Drawing.Size(41, 12); this.NowIs.TabIndex = 3; this.NowIs.Text = "当前为"; // // ModeLable // this.ModeLable.AutoSize = true; this.ModeLable.Location = new System.Drawing.Point(126, 33); this.ModeLable.Name = "ModeLable"; this.ModeLable.Size = new System.Drawing.Size(53, 12); this.ModeLable.TabIndex = 2; this.ModeLable.Text = "自动模式"; // // groupBox2 // this.groupBox2.Controls.Add(this.OnOffLable); this.groupBox2.Controls.Add(this.OnOffControl); this.groupBox2.Location = new System.Drawing.Point(12, 88); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(186, 66); this.groupBox2.TabIndex = 2; this.groupBox2.TabStop = false; this.groupBox2.Text = "启停控制"; // // OnOffLable // this.OnOffLable.AutoSize = true; this.OnOffLable.Location = new System.Drawing.Point(126, 33); this.OnOffLable.Name = "OnOffLable"; this.OnOffLable.Size = new System.Drawing.Size(53, 12); this.OnOffLable.TabIndex = 1; this.OnOffLable.Text = "状态:关"; // // OnOffControl // this.OnOffControl.Location = new System.Drawing.Point(6, 20); this.OnOffControl.Name = "OnOffControl"; this.OnOffControl.Size = new System.Drawing.Size(114, 38); this.OnOffControl.TabIndex = 0; this.OnOffControl.Text = "启动"; this.OnOffControl.UseVisualStyleBackColor = true; this.OnOffControl.Click += new System.EventHandler(this.OnOffControl_Click); // // groupBox3 // this.groupBox3.Controls.Add(this.Alarm); this.groupBox3.Controls.Add(this.Running); this.groupBox3.Controls.Add(this.AlarmReset); this.groupBox3.Location = new System.Drawing.Point(204, 12); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(113, 142); this.groupBox3.TabIndex = 3; this.groupBox3.TabStop = false; this.groupBox3.Text = "其他控制"; // // Running // this.Running.Location = new System.Drawing.Point(6, 58); this.Running.Name = "Running"; this.Running.Size = new System.Drawing.Size(100, 32); this.Running.TabIndex = 1; this.Running.Text = "运行检测"; this.Running.UseVisualStyleBackColor = true; this.Running.Click += new System.EventHandler(this.Running_Click); // // AlarmReset // this.AlarmReset.Location = new System.Drawing.Point(6, 20); this.AlarmReset.Name = "AlarmReset"; this.AlarmReset.Size = new System.Drawing.Size(100, 32); this.AlarmReset.TabIndex = 0; this.AlarmReset.Text = "报警复位"; this.AlarmReset.UseVisualStyleBackColor = true; this.AlarmReset.Click += new System.EventHandler(this.AlarmReset_Click); // // Run // this.Run.Location = new System.Drawing.Point(204, 160); this.Run.Name = "Run"; this.Run.Size = new System.Drawing.Size(113, 38); this.Run.TabIndex = 2; this.Run.Text = "输出运行"; this.Run.UseVisualStyleBackColor = true; this.Run.Click += new System.EventHandler(this.Run_Click); // // DMChange // this.DMChange.FormattingEnabled = true; this.DMChange.ItemHeight = 12; this.DMChange.Items.AddRange(new object[] { "二级除尘器除尘风机", "大A组除尘风机", "大仓B组除尘风机", "大仓C组除尘风机", "大仓D组除尘风机", "磨粉分析机电机", "磨粉除尘风机电机", "磨粉罗茨风机电机", "磨粉皮带正转电机", "磨粉皮带反转电机"}); this.DMChange.Location = new System.Drawing.Point(12, 160); this.DMChange.Name = "DMChange"; this.DMChange.Size = new System.Drawing.Size(186, 148); this.DMChange.TabIndex = 4; this.DMChange.SelectedIndexChanged += new System.EventHandler(this.DMChange_SelectedIndexChanged); // // Alarm // this.Alarm.Location = new System.Drawing.Point(6, 96); this.Alarm.Name = "Alarm"; this.Alarm.Size = new System.Drawing.Size(100, 40); this.Alarm.TabIndex = 5; this.Alarm.Text = "报警"; this.Alarm.UseVisualStyleBackColor = true; this.Alarm.Click += new System.EventHandler(this.Alarm_Click); // // ElectronicMachinery // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(330, 317); this.Controls.Add(this.DMChange); this.Controls.Add(this.Run); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Name = "ElectronicMachinery"; this.Text = "电机控制"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ElectronicMachinery_FormClosing); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.groupBox3.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button ManualMode; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.Label ModeLable; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button OnOffControl; private System.Windows.Forms.Label OnOffLable; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.Button Run; private System.Windows.Forms.Button AlarmReset; private System.Windows.Forms.Button Running; private System.Windows.Forms.Label NowIs; private System.Windows.Forms.ListBox DMChange; private System.Windows.Forms.Button Alarm; } }