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.
93 lines
3.9 KiB
93 lines
3.9 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(13, 51);
|
|
this.plCell.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.plCell.Name = "plCell";
|
|
this.plCell.Size = new System.Drawing.Size(1258, 774);
|
|
this.plCell.TabIndex = 38;
|
|
//
|
|
// tbstartsite
|
|
//
|
|
this.tbstartsite.FormattingEnabled = true;
|
|
this.tbstartsite.Location = new System.Drawing.Point(279, 10);
|
|
this.tbstartsite.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tbstartsite.Name = "tbstartsite";
|
|
this.tbstartsite.Size = new System.Drawing.Size(221, 23);
|
|
this.tbstartsite.TabIndex = 39;
|
|
this.tbstartsite.Visible = false;
|
|
//
|
|
// tbFPALLETBARCODE
|
|
//
|
|
this.tbFPALLETBARCODE.Location = new System.Drawing.Point(517, 7);
|
|
this.tbFPALLETBARCODE.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.tbFPALLETBARCODE.MaxLength = 6;
|
|
this.tbFPALLETBARCODE.Name = "tbFPALLETBARCODE";
|
|
this.tbFPALLETBARCODE.Size = new System.Drawing.Size(455, 25);
|
|
this.tbFPALLETBARCODE.TabIndex = 40;
|
|
this.tbFPALLETBARCODE.Text = "WF11111111";
|
|
this.tbFPALLETBARCODE.Visible = false;
|
|
//
|
|
// FrmBrowseCellStatus
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1284, 838);
|
|
this.Controls.Add(this.tbFPALLETBARCODE);
|
|
this.Controls.Add(this.tbstartsite);
|
|
this.Controls.Add(this.plCell);
|
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
this.Name = "FrmBrowseCellStatus";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "FrmBrowseCellStatus";
|
|
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;
|
|
}
|
|
}
|