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.
285 lines
14 KiB
285 lines
14 KiB
namespace CommonClassLib
|
|
{
|
|
partial class UCellPanel
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.panelInfo = new System.Windows.Forms.Panel();
|
|
this.lblCellCode = new System.Windows.Forms.Label();
|
|
this.cmbLine = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.cmbWareHouse = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.lblFUCODE = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.lblFUCONVEYOR = new System.Windows.Forms.Label();
|
|
this.flowPanelCell = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.txtCellCode = new System.Windows.Forms.TextBox();
|
|
this.btnFind = new System.Windows.Forms.Button();
|
|
this.btnUpdate = new System.Windows.Forms.Button();
|
|
this.btnHide = new System.Windows.Forms.Button();
|
|
this.panelCell = new System.Windows.Forms.Panel();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.panelInfo.SuspendLayout();
|
|
this.flowPanelCell.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// panelInfo
|
|
//
|
|
this.panelInfo.BackColor = System.Drawing.Color.CornflowerBlue;
|
|
this.panelInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panelInfo.Controls.Add(this.lblCellCode);
|
|
this.panelInfo.Controls.Add(this.cmbLine);
|
|
this.panelInfo.Controls.Add(this.label1);
|
|
this.panelInfo.Controls.Add(this.cmbWareHouse);
|
|
this.panelInfo.Controls.Add(this.label2);
|
|
this.panelInfo.Controls.Add(this.label3);
|
|
this.panelInfo.Controls.Add(this.lblFUCODE);
|
|
this.panelInfo.Controls.Add(this.label5);
|
|
this.panelInfo.Controls.Add(this.lblFUCONVEYOR);
|
|
this.panelInfo.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.panelInfo.Location = new System.Drawing.Point(0, 0);
|
|
this.panelInfo.Margin = new System.Windows.Forms.Padding(4);
|
|
this.panelInfo.Name = "panelInfo";
|
|
this.panelInfo.Size = new System.Drawing.Size(757, 31);
|
|
this.panelInfo.TabIndex = 8;
|
|
//
|
|
// lblCellCode
|
|
//
|
|
this.lblCellCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblCellCode.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.lblCellCode.Location = new System.Drawing.Point(415, 5);
|
|
this.lblCellCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblCellCode.Name = "lblCellCode";
|
|
this.lblCellCode.Size = new System.Drawing.Size(137, 20);
|
|
this.lblCellCode.TabIndex = 1;
|
|
//
|
|
// cmbLine
|
|
//
|
|
this.cmbLine.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbLine.Location = new System.Drawing.Point(201, 1);
|
|
this.cmbLine.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cmbLine.MaxDropDownItems = 10;
|
|
this.cmbLine.Name = "cmbLine";
|
|
this.cmbLine.Size = new System.Drawing.Size(73, 23);
|
|
this.cmbLine.TabIndex = 0;
|
|
this.cmbLine.SelectionChangeCommitted += new System.EventHandler(this.cmbLine_SelectionChangeCommitted);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label1.Location = new System.Drawing.Point(177, 6);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(23, 15);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "第";
|
|
//
|
|
// cmbWareHouse
|
|
//
|
|
this.cmbWareHouse.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cmbWareHouse.Location = new System.Drawing.Point(3, 1);
|
|
this.cmbWareHouse.Margin = new System.Windows.Forms.Padding(4);
|
|
this.cmbWareHouse.MaxDropDownItems = 10;
|
|
this.cmbWareHouse.Name = "cmbWareHouse";
|
|
this.cmbWareHouse.Size = new System.Drawing.Size(165, 23);
|
|
this.cmbWareHouse.TabIndex = 0;
|
|
this.cmbWareHouse.SelectedIndexChanged += new System.EventHandler(this.cmbWareHouse_SelectedIndexChanged);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label2.Location = new System.Drawing.Point(276, 6);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(23, 15);
|
|
this.label2.TabIndex = 0;
|
|
this.label2.Text = "排";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label3.Location = new System.Drawing.Point(313, 6);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(87, 15);
|
|
this.label3.TabIndex = 1;
|
|
this.label3.Text = "货位编码:";
|
|
//
|
|
// lblFUCODE
|
|
//
|
|
this.lblFUCODE.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblFUCODE.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.lblFUCODE.Location = new System.Drawing.Point(652, 5);
|
|
this.lblFUCODE.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblFUCODE.Name = "lblFUCODE";
|
|
this.lblFUCODE.Size = new System.Drawing.Size(96, 20);
|
|
this.lblFUCODE.TabIndex = 1;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.label5.Location = new System.Drawing.Point(551, 6);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(87, 15);
|
|
this.label5.TabIndex = 1;
|
|
this.label5.Text = "条码信息:";
|
|
//
|
|
// lblFUCONVEYOR
|
|
//
|
|
this.lblFUCONVEYOR.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.lblFUCONVEYOR.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
|
this.lblFUCONVEYOR.Location = new System.Drawing.Point(755, 5);
|
|
this.lblFUCONVEYOR.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.lblFUCONVEYOR.Name = "lblFUCONVEYOR";
|
|
this.lblFUCONVEYOR.Size = new System.Drawing.Size(96, 20);
|
|
this.lblFUCONVEYOR.TabIndex = 1;
|
|
//
|
|
// flowPanelCell
|
|
//
|
|
this.flowPanelCell.Controls.Add(this.txtCellCode);
|
|
this.flowPanelCell.Controls.Add(this.btnFind);
|
|
this.flowPanelCell.Controls.Add(this.btnUpdate);
|
|
this.flowPanelCell.Controls.Add(this.btnHide);
|
|
this.flowPanelCell.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.flowPanelCell.Location = new System.Drawing.Point(0, 158);
|
|
this.flowPanelCell.Margin = new System.Windows.Forms.Padding(4);
|
|
this.flowPanelCell.Name = "flowPanelCell";
|
|
this.flowPanelCell.Size = new System.Drawing.Size(757, 44);
|
|
this.flowPanelCell.TabIndex = 10;
|
|
//
|
|
// txtCellCode
|
|
//
|
|
this.txtCellCode.Location = new System.Drawing.Point(4, 4);
|
|
this.txtCellCode.Margin = new System.Windows.Forms.Padding(4);
|
|
this.txtCellCode.Name = "txtCellCode";
|
|
this.txtCellCode.Size = new System.Drawing.Size(139, 25);
|
|
this.txtCellCode.TabIndex = 2;
|
|
this.txtCellCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtCellCode_KeyDown);
|
|
//
|
|
// btnFind
|
|
//
|
|
this.btnFind.BackColor = System.Drawing.SystemColors.Control;
|
|
this.btnFind.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
this.btnFind.Location = new System.Drawing.Point(151, 4);
|
|
this.btnFind.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnFind.Name = "btnFind";
|
|
this.btnFind.Size = new System.Drawing.Size(95, 29);
|
|
this.btnFind.TabIndex = 3;
|
|
this.btnFind.Text = "搜索货位";
|
|
this.btnFind.UseVisualStyleBackColor = false;
|
|
this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
|
|
//
|
|
// btnUpdate
|
|
//
|
|
this.btnUpdate.BackColor = System.Drawing.SystemColors.Control;
|
|
this.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
this.btnUpdate.Location = new System.Drawing.Point(254, 4);
|
|
this.btnUpdate.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnUpdate.Name = "btnUpdate";
|
|
this.btnUpdate.Size = new System.Drawing.Size(95, 29);
|
|
this.btnUpdate.TabIndex = 3;
|
|
this.btnUpdate.Text = "刷新显示";
|
|
this.btnUpdate.UseVisualStyleBackColor = false;
|
|
this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
|
|
//
|
|
// btnHide
|
|
//
|
|
this.btnHide.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.btnHide.BackColor = System.Drawing.SystemColors.Control;
|
|
this.btnHide.FlatStyle = System.Windows.Forms.FlatStyle.System;
|
|
this.btnHide.Location = new System.Drawing.Point(357, 4);
|
|
this.btnHide.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnHide.Name = "btnHide";
|
|
this.btnHide.Size = new System.Drawing.Size(95, 29);
|
|
this.btnHide.TabIndex = 3;
|
|
this.btnHide.Text = "隐藏";
|
|
this.btnHide.UseVisualStyleBackColor = false;
|
|
this.btnHide.Visible = false;
|
|
this.btnHide.Click += new System.EventHandler(this.btnHide_Click);
|
|
//
|
|
// panelCell
|
|
//
|
|
this.panelCell.AutoScroll = true;
|
|
this.panelCell.BackColor = System.Drawing.SystemColors.Window;
|
|
this.panelCell.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panelCell.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.panelCell.Location = new System.Drawing.Point(0, 31);
|
|
this.panelCell.Margin = new System.Windows.Forms.Padding(4);
|
|
this.panelCell.Name = "panelCell";
|
|
this.panelCell.Size = new System.Drawing.Size(757, 127);
|
|
this.panelCell.TabIndex = 11;
|
|
this.panelCell.Paint += new System.Windows.Forms.PaintEventHandler(this.panelCell_Paint);
|
|
this.panelCell.MouseClick += new System.Windows.Forms.MouseEventHandler(this.panelCell_MouseClick);
|
|
this.panelCell.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.panelCell_MouseDoubleClick);
|
|
//
|
|
// UCellPanel
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.panelCell);
|
|
this.Controls.Add(this.flowPanelCell);
|
|
this.Controls.Add(this.panelInfo);
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "UCellPanel";
|
|
this.Size = new System.Drawing.Size(757, 202);
|
|
this.panelInfo.ResumeLayout(false);
|
|
this.panelInfo.PerformLayout();
|
|
this.flowPanelCell.ResumeLayout(false);
|
|
this.flowPanelCell.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panelInfo;
|
|
private System.Windows.Forms.Label lblCellCode;
|
|
private System.Windows.Forms.ComboBox cmbLine;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox cmbWareHouse;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label lblFUCODE;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label lblFUCONVEYOR;
|
|
private System.Windows.Forms.FlowLayoutPanel flowPanelCell;
|
|
private System.Windows.Forms.TextBox txtCellCode;
|
|
private System.Windows.Forms.Button btnFind;
|
|
private System.Windows.Forms.Button btnUpdate;
|
|
private System.Windows.Forms.Button btnHide;
|
|
private System.Windows.Forms.Panel panelCell;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
}
|
|
}
|