falta que se actualize numProducto y los infomes
This commit is contained in:
13
Vista/FrmInforme.Designer.cs
generated
13
Vista/FrmInforme.Designer.cs
generated
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user