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.
307 lines
13 KiB
C#
307 lines
13 KiB
C#
using System.ComponentModel;
|
|
using System.Drawing;
|
|
using System.Windows.Forms;
|
|
|
|
namespace Mesnac.Action.ChemicalWeighing.LjDry
|
|
{
|
|
partial class FrmDry
|
|
{
|
|
/// <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.Batch = 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.label1 = new System.Windows.Forms.Label();
|
|
this.Step = new System.Windows.Forms.TextBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.StepCode = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.TotalTime = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.textBox4 = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.textBox5 = new System.Windows.Forms.TextBox();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.textBox6 = new System.Windows.Forms.TextBox();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.textBox7 = new System.Windows.Forms.TextBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.textBox8 = new System.Windows.Forms.TextBox();
|
|
this.SuspendLayout();
|
|
//
|
|
// Batch
|
|
//
|
|
this.Batch.Location = new System.Drawing.Point(147, 41);
|
|
this.Batch.Margin = new System.Windows.Forms.Padding(5);
|
|
this.Batch.MaxLength = 100;
|
|
this.Batch.Name = "Batch";
|
|
this.Batch.Size = new System.Drawing.Size(148, 21);
|
|
this.Batch.TabIndex = 66;
|
|
//
|
|
// JogTime
|
|
//
|
|
this.JogTime.AutoSize = true;
|
|
this.JogTime.Location = new System.Drawing.Point(44, 44);
|
|
this.JogTime.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.JogTime.Name = "JogTime";
|
|
this.JogTime.Size = new System.Drawing.Size(47, 12);
|
|
this.JogTime.TabIndex = 63;
|
|
this.JogTime.Text = "批次号:";
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(197, 334);
|
|
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 = 65;
|
|
this.btnCancel.Text = "取消";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Location = new System.Drawing.Point(46, 334);
|
|
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 = 64;
|
|
this.btnOK.Text = "确认";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(44, 75);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(35, 12);
|
|
this.label1.TabIndex = 63;
|
|
this.label1.Text = "步号:";
|
|
//
|
|
// Step
|
|
//
|
|
this.Step.Location = new System.Drawing.Point(147, 72);
|
|
this.Step.Margin = new System.Windows.Forms.Padding(5);
|
|
this.Step.MaxLength = 100;
|
|
this.Step.Name = "Step";
|
|
this.Step.Size = new System.Drawing.Size(148, 21);
|
|
this.Step.TabIndex = 66;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(44, 106);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(59, 12);
|
|
this.label2.TabIndex = 63;
|
|
this.label2.Text = "步序动作:";
|
|
//
|
|
// StepCode
|
|
//
|
|
this.StepCode.Location = new System.Drawing.Point(147, 103);
|
|
this.StepCode.Margin = new System.Windows.Forms.Padding(5);
|
|
this.StepCode.MaxLength = 100;
|
|
this.StepCode.Name = "StepCode";
|
|
this.StepCode.Size = new System.Drawing.Size(148, 21);
|
|
this.StepCode.TabIndex = 66;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(44, 137);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(47, 12);
|
|
this.label3.TabIndex = 63;
|
|
this.label3.Text = "总时间:";
|
|
//
|
|
// TotalTime
|
|
//
|
|
this.TotalTime.Location = new System.Drawing.Point(147, 134);
|
|
this.TotalTime.Margin = new System.Windows.Forms.Padding(5);
|
|
this.TotalTime.MaxLength = 100;
|
|
this.TotalTime.Name = "TotalTime";
|
|
this.TotalTime.Size = new System.Drawing.Size(148, 21);
|
|
this.TotalTime.TabIndex = 66;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(44, 168);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(71, 12);
|
|
this.label4.TabIndex = 63;
|
|
this.label4.Text = "当前步时间:";
|
|
//
|
|
// textBox4
|
|
//
|
|
this.textBox4.Location = new System.Drawing.Point(147, 165);
|
|
this.textBox4.Margin = new System.Windows.Forms.Padding(5);
|
|
this.textBox4.MaxLength = 100;
|
|
this.textBox4.Name = "textBox4";
|
|
this.textBox4.Size = new System.Drawing.Size(148, 21);
|
|
this.textBox4.TabIndex = 66;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(44, 199);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(35, 12);
|
|
this.label5.TabIndex = 63;
|
|
this.label5.Text = "温度:";
|
|
//
|
|
// textBox5
|
|
//
|
|
this.textBox5.Location = new System.Drawing.Point(147, 196);
|
|
this.textBox5.Margin = new System.Windows.Forms.Padding(5);
|
|
this.textBox5.MaxLength = 100;
|
|
this.textBox5.Name = "textBox5";
|
|
this.textBox5.Size = new System.Drawing.Size(148, 21);
|
|
this.textBox5.TabIndex = 66;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(44, 230);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(35, 12);
|
|
this.label6.TabIndex = 63;
|
|
this.label6.Text = "速度:";
|
|
//
|
|
// textBox6
|
|
//
|
|
this.textBox6.Location = new System.Drawing.Point(147, 227);
|
|
this.textBox6.Margin = new System.Windows.Forms.Padding(5);
|
|
this.textBox6.MaxLength = 100;
|
|
this.textBox6.Name = "textBox6";
|
|
this.textBox6.Size = new System.Drawing.Size(148, 21);
|
|
this.textBox6.TabIndex = 66;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.AutoSize = true;
|
|
this.label7.Location = new System.Drawing.Point(44, 261);
|
|
this.label7.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(35, 12);
|
|
this.label7.TabIndex = 63;
|
|
this.label7.Text = "电流:";
|
|
//
|
|
// textBox7
|
|
//
|
|
this.textBox7.Location = new System.Drawing.Point(147, 258);
|
|
this.textBox7.Margin = new System.Windows.Forms.Padding(5);
|
|
this.textBox7.MaxLength = 100;
|
|
this.textBox7.Name = "textBox7";
|
|
this.textBox7.Size = new System.Drawing.Size(148, 21);
|
|
this.textBox7.TabIndex = 66;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(44, 292);
|
|
this.label8.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(35, 12);
|
|
this.label8.TabIndex = 63;
|
|
this.label8.Text = "电流:";
|
|
//
|
|
// textBox8
|
|
//
|
|
this.textBox8.Location = new System.Drawing.Point(147, 289);
|
|
this.textBox8.Margin = new System.Windows.Forms.Padding(5);
|
|
this.textBox8.MaxLength = 100;
|
|
this.textBox8.Name = "textBox8";
|
|
this.textBox8.Size = new System.Drawing.Size(148, 21);
|
|
this.textBox8.TabIndex = 66;
|
|
//
|
|
// FrmDry
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(340, 422);
|
|
this.Controls.Add(this.textBox8);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.textBox7);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.textBox6);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.textBox5);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.textBox4);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.TotalTime);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.StepCode);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.Step);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.Batch);
|
|
this.Controls.Add(this.JogTime);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.btnOK);
|
|
this.Name = "FrmDry";
|
|
this.Text = "干混机显示参数";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.TextBox textBox8;
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox Step;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox StepCode;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.TextBox TotalTime;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox textBox4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox textBox5;
|
|
private System.Windows.Forms.TextBox textBox6;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.TextBox textBox7;
|
|
|
|
private System.Windows.Forms.TextBox Batch;
|
|
private System.Windows.Forms.Label JogTime;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.Button btnOK;
|
|
|
|
#endregion
|
|
}
|
|
} |