Adjustments of copied control-names etc

This commit is contained in:
2023-08-27 22:00:11 +02:00
parent 374d401692
commit aef30274b2
8 changed files with 63 additions and 20 deletions

View File

@ -97,6 +97,7 @@
Controls.Add(btnClose);
Controls.Add(lvPayments);
Name = "frmPayments";
StartPosition = FormStartPosition.CenterScreen;
Text = "frmPayments";
Load += frmPayments_Load;
ResumeLayout(false);