Update: Re Organicé todos los form

This commit is contained in:
fedpo
2024-09-30 18:04:35 +01:00
parent 1ef74f18c4
commit 37ff7022cf
16 changed files with 117 additions and 162 deletions

View File

@@ -45,7 +45,7 @@
groupBox1.Controls.Add(BtnModificar);
groupBox1.Location = new Point(12, 12);
groupBox1.Name = "groupBox1";
groupBox1.Size = new Size(1228, 351);
groupBox1.Size = new Size(1228, 501);
groupBox1.TabIndex = 5;
groupBox1.TabStop = false;
//
@@ -61,12 +61,12 @@
dataGridView1.Name = "dataGridView1";
dataGridView1.ReadOnly = true;
dataGridView1.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
dataGridView1.Size = new Size(1216, 235);
dataGridView1.Size = new Size(1216, 438);
dataGridView1.TabIndex = 3;
//
// BtnAdd
//
BtnAdd.Location = new Point(6, 302);
BtnAdd.Location = new Point(8, 466);
BtnAdd.Name = "BtnAdd";
BtnAdd.Size = new Size(75, 23);
BtnAdd.TabIndex = 0;
@@ -76,7 +76,7 @@
//
// BtnEliminar
//
BtnEliminar.Location = new Point(215, 302);
BtnEliminar.Location = new Point(217, 466);
BtnEliminar.Name = "BtnEliminar";
BtnEliminar.Size = new Size(75, 23);
BtnEliminar.TabIndex = 2;
@@ -86,7 +86,7 @@
//
// BtnModificar
//
BtnModificar.Location = new Point(108, 302);
BtnModificar.Location = new Point(110, 466);
BtnModificar.Name = "BtnModificar";
BtnModificar.Size = new Size(75, 23);
BtnModificar.TabIndex = 1;
@@ -98,7 +98,7 @@
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1252, 382);
ClientSize = new Size(1252, 513);
Controls.Add(groupBox1);
Name = "FrmProveedores";
Text = "Proveedores";