恒石成品库WCS
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.

90 lines
3.6 KiB

namespace wcfControlMonitorClient
{
partial class FrmBrowseCellStatus
{
/// <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);
_formInstance = null;
}
#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.plCell = new System.Windows.Forms.Panel();
this.tbstartsite = new System.Windows.Forms.ComboBox();
this.tbFPALLETBARCODE = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// 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.Location = new System.Drawing.Point(10, 41);
this.plCell.Name = "plCell";
this.plCell.Size = new System.Drawing.Size(944, 619);
this.plCell.TabIndex = 38;
//
// tbstartsite
//
this.tbstartsite.FormattingEnabled = true;
this.tbstartsite.Location = new System.Drawing.Point(209, 8);
this.tbstartsite.Name = "tbstartsite";
this.tbstartsite.Size = new System.Drawing.Size(167, 20);
this.tbstartsite.TabIndex = 39;
this.tbstartsite.Visible = false;
//
// tbFPALLETBARCODE
//
this.tbFPALLETBARCODE.Location = new System.Drawing.Point(388, 6);
this.tbFPALLETBARCODE.MaxLength = 6;
this.tbFPALLETBARCODE.Name = "tbFPALLETBARCODE";
this.tbFPALLETBARCODE.Size = new System.Drawing.Size(342, 21);
this.tbFPALLETBARCODE.TabIndex = 40;
this.tbFPALLETBARCODE.Text = "WF11111111";
this.tbFPALLETBARCODE.Visible = false;
//
// FrmBrowseCellStatus
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(963, 600);
this.Controls.Add(this.tbFPALLETBARCODE);
this.Controls.Add(this.tbstartsite);
this.Controls.Add(this.plCell);
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
this.Name = "FrmBrowseCellStatus";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "查询货位信息";
this.Load += new System.EventHandler(this.FrmBrowseCellStatus_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel plCell;
private System.Windows.Forms.ComboBox tbstartsite;
private System.Windows.Forms.TextBox tbFPALLETBARCODE;
}
}