FEAT EDITAR VARIANTE1

This commit is contained in:
Michael Robles
2024-06-23 20:44:34 -07:00
parent 028c838192
commit a9c9bd2c05
15 changed files with 302 additions and 35 deletions
+16
View File
@@ -36,6 +36,7 @@
this.label2 = new System.Windows.Forms.Label();
this.txtNombre = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
@@ -133,6 +134,19 @@
this.label1.TabIndex = 32;
this.label1.Text = "Nombre:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.BackColor = System.Drawing.Color.Transparent;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.ForeColor = System.Drawing.Color.Transparent;
this.label3.Location = new System.Drawing.Point(13, 9);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(202, 29);
this.label3.TabIndex = 39;
this.label3.Text = "Agregar Producto";
//
// agregarproducto
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
@@ -142,6 +156,7 @@
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.ClientSize = new System.Drawing.Size(897, 575);
this.ControlBox = false;
this.Controls.Add(this.label3);
this.Controls.Add(this.btnSubir);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1);
@@ -172,5 +187,6 @@
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtNombre;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label3;
}
}