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.
268 lines
12 KiB
268 lines
12 KiB
namespace wcfControlMonitorClient
|
|
{
|
|
partial class FrmWMSOutTask
|
|
{
|
|
/// <summary>
|
|
/// 必需的设计器变量。
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// 清理所有正在使用的资源。
|
|
/// </summary>
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
|
|
}
|
|
|
|
#region Windows 窗体设计器生成的代码
|
|
|
|
/// <summary>
|
|
/// 设计器支持所需的方法 - 不要
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.cbLaneway = new System.Windows.Forms.ComboBox();
|
|
this.cbKind = new System.Windows.Forms.ComboBox();
|
|
this.txtparm = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.button2 = new System.Windows.Forms.Button();
|
|
this.plCell = new System.Windows.Forms.Panel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.tbcellcode = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.tbPalletBarcode = new System.Windows.Forms.TextBox();
|
|
this.tbnewPALLETBARCODE = new System.Windows.Forms.TextBox();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.button3 = new System.Windows.Forms.Button();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(15, 6);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(52, 15);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "巷道:";
|
|
//
|
|
// cbLaneway
|
|
//
|
|
this.cbLaneway.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
|
|
this.cbLaneway.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
|
|
this.cbLaneway.FormattingEnabled = true;
|
|
this.cbLaneway.Location = new System.Drawing.Point(77, 2);
|
|
this.cbLaneway.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cbLaneway.Name = "cbLaneway";
|
|
this.cbLaneway.Size = new System.Drawing.Size(216, 23);
|
|
this.cbLaneway.TabIndex = 3;
|
|
this.cbLaneway.SelectedIndexChanged += new System.EventHandler(this.cbLaneway_SelectedIndexChanged);
|
|
//
|
|
// cbKind
|
|
//
|
|
this.cbKind.FormattingEnabled = true;
|
|
this.cbKind.Location = new System.Drawing.Point(92, 144);
|
|
this.cbKind.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cbKind.Name = "cbKind";
|
|
this.cbKind.Size = new System.Drawing.Size(271, 23);
|
|
this.cbKind.TabIndex = 9;
|
|
this.cbKind.Visible = false;
|
|
//
|
|
// txtparm
|
|
//
|
|
this.txtparm.Location = new System.Drawing.Point(372, 142);
|
|
this.txtparm.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtparm.Name = "txtparm";
|
|
this.txtparm.Size = new System.Drawing.Size(132, 25);
|
|
this.txtparm.TabIndex = 8;
|
|
this.txtparm.Visible = false;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Location = new System.Drawing.Point(23, 148);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(67, 15);
|
|
this.label4.TabIndex = 7;
|
|
this.label4.Text = "特殊命令";
|
|
this.label4.Visible = false;
|
|
//
|
|
// button2
|
|
//
|
|
this.button2.Location = new System.Drawing.Point(49, 176);
|
|
this.button2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.button2.Name = "button2";
|
|
this.button2.Size = new System.Drawing.Size(132, 29);
|
|
this.button2.TabIndex = 10;
|
|
this.button2.Text = "追加特殊命令";
|
|
this.button2.UseVisualStyleBackColor = true;
|
|
this.button2.Visible = false;
|
|
//
|
|
// plCell
|
|
//
|
|
this.plCell.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.plCell.AutoScroll = true;
|
|
this.plCell.Location = new System.Drawing.Point(16, 35);
|
|
this.plCell.Margin = new System.Windows.Forms.Padding(4);
|
|
this.plCell.Name = "plCell";
|
|
this.plCell.Size = new System.Drawing.Size(1520, 830);
|
|
this.plCell.TabIndex = 37;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(953, 10);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(67, 15);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "新条码:";
|
|
//
|
|
// tbcellcode
|
|
//
|
|
this.tbcellcode.Enabled = false;
|
|
this.tbcellcode.Location = new System.Drawing.Point(528, 2);
|
|
this.tbcellcode.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tbcellcode.Name = "tbcellcode";
|
|
this.tbcellcode.Size = new System.Drawing.Size(161, 25);
|
|
this.tbcellcode.TabIndex = 38;
|
|
this.tbcellcode.TextChanged += new System.EventHandler(this.lblPalletBarcode_TextChanged);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(441, 8);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(82, 15);
|
|
this.label3.TabIndex = 0;
|
|
this.label3.Text = "货位编码:";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(696, 8);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(82, 15);
|
|
this.label5.TabIndex = 0;
|
|
this.label5.Text = "托盘条码:";
|
|
//
|
|
// tbPalletBarcode
|
|
//
|
|
this.tbPalletBarcode.Enabled = false;
|
|
this.tbPalletBarcode.Location = new System.Drawing.Point(783, 2);
|
|
this.tbPalletBarcode.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tbPalletBarcode.Name = "tbPalletBarcode";
|
|
this.tbPalletBarcode.Size = new System.Drawing.Size(161, 25);
|
|
this.tbPalletBarcode.TabIndex = 38;
|
|
//
|
|
// tbnewPALLETBARCODE
|
|
//
|
|
this.tbnewPALLETBARCODE.Location = new System.Drawing.Point(1033, 5);
|
|
this.tbnewPALLETBARCODE.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tbnewPALLETBARCODE.MaxLength = 17;
|
|
this.tbnewPALLETBARCODE.Name = "tbnewPALLETBARCODE";
|
|
this.tbnewPALLETBARCODE.Size = new System.Drawing.Size(187, 25);
|
|
this.tbnewPALLETBARCODE.TabIndex = 39;
|
|
//
|
|
// button1
|
|
//
|
|
this.button1.Location = new System.Drawing.Point(1227, 6);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(59, 27);
|
|
this.button1.TabIndex = 0;
|
|
this.button1.Text = "保存";
|
|
this.button1.UseVisualStyleBackColor = true;
|
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
|
//
|
|
// button3
|
|
//
|
|
this.button3.Location = new System.Drawing.Point(339, 5);
|
|
this.button3.Name = "button3";
|
|
this.button3.Size = new System.Drawing.Size(75, 23);
|
|
this.button3.TabIndex = 0;
|
|
this.button3.Text = "刷新";
|
|
this.button3.UseVisualStyleBackColor = true;
|
|
this.button3.Click += new System.EventHandler(this.button3_Click);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(1293, 12);
|
|
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(106, 15);
|
|
this.label6.TabIndex = 0;
|
|
this.label6.Text = "清除请输入\"-\"";
|
|
//
|
|
// FrmWMSOutTask
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1527, 880);
|
|
this.Controls.Add(this.button3);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.tbnewPALLETBARCODE);
|
|
this.Controls.Add(this.tbPalletBarcode);
|
|
this.Controls.Add(this.tbcellcode);
|
|
this.Controls.Add(this.plCell);
|
|
this.Controls.Add(this.button2);
|
|
this.Controls.Add(this.cbKind);
|
|
this.Controls.Add(this.txtparm);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.cbLaneway);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.MaximizeBox = false;
|
|
this.MinimizeBox = false;
|
|
this.Name = "FrmWMSOutTask";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "托盘条码管理";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmAutoCommand_FormClosing);
|
|
this.Load += new System.EventHandler(this.FrmAutoCommand_Load);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox cbLaneway;
|
|
private System.Windows.Forms.ComboBox cbKind;
|
|
private System.Windows.Forms.TextBox txtparm;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Button button2;
|
|
private System.Windows.Forms.Panel plCell;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox tbcellcode;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.TextBox tbPalletBarcode;
|
|
private System.Windows.Forms.TextBox tbnewPALLETBARCODE;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Button button3;
|
|
private System.Windows.Forms.Label label6;
|
|
|
|
|
|
}
|
|
}
|