From 92fea996bf287e90c590cb30c0b1aac5969d0f17 Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周一, 01 9月 2025 15:48:14 +0800 Subject: [PATCH] 增加 主 --- WMS/WMS/WMSFrmMain.Designer.cs | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/WMS/WMS/WMSFrmMain.Designer.cs b/WMS/WMS/WMSFrmMain.Designer.cs index 628ea98..52a57f7 100644 --- a/WMS/WMS/WMSFrmMain.Designer.cs +++ b/WMS/WMS/WMSFrmMain.Designer.cs @@ -50,6 +50,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.panel1.SuspendLayout(); this.menuStripMain.SuspendLayout(); this.panel2.SuspendLayout(); @@ -64,7 +65,7 @@ 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, 2, 2, 2); + 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; @@ -74,7 +75,7 @@ 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, 2, 2, 2); + 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; @@ -195,6 +196,7 @@ this.缁煎悎鏌ヨ.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.鎶ヨ璁板綍鏌ヨ, this.娓呯悊搴撳瓨鏌ヨ, + this.tsm_OutInStockRecord_V2_Mes, this.鍑哄叆搴撹褰昑oolStripMenuItem}); this.缁煎悎鏌ヨ.ForeColor = System.Drawing.Color.Maroon; this.缁煎悎鏌ヨ.Image = ((System.Drawing.Image)(resources.GetObject("缁煎悎鏌ヨ.Image"))); @@ -292,7 +294,7 @@ 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, 2, 2, 2); + 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; @@ -304,11 +306,20 @@ 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, 2, 2, 2); + 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_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); // // WMSFrmMain // @@ -357,6 +368,7 @@ 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; } } -- Gitblit v1.9.3