correcciones sobre los forms
This commit is contained in:
18
Vista/AddProducto.Designer.cs
generated
18
Vista/AddProducto.Designer.cs
generated
@@ -41,7 +41,7 @@
|
||||
//
|
||||
comboBox1.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||
comboBox1.FormattingEnabled = true;
|
||||
comboBox1.Location = new Point(164, 36);
|
||||
comboBox1.Location = new Point(98, 37);
|
||||
comboBox1.Name = "comboBox1";
|
||||
comboBox1.Size = new Size(121, 23);
|
||||
comboBox1.TabIndex = 0;
|
||||
@@ -49,7 +49,7 @@
|
||||
// label1
|
||||
//
|
||||
label1.AutoSize = true;
|
||||
label1.Location = new Point(92, 39);
|
||||
label1.Location = new Point(26, 40);
|
||||
label1.Name = "label1";
|
||||
label1.Size = new Size(56, 15);
|
||||
label1.TabIndex = 1;
|
||||
@@ -58,7 +58,7 @@
|
||||
// label2
|
||||
//
|
||||
label2.AutoSize = true;
|
||||
label2.Location = new Point(93, 85);
|
||||
label2.Location = new Point(27, 86);
|
||||
label2.Name = "label2";
|
||||
label2.Size = new Size(55, 15);
|
||||
label2.TabIndex = 2;
|
||||
@@ -66,7 +66,7 @@
|
||||
//
|
||||
// numericUpDown1
|
||||
//
|
||||
numericUpDown1.Location = new Point(165, 77);
|
||||
numericUpDown1.Location = new Point(99, 78);
|
||||
numericUpDown1.Maximum = new decimal(new int[] { 10000000, 0, 0, 0 });
|
||||
numericUpDown1.Name = "numericUpDown1";
|
||||
numericUpDown1.Size = new Size(120, 23);
|
||||
@@ -74,9 +74,9 @@
|
||||
//
|
||||
// button1
|
||||
//
|
||||
button1.Location = new Point(12, 191);
|
||||
button1.Location = new Point(12, 160);
|
||||
button1.Name = "button1";
|
||||
button1.Size = new Size(85, 42);
|
||||
button1.Size = new Size(71, 23);
|
||||
button1.TabIndex = 4;
|
||||
button1.Text = "Guardar";
|
||||
button1.UseVisualStyleBackColor = true;
|
||||
@@ -84,9 +84,9 @@
|
||||
//
|
||||
// button2
|
||||
//
|
||||
button2.Location = new Point(354, 191);
|
||||
button2.Location = new Point(146, 160);
|
||||
button2.Name = "button2";
|
||||
button2.Size = new Size(85, 42);
|
||||
button2.Size = new Size(73, 23);
|
||||
button2.TabIndex = 5;
|
||||
button2.Text = "Cancelar";
|
||||
button2.UseVisualStyleBackColor = true;
|
||||
@@ -96,7 +96,7 @@
|
||||
//
|
||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||
AutoScaleMode = AutoScaleMode.Font;
|
||||
ClientSize = new Size(451, 245);
|
||||
ClientSize = new Size(236, 201);
|
||||
Controls.Add(button2);
|
||||
Controls.Add(button1);
|
||||
Controls.Add(numericUpDown1);
|
||||
|
||||
Reference in New Issue
Block a user