This commit is contained in:
fedpo
2024-09-08 02:39:13 +01:00
parent c15ae743ab
commit 393caac989
65 changed files with 1138 additions and 282 deletions

View File

@@ -140,7 +140,7 @@
//
// BtnCancelar
//
BtnCancelar.Location = new Point(322, 195);
BtnCancelar.Location = new Point(135, 195);
BtnCancelar.Name = "BtnCancelar";
BtnCancelar.Size = new Size(75, 23);
BtnCancelar.TabIndex = 11;
@@ -154,7 +154,7 @@
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
CancelButton = BtnCancelar;
ClientSize = new Size(409, 230);
ClientSize = new Size(228, 230);
Controls.Add(BtnCancelar);
Controls.Add(label4);
Controls.Add(checkBoxHabilitado);