修改颜色

This commit is contained in:
ww-rm
2025-02-28 23:26:46 +08:00
parent 62a68d7309
commit 0eaa90f121

View File

@@ -34,7 +34,7 @@
//
// panel
//
panel.BackColor = SystemColors.Control;
panel.BackColor = SystemColors.ControlDarkDark;
panel.Location = new Point(160, 160);
panel.Margin = new Padding(0);
panel.Name = "panel";