FEAT EDITAR VARIANTE1
This commit is contained in:
File diff suppressed because one or more lines are too long
Generated
+55
-30
@@ -40,6 +40,7 @@
|
|||||||
this.label4 = new System.Windows.Forms.Label();
|
this.label4 = new System.Windows.Forms.Label();
|
||||||
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||||||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||||
|
this.label5 = new System.Windows.Forms.Label();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
@@ -47,9 +48,10 @@
|
|||||||
// txtPrecio
|
// txtPrecio
|
||||||
//
|
//
|
||||||
this.txtPrecio.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.txtPrecio.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.txtPrecio.Location = new System.Drawing.Point(188, 205);
|
this.txtPrecio.Location = new System.Drawing.Point(251, 252);
|
||||||
|
this.txtPrecio.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||||
this.txtPrecio.Name = "txtPrecio";
|
this.txtPrecio.Name = "txtPrecio";
|
||||||
this.txtPrecio.Size = new System.Drawing.Size(300, 26);
|
this.txtPrecio.Size = new System.Drawing.Size(399, 30);
|
||||||
this.txtPrecio.TabIndex = 37;
|
this.txtPrecio.TabIndex = 37;
|
||||||
//
|
//
|
||||||
// label2
|
// label2
|
||||||
@@ -58,18 +60,20 @@
|
|||||||
this.label2.BackColor = System.Drawing.Color.Transparent;
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.label2.ForeColor = System.Drawing.Color.Transparent;
|
this.label2.ForeColor = System.Drawing.Color.Transparent;
|
||||||
this.label2.Location = new System.Drawing.Point(184, 170);
|
this.label2.Location = new System.Drawing.Point(245, 209);
|
||||||
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||||
this.label2.Name = "label2";
|
this.label2.Name = "label2";
|
||||||
this.label2.Size = new System.Drawing.Size(69, 24);
|
this.label2.Size = new System.Drawing.Size(89, 29);
|
||||||
this.label2.TabIndex = 38;
|
this.label2.TabIndex = 38;
|
||||||
this.label2.Text = "Precio:";
|
this.label2.Text = "Precio:";
|
||||||
//
|
//
|
||||||
// txtNombre
|
// txtNombre
|
||||||
//
|
//
|
||||||
this.txtNombre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.txtNombre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.txtNombre.Location = new System.Drawing.Point(188, 132);
|
this.txtNombre.Location = new System.Drawing.Point(251, 162);
|
||||||
|
this.txtNombre.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||||
this.txtNombre.Name = "txtNombre";
|
this.txtNombre.Name = "txtNombre";
|
||||||
this.txtNombre.Size = new System.Drawing.Size(300, 26);
|
this.txtNombre.Size = new System.Drawing.Size(399, 30);
|
||||||
this.txtNombre.TabIndex = 35;
|
this.txtNombre.TabIndex = 35;
|
||||||
//
|
//
|
||||||
// label1
|
// label1
|
||||||
@@ -78,18 +82,20 @@
|
|||||||
this.label1.BackColor = System.Drawing.Color.Transparent;
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.label1.ForeColor = System.Drawing.Color.Transparent;
|
this.label1.ForeColor = System.Drawing.Color.Transparent;
|
||||||
this.label1.Location = new System.Drawing.Point(184, 98);
|
this.label1.Location = new System.Drawing.Point(245, 121);
|
||||||
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||||
this.label1.Name = "label1";
|
this.label1.Name = "label1";
|
||||||
this.label1.Size = new System.Drawing.Size(84, 24);
|
this.label1.Size = new System.Drawing.Size(107, 29);
|
||||||
this.label1.TabIndex = 36;
|
this.label1.TabIndex = 36;
|
||||||
this.label1.Text = "Nombre:";
|
this.label1.Text = "Nombre:";
|
||||||
//
|
//
|
||||||
// txtCantidad
|
// txtCantidad
|
||||||
//
|
//
|
||||||
this.txtCantidad.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.txtCantidad.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.txtCantidad.Location = new System.Drawing.Point(188, 274);
|
this.txtCantidad.Location = new System.Drawing.Point(251, 337);
|
||||||
|
this.txtCantidad.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||||
this.txtCantidad.Name = "txtCantidad";
|
this.txtCantidad.Name = "txtCantidad";
|
||||||
this.txtCantidad.Size = new System.Drawing.Size(300, 26);
|
this.txtCantidad.Size = new System.Drawing.Size(399, 30);
|
||||||
this.txtCantidad.TabIndex = 39;
|
this.txtCantidad.TabIndex = 39;
|
||||||
//
|
//
|
||||||
// label3
|
// label3
|
||||||
@@ -98,9 +104,10 @@
|
|||||||
this.label3.BackColor = System.Drawing.Color.Transparent;
|
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.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.ForeColor = System.Drawing.Color.Transparent;
|
||||||
this.label3.Location = new System.Drawing.Point(184, 239);
|
this.label3.Location = new System.Drawing.Point(245, 294);
|
||||||
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||||
this.label3.Name = "label3";
|
this.label3.Name = "label3";
|
||||||
this.label3.Size = new System.Drawing.Size(89, 24);
|
this.label3.Size = new System.Drawing.Size(115, 29);
|
||||||
this.label3.TabIndex = 40;
|
this.label3.TabIndex = 40;
|
||||||
this.label3.Text = "Cantidad:";
|
this.label3.Text = "Cantidad:";
|
||||||
//
|
//
|
||||||
@@ -108,10 +115,10 @@
|
|||||||
//
|
//
|
||||||
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.button1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
this.button1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
||||||
this.button1.Location = new System.Drawing.Point(188, 319);
|
this.button1.Location = new System.Drawing.Point(251, 393);
|
||||||
this.button1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.button1.Name = "button1";
|
this.button1.Name = "button1";
|
||||||
this.button1.Size = new System.Drawing.Size(77, 37);
|
this.button1.Size = new System.Drawing.Size(103, 46);
|
||||||
this.button1.TabIndex = 42;
|
this.button1.TabIndex = 42;
|
||||||
this.button1.Text = "Subir";
|
this.button1.Text = "Subir";
|
||||||
this.button1.UseVisualStyleBackColor = true;
|
this.button1.UseVisualStyleBackColor = true;
|
||||||
@@ -123,18 +130,20 @@
|
|||||||
this.lbImg.BackColor = System.Drawing.Color.Transparent;
|
this.lbImg.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.lbImg.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.lbImg.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.lbImg.ForeColor = System.Drawing.Color.Transparent;
|
this.lbImg.ForeColor = System.Drawing.Color.Transparent;
|
||||||
this.lbImg.Location = new System.Drawing.Point(270, 324);
|
this.lbImg.Location = new System.Drawing.Point(360, 399);
|
||||||
|
this.lbImg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||||
this.lbImg.Name = "lbImg";
|
this.lbImg.Name = "lbImg";
|
||||||
this.lbImg.Size = new System.Drawing.Size(78, 24);
|
this.lbImg.Size = new System.Drawing.Size(99, 29);
|
||||||
this.lbImg.TabIndex = 41;
|
this.lbImg.TabIndex = 41;
|
||||||
this.lbImg.Text = "Imagen:";
|
this.lbImg.Text = "Imagen:";
|
||||||
//
|
//
|
||||||
// txtPrecioCompra
|
// txtPrecioCompra
|
||||||
//
|
//
|
||||||
this.txtPrecioCompra.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.txtPrecioCompra.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.txtPrecioCompra.Location = new System.Drawing.Point(188, 396);
|
this.txtPrecioCompra.Location = new System.Drawing.Point(251, 487);
|
||||||
|
this.txtPrecioCompra.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||||||
this.txtPrecioCompra.Name = "txtPrecioCompra";
|
this.txtPrecioCompra.Name = "txtPrecioCompra";
|
||||||
this.txtPrecioCompra.Size = new System.Drawing.Size(300, 26);
|
this.txtPrecioCompra.Size = new System.Drawing.Size(399, 30);
|
||||||
this.txtPrecioCompra.TabIndex = 43;
|
this.txtPrecioCompra.TabIndex = 43;
|
||||||
//
|
//
|
||||||
// label4
|
// label4
|
||||||
@@ -143,9 +152,10 @@
|
|||||||
this.label4.BackColor = System.Drawing.Color.Transparent;
|
this.label4.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
this.label4.ForeColor = System.Drawing.Color.Transparent;
|
this.label4.ForeColor = System.Drawing.Color.Transparent;
|
||||||
this.label4.Location = new System.Drawing.Point(184, 370);
|
this.label4.Location = new System.Drawing.Point(245, 455);
|
||||||
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||||
this.label4.Name = "label4";
|
this.label4.Name = "label4";
|
||||||
this.label4.Size = new System.Drawing.Size(141, 24);
|
this.label4.Size = new System.Drawing.Size(181, 29);
|
||||||
this.label4.TabIndex = 44;
|
this.label4.TabIndex = 44;
|
||||||
this.label4.Text = "Precio Compra:";
|
this.label4.Text = "Precio Compra:";
|
||||||
//
|
//
|
||||||
@@ -154,10 +164,10 @@
|
|||||||
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
|
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||||||
this.pictureBox2.Image = global::compabetov2.Properties.Resources.check1;
|
this.pictureBox2.Image = global::compabetov2.Properties.Resources.check1;
|
||||||
this.pictureBox2.Location = new System.Drawing.Point(265, 439);
|
this.pictureBox2.Location = new System.Drawing.Point(353, 540);
|
||||||
this.pictureBox2.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.pictureBox2.Name = "pictureBox2";
|
this.pictureBox2.Name = "pictureBox2";
|
||||||
this.pictureBox2.Size = new System.Drawing.Size(75, 56);
|
this.pictureBox2.Size = new System.Drawing.Size(100, 69);
|
||||||
this.pictureBox2.TabIndex = 46;
|
this.pictureBox2.TabIndex = 46;
|
||||||
this.pictureBox2.TabStop = false;
|
this.pictureBox2.TabStop = false;
|
||||||
this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
|
this.pictureBox2.Click += new System.EventHandler(this.pictureBox2_Click);
|
||||||
@@ -167,23 +177,37 @@
|
|||||||
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
||||||
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||||||
this.pictureBox1.Image = global::compabetov2.Properties.Resources.cancel1;
|
this.pictureBox1.Image = global::compabetov2.Properties.Resources.cancel1;
|
||||||
this.pictureBox1.Location = new System.Drawing.Point(344, 439);
|
this.pictureBox1.Location = new System.Drawing.Point(459, 540);
|
||||||
this.pictureBox1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.pictureBox1.Name = "pictureBox1";
|
this.pictureBox1.Name = "pictureBox1";
|
||||||
this.pictureBox1.Size = new System.Drawing.Size(75, 56);
|
this.pictureBox1.Size = new System.Drawing.Size(100, 69);
|
||||||
this.pictureBox1.TabIndex = 45;
|
this.pictureBox1.TabIndex = 45;
|
||||||
this.pictureBox1.TabStop = false;
|
this.pictureBox1.TabStop = false;
|
||||||
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
|
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
|
||||||
//
|
//
|
||||||
|
// label5
|
||||||
|
//
|
||||||
|
this.label5.AutoSize = true;
|
||||||
|
this.label5.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.label5.ForeColor = System.Drawing.Color.Transparent;
|
||||||
|
this.label5.Location = new System.Drawing.Point(13, 9);
|
||||||
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||||
|
this.label5.Name = "label5";
|
||||||
|
this.label5.Size = new System.Drawing.Size(193, 29);
|
||||||
|
this.label5.TabIndex = 47;
|
||||||
|
this.label5.Text = "Agregar Variante";
|
||||||
|
//
|
||||||
// addvariante
|
// addvariante
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(104)))), ((int)(((byte)(255)))));
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(104)))), ((int)(((byte)(255)))));
|
||||||
this.BackgroundImage = global::compabetov2.Properties.Resources.Form;
|
this.BackgroundImage = global::compabetov2.Properties.Resources.Form;
|
||||||
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||||
this.ClientSize = new System.Drawing.Size(673, 505);
|
this.ClientSize = new System.Drawing.Size(897, 622);
|
||||||
this.ControlBox = false;
|
this.ControlBox = false;
|
||||||
|
this.Controls.Add(this.label5);
|
||||||
this.Controls.Add(this.pictureBox2);
|
this.Controls.Add(this.pictureBox2);
|
||||||
this.Controls.Add(this.pictureBox1);
|
this.Controls.Add(this.pictureBox1);
|
||||||
this.Controls.Add(this.txtPrecioCompra);
|
this.Controls.Add(this.txtPrecioCompra);
|
||||||
@@ -198,7 +222,7 @@
|
|||||||
this.Controls.Add(this.label1);
|
this.Controls.Add(this.label1);
|
||||||
this.DoubleBuffered = true;
|
this.DoubleBuffered = true;
|
||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||||
this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
this.Name = "addvariante";
|
this.Name = "addvariante";
|
||||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||||||
@@ -222,5 +246,6 @@
|
|||||||
private System.Windows.Forms.Label label4;
|
private System.Windows.Forms.Label label4;
|
||||||
private System.Windows.Forms.PictureBox pictureBox2;
|
private System.Windows.Forms.PictureBox pictureBox2;
|
||||||
private System.Windows.Forms.PictureBox pictureBox1;
|
private System.Windows.Forms.PictureBox pictureBox1;
|
||||||
|
private System.Windows.Forms.Label label5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Generated
+16
@@ -36,6 +36,7 @@
|
|||||||
this.label2 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
||||||
this.txtNombre = new System.Windows.Forms.TextBox();
|
this.txtNombre = new System.Windows.Forms.TextBox();
|
||||||
this.label1 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
|
this.label3 = new System.Windows.Forms.Label();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
@@ -133,6 +134,19 @@
|
|||||||
this.label1.TabIndex = 32;
|
this.label1.TabIndex = 32;
|
||||||
this.label1.Text = "Nombre:";
|
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
|
// agregarproducto
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||||
@@ -142,6 +156,7 @@
|
|||||||
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||||
this.ClientSize = new System.Drawing.Size(897, 575);
|
this.ClientSize = new System.Drawing.Size(897, 575);
|
||||||
this.ControlBox = false;
|
this.ControlBox = false;
|
||||||
|
this.Controls.Add(this.label3);
|
||||||
this.Controls.Add(this.btnSubir);
|
this.Controls.Add(this.btnSubir);
|
||||||
this.Controls.Add(this.pictureBox2);
|
this.Controls.Add(this.pictureBox2);
|
||||||
this.Controls.Add(this.pictureBox1);
|
this.Controls.Add(this.pictureBox1);
|
||||||
@@ -172,5 +187,6 @@
|
|||||||
private System.Windows.Forms.Label label2;
|
private System.Windows.Forms.Label label2;
|
||||||
private System.Windows.Forms.TextBox txtNombre;
|
private System.Windows.Forms.TextBox txtNombre;
|
||||||
private System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label label1;
|
||||||
|
private System.Windows.Forms.Label label3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Generated
+211
-3
@@ -28,12 +28,220 @@
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
this.components = new System.ComponentModel.Container();
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
||||||
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||||||
|
this.txtPrecioCompra = new System.Windows.Forms.TextBox();
|
||||||
|
this.label4 = new System.Windows.Forms.Label();
|
||||||
|
this.button1 = new System.Windows.Forms.Button();
|
||||||
|
this.lbImg = new System.Windows.Forms.Label();
|
||||||
|
this.txtCantidad = new System.Windows.Forms.TextBox();
|
||||||
|
this.label3 = new System.Windows.Forms.Label();
|
||||||
|
this.txtPrecio = new System.Windows.Forms.TextBox();
|
||||||
|
this.label2 = new System.Windows.Forms.Label();
|
||||||
|
this.txtNombre = new System.Windows.Forms.TextBox();
|
||||||
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
|
this.label5 = new System.Windows.Forms.Label();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||||||
|
this.SuspendLayout();
|
||||||
|
//
|
||||||
|
// pictureBox2
|
||||||
|
//
|
||||||
|
this.pictureBox2.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.pictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||||||
|
this.pictureBox2.Image = global::compabetov2.Properties.Resources.check1;
|
||||||
|
this.pictureBox2.Location = new System.Drawing.Point(357, 541);
|
||||||
|
this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
|
this.pictureBox2.Name = "pictureBox2";
|
||||||
|
this.pictureBox2.Size = new System.Drawing.Size(100, 69);
|
||||||
|
this.pictureBox2.TabIndex = 58;
|
||||||
|
this.pictureBox2.TabStop = false;
|
||||||
|
//
|
||||||
|
// pictureBox1
|
||||||
|
//
|
||||||
|
this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||||||
|
this.pictureBox1.Image = global::compabetov2.Properties.Resources.cancel1;
|
||||||
|
this.pictureBox1.Location = new System.Drawing.Point(463, 541);
|
||||||
|
this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
|
this.pictureBox1.Name = "pictureBox1";
|
||||||
|
this.pictureBox1.Size = new System.Drawing.Size(100, 69);
|
||||||
|
this.pictureBox1.TabIndex = 57;
|
||||||
|
this.pictureBox1.TabStop = false;
|
||||||
|
//
|
||||||
|
// txtPrecioCompra
|
||||||
|
//
|
||||||
|
this.txtPrecioCompra.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.txtPrecioCompra.Location = new System.Drawing.Point(255, 488);
|
||||||
|
this.txtPrecioCompra.Margin = new System.Windows.Forms.Padding(4);
|
||||||
|
this.txtPrecioCompra.Name = "txtPrecioCompra";
|
||||||
|
this.txtPrecioCompra.Size = new System.Drawing.Size(399, 30);
|
||||||
|
this.txtPrecioCompra.TabIndex = 55;
|
||||||
|
//
|
||||||
|
// label4
|
||||||
|
//
|
||||||
|
this.label4.AutoSize = true;
|
||||||
|
this.label4.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.label4.ForeColor = System.Drawing.Color.Transparent;
|
||||||
|
this.label4.Location = new System.Drawing.Point(249, 456);
|
||||||
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||||
|
this.label4.Name = "label4";
|
||||||
|
this.label4.Size = new System.Drawing.Size(181, 29);
|
||||||
|
this.label4.TabIndex = 56;
|
||||||
|
this.label4.Text = "Precio Compra:";
|
||||||
|
//
|
||||||
|
// button1
|
||||||
|
//
|
||||||
|
this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.button1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
|
||||||
|
this.button1.Location = new System.Drawing.Point(255, 394);
|
||||||
|
this.button1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
||||||
|
this.button1.Name = "button1";
|
||||||
|
this.button1.Size = new System.Drawing.Size(103, 46);
|
||||||
|
this.button1.TabIndex = 54;
|
||||||
|
this.button1.Text = "Subir";
|
||||||
|
this.button1.UseVisualStyleBackColor = true;
|
||||||
|
//
|
||||||
|
// lbImg
|
||||||
|
//
|
||||||
|
this.lbImg.AutoSize = true;
|
||||||
|
this.lbImg.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.lbImg.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.lbImg.ForeColor = System.Drawing.Color.Transparent;
|
||||||
|
this.lbImg.Location = new System.Drawing.Point(364, 400);
|
||||||
|
this.lbImg.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||||
|
this.lbImg.Name = "lbImg";
|
||||||
|
this.lbImg.Size = new System.Drawing.Size(99, 29);
|
||||||
|
this.lbImg.TabIndex = 53;
|
||||||
|
this.lbImg.Text = "Imagen:";
|
||||||
|
//
|
||||||
|
// txtCantidad
|
||||||
|
//
|
||||||
|
this.txtCantidad.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.txtCantidad.Location = new System.Drawing.Point(255, 338);
|
||||||
|
this.txtCantidad.Margin = new System.Windows.Forms.Padding(4);
|
||||||
|
this.txtCantidad.Name = "txtCantidad";
|
||||||
|
this.txtCantidad.Size = new System.Drawing.Size(399, 30);
|
||||||
|
this.txtCantidad.TabIndex = 51;
|
||||||
|
//
|
||||||
|
// 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(249, 295);
|
||||||
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||||
|
this.label3.Name = "label3";
|
||||||
|
this.label3.Size = new System.Drawing.Size(115, 29);
|
||||||
|
this.label3.TabIndex = 52;
|
||||||
|
this.label3.Text = "Cantidad:";
|
||||||
|
//
|
||||||
|
// txtPrecio
|
||||||
|
//
|
||||||
|
this.txtPrecio.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.txtPrecio.Location = new System.Drawing.Point(255, 253);
|
||||||
|
this.txtPrecio.Margin = new System.Windows.Forms.Padding(4);
|
||||||
|
this.txtPrecio.Name = "txtPrecio";
|
||||||
|
this.txtPrecio.Size = new System.Drawing.Size(399, 30);
|
||||||
|
this.txtPrecio.TabIndex = 49;
|
||||||
|
//
|
||||||
|
// label2
|
||||||
|
//
|
||||||
|
this.label2.AutoSize = true;
|
||||||
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.label2.ForeColor = System.Drawing.Color.Transparent;
|
||||||
|
this.label2.Location = new System.Drawing.Point(249, 210);
|
||||||
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||||
|
this.label2.Name = "label2";
|
||||||
|
this.label2.Size = new System.Drawing.Size(89, 29);
|
||||||
|
this.label2.TabIndex = 50;
|
||||||
|
this.label2.Text = "Precio:";
|
||||||
|
//
|
||||||
|
// txtNombre
|
||||||
|
//
|
||||||
|
this.txtNombre.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.txtNombre.Location = new System.Drawing.Point(255, 163);
|
||||||
|
this.txtNombre.Margin = new System.Windows.Forms.Padding(4);
|
||||||
|
this.txtNombre.Name = "txtNombre";
|
||||||
|
this.txtNombre.Size = new System.Drawing.Size(399, 30);
|
||||||
|
this.txtNombre.TabIndex = 47;
|
||||||
|
//
|
||||||
|
// label1
|
||||||
|
//
|
||||||
|
this.label1.AutoSize = true;
|
||||||
|
this.label1.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.label1.ForeColor = System.Drawing.Color.Transparent;
|
||||||
|
this.label1.Location = new System.Drawing.Point(249, 122);
|
||||||
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||||
|
this.label1.Name = "label1";
|
||||||
|
this.label1.Size = new System.Drawing.Size(107, 29);
|
||||||
|
this.label1.TabIndex = 48;
|
||||||
|
this.label1.Text = "Nombre:";
|
||||||
|
//
|
||||||
|
// label5
|
||||||
|
//
|
||||||
|
this.label5.AutoSize = true;
|
||||||
|
this.label5.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 13.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||||||
|
this.label5.ForeColor = System.Drawing.Color.Transparent;
|
||||||
|
this.label5.Location = new System.Drawing.Point(13, 9);
|
||||||
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
||||||
|
this.label5.Name = "label5";
|
||||||
|
this.label5.Size = new System.Drawing.Size(170, 29);
|
||||||
|
this.label5.TabIndex = 59;
|
||||||
|
this.label5.Text = "Editar Variante";
|
||||||
|
//
|
||||||
|
// editarvariante
|
||||||
|
//
|
||||||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(104)))), ((int)(((byte)(255)))));
|
||||||
this.Text = "editarvariante";
|
this.BackgroundImage = global::compabetov2.Properties.Resources.Form;
|
||||||
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||||||
|
this.ClientSize = new System.Drawing.Size(897, 622);
|
||||||
|
this.ControlBox = false;
|
||||||
|
this.Controls.Add(this.label5);
|
||||||
|
this.Controls.Add(this.pictureBox2);
|
||||||
|
this.Controls.Add(this.pictureBox1);
|
||||||
|
this.Controls.Add(this.txtPrecioCompra);
|
||||||
|
this.Controls.Add(this.label4);
|
||||||
|
this.Controls.Add(this.button1);
|
||||||
|
this.Controls.Add(this.lbImg);
|
||||||
|
this.Controls.Add(this.txtCantidad);
|
||||||
|
this.Controls.Add(this.label3);
|
||||||
|
this.Controls.Add(this.txtPrecio);
|
||||||
|
this.Controls.Add(this.label2);
|
||||||
|
this.Controls.Add(this.txtNombre);
|
||||||
|
this.Controls.Add(this.label1);
|
||||||
|
this.DoubleBuffered = true;
|
||||||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||||
|
this.Name = "editarvariante";
|
||||||
|
this.Load += new System.EventHandler(this.editarvariante_Load);
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||||
|
this.ResumeLayout(false);
|
||||||
|
this.PerformLayout();
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
private System.Windows.Forms.PictureBox pictureBox2;
|
||||||
|
private System.Windows.Forms.PictureBox pictureBox1;
|
||||||
|
private System.Windows.Forms.TextBox txtPrecioCompra;
|
||||||
|
private System.Windows.Forms.Label label4;
|
||||||
|
private System.Windows.Forms.Button button1;
|
||||||
|
private System.Windows.Forms.Label lbImg;
|
||||||
|
private System.Windows.Forms.TextBox txtCantidad;
|
||||||
|
private System.Windows.Forms.Label label3;
|
||||||
|
private System.Windows.Forms.TextBox txtPrecio;
|
||||||
|
private System.Windows.Forms.Label label2;
|
||||||
|
private System.Windows.Forms.TextBox txtNombre;
|
||||||
|
private System.Windows.Forms.Label label1;
|
||||||
|
private System.Windows.Forms.Label label5;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -16,5 +16,10 @@ namespace compabetov2.admin
|
|||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void editarvariante_Load(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -130,6 +130,12 @@
|
|||||||
<Compile Include="admin\editar.Designer.cs">
|
<Compile Include="admin\editar.Designer.cs">
|
||||||
<DependentUpon>editar.cs</DependentUpon>
|
<DependentUpon>editar.cs</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
<Compile Include="admin\editarvariante.cs">
|
||||||
|
<SubType>Form</SubType>
|
||||||
|
</Compile>
|
||||||
|
<Compile Include="admin\editarvariante.Designer.cs">
|
||||||
|
<DependentUpon>editarvariante.cs</DependentUpon>
|
||||||
|
</Compile>
|
||||||
<Compile Include="admin\Variantes.cs">
|
<Compile Include="admin\Variantes.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
@@ -316,6 +322,9 @@
|
|||||||
<EmbeddedResource Include="admin\editar.resx">
|
<EmbeddedResource Include="admin\editar.resx">
|
||||||
<DependentUpon>editar.cs</DependentUpon>
|
<DependentUpon>editar.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
<EmbeddedResource Include="admin\editarvariante.resx">
|
||||||
|
<DependentUpon>editarvariante.cs</DependentUpon>
|
||||||
|
</EmbeddedResource>
|
||||||
<EmbeddedResource Include="admin\Variantes.resx">
|
<EmbeddedResource Include="admin\Variantes.resx">
|
||||||
<DependentUpon>Variantes.cs</DependentUpon>
|
<DependentUpon>Variantes.cs</DependentUpon>
|
||||||
</EmbeddedResource>
|
</EmbeddedResource>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -1 +1 @@
|
|||||||
e213d9beb5da3320ef36bb44a93fdae1bbcb3db7d3ede06b34b1df208bbd692a
|
a9bc43144c688823697090e74a55f122470d105d2557473669418d9f299656f6
|
||||||
|
|||||||
@@ -160,3 +160,7 @@ C:\Users\carsu\source\repos\compabetoOG\obj\Debug\compabetov2.admin.addvariante.
|
|||||||
C:\Users\carsu\source\repos\compabetoOG\obj\Debug\compabetov2.admin.agregarproducto.resources
|
C:\Users\carsu\source\repos\compabetoOG\obj\Debug\compabetov2.admin.agregarproducto.resources
|
||||||
C:\Users\carsu\source\repos\compabetoOG\obj\Debug\compabetov2.admin.Variantes.resources
|
C:\Users\carsu\source\repos\compabetoOG\obj\Debug\compabetov2.admin.Variantes.resources
|
||||||
C:\Users\carsu\Source\Repos\compabetoOG\obj\Debug\compabet.5C4A9C0C.Up2Date
|
C:\Users\carsu\Source\Repos\compabetoOG\obj\Debug\compabet.5C4A9C0C.Up2Date
|
||||||
|
C:\Users\Googl\Source\Repos\aspermaster23yeh\compabetoOG\obj\Debug\compabetov2.admin.addvariante.resources
|
||||||
|
C:\Users\Googl\Source\Repos\aspermaster23yeh\compabetoOG\obj\Debug\compabetov2.admin.agregarproducto.resources
|
||||||
|
C:\Users\Googl\Source\Repos\aspermaster23yeh\compabetoOG\obj\Debug\compabetov2.admin.editarvariante.resources
|
||||||
|
C:\Users\Googl\Source\Repos\aspermaster23yeh\compabetoOG\obj\Debug\compabetov2.admin.Variantes.resources
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user