falta que se actualize numProducto y los infomes

This commit is contained in:
fedpo
2024-08-06 15:11:39 +01:00
parent a9ebcff78b
commit 8b80e421a4
51 changed files with 721 additions and 472 deletions

View File

@@ -129,7 +129,7 @@ namespace Vista
//
// BtnCancelar
//
BtnCancelar.Location = new Point(158, 190);
BtnCancelar.Location = new Point(190, 190);
BtnCancelar.Name = "BtnCancelar";
BtnCancelar.Size = new Size(75, 23);
BtnCancelar.TabIndex = 11;
@@ -144,7 +144,6 @@ namespace Vista
numCuit.Name = "numCuit";
numCuit.Size = new Size(173, 23);
numCuit.TabIndex = 12;
numCuit.ValueChanged += numCuit_ValueChanged;
//
// FrmCliente
//
@@ -152,7 +151,7 @@ namespace Vista
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
CancelButton = BtnCancelar;
ClientSize = new Size(420, 245);
ClientSize = new Size(304, 245);
ControlBox = false;
Controls.Add(numCuit);
Controls.Add(BtnCancelar);