| | |
| | | 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); |
| | |
| | | button1.Name = "button1"; |
| | | button1.Size = new Size(93, 46); |
| | | button1.TabIndex = 2; |
| | | button1.Text = "打印"; |
| | | button1.Text = "S5打印条码"; |
| | | button1.UseVisualStyleBackColor = true; |
| | | button1.Click += button1_Click; |
| | | // |
| | |
| | | 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); |
| | |
| | | private Button button6; |
| | | private Label label3; |
| | | private TextBox textBox8; |
| | | private Button button4; |
| | | } |
| | | } |