quanzhou
2025-12-25 48f005ea04ee8ce6c9a044dd2fcb0febc7f74788
src/Bro.M141.Process/UI/UIPrinter.Designer.cs
@@ -45,11 +45,12 @@
            button6 = new Button();
            label3 = new Label();
            textBox8 = new TextBox();
            button4 = new Button();
            SuspendLayout();
            // 
            // button2
            // 
            button2.Location = new Point(154, 51);
            button2.Location = new Point(229, 51);
            button2.Margin = new Padding(3, 2, 3, 2);
            button2.Name = "button2";
            button2.Size = new Size(93, 46);
@@ -65,7 +66,7 @@
            button1.Name = "button1";
            button1.Size = new Size(93, 46);
            button1.TabIndex = 2;
            button1.Text = "打印";
            button1.Text = "S5打印条码";
            button1.UseVisualStyleBackColor = true;
            button1.Click += button1_Click;
            // 
@@ -201,10 +202,22 @@
            textBox8.Size = new Size(151, 21);
            textBox8.TabIndex = 18;
            // 
            // button4
            //
            button4.Location = new Point(126, 51);
            button4.Margin = new Padding(3, 2, 3, 2);
            button4.Name = "button4";
            button4.Size = new Size(93, 46);
            button4.TabIndex = 19;
            button4.Text = "S9打印条码";
            button4.UseVisualStyleBackColor = true;
            button4.Click += button4_Click;
            //
            // UIPrinter
            // 
            AutoScaleDimensions = new SizeF(6F, 13F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(button4);
            Controls.Add(textBox8);
            Controls.Add(label3);
            Controls.Add(button6);
@@ -248,5 +261,6 @@
        private Button button6;
        private Label label3;
        private TextBox textBox8;
        private Button button4;
    }
}