diff --git a/bin/Debug/compabetov2.exe b/bin/Debug/compabetov2.exe index 776191b..07d70d9 100644 Binary files a/bin/Debug/compabetov2.exe and b/bin/Debug/compabetov2.exe differ diff --git a/bin/Debug/compabetov2.pdb b/bin/Debug/compabetov2.pdb index eafdd70..5915ffe 100644 Binary files a/bin/Debug/compabetov2.pdb and b/bin/Debug/compabetov2.pdb differ diff --git a/obj/Debug/compabetov2.csproj.GenerateResource.cache b/obj/Debug/compabetov2.csproj.GenerateResource.cache index 38447aa..6e045ac 100644 Binary files a/obj/Debug/compabetov2.csproj.GenerateResource.cache and b/obj/Debug/compabetov2.csproj.GenerateResource.cache differ diff --git a/obj/Debug/compabetov2.exe b/obj/Debug/compabetov2.exe index 776191b..07d70d9 100644 Binary files a/obj/Debug/compabetov2.exe and b/obj/Debug/compabetov2.exe differ diff --git a/obj/Debug/compabetov2.pdb b/obj/Debug/compabetov2.pdb index eafdd70..5915ffe 100644 Binary files a/obj/Debug/compabetov2.pdb and b/obj/Debug/compabetov2.pdb differ diff --git a/vender.Designer.cs b/vender.Designer.cs index e346d11..3114b55 100644 --- a/vender.Designer.cs +++ b/vender.Designer.cs @@ -50,6 +50,7 @@ this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.bntImprimir = new System.Windows.Forms.Button(); + this.button6 = new System.Windows.Forms.Button(); this.flowLayoutPanel2.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit(); @@ -311,12 +312,22 @@ this.bntImprimir.UseVisualStyleBackColor = true; 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 // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoScroll = true; this.ClientSize = new System.Drawing.Size(1827, 968); + this.Controls.Add(this.button6); this.Controls.Add(this.bntImprimir); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); @@ -367,5 +378,6 @@ private System.Windows.Forms.Label label1; private System.Windows.Forms.Label labeltotal; private System.Windows.Forms.Button bntImprimir; + private System.Windows.Forms.Button button6; } } \ No newline at end of file