namespace iWareSda_QQJF
|
{
|
partial class FormTest
|
{
|
/// <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.tb_CONTAINERName = new System.Windows.Forms.TextBox();
|
this.button1 = new System.Windows.Forms.Button();
|
this.tb_Msg = new System.Windows.Forms.TextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
this.tb_Mater = new System.Windows.Forms.TextBox();
|
this.label3 = new System.Windows.Forms.Label();
|
this.tb_Qty = new System.Windows.Forms.TextBox();
|
this.label4 = new System.Windows.Forms.Label();
|
this.tb_Type = new System.Windows.Forms.TextBox();
|
this.button2 = new System.Windows.Forms.Button();
|
this.button3 = new System.Windows.Forms.Button();
|
this.button4 = new System.Windows.Forms.Button();
|
this.SuspendLayout();
|
//
|
// tb_CONTAINERName
|
//
|
this.tb_CONTAINERName.Location = new System.Drawing.Point(189, 74);
|
this.tb_CONTAINERName.Margin = new System.Windows.Forms.Padding(4);
|
this.tb_CONTAINERName.Name = "tb_CONTAINERName";
|
this.tb_CONTAINERName.Size = new System.Drawing.Size(187, 25);
|
this.tb_CONTAINERName.TabIndex = 0;
|
//
|
// button1
|
//
|
this.button1.Location = new System.Drawing.Point(436, 70);
|
this.button1.Margin = new System.Windows.Forms.Padding(4);
|
this.button1.Name = "button1";
|
this.button1.Size = new System.Drawing.Size(100, 29);
|
this.button1.TabIndex = 1;
|
this.button1.Text = "获取空库位";
|
this.button1.UseVisualStyleBackColor = true;
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
//
|
// tb_Msg
|
//
|
this.tb_Msg.Location = new System.Drawing.Point(13, 157);
|
this.tb_Msg.Margin = new System.Windows.Forms.Padding(4);
|
this.tb_Msg.Multiline = true;
|
this.tb_Msg.Name = "tb_Msg";
|
this.tb_Msg.Size = new System.Drawing.Size(568, 253);
|
this.tb_Msg.TabIndex = 2;
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Location = new System.Drawing.Point(92, 78);
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(67, 15);
|
this.label1.TabIndex = 3;
|
this.label1.Text = "托盘名:";
|
//
|
// label2
|
//
|
this.label2.AutoSize = true;
|
this.label2.Location = new System.Drawing.Point(693, 104);
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label2.Name = "label2";
|
this.label2.Size = new System.Drawing.Size(52, 15);
|
this.label2.TabIndex = 5;
|
this.label2.Text = "物料:";
|
//
|
// tb_Mater
|
//
|
this.tb_Mater.Location = new System.Drawing.Point(790, 100);
|
this.tb_Mater.Margin = new System.Windows.Forms.Padding(4);
|
this.tb_Mater.Name = "tb_Mater";
|
this.tb_Mater.Size = new System.Drawing.Size(187, 25);
|
this.tb_Mater.TabIndex = 4;
|
//
|
// label3
|
//
|
this.label3.AutoSize = true;
|
this.label3.Location = new System.Drawing.Point(693, 161);
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label3.Name = "label3";
|
this.label3.Size = new System.Drawing.Size(52, 15);
|
this.label3.TabIndex = 7;
|
this.label3.Text = "数量:";
|
//
|
// tb_Qty
|
//
|
this.tb_Qty.Location = new System.Drawing.Point(790, 157);
|
this.tb_Qty.Margin = new System.Windows.Forms.Padding(4);
|
this.tb_Qty.Name = "tb_Qty";
|
this.tb_Qty.Size = new System.Drawing.Size(187, 25);
|
this.tb_Qty.TabIndex = 6;
|
//
|
// label4
|
//
|
this.label4.AutoSize = true;
|
this.label4.Location = new System.Drawing.Point(693, 210);
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
this.label4.Name = "label4";
|
this.label4.Size = new System.Drawing.Size(52, 15);
|
this.label4.TabIndex = 9;
|
this.label4.Text = "类型:";
|
//
|
// tb_Type
|
//
|
this.tb_Type.Location = new System.Drawing.Point(790, 206);
|
this.tb_Type.Margin = new System.Windows.Forms.Padding(4);
|
this.tb_Type.Name = "tb_Type";
|
this.tb_Type.Size = new System.Drawing.Size(187, 25);
|
this.tb_Type.TabIndex = 8;
|
//
|
// button2
|
//
|
this.button2.Location = new System.Drawing.Point(839, 271);
|
this.button2.Margin = new System.Windows.Forms.Padding(4);
|
this.button2.Name = "button2";
|
this.button2.Size = new System.Drawing.Size(167, 29);
|
this.button2.TabIndex = 10;
|
this.button2.Text = "获取可出库库位";
|
this.button2.UseVisualStyleBackColor = true;
|
this.button2.Click += new System.EventHandler(this.button2_Click);
|
//
|
// button3
|
//
|
this.button3.Location = new System.Drawing.Point(839, 330);
|
this.button3.Name = "button3";
|
this.button3.Size = new System.Drawing.Size(75, 23);
|
this.button3.TabIndex = 11;
|
this.button3.Text = "button3";
|
this.button3.UseVisualStyleBackColor = true;
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
//
|
// button4
|
//
|
this.button4.Location = new System.Drawing.Point(839, 401);
|
this.button4.Name = "button4";
|
this.button4.Size = new System.Drawing.Size(75, 23);
|
this.button4.TabIndex = 12;
|
this.button4.Text = "button4";
|
this.button4.UseVisualStyleBackColor = true;
|
this.button4.Click += new System.EventHandler(this.button4_Click);
|
//
|
// FormTest
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1298, 521);
|
this.Controls.Add(this.button4);
|
this.Controls.Add(this.button3);
|
this.Controls.Add(this.button2);
|
this.Controls.Add(this.label4);
|
this.Controls.Add(this.tb_Type);
|
this.Controls.Add(this.label3);
|
this.Controls.Add(this.tb_Qty);
|
this.Controls.Add(this.label2);
|
this.Controls.Add(this.tb_Mater);
|
this.Controls.Add(this.label1);
|
this.Controls.Add(this.tb_Msg);
|
this.Controls.Add(this.button1);
|
this.Controls.Add(this.tb_CONTAINERName);
|
this.Margin = new System.Windows.Forms.Padding(4);
|
this.Name = "FormTest";
|
this.Text = "FormTest";
|
this.ResumeLayout(false);
|
this.PerformLayout();
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.TextBox tb_CONTAINERName;
|
private System.Windows.Forms.Button button1;
|
private System.Windows.Forms.TextBox tb_Msg;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.TextBox tb_Mater;
|
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.TextBox tb_Qty;
|
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.TextBox tb_Type;
|
private System.Windows.Forms.Button button2;
|
private System.Windows.Forms.Button button3;
|
private System.Windows.Forms.Button button4;
|
}
|
}
|