schangxiang@126.com
2025-09-02 4813bf5781140ecd5c2c7a75d36bf0a2d45a50f4
WMS/WMS/WMSFrmMain.Designer.cs
@@ -42,6 +42,7 @@
            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();
@@ -50,7 +51,7 @@
            this.物料维护ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.panel2 = new System.Windows.Forms.Panel();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.tsm_OutInStockRecord_V2_Mes = new System.Windows.Forms.ToolStripMenuItem();
            this.tsm_OutInStockRecord_Details_V2_Mes = new System.Windows.Forms.ToolStripMenuItem();
            this.panel1.SuspendLayout();
            this.menuStripMain.SuspendLayout();
            this.panel2.SuspendLayout();
@@ -196,6 +197,7 @@
            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;
@@ -211,7 +213,7 @@
            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.报警记录查询.Size = new System.Drawing.Size(211, 32);
            this.报警记录查询.Tag = "综合查询_故障信息记录";
            this.报警记录查询.Text = "报警记录查询";
            this.报警记录查询.Visible = false;
@@ -222,17 +224,26 @@
            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.清理库存查询.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(208, 32);
            this.出入库记录ToolStripMenuItem.Size = new System.Drawing.Size(211, 32);
            this.出入库记录ToolStripMenuItem.Text = "出入库记录";
            this.出入库记录ToolStripMenuItem.Click += new System.EventHandler(this.出入库记录ToolStripMenuItem_Click);
            // 
@@ -312,14 +323,14 @@
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // tsm_OutInStockRecord_V2_Mes
            // tsm_OutInStockRecord_Details_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(208, 32);
            this.tsm_OutInStockRecord_V2_Mes.Text = "MES出入库";
            this.tsm_OutInStockRecord_V2_Mes.Click += new System.EventHandler(this.tsm_OutInStockRecord_V2_Mes_Click);
            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
            // 
@@ -369,6 +380,7 @@
        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;
    }
}