boton arre

This commit is contained in:
Michael Robles
2024-01-16 14:47:14 -07:00
parent 5997c652c4
commit 28a2ec0842
6 changed files with 12 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+12
View File
@@ -50,6 +50,7 @@
this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox();
this.bntImprimir = new System.Windows.Forms.Button(); this.bntImprimir = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.flowLayoutPanel2.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout();
this.panel1.SuspendLayout(); this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
@@ -311,12 +312,22 @@
this.bntImprimir.UseVisualStyleBackColor = true; this.bntImprimir.UseVisualStyleBackColor = true;
this.bntImprimir.Click += new System.EventHandler(this.bntImprimir_Click); this.bntImprimir.Click += new System.EventHandler(this.bntImprimir_Click);
// //
// button6
//
this.button6.Location = new System.Drawing.Point(1347, 140);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(75, 23);
this.button6.TabIndex = 18;
this.button6.Text = "arre";
this.button6.UseVisualStyleBackColor = true;
//
// vender // vender
// //
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true; this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(1827, 968); this.ClientSize = new System.Drawing.Size(1827, 968);
this.Controls.Add(this.button6);
this.Controls.Add(this.bntImprimir); this.Controls.Add(this.bntImprimir);
this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1); this.Controls.Add(this.textBox1);
@@ -367,5 +378,6 @@
private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label labeltotal; private System.Windows.Forms.Label labeltotal;
private System.Windows.Forms.Button bntImprimir; private System.Windows.Forms.Button bntImprimir;
private System.Windows.Forms.Button button6;
} }
} }