|
|
|
|
using System.ComponentModel;
|
|
|
|
|
using System.Drawing;
|
|
|
|
|
using System.Windows.Forms;
|
|
|
|
|
|
|
|
|
|
namespace Mesnac.Action.ChemicalWeighing.LjElectrical
|
|
|
|
|
{
|
|
|
|
|
partial class FrmElectrical
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private 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.Speed = new System.Windows.Forms.TextBox();
|
|
|
|
|
this.JogTime = new System.Windows.Forms.Label();
|
|
|
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// Speed
|
|
|
|
|
//
|
|
|
|
|
this.Speed.Location = new System.Drawing.Point(110, 54);
|
|
|
|
|
this.Speed.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.Speed.MaxLength = 100;
|
|
|
|
|
this.Speed.Name = "Speed";
|
|
|
|
|
this.Speed.Size = new System.Drawing.Size(148, 21);
|
|
|
|
|
this.Speed.TabIndex = 62;
|
|
|
|
|
//
|
|
|
|
|
// JogTime
|
|
|
|
|
//
|
|
|
|
|
this.JogTime.AutoSize = true;
|
|
|
|
|
this.JogTime.Location = new System.Drawing.Point(65, 57);
|
|
|
|
|
this.JogTime.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
|
|
|
this.JogTime.Name = "JogTime";
|
|
|
|
|
this.JogTime.Size = new System.Drawing.Size(35, 12);
|
|
|
|
|
this.JogTime.TabIndex = 59;
|
|
|
|
|
this.JogTime.Text = "速度:";
|
|
|
|
|
//
|
|
|
|
|
// btnCancel
|
|
|
|
|
//
|
|
|
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
this.btnCancel.Location = new System.Drawing.Point(197, 123);
|
|
|
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
|
|
this.btnCancel.Size = new System.Drawing.Size(98, 45);
|
|
|
|
|
this.btnCancel.TabIndex = 61;
|
|
|
|
|
this.btnCancel.Text = "取消";
|
|
|
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// btnOK
|
|
|
|
|
//
|
|
|
|
|
this.btnOK.Location = new System.Drawing.Point(67, 123);
|
|
|
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.btnOK.Name = "btnOK";
|
|
|
|
|
this.btnOK.Size = new System.Drawing.Size(98, 45);
|
|
|
|
|
this.btnOK.TabIndex = 60;
|
|
|
|
|
this.btnOK.Text = "确认";
|
|
|
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
|
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
|
|
|
//
|
|
|
|
|
// FrmElectrical
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(336, 199);
|
|
|
|
|
this.Controls.Add(this.Speed);
|
|
|
|
|
this.Controls.Add(this.JogTime);
|
|
|
|
|
this.Controls.Add(this.btnCancel);
|
|
|
|
|
this.Controls.Add(this.btnOK);
|
|
|
|
|
this.Name = "FrmElectrical";
|
|
|
|
|
this.Text = "变频电机手动速度";
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.TextBox Speed;
|
|
|
|
|
private System.Windows.Forms.Label JogTime;
|
|
|
|
|
private System.Windows.Forms.Button btnCancel;
|
|
|
|
|
private System.Windows.Forms.Button btnOK;
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
}
|
|
|
|
|
}
|