falta que se actualize numProducto y los infomes

This commit is contained in:
2024-08-11 18:26:09 -03:00
parent cff13f1e47
commit 4262d66025
42 changed files with 724 additions and 471 deletions

View File

@@ -38,6 +38,7 @@
btnAñadir = new Button();
btnGuardar = new Button();
btnEliminar = new Button();
checkinfome = new CheckBox();
((System.ComponentModel.ISupportInitialize)dgvEmailTarget).BeginInit();
SuspendLayout();
//
@@ -133,11 +134,22 @@
btnEliminar.UseVisualStyleBackColor = true;
btnEliminar.Click += btnEliminar_Click;
//
// checkinfome
//
checkinfome.AutoSize = true;
checkinfome.Location = new Point(335, 22);
checkinfome.Name = "checkinfome";
checkinfome.Size = new Size(121, 19);
checkinfome.TabIndex = 10;
checkinfome.Text = "Habilitar Informes";
checkinfome.UseVisualStyleBackColor = true;
//
// FrmInforme
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450);
Controls.Add(checkinfome);
Controls.Add(btnEliminar);
Controls.Add(btnGuardar);
Controls.Add(btnAñadir);
@@ -168,5 +180,6 @@
private Button btnAñadir;
private Button btnGuardar;
private Button btnEliminar;
private CheckBox checkinfome;
}
}