| | |
| | | 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.物料维护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(); |
| | |
| | | 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; |
| | |
| | | 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; |
| | |
| | | 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.报警记录查询.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; |
| | |
| | | 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); |
| | | // |
| | |
| | | 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; |
| | |
| | | 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_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 |
| | | // |
| | |
| | | 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; |
| | | } |
| | | } |
| | | |