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

@@ -43,12 +43,12 @@
dgvCategorias.MultiSelect = false;
dgvCategorias.Name = "dgvCategorias";
dgvCategorias.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
dgvCategorias.Size = new Size(498, 289);
dgvCategorias.Size = new Size(498, 470);
dgvCategorias.TabIndex = 0;
//
// btnAñadir
//
btnAñadir.Location = new Point(516, 12);
btnAñadir.Location = new Point(12, 488);
btnAñadir.Name = "btnAñadir";
btnAñadir.Size = new Size(75, 23);
btnAñadir.TabIndex = 1;
@@ -60,7 +60,7 @@
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450);
ClientSize = new Size(527, 523);
Controls.Add(btnAñadir);
Controls.Add(dgvCategorias);
Name = "FrmCategorias";