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

111 lines
4.6 KiB

namespace wcfControlMonitorClient
{
partial class FrmAutoOutTasks
{
/// <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.tbcellcodes = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.cbendposition = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.buttonouttask = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// tbcellcodes
//
this.tbcellcodes.Location = new System.Drawing.Point(18, 127);
this.tbcellcodes.MaxLength = 180;
this.tbcellcodes.Name = "tbcellcodes";
this.tbcellcodes.Size = new System.Drawing.Size(1171, 21);
this.tbcellcodes.TabIndex = 40;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(27, 103);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(461, 12);
this.label2.TabIndex = 41;
this.label2.Text = "请输入批量出库货位编码,多个货位之间用分号分隔开,每次最多可以输入20个出库任务";
//
// cbendposition
//
this.cbendposition.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.cbendposition.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
this.cbendposition.FormattingEnabled = true;
this.cbendposition.Location = new System.Drawing.Point(214, 42);
this.cbendposition.Name = "cbendposition";
this.cbendposition.Size = new System.Drawing.Size(160, 20);
this.cbendposition.TabIndex = 43;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(131, 45);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 42;
this.label1.Text = "出库终点位置";
//
// buttonouttask
//
this.buttonouttask.Location = new System.Drawing.Point(422, 45);
this.buttonouttask.Name = "buttonouttask";
this.buttonouttask.Size = new System.Drawing.Size(136, 23);
this.buttonouttask.TabIndex = 44;
this.buttonouttask.Text = "下达批量出库任务";
this.buttonouttask.UseVisualStyleBackColor = true;
this.buttonouttask.Click += new System.EventHandler(this.buttonouttask_Click);
//
// FrmAutoOutTasks
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1201, 173);
this.Controls.Add(this.buttonouttask);
this.Controls.Add(this.cbendposition);
this.Controls.Add(this.label1);
this.Controls.Add(this.label2);
this.Controls.Add(this.tbcellcodes);
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "FrmAutoOutTasks";
this.Text = "FrmAutoOutTasks";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAutoOutTasks_FormClosing);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox tbcellcodes;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.ComboBox cbendposition;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button buttonouttask;
}
}