cambios nachito a form factura

This commit is contained in:
2024-08-11 18:24:04 -03:00
parent 6f95fd935a
commit e3aec2879e
39 changed files with 847 additions and 70 deletions

View File

@@ -52,6 +52,7 @@
dataGridView1.Location = new Point(6, 22);
dataGridView1.Name = "dataGridView1";
dataGridView1.RowTemplate.Height = 25;
dataGridView1.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
dataGridView1.Size = new Size(594, 235);
dataGridView1.TabIndex = 3;
dataGridView1.CellBorderStyleChanged += dataGridView1_CellBorderStyleChanged;