147 lines
6.0 KiB
C#
147 lines
6.0 KiB
C#
|
|
|||
|
namespace RGD.WCS
|
|||
|
{
|
|||
|
partial class TEST1
|
|||
|
{
|
|||
|
/// <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.components = new System.ComponentModel.Container();
|
|||
|
this.button1 = new System.Windows.Forms.Button();
|
|||
|
this.button2 = new System.Windows.Forms.Button();
|
|||
|
this.button3 = new System.Windows.Forms.Button();
|
|||
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|||
|
this.textBox1 = new System.Windows.Forms.TextBox();
|
|||
|
this.button4 = new System.Windows.Forms.Button();
|
|||
|
this.button5 = new System.Windows.Forms.Button();
|
|||
|
this.button6 = new System.Windows.Forms.Button();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// button1
|
|||
|
//
|
|||
|
this.button1.Location = new System.Drawing.Point(12, 37);
|
|||
|
this.button1.Name = "button1";
|
|||
|
this.button1.Size = new System.Drawing.Size(98, 33);
|
|||
|
this.button1.TabIndex = 0;
|
|||
|
this.button1.Text = "入库任务下发";
|
|||
|
this.button1.UseVisualStyleBackColor = true;
|
|||
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|||
|
//
|
|||
|
// button2
|
|||
|
//
|
|||
|
this.button2.Location = new System.Drawing.Point(133, 35);
|
|||
|
this.button2.Name = "button2";
|
|||
|
this.button2.Size = new System.Drawing.Size(117, 41);
|
|||
|
this.button2.TabIndex = 1;
|
|||
|
this.button2.Text = "追加入库任务";
|
|||
|
this.button2.UseVisualStyleBackColor = true;
|
|||
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
|||
|
//
|
|||
|
// button3
|
|||
|
//
|
|||
|
this.button3.Location = new System.Drawing.Point(270, 35);
|
|||
|
this.button3.Name = "button3";
|
|||
|
this.button3.Size = new System.Drawing.Size(117, 37);
|
|||
|
this.button3.TabIndex = 2;
|
|||
|
this.button3.Text = "停止追加";
|
|||
|
this.button3.UseVisualStyleBackColor = true;
|
|||
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|||
|
//
|
|||
|
// timer1
|
|||
|
//
|
|||
|
this.timer1.Interval = 300;
|
|||
|
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
|
|||
|
//
|
|||
|
// textBox1
|
|||
|
//
|
|||
|
this.textBox1.Location = new System.Drawing.Point(133, 136);
|
|||
|
this.textBox1.Name = "textBox1";
|
|||
|
this.textBox1.Size = new System.Drawing.Size(100, 21);
|
|||
|
this.textBox1.TabIndex = 3;
|
|||
|
//
|
|||
|
// button4
|
|||
|
//
|
|||
|
this.button4.Location = new System.Drawing.Point(12, 191);
|
|||
|
this.button4.Name = "button4";
|
|||
|
this.button4.Size = new System.Drawing.Size(98, 33);
|
|||
|
this.button4.TabIndex = 4;
|
|||
|
this.button4.Text = "出库任务下发";
|
|||
|
this.button4.UseVisualStyleBackColor = true;
|
|||
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
|||
|
//
|
|||
|
// button5
|
|||
|
//
|
|||
|
this.button5.Location = new System.Drawing.Point(240, 297);
|
|||
|
this.button5.Name = "button5";
|
|||
|
this.button5.Size = new System.Drawing.Size(98, 33);
|
|||
|
this.button5.TabIndex = 5;
|
|||
|
this.button5.Text = "货位测试";
|
|||
|
this.button5.UseVisualStyleBackColor = true;
|
|||
|
this.button5.Click += new System.EventHandler(this.button5_Click);
|
|||
|
//
|
|||
|
// button6
|
|||
|
//
|
|||
|
this.button6.Location = new System.Drawing.Point(154, 209);
|
|||
|
this.button6.Name = "button6";
|
|||
|
this.button6.Size = new System.Drawing.Size(98, 33);
|
|||
|
this.button6.TabIndex = 6;
|
|||
|
this.button6.Text = "满载入库";
|
|||
|
this.button6.UseVisualStyleBackColor = true;
|
|||
|
this.button6.Click += new System.EventHandler(this.button6_Click_1);
|
|||
|
//
|
|||
|
// TEST1
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.ClientSize = new System.Drawing.Size(407, 450);
|
|||
|
this.Controls.Add(this.button6);
|
|||
|
this.Controls.Add(this.button5);
|
|||
|
this.Controls.Add(this.button4);
|
|||
|
this.Controls.Add(this.textBox1);
|
|||
|
this.Controls.Add(this.button3);
|
|||
|
this.Controls.Add(this.button2);
|
|||
|
this.Controls.Add(this.button1);
|
|||
|
this.Name = "TEST1";
|
|||
|
this.Text = "TEST1";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TEST1_FormClosing);
|
|||
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.TEST1_FormClosed);
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Button button1;
|
|||
|
private System.Windows.Forms.Button button2;
|
|||
|
private System.Windows.Forms.Button button3;
|
|||
|
private System.Windows.Forms.Timer timer1;
|
|||
|
private System.Windows.Forms.TextBox textBox1;
|
|||
|
private System.Windows.Forms.Button button4;
|
|||
|
private System.Windows.Forms.Button button5;
|
|||
|
private System.Windows.Forms.Button button6;
|
|||
|
}
|
|||
|
}
|