This commit is contained in:
Serge
2024-03-30 20:23:24 +01:00
parent ed8f056c6e
commit af90645d6d
2 changed files with 5 additions and 3 deletions

View File

@@ -971,7 +971,7 @@
//
// checkController
//
checkController.Anchor = AnchorStyles.Bottom | AnchorStyles.Right;
checkController.Anchor = AnchorStyles.Bottom | AnchorStyles.Left;
checkController.AutoSize = true;
checkController.BackColor = SystemColors.ControlLight;
checkController.Location = new Point(650, 41);