宜昌华友原料库管理软件
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.

235 lines
10 KiB

namespace SSLMS.MobileUI.uc
{
partial class ucCell
{
/// <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 组件设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.tscbCELL_Z = new System.Windows.Forms.ComboBox();
this.tscbWAREHOUSE = new System.Windows.Forms.ComboBox();
this.panel1 = new System.Windows.Forms.Panel();
this.btRefresh = new System.Windows.Forms.Button();
this.btnLast = new System.Windows.Forms.Button();
this.btnNext = new System.Windows.Forms.Button();
this.btnPrevious = new System.Windows.Forms.Button();
this.btnFirst = new System.Windows.Forms.Button();
this.label4 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtFloor = new System.Windows.Forms.TextBox();
this.txtLine = new System.Windows.Forms.TextBox();
this.txtRow = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// pictureBox1
//
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(306, 222);
this.pictureBox1.DoubleClick += new System.EventHandler(this.pictureBox1_DoubleClick);
this.pictureBox1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.pictureBox1_MouseDown);
//
// tscbCELL_Z
//
this.tscbCELL_Z.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.tscbCELL_Z.Location = new System.Drawing.Point(77, 3);
this.tscbCELL_Z.Name = "tscbCELL_Z";
this.tscbCELL_Z.Size = new System.Drawing.Size(100, 19);
this.tscbCELL_Z.TabIndex = 1;
//
// tscbWAREHOUSE
//
this.tscbWAREHOUSE.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.tscbWAREHOUSE.Location = new System.Drawing.Point(4, 3);
this.tscbWAREHOUSE.Name = "tscbWAREHOUSE";
this.tscbWAREHOUSE.Size = new System.Drawing.Size(71, 19);
this.tscbWAREHOUSE.TabIndex = 2;
this.tscbWAREHOUSE.SelectedValueChanged += new System.EventHandler(this.tscbWAREHOUSE_SelectedValueChanged);
//
// panel1
//
this.panel1.Controls.Add(this.btRefresh);
this.panel1.Controls.Add(this.btnLast);
this.panel1.Controls.Add(this.btnNext);
this.panel1.Controls.Add(this.btnPrevious);
this.panel1.Controls.Add(this.btnFirst);
this.panel1.Controls.Add(this.label4);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.txtFloor);
this.panel1.Controls.Add(this.txtLine);
this.panel1.Controls.Add(this.txtRow);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.tscbCELL_Z);
this.panel1.Controls.Add(this.tscbWAREHOUSE);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(306, 75);
//
// btRefresh
//
this.btRefresh.Location = new System.Drawing.Point(167, 50);
this.btRefresh.Name = "btRefresh";
this.btRefresh.Size = new System.Drawing.Size(53, 20);
this.btRefresh.TabIndex = 22;
this.btRefresh.Text = "刷新";
this.btRefresh.Click += new System.EventHandler(this.btRefresh_Click);
//
// btnLast
//
this.btnLast.Location = new System.Drawing.Point(100, 28);
this.btnLast.Name = "btnLast";
this.btnLast.Size = new System.Drawing.Size(32, 20);
this.btnLast.TabIndex = 18;
this.btnLast.Text = ">>";
this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
//
// btnNext
//
this.btnNext.Location = new System.Drawing.Point(68, 28);
this.btnNext.Name = "btnNext";
this.btnNext.Size = new System.Drawing.Size(32, 20);
this.btnNext.TabIndex = 17;
this.btnNext.Text = ">";
this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
//
// btnPrevious
//
this.btnPrevious.Location = new System.Drawing.Point(36, 28);
this.btnPrevious.Name = "btnPrevious";
this.btnPrevious.Size = new System.Drawing.Size(32, 20);
this.btnPrevious.TabIndex = 16;
this.btnPrevious.Text = "<";
this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
//
// btnFirst
//
this.btnFirst.Location = new System.Drawing.Point(4, 28);
this.btnFirst.Name = "btnFirst";
this.btnFirst.Size = new System.Drawing.Size(32, 20);
this.btnFirst.TabIndex = 15;
this.btnFirst.Text = "<<";
this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
//
// label4
//
this.label4.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.label4.Location = new System.Drawing.Point(122, 51);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(10, 20);
this.label4.Text = "-";
//
// label2
//
this.label2.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.label2.Location = new System.Drawing.Point(77, 51);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(10, 20);
this.label2.Text = "-";
//
// txtFloor
//
this.txtFloor.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.txtFloor.Location = new System.Drawing.Point(135, 51);
this.txtFloor.Name = "txtFloor";
this.txtFloor.ReadOnly = true;
this.txtFloor.Size = new System.Drawing.Size(30, 19);
this.txtFloor.TabIndex = 10;
//
// txtLine
//
this.txtLine.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.txtLine.Location = new System.Drawing.Point(89, 51);
this.txtLine.Name = "txtLine";
this.txtLine.ReadOnly = true;
this.txtLine.Size = new System.Drawing.Size(30, 19);
this.txtLine.TabIndex = 9;
//
// txtRow
//
this.txtRow.Font = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Regular);
this.txtRow.Location = new System.Drawing.Point(45, 51);
this.txtRow.Name = "txtRow";
this.txtRow.ReadOnly = true;
this.txtRow.Size = new System.Drawing.Size(30, 19);
this.txtRow.TabIndex = 8;
//
// label3
//
this.label3.Location = new System.Drawing.Point(4, 52);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 19);
this.label3.Text = "货位";
this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
//
// panel2
//
this.panel2.AutoScroll = true;
this.panel2.Controls.Add(this.pictureBox1);
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(0, 75);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(306, 222);
//
// ucCell
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.panel2);
this.Controls.Add(this.panel1);
this.Name = "ucCell";
this.Size = new System.Drawing.Size(306, 297);
this.panel1.ResumeLayout(false);
this.panel2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.ComboBox tscbCELL_Z;
private System.Windows.Forms.ComboBox tscbWAREHOUSE;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txtRow;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.TextBox txtFloor;
private System.Windows.Forms.TextBox txtLine;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnLast;
private System.Windows.Forms.Button btnNext;
private System.Windows.Forms.Button btnPrevious;
private System.Windows.Forms.Button btnFirst;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btRefresh;
}
}