namespace WMS
|
{
|
partial class WMSFrmMain
|
{
|
/// <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()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(WMSFrmMain));
|
this.panel1 = new System.Windows.Forms.Panel();
|
this.button_exit = new System.Windows.Forms.Button();
|
this.label1 = new System.Windows.Forms.Label();
|
this.menuStripMain = new System.Windows.Forms.MenuStrip();
|
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
|
this.出库 = new System.Windows.Forms.ToolStripMenuItem();
|
this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripMenuItem();
|
this.库房预览 = new System.Windows.Forms.ToolStripMenuItem();
|
this.任务管理 = new System.Windows.Forms.ToolStripMenuItem();
|
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
|
this.综合查询 = new System.Windows.Forms.ToolStripMenuItem();
|
this.报警记录查询 = new System.Windows.Forms.ToolStripMenuItem();
|
this.清理库存查询 = new System.Windows.Forms.ToolStripMenuItem();
|
this.tsm_OutInStockRecord_V2_Mes = new System.Windows.Forms.ToolStripMenuItem();
|
this.出入库记录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.系统设置 = new System.Windows.Forms.ToolStripMenuItem();
|
this.权限管理 = new System.Windows.Forms.ToolStripMenuItem();
|
this.库位维护 = new System.Windows.Forms.ToolStripMenuItem();
|
this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
|
this.物料维护ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.panel2 = new System.Windows.Forms.Panel();
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
this.tsm_OutInStockRecord_Details_V2_Mes = new System.Windows.Forms.ToolStripMenuItem();
|
this.panel1.SuspendLayout();
|
this.menuStripMain.SuspendLayout();
|
this.panel2.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
this.SuspendLayout();
|
//
|
// panel1
|
//
|
this.panel1.Controls.Add(this.button_exit);
|
this.panel1.Controls.Add(this.label1);
|
this.panel1.Controls.Add(this.menuStripMain);
|
this.panel1.Controls.Add(this.panel2);
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
this.panel1.Margin = new System.Windows.Forms.Padding(2);
|
this.panel1.Name = "panel1";
|
this.panel1.Size = new System.Drawing.Size(1118, 64);
|
this.panel1.TabIndex = 10;
|
//
|
// button_exit
|
//
|
this.button_exit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
this.button_exit.Font = new System.Drawing.Font("宋体", 16.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.button_exit.Location = new System.Drawing.Point(978, 33);
|
this.button_exit.Margin = new System.Windows.Forms.Padding(2);
|
this.button_exit.Name = "button_exit";
|
this.button_exit.Size = new System.Drawing.Size(137, 29);
|
this.button_exit.TabIndex = 11;
|
this.button_exit.Text = "退出";
|
this.button_exit.UseVisualStyleBackColor = true;
|
this.button_exit.Click += new System.EventHandler(this.button_exit_Click);
|
//
|
// label1
|
//
|
this.label1.AutoSize = true;
|
this.label1.Dock = System.Windows.Forms.DockStyle.Right;
|
this.label1.Font = new System.Drawing.Font("楷体", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.label1.ImageAlign = System.Drawing.ContentAlignment.BottomRight;
|
this.label1.Location = new System.Drawing.Point(1014, 0);
|
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
this.label1.Name = "label1";
|
this.label1.Size = new System.Drawing.Size(104, 19);
|
this.label1.TabIndex = 10;
|
this.label1.Text = "欢迎登录:";
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
//
|
// menuStripMain
|
//
|
this.menuStripMain.BackColor = System.Drawing.Color.DarkGray;
|
this.menuStripMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.menuStripMain.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
this.menuStripMain.ImageScalingSize = new System.Drawing.Size(20, 20);
|
this.menuStripMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.toolStripMenuItem1,
|
this.出库,
|
this.toolStripMenuItem4,
|
this.库房预览,
|
this.任务管理,
|
this.toolStripMenuItem2,
|
this.综合查询,
|
this.系统设置});
|
this.menuStripMain.Location = new System.Drawing.Point(269, 0);
|
this.menuStripMain.Name = "menuStripMain";
|
this.menuStripMain.Size = new System.Drawing.Size(849, 64);
|
this.menuStripMain.TabIndex = 8;
|
this.menuStripMain.Text = "menuStrip1";
|
//
|
// toolStripMenuItem1
|
//
|
this.toolStripMenuItem1.ForeColor = System.Drawing.Color.Maroon;
|
this.toolStripMenuItem1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem1.Image")));
|
this.toolStripMenuItem1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
|
this.toolStripMenuItem1.Size = new System.Drawing.Size(64, 60);
|
this.toolStripMenuItem1.Text = "入库";
|
this.toolStripMenuItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.toolStripMenuItem1.Click += new System.EventHandler(this.toolStripMenuItem1_Click_1);
|
//
|
// 出库
|
//
|
this.出库.ForeColor = System.Drawing.Color.Maroon;
|
this.出库.Image = ((System.Drawing.Image)(resources.GetObject("出库.Image")));
|
this.出库.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.出库.Name = "出库";
|
this.出库.Size = new System.Drawing.Size(64, 60);
|
this.出库.Tag = "作业中心_出库";
|
this.出库.Text = "出库";
|
this.出库.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.出库.Click += new System.EventHandler(this.miOutPut_Click);
|
//
|
// toolStripMenuItem4
|
//
|
this.toolStripMenuItem4.ForeColor = System.Drawing.Color.Maroon;
|
this.toolStripMenuItem4.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem4.Image")));
|
this.toolStripMenuItem4.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
|
this.toolStripMenuItem4.Size = new System.Drawing.Size(104, 60);
|
this.toolStripMenuItem4.Tag = "综合查询_库房预览";
|
this.toolStripMenuItem4.Text = "库存预览";
|
this.toolStripMenuItem4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.toolStripMenuItem4.Click += new System.EventHandler(this.toolStripMenuItem4_Click);
|
//
|
// 库房预览
|
//
|
this.库房预览.ForeColor = System.Drawing.Color.Maroon;
|
this.库房预览.Image = ((System.Drawing.Image)(resources.GetObject("库房预览.Image")));
|
this.库房预览.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.库房预览.Name = "库房预览";
|
this.库房预览.Size = new System.Drawing.Size(104, 60);
|
this.库房预览.Tag = "综合查询_库房预览";
|
this.库房预览.Text = "库存查询";
|
this.库房预览.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.库房预览.Click += new System.EventHandler(this.miDeviceAnalysis_Click);
|
//
|
// 任务管理
|
//
|
this.任务管理.ForeColor = System.Drawing.Color.Maroon;
|
this.任务管理.Image = global::WMS.Properties.Resources.银行卡;
|
this.任务管理.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
|
this.任务管理.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.任务管理.Name = "任务管理";
|
this.任务管理.Size = new System.Drawing.Size(104, 60);
|
this.任务管理.Text = "任务管理";
|
this.任务管理.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.任务管理.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.任务管理.Click += new System.EventHandler(this.任务管理_Click);
|
//
|
// toolStripMenuItem2
|
//
|
this.toolStripMenuItem2.ForeColor = System.Drawing.Color.Maroon;
|
this.toolStripMenuItem2.Image = global::WMS.Properties.Resources.list;
|
this.toolStripMenuItem2.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
|
this.toolStripMenuItem2.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
|
this.toolStripMenuItem2.Size = new System.Drawing.Size(104, 60);
|
this.toolStripMenuItem2.Text = "状态预览";
|
this.toolStripMenuItem2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
|
this.toolStripMenuItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click_1);
|
//
|
// 综合查询
|
//
|
this.综合查询.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.报警记录查询,
|
this.清理库存查询,
|
this.tsm_OutInStockRecord_Details_V2_Mes,
|
this.tsm_OutInStockRecord_V2_Mes,
|
this.出入库记录ToolStripMenuItem});
|
this.综合查询.ForeColor = System.Drawing.Color.Maroon;
|
this.综合查询.Image = ((System.Drawing.Image)(resources.GetObject("综合查询.Image")));
|
this.综合查询.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.综合查询.Name = "综合查询";
|
this.综合查询.Size = new System.Drawing.Size(104, 60);
|
this.综合查询.Text = "综合查询";
|
this.综合查询.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
//
|
// 报警记录查询
|
//
|
this.报警记录查询.ForeColor = System.Drawing.Color.Maroon;
|
this.报警记录查询.Image = ((System.Drawing.Image)(resources.GetObject("报警记录查询.Image")));
|
this.报警记录查询.Name = "报警记录查询";
|
this.报警记录查询.Size = new System.Drawing.Size(211, 32);
|
this.报警记录查询.Tag = "综合查询_故障信息记录";
|
this.报警记录查询.Text = "报警记录查询";
|
this.报警记录查询.Visible = false;
|
this.报警记录查询.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
|
//
|
// 清理库存查询
|
//
|
this.清理库存查询.ForeColor = System.Drawing.Color.Maroon;
|
this.清理库存查询.Image = ((System.Drawing.Image)(resources.GetObject("清理库存查询.Image")));
|
this.清理库存查询.Name = "清理库存查询";
|
this.清理库存查询.Size = new System.Drawing.Size(211, 32);
|
this.清理库存查询.Tag = "综合查询_清理库存日志查询";
|
this.清理库存查询.Text = "清理库存查询";
|
this.清理库存查询.Click += new System.EventHandler(this.清理库存日志查询_Click);
|
//
|
// tsm_OutInStockRecord_V2_Mes
|
//
|
this.tsm_OutInStockRecord_V2_Mes.ForeColor = System.Drawing.Color.Maroon;
|
this.tsm_OutInStockRecord_V2_Mes.Image = global::WMS.Properties.Resources.list;
|
this.tsm_OutInStockRecord_V2_Mes.Name = "tsm_OutInStockRecord_V2_Mes";
|
this.tsm_OutInStockRecord_V2_Mes.Size = new System.Drawing.Size(211, 32);
|
this.tsm_OutInStockRecord_V2_Mes.Text = "MES出入库";
|
this.tsm_OutInStockRecord_V2_Mes.Click += new System.EventHandler(this.tsm_OutInStockRecord_V2_Mes_Click);
|
//
|
// 出入库记录ToolStripMenuItem
|
//
|
this.出入库记录ToolStripMenuItem.ForeColor = System.Drawing.Color.Maroon;
|
this.出入库记录ToolStripMenuItem.Image = global::WMS.Properties.Resources.list;
|
this.出入库记录ToolStripMenuItem.Name = "出入库记录ToolStripMenuItem";
|
this.出入库记录ToolStripMenuItem.Size = new System.Drawing.Size(211, 32);
|
this.出入库记录ToolStripMenuItem.Text = "出入库记录";
|
this.出入库记录ToolStripMenuItem.Click += new System.EventHandler(this.出入库记录ToolStripMenuItem_Click);
|
//
|
// 系统设置
|
//
|
this.系统设置.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
this.权限管理,
|
this.库位维护,
|
this.toolStripMenuItem3,
|
this.物料维护ToolStripMenuItem});
|
this.系统设置.ForeColor = System.Drawing.Color.Maroon;
|
this.系统设置.Image = ((System.Drawing.Image)(resources.GetObject("系统设置.Image")));
|
this.系统设置.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
|
this.系统设置.Name = "系统设置";
|
this.系统设置.Size = new System.Drawing.Size(104, 60);
|
this.系统设置.Text = "系统设置";
|
this.系统设置.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
|
this.系统设置.Click += new System.EventHandler(this.系统设置_Click);
|
//
|
// 权限管理
|
//
|
this.权限管理.ForeColor = System.Drawing.Color.Maroon;
|
this.权限管理.Image = ((System.Drawing.Image)(resources.GetObject("权限管理.Image")));
|
this.权限管理.Name = "权限管理";
|
this.权限管理.Size = new System.Drawing.Size(208, 32);
|
this.权限管理.Tag = "基础数据_权限管理";
|
this.权限管理.Text = "权限管理";
|
this.权限管理.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
|
//
|
// 库位维护
|
//
|
this.库位维护.ForeColor = System.Drawing.Color.Maroon;
|
this.库位维护.Image = ((System.Drawing.Image)(resources.GetObject("库位维护.Image")));
|
this.库位维护.Name = "库位维护";
|
this.库位维护.Size = new System.Drawing.Size(208, 32);
|
this.库位维护.Text = "库位维护";
|
this.库位维护.Click += new System.EventHandler(this.库位维护ToolStripMenuItem_Click);
|
//
|
// toolStripMenuItem3
|
//
|
this.toolStripMenuItem3.ForeColor = System.Drawing.Color.Maroon;
|
this.toolStripMenuItem3.Image = global::WMS.Properties.Resources.pencil_edit;
|
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
|
this.toolStripMenuItem3.Size = new System.Drawing.Size(208, 32);
|
this.toolStripMenuItem3.Text = "基础数据维护";
|
this.toolStripMenuItem3.Click += new System.EventHandler(this.toolStripMenuItem3_Click);
|
//
|
// 物料维护ToolStripMenuItem
|
//
|
this.物料维护ToolStripMenuItem.ForeColor = System.Drawing.Color.Maroon;
|
this.物料维护ToolStripMenuItem.Image = global::WMS.Properties.Resources.pencil_edit;
|
this.物料维护ToolStripMenuItem.Name = "物料维护ToolStripMenuItem";
|
this.物料维护ToolStripMenuItem.Size = new System.Drawing.Size(208, 32);
|
this.物料维护ToolStripMenuItem.Text = "物料维护";
|
this.物料维护ToolStripMenuItem.Click += new System.EventHandler(this.物料维护ToolStripMenuItem_Click);
|
//
|
// panel2
|
//
|
this.panel2.Controls.Add(this.pictureBox1);
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Left;
|
this.panel2.Location = new System.Drawing.Point(0, 0);
|
this.panel2.Margin = new System.Windows.Forms.Padding(2);
|
this.panel2.Name = "panel2";
|
this.panel2.Size = new System.Drawing.Size(269, 64);
|
this.panel2.TabIndex = 9;
|
//
|
// pictureBox1
|
//
|
this.pictureBox1.BackColor = System.Drawing.Color.BurlyWood;
|
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.pictureBox1.Image = global::WMS.Properties.Resources.logo;
|
this.pictureBox1.InitialImage = null;
|
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
|
this.pictureBox1.Name = "pictureBox1";
|
this.pictureBox1.Size = new System.Drawing.Size(269, 64);
|
this.pictureBox1.TabIndex = 0;
|
this.pictureBox1.TabStop = false;
|
//
|
// tsm_OutInStockRecord_Details_V2_Mes
|
//
|
this.tsm_OutInStockRecord_Details_V2_Mes.ForeColor = System.Drawing.Color.Maroon;
|
this.tsm_OutInStockRecord_Details_V2_Mes.Image = global::WMS.Properties.Resources.list;
|
this.tsm_OutInStockRecord_Details_V2_Mes.Name = "tsm_OutInStockRecord_Details_V2_Mes";
|
this.tsm_OutInStockRecord_Details_V2_Mes.Size = new System.Drawing.Size(211, 32);
|
this.tsm_OutInStockRecord_Details_V2_Mes.Text = "MES出入明细";
|
this.tsm_OutInStockRecord_Details_V2_Mes.Click += new System.EventHandler(this.tsm_OutInStockRecord_Details_V2_Mes_Click);
|
//
|
// WMSFrmMain
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1118, 600);
|
this.Controls.Add(this.panel1);
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.IsMdiContainer = true;
|
this.Name = "WMSFrmMain";
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.Text = "云内wms系统";
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMain_FormClosed);
|
this.Load += new System.EventHandler(this.FrmMain_Load);
|
this.panel1.ResumeLayout(false);
|
this.panel1.PerformLayout();
|
this.menuStripMain.ResumeLayout(false);
|
this.menuStripMain.PerformLayout();
|
this.panel2.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private System.Windows.Forms.Panel panel1;
|
private System.Windows.Forms.Panel panel2;
|
private System.Windows.Forms.PictureBox pictureBox1;
|
private System.Windows.Forms.MenuStrip menuStripMain;
|
private System.Windows.Forms.ToolStripMenuItem 出库;
|
private System.Windows.Forms.ToolStripMenuItem 库房预览;
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
|
private System.Windows.Forms.ToolStripMenuItem 任务管理;
|
private System.Windows.Forms.ToolStripMenuItem 综合查询;
|
private System.Windows.Forms.ToolStripMenuItem 报警记录查询;
|
private System.Windows.Forms.ToolStripMenuItem 清理库存查询;
|
private System.Windows.Forms.ToolStripMenuItem 系统设置;
|
private System.Windows.Forms.ToolStripMenuItem 权限管理;
|
private System.Windows.Forms.ToolStripMenuItem 库位维护;
|
private System.Windows.Forms.ToolStripMenuItem 物料维护ToolStripMenuItem;
|
private System.Windows.Forms.ToolStripMenuItem 出入库记录ToolStripMenuItem;
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
|
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Button button_exit;
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem3;
|
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem4;
|
private System.Windows.Forms.ToolStripMenuItem tsm_OutInStockRecord_V2_Mes;
|
private System.Windows.Forms.ToolStripMenuItem tsm_OutInStockRecord_Details_V2_Mes;
|
}
|
}
|