This commit is contained in:
fedpo
2024-09-08 02:39:13 +01:00
parent c15ae743ab
commit 393caac989
65 changed files with 1138 additions and 282 deletions

View File

@@ -45,7 +45,7 @@
groupBox1.Controls.Add(BtnModificar);
groupBox1.Location = new Point(12, 12);
groupBox1.Name = "groupBox1";
groupBox1.Size = new Size(776, 351);
groupBox1.Size = new Size(1228, 351);
groupBox1.TabIndex = 5;
groupBox1.TabStop = false;
//
@@ -60,9 +60,8 @@
dataGridView1.Location = new Point(6, 22);
dataGridView1.Name = "dataGridView1";
dataGridView1.ReadOnly = true;
dataGridView1.RowTemplate.Height = 25;
dataGridView1.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
dataGridView1.Size = new Size(550, 235);
dataGridView1.Size = new Size(1216, 235);
dataGridView1.TabIndex = 3;
//
// BtnAdd
@@ -99,7 +98,7 @@
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 382);
ClientSize = new Size(1252, 382);
Controls.Add(groupBox1);
Name = "FrmProveedores";
Text = "Proveedores";