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

@@ -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);