This commit is contained in:
Michael Robles
2023-12-28 17:13:33 -07:00
parent ad6d3b58d6
commit 85d9f5caa9
2 changed files with 291 additions and 12 deletions
-12
View File
@@ -38,7 +38,6 @@
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
this.txtnombreproducto = new System.Windows.Forms.TextBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.textBox4 = new System.Windows.Forms.TextBox();
this.textBox5 = new System.Windows.Forms.TextBox();
this.textBox6 = new System.Windows.Forms.TextBox();
@@ -206,15 +205,6 @@
this.textBox1.Size = new System.Drawing.Size(299, 55);
this.textBox1.TabIndex = 14;
//
// textBox2
//
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F);
this.textBox2.Location = new System.Drawing.Point(882, 147);
this.textBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(299, 55);
this.textBox2.TabIndex = 15;
//
// textBox4
//
this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 25F);
@@ -510,7 +500,6 @@
this.Controls.Add(this.textBox5);
this.Controls.Add(this.textBox6);
this.Controls.Add(this.textBox7);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.txtnombreproducto);
this.Controls.Add(this.flowLayoutPanel1);
@@ -538,7 +527,6 @@
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
private System.Windows.Forms.TextBox txtnombreproducto;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox4;
private System.Windows.Forms.TextBox textBox5;
private System.Windows.Forms.TextBox textBox6;