🦄 Beautiful AntdUI

This commit is contained in:
Tom
2025-12-02 20:02:27 +08:00
parent 96eee9d3a3
commit f32347b6e4
9 changed files with 39 additions and 18 deletions

View File

@@ -182,6 +182,7 @@ namespace Demo
Controls.Add(windowBar);
Font = new Font("Microsoft YaHei UI", 12F);
ForeColor = Color.Black;
Icon = Properties.Resources.icon;
MinimumSize = new Size(660, 400);
Name = "Overview";
StartPosition = FormStartPosition.CenterScreen;