This commit is contained in:
2025-03-24 15:20:33 +08:00
parent 9a5d3be528
commit b8d7371a56
22 changed files with 8562 additions and 496 deletions

View File

@ -48,7 +48,7 @@
//
// pageHeader1
//
pageHeader1.BackColor = SystemColors.MenuHighlight;
pageHeader1.BackColor = Color.FromArgb(46, 108, 227);
pageHeader1.Dock = DockStyle.Top;
pageHeader1.Location = new Point(0, 0);
pageHeader1.Mode = AntdUI.TAMode.Dark;