cosas que faltaban
This commit is contained in:
194
Vista/FrmProducto.Designer.cs
generated
Normal file
194
Vista/FrmProducto.Designer.cs
generated
Normal file
@@ -0,0 +1,194 @@
|
||||
namespace Vista
|
||||
{
|
||||
partial class FrmProducto
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
label1 = new Label();
|
||||
label2 = new Label();
|
||||
label3 = new Label();
|
||||
label4 = new Label();
|
||||
label5 = new Label();
|
||||
numericUpDown1 = new NumericUpDown();
|
||||
textBox1 = new TextBox();
|
||||
numericUpDown2 = new NumericUpDown();
|
||||
checkBox1 = new CheckBox();
|
||||
comboBox1 = new ComboBox();
|
||||
button1 = new Button();
|
||||
button2 = new Button();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown1).BeginInit();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown2).BeginInit();
|
||||
SuspendLayout();
|
||||
//
|
||||
// label1
|
||||
//
|
||||
label1.AutoSize = true;
|
||||
label1.Location = new Point(47, 44);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new Size(18, 15);
|
||||
label1.TabIndex = 0;
|
||||
label1.Text = "ID";
|
||||
//
|
||||
// label2
|
||||
//
|
||||
label2.AutoSize = true;
|
||||
label2.Location = new Point(14, 73);
|
||||
label2.Name = "label2";
|
||||
label2.Size = new Size(51, 15);
|
||||
label2.TabIndex = 1;
|
||||
label2.Text = "Nombre";
|
||||
//
|
||||
// label3
|
||||
//
|
||||
label3.AutoSize = true;
|
||||
label3.Location = new Point(25, 105);
|
||||
label3.Name = "label3";
|
||||
label3.Size = new Size(40, 15);
|
||||
label3.TabIndex = 2;
|
||||
label3.Text = "Precio";
|
||||
//
|
||||
// label4
|
||||
//
|
||||
label4.AutoSize = true;
|
||||
label4.Location = new Point(7, 136);
|
||||
label4.Name = "label4";
|
||||
label4.Size = new Size(62, 15);
|
||||
label4.TabIndex = 3;
|
||||
label4.Text = "Habilitado";
|
||||
//
|
||||
// label5
|
||||
//
|
||||
label5.AutoSize = true;
|
||||
label5.Location = new Point(7, 167);
|
||||
label5.Name = "label5";
|
||||
label5.Size = new Size(58, 15);
|
||||
label5.TabIndex = 4;
|
||||
label5.Text = "Categoria";
|
||||
//
|
||||
// numericUpDown1
|
||||
//
|
||||
numericUpDown1.Location = new Point(71, 36);
|
||||
numericUpDown1.Maximum = new decimal(new int[] { 1215752191, 23, 0, 0 });
|
||||
numericUpDown1.Name = "numericUpDown1";
|
||||
numericUpDown1.Size = new Size(120, 23);
|
||||
numericUpDown1.TabIndex = 5;
|
||||
//
|
||||
// textBox1
|
||||
//
|
||||
textBox1.Location = new Point(71, 65);
|
||||
textBox1.Name = "textBox1";
|
||||
textBox1.Size = new Size(120, 23);
|
||||
textBox1.TabIndex = 6;
|
||||
//
|
||||
// numericUpDown2
|
||||
//
|
||||
numericUpDown2.Location = new Point(71, 97);
|
||||
numericUpDown2.Maximum = new decimal(new int[] { 100000000, 0, 0, 0 });
|
||||
numericUpDown2.Name = "numericUpDown2";
|
||||
numericUpDown2.Size = new Size(120, 23);
|
||||
numericUpDown2.TabIndex = 7;
|
||||
//
|
||||
// checkBox1
|
||||
//
|
||||
checkBox1.AutoSize = true;
|
||||
checkBox1.Location = new Point(71, 137);
|
||||
checkBox1.Name = "checkBox1";
|
||||
checkBox1.Size = new Size(15, 14);
|
||||
checkBox1.TabIndex = 8;
|
||||
checkBox1.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// comboBox1
|
||||
//
|
||||
comboBox1.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||
comboBox1.FormattingEnabled = true;
|
||||
comboBox1.Location = new Point(70, 159);
|
||||
comboBox1.Name = "comboBox1";
|
||||
comboBox1.Size = new Size(121, 23);
|
||||
comboBox1.TabIndex = 9;
|
||||
comboBox1.SelectedIndexChanged += comboBox1_SelectedIndexChanged;
|
||||
//
|
||||
// button1
|
||||
//
|
||||
button1.Location = new Point(14, 239);
|
||||
button1.Name = "button1";
|
||||
button1.Size = new Size(92, 35);
|
||||
button1.TabIndex = 10;
|
||||
button1.Text = "Aceptar";
|
||||
button1.UseVisualStyleBackColor = true;
|
||||
button1.Click += button1_Click;
|
||||
//
|
||||
// button2
|
||||
//
|
||||
button2.Location = new Point(154, 239);
|
||||
button2.Name = "button2";
|
||||
button2.Size = new Size(92, 35);
|
||||
button2.TabIndex = 11;
|
||||
button2.Text = "Cancelar";
|
||||
button2.UseVisualStyleBackColor = true;
|
||||
button2.Click += button2_Click;
|
||||
//
|
||||
// FrmProducto
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(471, 313);
|
||||
Controls.Add(button2);
|
||||
Controls.Add(button1);
|
||||
Controls.Add(comboBox1);
|
||||
Controls.Add(checkBox1);
|
||||
Controls.Add(numericUpDown2);
|
||||
Controls.Add(textBox1);
|
||||
Controls.Add(numericUpDown1);
|
||||
Controls.Add(label5);
|
||||
Controls.Add(label4);
|
||||
Controls.Add(label3);
|
||||
Controls.Add(label2);
|
||||
Controls.Add(label1);
|
||||
Name = "FrmProducto";
|
||||
Text = "Producto";
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown1).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)numericUpDown2).EndInit();
|
||||
ResumeLayout(false);
|
||||
PerformLayout();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private Label label1;
|
||||
private Label label2;
|
||||
private Label label3;
|
||||
private Label label4;
|
||||
private Label label5;
|
||||
private NumericUpDown numericUpDown1;
|
||||
private TextBox textBox1;
|
||||
private NumericUpDown numericUpDown2;
|
||||
private CheckBox checkBox1;
|
||||
private ComboBox comboBox1;
|
||||
private Button button1;
|
||||
private Button button2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user