228 lines
12 KiB
C#
228 lines
12 KiB
C#
namespace compabetov2.admin
|
|
{
|
|
partial class addvariante
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
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.textBox1 = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.button1 = new System.Windows.Forms.Button();
|
|
this.lbImg = new System.Windows.Forms.Label();
|
|
this.textBox2 = new System.Windows.Forms.TextBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(250, 252);
|
|
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 = 37;
|
|
//
|
|
// 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(245, 209);
|
|
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 = 38;
|
|
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(250, 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 = 35;
|
|
//
|
|
// 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(245, 121);
|
|
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 = 36;
|
|
this.label1.Text = "Nombre:";
|
|
//
|
|
// textBox1
|
|
//
|
|
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBox1.Location = new System.Drawing.Point(250, 337);
|
|
this.textBox1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.textBox1.Name = "textBox1";
|
|
this.textBox1.Size = new System.Drawing.Size(399, 30);
|
|
this.textBox1.TabIndex = 39;
|
|
//
|
|
// 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(245, 294);
|
|
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 = 40;
|
|
this.label3.Text = "Cantidad:";
|
|
//
|
|
// 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(250, 393);
|
|
this.button1.Name = "button1";
|
|
this.button1.Size = new System.Drawing.Size(103, 46);
|
|
this.button1.TabIndex = 42;
|
|
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(360, 399);
|
|
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 = 41;
|
|
this.lbImg.Text = "Imagen:";
|
|
//
|
|
// textBox2
|
|
//
|
|
this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.textBox2.Location = new System.Drawing.Point(250, 488);
|
|
this.textBox2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.textBox2.Name = "textBox2";
|
|
this.textBox2.Size = new System.Drawing.Size(399, 30);
|
|
this.textBox2.TabIndex = 43;
|
|
//
|
|
// 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(245, 455);
|
|
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 = 44;
|
|
this.label4.Text = "Precio Compra:";
|
|
//
|
|
// 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(353, 540);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(100, 69);
|
|
this.pictureBox2.TabIndex = 46;
|
|
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(459, 540);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(100, 69);
|
|
this.pictureBox1.TabIndex = 45;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// addvariante
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(27)))), ((int)(((byte)(104)))), ((int)(((byte)(255)))));
|
|
this.BackgroundImage = global::compabetov2.Properties.Resources.Form;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ClientSize = new System.Drawing.Size(897, 621);
|
|
this.ControlBox = false;
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.textBox2);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.button1);
|
|
this.Controls.Add(this.lbImg);
|
|
this.Controls.Add(this.textBox1);
|
|
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 = "addvariante";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
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.TextBox textBox1;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Button button1;
|
|
private System.Windows.Forms.Label lbImg;
|
|
private System.Windows.Forms.TextBox textBox2;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
}
|
|
} |