From f21aeda2c3d1a3b1abcfbcd1e9ea48f25ce4702d Mon Sep 17 00:00:00 2001
From: duhe <226547893@qq.com>
Date: 星期五, 13 六月 2025 16:33:01 +0800
Subject: [PATCH] 四维尔工业:根据PLC信号自动生成条码,取消手动生成

---
 WarM/条码打印/Gy_BarCodeBill_automaticallyByPLC_New.designer.cs |   71 ++++++++++++++++++++++++++++++++---
 1 files changed, 64 insertions(+), 7 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 cc005aa..36b690e 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"
@@ -64,6 +64,9 @@
             this.tabControl_MainInfo = new System.Windows.Forms.TabControl();
             this.tabPage_BillInfo = new System.Windows.Forms.TabPage();
             this.gbUp = new System.Windows.Forms.GroupBox();
+            this.groupBox1 = new System.Windows.Forms.GroupBox();
+            this.radioButton_IsPrint_No = new System.Windows.Forms.RadioButton();
+            this.radioButton_IsPrint_Yes = new System.Windows.Forms.RadioButton();
             this.cmdSourceBillNo = new System.Windows.Forms.Button();
             this.cmbHWorksNumber = new System.Windows.Forms.ComboBox();
             this.label4 = new System.Windows.Forms.Label();
@@ -147,11 +150,14 @@
             this.printDialog1 = new System.Windows.Forms.PrintDialog();
             this.printPreviewDialog1 = new System.Windows.Forms.PrintPreviewDialog();
             this.timer2 = new System.Windows.Forms.Timer(this.components);
+            this.timer3 = new System.Windows.Forms.Timer(this.components);
+            this.timer4 = new System.Windows.Forms.Timer(this.components);
             this.Tool.SuspendLayout();
             this.P1.SuspendLayout();
             this.tabControl_MainInfo.SuspendLayout();
             this.tabPage_BillInfo.SuspendLayout();
             this.gbUp.SuspendLayout();
+            this.groupBox1.SuspendLayout();
             this.tabPage_ParamsInfo.SuspendLayout();
             this.groupBox_ParamsInfo.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.pic1)).BeginInit();
@@ -300,6 +306,7 @@
             this.bc.Text = "鐢熸垚";
             this.bc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
             this.bc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
+            this.bc.Visible = false;
             this.bc.Click += new System.EventHandler(this.bc_Click);
             // 
             // DelRow
@@ -555,6 +562,7 @@
             // gbUp
             // 
             this.gbUp.BackColor = System.Drawing.Color.Transparent;
+            this.gbUp.Controls.Add(this.groupBox1);
             this.gbUp.Controls.Add(this.cmdSourceBillNo);
             this.gbUp.Controls.Add(this.cmbHWorksNumber);
             this.gbUp.Controls.Add(this.label4);
@@ -590,6 +598,38 @@
             this.gbUp.Size = new System.Drawing.Size(1775, 310);
             this.gbUp.TabIndex = 33;
             this.gbUp.TabStop = false;
+            // 
+            // groupBox1
+            // 
+            this.groupBox1.Controls.Add(this.radioButton_IsPrint_No);
+            this.groupBox1.Controls.Add(this.radioButton_IsPrint_Yes);
+            this.groupBox1.Location = new System.Drawing.Point(24, 162);
+            this.groupBox1.Name = "groupBox1";
+            this.groupBox1.Size = new System.Drawing.Size(200, 100);
+            this.groupBox1.TabIndex = 45;
+            this.groupBox1.TabStop = false;
+            // 
+            // radioButton_IsPrint_No
+            // 
+            this.radioButton_IsPrint_No.AutoSize = true;
+            this.radioButton_IsPrint_No.Location = new System.Drawing.Point(6, 68);
+            this.radioButton_IsPrint_No.Name = "radioButton_IsPrint_No";
+            this.radioButton_IsPrint_No.Size = new System.Drawing.Size(87, 22);
+            this.radioButton_IsPrint_No.TabIndex = 1;
+            this.radioButton_IsPrint_No.Text = "涓嶆墦鍗�";
+            this.radioButton_IsPrint_No.UseVisualStyleBackColor = true;
+            // 
+            // radioButton_IsPrint_Yes
+            // 
+            this.radioButton_IsPrint_Yes.AutoSize = true;
+            this.radioButton_IsPrint_Yes.Checked = true;
+            this.radioButton_IsPrint_Yes.Location = new System.Drawing.Point(7, 13);
+            this.radioButton_IsPrint_Yes.Name = "radioButton_IsPrint_Yes";
+            this.radioButton_IsPrint_Yes.Size = new System.Drawing.Size(69, 22);
+            this.radioButton_IsPrint_Yes.TabIndex = 0;
+            this.radioButton_IsPrint_Yes.TabStop = true;
+            this.radioButton_IsPrint_Yes.Text = "鎵撳嵃";
+            this.radioButton_IsPrint_Yes.UseVisualStyleBackColor = true;
             // 
             // cmdSourceBillNo
             // 
@@ -887,7 +927,7 @@
             this.tabPage_ParamsInfo.Location = new System.Drawing.Point(4, 28);
             this.tabPage_ParamsInfo.Name = "tabPage_ParamsInfo";
             this.tabPage_ParamsInfo.Padding = new System.Windows.Forms.Padding(3);
