primer form de informe listo

This commit is contained in:
fedpo
2024-12-02 20:36:33 +00:00
parent c17323ebe4
commit aeeae3c9b8
8 changed files with 118 additions and 32 deletions

View File

@@ -155,6 +155,7 @@
Controls.Add(btnBuscar);
Name = "FrmInformeFacturaPorFecha";
Text = "Informe: Facturas";
WindowState = FormWindowState.Maximized;
((System.ComponentModel.ISupportInitialize)dgvFactura).EndInit();
((System.ComponentModel.ISupportInitialize)dgvDetalles).EndInit();
ResumeLayout(false);