From 06d172f716dcf49d427c4b53c8fb74acae5242ff Mon Sep 17 00:00:00 2001 From: duhe <226547893@qq.com> Date: 星期二, 23 四月 2024 21:16:59 +0800 Subject: [PATCH] 自动生成条码_PLC:代码整理 --- WarM/条码打印/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs | 20 -------------------- 1 files changed, 0 insertions(+), 20 deletions(-) diff --git "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs" "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs" index a9b0b14..4ee964d 100644 --- "a/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs" +++ "b/WarM/\346\235\241\347\240\201\346\211\223\345\215\260/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs" @@ -225,7 +225,6 @@ this.dy.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.dy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.dy.Visible = false; - this.dy.Click += new System.EventHandler(this.dy_Click); // // sdy // @@ -240,7 +239,6 @@ this.sdy.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.sdy.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.sdy.Visible = false; - this.sdy.Click += new System.EventHandler(this.sdy_Click); // // yl // @@ -255,7 +253,6 @@ this.yl.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.yl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.yl.Visible = false; - this.yl.Click += new System.EventHandler(this.yl_Click); // // toolStripSeparator2 // @@ -290,7 +287,6 @@ this.spRow.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.spRow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.spRow.Visible = false; - this.spRow.Click += new System.EventHandler(this.spRow_Click); // // bc // @@ -346,7 +342,6 @@ this.wxm.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.wxm.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.wxm.Visible = false; - this.wxm.Click += new System.EventHandler(this.wxm_Click); // // toolStripSeparator9 // @@ -386,7 +381,6 @@ this.kc.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.kc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.kc.Visible = false; - this.kc.Click += new System.EventHandler(this.kc_Click); // // toolStripSeparator1 // @@ -453,7 +447,6 @@ this.tb.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.tb.ToolTipText = "鍚屾鍩虹璧勬枡"; this.tb.Visible = false; - this.tb.Click += new System.EventHandler(this.tb_Click); // // toolStripSeparator6 // @@ -473,7 +466,6 @@ this.gl.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.gl.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.gl.Visible = false; - this.gl.Click += new System.EventHandler(this.gl_Click); // // toolStripSeparator7 // @@ -493,7 +485,6 @@ this.BatchNo.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.BatchNo.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText; this.BatchNo.Visible = false; - this.BatchNo.Click += new System.EventHandler(this.BatchNo_Click); // // toolStripSeparator3 // @@ -858,7 +849,6 @@ this.cmbSourceBillType.Name = "cmbSourceBillType"; this.cmbSourceBillType.Size = new System.Drawing.Size(280, 26); this.cmbSourceBillType.TabIndex = 36; - this.cmbSourceBillType.TextChanged += new System.EventHandler(this.cmbSourceBillType_TextChanged); // // label14 // @@ -1396,9 +1386,6 @@ this.grdSub.RowTemplate.Height = 23; this.grdSub.Size = new System.Drawing.Size(1390, 280); this.grdSub.TabIndex = 45; - this.grdSub.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdSub_CellBeginEdit); - this.grdSub.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdSub_CellContentClick); - this.grdSub.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdSub_CellEndEdit); // // tabPage1 // @@ -1429,13 +1416,6 @@ this.grdMain.RowTemplate.Height = 23; this.grdMain.Size = new System.Drawing.Size(1390, 280); this.grdMain.TabIndex = 44; - this.grdMain.RowHeadersWidthChanged += new System.EventHandler(this.grdMain_RowHeadersWidthChanged); - this.grdMain.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.grdMain_CellBeginEdit); - this.grdMain.CellEndEdit += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellEndEdit); - this.grdMain.CellLeave += new System.Windows.Forms.DataGridViewCellEventHandler(this.grdMain_CellLeave); - this.grdMain.ColumnWidthChanged += new System.Windows.Forms.DataGridViewColumnEventHandler(this.grdMain_ColumnWidthChanged); - this.grdMain.EditingControlShowing += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.grdMain_EditingControlShowing); - this.grdMain.Scroll += new System.Windows.Forms.ScrollEventHandler(this.grdMain_Scroll); // // tabControl1 // -- Gitblit v1.9.1