You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

196 lines
8.8 KiB
C#

namespace Mesnac.Action.ChemicalWeighing.EngineeringDebuggingMode.ElectronicMachinery
{
partial class ElectronicMachinery_2
{
/// <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.ModeChangeState = new System.Windows.Forms.GroupBox();
this.ModeStateLable = new System.Windows.Forms.Label();
this.NowIs = new System.Windows.Forms.Label();
this.ModeControl = new System.Windows.Forms.Button();
this.OnOffControlState = new System.Windows.Forms.GroupBox();
this.OnOffStateLable = new System.Windows.Forms.Label();
this.OnOffControl = new System.Windows.Forms.Button();
this.OtherControlGroup = new System.Windows.Forms.GroupBox();
this.AlarmReset = new System.Windows.Forms.Button();
this.Alarm = new System.Windows.Forms.Button();
this.DmChange = new System.Windows.Forms.ListBox();
this.ModeChangeState.SuspendLayout();
this.OnOffControlState.SuspendLayout();
this.OtherControlGroup.SuspendLayout();
this.SuspendLayout();
//
// ModeChangeState
//
this.ModeChangeState.Controls.Add(this.ModeStateLable);
this.ModeChangeState.Controls.Add(this.NowIs);
this.ModeChangeState.Controls.Add(this.ModeControl);
this.ModeChangeState.Location = new System.Drawing.Point(12, 12);
this.ModeChangeState.Name = "ModeChangeState";
this.ModeChangeState.Size = new System.Drawing.Size(178, 65);
this.ModeChangeState.TabIndex = 0;
this.ModeChangeState.TabStop = false;
this.ModeChangeState.Text = "模式切换";
//
// ModeStateLable
//
this.ModeStateLable.AutoSize = true;
this.ModeStateLable.Location = new System.Drawing.Point(117, 33);
this.ModeStateLable.Name = "ModeStateLable";
this.ModeStateLable.Size = new System.Drawing.Size(53, 12);
this.ModeStateLable.TabIndex = 2;
this.ModeStateLable.Text = "手动模式";
//
// NowIs
//
this.NowIs.AutoSize = true;
this.NowIs.Location = new System.Drawing.Point(117, 17);
this.NowIs.Name = "NowIs";
this.NowIs.Size = new System.Drawing.Size(41, 12);
this.NowIs.TabIndex = 1;
this.NowIs.Text = "当前为";
//
// ModeControl
//
this.ModeControl.Location = new System.Drawing.Point(6, 20);
this.ModeControl.Name = "ModeControl";
this.ModeControl.Size = new System.Drawing.Size(105, 39);
this.ModeControl.TabIndex = 0;
this.ModeControl.Text = "切换手动模式";
this.ModeControl.UseVisualStyleBackColor = true;
this.ModeControl.Click += new System.EventHandler(this.ModeControl_Click);
//
// OnOffControlState
//
this.OnOffControlState.Controls.Add(this.OnOffStateLable);
this.OnOffControlState.Controls.Add(this.OnOffControl);
this.OnOffControlState.Location = new System.Drawing.Point(12, 83);
this.OnOffControlState.Name = "OnOffControlState";
this.OnOffControlState.Size = new System.Drawing.Size(178, 65);
this.OnOffControlState.TabIndex = 1;
this.OnOffControlState.TabStop = false;
this.OnOffControlState.Text = "启停控制";
//
// OnOffStateLable
//
this.OnOffStateLable.AutoSize = true;
this.OnOffStateLable.Location = new System.Drawing.Point(117, 33);
this.OnOffStateLable.Name = "OnOffStateLable";
this.OnOffStateLable.Size = new System.Drawing.Size(53, 12);
this.OnOffStateLable.TabIndex = 1;
this.OnOffStateLable.Text = "状态:关";
//
// OnOffControl
//
this.OnOffControl.Location = new System.Drawing.Point(6, 20);
this.OnOffControl.Name = "OnOffControl";
this.OnOffControl.Size = new System.Drawing.Size(105, 39);
this.OnOffControl.TabIndex = 0;
this.OnOffControl.Text = "启动";
this.OnOffControl.UseVisualStyleBackColor = true;
this.OnOffControl.Click += new System.EventHandler(this.OnOffControl_Click);
//
// OtherControlGroup
//
this.OtherControlGroup.Controls.Add(this.AlarmReset);
this.OtherControlGroup.Controls.Add(this.Alarm);
this.OtherControlGroup.Location = new System.Drawing.Point(196, 12);
this.OtherControlGroup.Name = "OtherControlGroup";
this.OtherControlGroup.Size = new System.Drawing.Size(119, 109);
this.OtherControlGroup.TabIndex = 2;
this.OtherControlGroup.TabStop = false;
this.OtherControlGroup.Text = "其他控制";
//
// AlarmReset
//
this.AlarmReset.Location = new System.Drawing.Point(6, 65);
this.AlarmReset.Name = "AlarmReset";
this.AlarmReset.Size = new System.Drawing.Size(107, 39);
this.AlarmReset.TabIndex = 1;
this.AlarmReset.Text = "报警复位";
this.AlarmReset.UseVisualStyleBackColor = true;
this.AlarmReset.Click += new System.EventHandler(this.AlarmReset_Click);
//
// Alarm
//
this.Alarm.Location = new System.Drawing.Point(6, 20);
this.Alarm.Name = "Alarm";
this.Alarm.Size = new System.Drawing.Size(107, 39);
this.Alarm.TabIndex = 0;
this.Alarm.Text = "电机报警";
this.Alarm.UseVisualStyleBackColor = true;
this.Alarm.Click += new System.EventHandler(this.Alarm_Click);
//
// DmChange
//
this.DmChange.FormattingEnabled = true;
this.DmChange.ItemHeight = 12;
this.DmChange.Location = new System.Drawing.Point(12, 154);
this.DmChange.Name = "DmChange";
this.DmChange.Size = new System.Drawing.Size(178, 64);
this.DmChange.TabIndex = 3;
this.DmChange.SelectedIndexChanged += new System.EventHandler(this.DmChange_SelectedIndexChanged);
this.DmChange.Items.AddRange(new object[] {
"磨粉主机电机",
"磨粉风机电机"
});
//
// ElectronicMachinery_2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(326, 226);
this.Controls.Add(this.DmChange);
this.Controls.Add(this.OtherControlGroup);
this.Controls.Add(this.OnOffControlState);
this.Controls.Add(this.ModeChangeState);
this.Name = "ElectronicMachinery_2";
this.Text = "电机控制_2";
this.ModeChangeState.ResumeLayout(false);
this.ModeChangeState.PerformLayout();
this.OnOffControlState.ResumeLayout(false);
this.OnOffControlState.PerformLayout();
this.OtherControlGroup.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox ModeChangeState;
private System.Windows.Forms.GroupBox OnOffControlState;
private System.Windows.Forms.GroupBox OtherControlGroup;
private System.Windows.Forms.Label ModeStateLable;
private System.Windows.Forms.Label NowIs;
private System.Windows.Forms.Button ModeControl;
private System.Windows.Forms.Label OnOffStateLable;
private System.Windows.Forms.Button OnOffControl;
private System.Windows.Forms.Button AlarmReset;
private System.Windows.Forms.Button Alarm;
private System.Windows.Forms.ListBox DmChange;
}
}