-            this.tabPage_ParamsInfo.Size = new System.Drawing.Size(1387, 314);
+            this.tabPage_ParamsInfo.Size = new System.Drawing.Size(1786, 314);
             this.tabPage_ParamsInfo.TabIndex = 1;
             this.tabPage_ParamsInfo.Text = "閰嶇疆淇℃伅";
             // 
@@ -1343,7 +1383,7 @@
             this.tabPage3.Location = new System.Drawing.Point(4, 5);
             this.tabPage3.Margin = new System.Windows.Forms.Padding(4);
             this.tabPage3.Name = "tabPage3";
-            this.tabPage3.Size = new System.Drawing.Size(1398, 288);
+            this.tabPage3.Size = new System.Drawing.Size(1796, 288);
             this.tabPage3.TabIndex = 2;
             this.tabPage3.Text = "妗f鍒楄〃";
             this.tabPage3.UseVisualStyleBackColor = true;
@@ -1363,7 +1403,7 @@
             this.grdList.ReadOnly = true;
             this.grdList.RowHeadersWidth = 30;
             this.grdList.RowTemplate.Height = 23;
-            this.grdList.Size = new System.Drawing.Size(1398, 288);
+            this.grdList.Size = new System.Drawing.Size(1796, 288);
             this.grdList.TabIndex = 46;
             // 
             // tabPage2
@@ -1373,7 +1413,7 @@
             this.tabPage2.Margin = new System.Windows.Forms.Padding(4);
             this.tabPage2.Name = "tabPage2";
             this.tabPage2.Padding = new System.Windows.Forms.Padding(4);
-            this.tabPage2.Size = new System.Drawing.Size(1398, 288);
+            this.tabPage2.Size = new System.Drawing.Size(1796, 288);
             this.tabPage2.TabIndex = 1;
             this.tabPage2.Text = "鏉$爜淇℃伅";
             this.tabPage2.UseVisualStyleBackColor = true;
@@ -1393,7 +1433,7 @@
             this.grdSub.ReadOnly = true;
             this.grdSub.RowHeadersWidth = 30;
             this.grdSub.RowTemplate.Height = 23;
-            this.grdSub.Size = new System.Drawing.Size(1390, 280);
+            this.grdSub.Size = new System.Drawing.Size(1788, 280);
             this.grdSub.TabIndex = 45;
             // 
             // tabPage1
@@ -1449,7 +1489,7 @@
             this.tabPage4.Location = new System.Drawing.Point(4, 5);
             this.tabPage4.Name = "tabPage4";
             this.tabPage4.Padding = new System.Windows.Forms.Padding(3);
-            this.tabPage4.Size = new System.Drawing.Size(1398, 288);
+            this.tabPage4.Size = new System.Drawing.Size(1796, 288);
             this.tabPage4.TabIndex = 3;
             this.tabPage4.Text = "宸ュ崟鏉$爜";
             this.tabPage4.UseVisualStyleBackColor = true;
@@ -1469,7 +1509,7 @@
             this.grdBillBarCodeList.ReadOnly = true;
             this.grdBillBarCodeList.RowHeadersWidth = 30;
             this.grdBillBarCodeList.RowTemplate.Height = 23;
-            this.grdBillBarCodeList.Size = new System.Drawing.Size(1392, 282);
+            this.grdBillBarCodeList.Size = new System.Drawing.Size(1790, 282);
             this.grdBillBarCodeList.TabIndex = 47;
             // 
             // pageSetupDialog1
@@ -1496,6 +1536,16 @@
             // 
             this.timer2.Enabled = true;
             this.timer2.Tick += new System.EventHandler(this.timer2_Tick);
+            // 
+            // timer3
+            // 
+            this.timer3.Interval = 5000;
+            this.timer3.Tick += new System.EventHandler(this.timer3_Tick);
+            // 
+            // timer4
+            // 
+            this.timer4.Enabled = true;
+            this.timer4.Tick += new System.EventHandler(this.timer4_Tick);
             // 
             // Gy_BarCodeBill_automaticallyByPLC_New
             // 
@@ -1529,6 +1579,8 @@
             this.tabPage_BillInfo.ResumeLayout(false);
             this.gbUp.ResumeLayout(false);
             this.gbUp.PerformLayout();
+            this.groupBox1.ResumeLayout(false);
+            this.groupBox1.PerformLayout();
             this.tabPage_ParamsInfo.ResumeLayout(false);
             this.groupBox_ParamsInfo.ResumeLayout(false);
             this.groupBox_ParamsInfo.PerformLayout();
@@ -1669,5 +1721,10 @@
         private System.Windows.Forms.PrintDialog printDialog1;
         private System.Windows.Forms.PrintPreviewDialog printPreviewDialog1;
         private System.Windows.Forms.Timer timer2;
+        private System.Windows.Forms.Timer timer3;
+        private System.Windows.Forms.GroupBox groupBox1;
+        private System.Windows.Forms.RadioButton radioButton_IsPrint_No;
+        private System.Windows.Forms.RadioButton radioButton_IsPrint_Yes;
+        private System.Windows.Forms.Timer timer4;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.1