From f0f336798d3042082a1ed277c5384f4d6bb60788 Mon Sep 17 00:00:00 2001 From: yxj <1qaz@123> Date: 星期二, 19 四月 2022 21:01:59 +0800 Subject: [PATCH] 工序进站接收单列表,工序出站汇报单列表、工序委外接收单列表,工序委外出站单列表模块界面新增未结案过滤选择勾选框;不良品列表模块入库按钮增加点击后变灰 --- WorkM/流转卡管理/MES_StationInBillList.designer.cs | 149 ++++++++++++++++++++++++------------------------- 1 files changed, 74 insertions(+), 75 deletions(-) diff --git "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationInBillList.designer.cs" "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationInBillList.designer.cs" index 97dfe71..4dcbf6c 100644 --- "a/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationInBillList.designer.cs" +++ "b/WorkM/\346\265\201\350\275\254\345\215\241\347\256\241\347\220\206/MES_StationInBillList.designer.cs" @@ -57,6 +57,7 @@ this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator(); this.sh = new System.Windows.Forms.ToolStripButton(); this.qsh = new System.Windows.Forms.ToolStripButton(); + this.fsqc = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator(); this.tc = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator(); @@ -70,7 +71,7 @@ this.grdMain = new System.Windows.Forms.DataGridView(); this.grdPrint = new System.Windows.Forms.DataGridView(); this.grdSum = new System.Windows.Forms.DataGridView(); - this.fsqc = new System.Windows.Forms.ToolStripButton(); + this.chkWJieAn = new System.Windows.Forms.CheckBox(); this.pPic.SuspendLayout(); this.panel1.SuspendLayout(); this.Tool.SuspendLayout(); @@ -84,38 +85,36 @@ this.pPic.BackColor = System.Drawing.Color.White; this.pPic.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pPic.BackgroundImage"))); this.pPic.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; - this.pPic.Controls.Add(this.label3); this.pPic.Controls.Add(this.txtHOrderProcNO); - this.pPic.Controls.Add(this.label2); this.pPic.Controls.Add(this.txtHCenterID); - this.pPic.Controls.Add(this.label1); this.pPic.Controls.Add(this.txtHBillNo); + this.pPic.Controls.Add(this.chkWJieAn); + this.pPic.Controls.Add(this.label3); + this.pPic.Controls.Add(this.label2); + this.pPic.Controls.Add(this.label1); this.pPic.Controls.Add(this.panel1); this.pPic.Controls.Add(this.lblCaption); this.pPic.Dock = System.Windows.Forms.DockStyle.Top; - this.pPic.Location = new System.Drawing.Point(0, 62); - this.pPic.Margin = new System.Windows.Forms.Padding(4); + this.pPic.Location = new System.Drawing.Point(0, 50); this.pPic.Name = "pPic"; - this.pPic.Size = new System.Drawing.Size(1525, 66); + this.pPic.Size = new System.Drawing.Size(1144, 53); this.pPic.TabIndex = 15; // // label3 // this.label3.AutoSize = true; this.label3.BackColor = System.Drawing.Color.Transparent; - this.label3.Location = new System.Drawing.Point(303, 19); - this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label3.Location = new System.Drawing.Point(232, 18); this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(97, 15); + this.label3.Size = new System.Drawing.Size(77, 12); this.label3.TabIndex = 14; this.label3.Text = "璁㈠崟璺熻釜鍙凤細"; // // txtHOrderProcNO // - this.txtHOrderProcNO.Location = new System.Drawing.Point(407, 14); - this.txtHOrderProcNO.Margin = new System.Windows.Forms.Padding(4); + this.txtHOrderProcNO.Location = new System.Drawing.Point(305, 14); this.txtHOrderProcNO.Name = "txtHOrderProcNO"; - this.txtHOrderProcNO.Size = new System.Drawing.Size(153, 25); + this.txtHOrderProcNO.Size = new System.Drawing.Size(142, 21); this.txtHOrderProcNO.TabIndex = 15; this.txtHOrderProcNO.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHOrderProcNO_KeyDown); // @@ -123,38 +122,34 @@ // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Transparent; - this.label2.Location = new System.Drawing.Point(565, 19); - this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label2.Location = new System.Drawing.Point(450, 18); this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(82, 15); + this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 12; this.label2.Text = "宸ヤ綔涓績锛�"; // // txtHCenterID // - this.txtHCenterID.Location = new System.Drawing.Point(660, 15); - this.txtHCenterID.Margin = new System.Windows.Forms.Padding(4); + this.txtHCenterID.Location = new System.Drawing.Point(512, 14); this.txtHCenterID.Name = "txtHCenterID"; - this.txtHCenterID.Size = new System.Drawing.Size(188, 25); + this.txtHCenterID.Size = new System.Drawing.Size(142, 21); this.txtHCenterID.TabIndex = 13; this.txtHCenterID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHCenterID_KeyDown); // // label1 // this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(872, 20); - this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label1.Location = new System.Drawing.Point(660, 18); this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(82, 15); + this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 10; this.label1.Text = "娴佽浆鍗″彿锛�"; // // txtHBillNo // - this.txtHBillNo.Location = new System.Drawing.Point(959, 17); - this.txtHBillNo.Margin = new System.Windows.Forms.Padding(4); + this.txtHBillNo.Location = new System.Drawing.Point(719, 14); this.txtHBillNo.Name = "txtHBillNo"; - this.txtHBillNo.Size = new System.Drawing.Size(208, 25); + this.txtHBillNo.Size = new System.Drawing.Size(142, 21); this.txtHBillNo.TabIndex = 11; this.txtHBillNo.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtHBillNo_KeyDown); // @@ -163,29 +158,26 @@ this.panel1.Controls.Add(this.lbljl); this.panel1.Controls.Add(this.lbldj); this.panel1.Dock = System.Windows.Forms.DockStyle.Right; - this.panel1.Location = new System.Drawing.Point(1281, 0); - this.panel1.Margin = new System.Windows.Forms.Padding(4); + this.panel1.Location = new System.Drawing.Point(961, 0); this.panel1.Name = "panel1"; - this.panel1.Size = new System.Drawing.Size(244, 66); + this.panel1.Size = new System.Drawing.Size(183, 53); this.panel1.TabIndex = 7; // // lbljl // this.lbljl.AutoSize = true; - this.lbljl.Location = new System.Drawing.Point(32, 38); - this.lbljl.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.lbljl.Location = new System.Drawing.Point(24, 30); this.lbljl.Name = "lbljl"; - this.lbljl.Size = new System.Drawing.Size(15, 15); + this.lbljl.Size = new System.Drawing.Size(11, 12); this.lbljl.TabIndex = 1; this.lbljl.Text = " "; // // lbldj // this.lbldj.AutoSize = true; - this.lbldj.Location = new System.Drawing.Point(32, 15); - this.lbldj.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.lbldj.Location = new System.Drawing.Point(24, 12); this.lbldj.Name = "lbldj"; - this.lbldj.Size = new System.Drawing.Size(0, 15); + this.lbldj.Size = new System.Drawing.Size(0, 12); this.lbldj.TabIndex = 0; // // lblCaption @@ -194,10 +186,9 @@ this.lblCaption.BackColor = System.Drawing.Color.Transparent; this.lblCaption.Cursor = System.Windows.Forms.Cursors.No; this.lblCaption.Font = new System.Drawing.Font("瀹嬩綋", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134))); - this.lblCaption.Location = new System.Drawing.Point(16, 19); - this.lblCaption.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.lblCaption.Location = new System.Drawing.Point(12, 15); this.lblCaption.Name = "lblCaption"; - this.lblCaption.Size = new System.Drawing.Size(180, 27); + this.lblCaption.Size = new System.Drawing.Size(142, 21); this.lblCaption.TabIndex = 4; this.lblCaption.Text = "杩涚珯鎵弿鍒楄〃"; this.lblCaption.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; @@ -234,7 +225,7 @@ this.Tool.Location = new System.Drawing.Point(0, 0); this.Tool.Name = "Tool"; this.Tool.Padding = new System.Windows.Forms.Padding(0); - this.Tool.Size = new System.Drawing.Size(1525, 62); + this.Tool.Size = new System.Drawing.Size(1144, 50); this.Tool.Stretch = true; this.Tool.TabIndex = 16; this.Tool.Text = "toolStrip1"; @@ -248,7 +239,7 @@ this.toolStripDropDownButton1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.toolStripDropDownButton1.ImageTransparentColor = System.Drawing.Color.Magenta; this.toolStripDropDownButton1.Name = "toolStripDropDownButton1"; - this.toolStripDropDownButton1.Size = new System.Drawing.Size(53, 59); + this.toolStripDropDownButton1.Size = new System.Drawing.Size(45, 47); this.toolStripDropDownButton1.Text = "寮曞嚭"; this.toolStripDropDownButton1.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.toolStripDropDownButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; @@ -256,14 +247,14 @@ // eXCELToolStripMenuItem // this.eXCELToolStripMenuItem.Name = "eXCELToolStripMenuItem"; - this.eXCELToolStripMenuItem.Size = new System.Drawing.Size(136, 26); + this.eXCELToolStripMenuItem.Size = new System.Drawing.Size(112, 22); this.eXCELToolStripMenuItem.Text = "EXCEL"; this.eXCELToolStripMenuItem.Click += new System.EventHandler(this.eXCELToolStripMenuItem_Click); // // cSVToolStripMenuItem // this.cSVToolStripMenuItem.Name = "cSVToolStripMenuItem"; - this.cSVToolStripMenuItem.Size = new System.Drawing.Size(136, 26); + this.cSVToolStripMenuItem.Size = new System.Drawing.Size(112, 22); this.cSVToolStripMenuItem.Text = "CSV"; this.cSVToolStripMenuItem.Click += new System.EventHandler(this.cSVToolStripMenuItem_Click); // @@ -299,7 +290,7 @@ // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator2.Size = new System.Drawing.Size(6, 50); // // cx // @@ -332,7 +323,7 @@ // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator1.Size = new System.Drawing.Size(6, 50); // // xz // @@ -380,7 +371,7 @@ // toolStripSeparator5 // this.toolStripSeparator5.Name = "toolStripSeparator5"; - this.toolStripSeparator5.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator5.Size = new System.Drawing.Size(6, 50); // // sh // @@ -412,10 +403,24 @@ this.qsh.Visible = false; this.qsh.Click += new System.EventHandler(this.qsh_Click); // + // fsqc + // + this.fsqc.AutoSize = false; + this.fsqc.Image = ((System.Drawing.Image)(resources.GetObject("fsqc.Image"))); + this.fsqc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; + this.fsqc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; + this.fsqc.ImageTransparentColor = System.Drawing.Color.Magenta; + this.fsqc.Name = "fsqc"; + this.fsqc.Size = new System.Drawing.Size(36, 47); + this.fsqc.Text = "棣栦欢"; + this.fsqc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; + this.fsqc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; + this.fsqc.Click += new System.EventHandler(this.fsqc_Click); + // // toolStripSeparator4 // this.toolStripSeparator4.Name = "toolStripSeparator4"; - this.toolStripSeparator4.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator4.Size = new System.Drawing.Size(6, 50); // // tc // @@ -434,13 +439,13 @@ // toolStripSeparator3 // this.toolStripSeparator3.Name = "toolStripSeparator3"; - this.toolStripSeparator3.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50); // // toolStripSeparator9 // this.toolStripSeparator9.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator9.Name = "toolStripSeparator9"; - this.toolStripSeparator9.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator9.Size = new System.Drawing.Size(6, 50); // // mrlk // @@ -450,7 +455,7 @@ this.mrlk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.mrlk.ImageTransparentColor = System.Drawing.Color.White; this.mrlk.Name = "mrlk"; - this.mrlk.Size = new System.Drawing.Size(73, 59); + this.mrlk.Size = new System.Drawing.Size(60, 47); this.mrlk.Text = "榛樿鍒楀"; this.mrlk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.mrlk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; @@ -460,7 +465,7 @@ // this.toolStripSeparator7.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator7.Name = "toolStripSeparator7"; - this.toolStripSeparator7.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator7.Size = new System.Drawing.Size(6, 50); // // bclk // @@ -470,7 +475,7 @@ this.bclk.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.bclk.ImageTransparentColor = System.Drawing.Color.White; this.bclk.Name = "bclk"; - this.bclk.Size = new System.Drawing.Size(73, 59); + this.bclk.Size = new System.Drawing.Size(60, 47); this.bclk.Text = "淇濆瓨鍒楀"; this.bclk.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.bclk.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; @@ -480,7 +485,7 @@ // this.toolStripSeparator8.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripSeparator8.Name = "toolStripSeparator8"; - this.toolStripSeparator8.Size = new System.Drawing.Size(6, 62); + this.toolStripSeparator8.Size = new System.Drawing.Size(6, 50); // // timer1 // @@ -498,13 +503,12 @@ this.grdMain.BackgroundColor = System.Drawing.SystemColors.InactiveCaption; this.grdMain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdMain.Dock = System.Windows.Forms.DockStyle.Fill; - this.grdMain.Location = new System.Drawing.Point(0, 128); - this.grdMain.Margin = new System.Windows.Forms.Padding(4); + this.grdMain.Location = new System.Drawing.Point(0, 103); this.grdMain.Name = "grdMain"; this.grdMain.ReadOnly = true; this.grdMain.RowHeadersWidth = 51; this.grdMain.RowTemplate.Height = 23; - this.grdMain.Size = new System.Drawing.Size(1525, 512); + this.grdMain.Size = new System.Drawing.Size(1144, 409); this.grdMain.TabIndex = 19; this.grdMain.CellMouseUp += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.grdMain_CellMouseUp); this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged); @@ -515,12 +519,11 @@ // grdPrint // this.grdPrint.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; - this.grdPrint.Location = new System.Drawing.Point(1029, 182); - this.grdPrint.Margin = new System.Windows.Forms.Padding(4); + this.grdPrint.Location = new System.Drawing.Point(772, 146); this.grdPrint.Name = "grdPrint"; this.grdPrint.RowHeadersWidth = 51; this.grdPrint.RowTemplate.Height = 23; - this.grdPrint.Size = new System.Drawing.Size(33, 30); + this.grdPrint.Size = new System.Drawing.Size(25, 24); this.grdPrint.TabIndex = 8; this.grdPrint.Visible = false; // @@ -531,41 +534,36 @@ this.grdSum.BackgroundColor = System.Drawing.SystemColors.Control; this.grdSum.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.grdSum.Dock = System.Windows.Forms.DockStyle.Bottom; - this.grdSum.Location = new System.Drawing.Point(0, 640); - this.grdSum.Margin = new System.Windows.Forms.Padding(4); + this.grdSum.Location = new System.Drawing.Point(0, 512); this.grdSum.Name = "grdSum"; this.grdSum.ReadOnly = true; this.grdSum.RowHeadersWidth = 51; this.grdSum.RowTemplate.Height = 23; this.grdSum.ScrollBars = System.Windows.Forms.ScrollBars.None; - this.grdSum.Size = new System.Drawing.Size(1525, 24); + this.grdSum.Size = new System.Drawing.Size(1144, 19); this.grdSum.TabIndex = 47; // - // fsqc + // chkWJieAn // - this.fsqc.AutoSize = false; - this.fsqc.Image = ((System.Drawing.Image)(resources.GetObject("fsqc.Image"))); - this.fsqc.ImageAlign = System.Drawing.ContentAlignment.BottomCenter; - this.fsqc.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; - this.fsqc.ImageTransparentColor = System.Drawing.Color.Magenta; - this.fsqc.Name = "fsqc"; - this.fsqc.Size = new System.Drawing.Size(36, 47); - this.fsqc.Text = "棣栦欢"; - this.fsqc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; - this.fsqc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; - this.fsqc.Click += new System.EventHandler(this.fsqc_Click); + this.chkWJieAn.AutoSize = true; + this.chkWJieAn.Location = new System.Drawing.Point(872, 18); + this.chkWJieAn.Margin = new System.Windows.Forms.Padding(2); + this.chkWJieAn.Name = "chkWJieAn"; + this.chkWJieAn.Size = new System.Drawing.Size(60, 16); + this.chkWJieAn.TabIndex = 103; + this.chkWJieAn.Text = "鏈粨妗�"; + this.chkWJieAn.UseVisualStyleBackColor = true; // // MES_StationInBillList // - this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1525, 664); + this.ClientSize = new System.Drawing.Size(1144, 531); this.Controls.Add(this.grdMain); this.Controls.Add(this.grdSum); this.Controls.Add(this.pPic); this.Controls.Add(this.Tool); this.Controls.Add(this.grdPrint); - this.Margin = new System.Windows.Forms.Padding(4); this.Name = "MES_StationInBillList"; this.Text = "杩涚珯鎵弿鍒楄〃"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; @@ -626,5 +624,6 @@ private System.Windows.Forms.ToolStripMenuItem eXCELToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem cSVToolStripMenuItem; private System.Windows.Forms.ToolStripButton fsqc; + private System.Windows.Forms.CheckBox chkWJieAn; } } \ No newline at end of file -- Gitblit v1.9.1