Исправлены цвета панелей

This commit is contained in:
2024-10-10 14:40:22 +03:00
parent 61db7beb4c
commit 309b57a787
36 changed files with 43 additions and 26 deletions

View File

@@ -50,6 +50,7 @@
//
// Textbox
//
Textbox.BackColor = SystemColors.Control;
Textbox.Dock = DockStyle.Top;
Textbox.ImeMode = ImeMode.NoControl;
Textbox.Location = new Point(2, 17);