From ff8b20f321a8b70ec3bdc208b9f383fd71718108 Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期二, 28 四月 2026 08:48:38 +0800
Subject: [PATCH] 4-28测试重入问题后全部的项目文件提交

---
 项目代码/打印机/WindowsFormsApp6/WindowsFormsApp6/Form1.Designer.cs |   56 +++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 41 insertions(+), 15 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/\346\211\223\345\215\260\346\234\272/WindowsFormsApp6/WindowsFormsApp6/Form1.Designer.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/\346\211\223\345\215\260\346\234\272/WindowsFormsApp6/WindowsFormsApp6/Form1.Designer.cs"
index 28ee3b3..5108805 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/\346\211\223\345\215\260\346\234\272/WindowsFormsApp6/WindowsFormsApp6/Form1.Designer.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/\346\211\223\345\215\260\346\234\272/WindowsFormsApp6/WindowsFormsApp6/Form1.Designer.cs"
@@ -51,6 +51,8 @@
             this.txt_file = new System.Windows.Forms.TextBox();
             this.btn_filePrint = new System.Windows.Forms.Button();
             this.groupBox1 = new System.Windows.Forms.GroupBox();
+            this.textBox3 = new System.Windows.Forms.TextBox();
+            this.label9 = new System.Windows.Forms.Label();
             this.textBox2 = new System.Windows.Forms.TextBox();
             this.label8 = new System.Windows.Forms.Label();
             this.comboBox4 = new System.Windows.Forms.ComboBox();
@@ -62,8 +64,8 @@
             this.groupBox2 = new System.Windows.Forms.GroupBox();
             this.label7 = new System.Windows.Forms.Label();
             this.groupBox3 = new System.Windows.Forms.GroupBox();
-            this.label9 = new System.Windows.Forms.Label();
-            this.textBox3 = new System.Windows.Forms.TextBox();
+            this.label11 = new System.Windows.Forms.Label();
+            this.comboBox5 = new System.Windows.Forms.ComboBox();
             ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
             this.groupBox1.SuspendLayout();
             this.groupBox2.SuspendLayout();
@@ -71,7 +73,7 @@
             // 
             // btn_print
             // 
-            this.btn_print.Location = new System.Drawing.Point(475, 579);
+            this.btn_print.Location = new System.Drawing.Point(476, 629);
             this.btn_print.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
             this.btn_print.Name = "btn_print";
             this.btn_print.Size = new System.Drawing.Size(151, 45);
@@ -244,6 +246,8 @@
             // 
             // groupBox1
             // 
+            this.groupBox1.Controls.Add(this.comboBox5);
+            this.groupBox1.Controls.Add(this.label11);
             this.groupBox1.Controls.Add(this.textBox3);
             this.groupBox1.Controls.Add(this.label9);
             this.groupBox1.Controls.Add(this.textBox2);
@@ -265,6 +269,22 @@
             this.groupBox1.TabIndex = 30;
             this.groupBox1.TabStop = false;
             this.groupBox1.Text = "缂栫爜鎵撳嵃";
+            // 
+            // textBox3
+            // 
+            this.textBox3.Location = new System.Drawing.Point(151, 517);
+            this.textBox3.Name = "textBox3";
+            this.textBox3.Size = new System.Drawing.Size(533, 25);
+            this.textBox3.TabIndex = 20;
+            // 
+            // label9
+            // 
+            this.label9.AutoSize = true;
+            this.label9.Location = new System.Drawing.Point(32, 523);
+            this.label9.Name = "label9";
+            this.label9.Size = new System.Drawing.Size(113, 15);
+            this.label9.TabIndex = 19;
+            this.label9.Text = "鐢熶骇/妫�淇� 鏃ユ湡";
             // 
             // textBox2
             // 
@@ -371,21 +391,25 @@
             this.groupBox3.TabStop = false;
             this.groupBox3.Text = "瀵煎叆鎵撳嵃锛�";
             // 
-            // label9
+            // label11
             // 
-            this.label9.AutoSize = true;
-            this.label9.Location = new System.Drawing.Point(32, 523);
-            this.label9.Name = "label9";
-            this.label9.Size = new System.Drawing.Size(113, 15);
-            this.label9.TabIndex = 19;
-            this.label9.Text = "鐢熶骇/妫�淇� 鏃ユ湡";
+            this.label11.AutoSize = true;
+            this.label11.Location = new System.Drawing.Point(75, 585);
+            this.label11.Name = "label11";
+            this.label11.Size = new System.Drawing.Size(37, 15);
+            this.label11.TabIndex = 21;
+            this.label11.Text = "浜у湴";
             // 
-            // textBox3
+            // comboBox5
             // 
-            this.textBox3.Location = new System.Drawing.Point(151, 517);
-            this.textBox3.Name = "textBox3";
-            this.textBox3.Size = new System.Drawing.Size(533, 25);
-            this.textBox3.TabIndex = 20;
+            this.comboBox5.FormattingEnabled = true;
+            this.comboBox5.Items.AddRange(new object[] {
+            "鍥戒骇",
+            "杩涘彛"});
+            this.comboBox5.Location = new System.Drawing.Point(151, 577);
+            this.comboBox5.Name = "comboBox5";
+            this.comboBox5.Size = new System.Drawing.Size(533, 23);
+            this.comboBox5.TabIndex = 22;
             // 
             // Form1
             // 
@@ -456,6 +480,8 @@
         private System.Windows.Forms.Label label8;
         private TextBox textBox3;
         private Label label9;
+        private ComboBox comboBox5;
+        private Label label11;
     }
 }
 

--
Gitblit v1.9.3