This commit is contained in:
czz_y 2024-08-16 17:46:50 +08:00
parent dbd58bc87b
commit ffe027449b
6 changed files with 13 additions and 3 deletions

View File

@ -6,12 +6,22 @@
``` ```
1. git clone 或者直接下载本项目 1. git clone 或者直接下载本项目
2. 若电脑缩放不是100%,使用 Visual Studio 在100%缩放模式下(命令行使用 devenv /noScale 命令启动 Visual Studio)打开项目,并按照提示或自行安装 .NET Framework4.8 2. 若电脑缩放不是100%,使用 Visual Studio 在100%缩放模式下(命令行使用 devenv /noScale 命令启动 Visual Studio)打开项目
3. 编译运行 3. 若电脑没有安装.NET Framework 4.8,编辑项目文件设置 TargetFramework 属性为自己安装的目标框架,兼容框架参照 AntdUI 项目
4. 编译运行
``` ```
## 控件演示 ## 控件演示
### Button ### Button
![Button](assets/screenshots/Button.png) ![Button](assets/screenshots/Button.png)
### FloatButton
![FloatButton](assets/screenshots/FloatButton.png)
### FlowPanel
![FlowPanel](assets/screenshots/FlowPanel.png)
### GridPanel
![GridPanel](assets/screenshots/GridPanel.png)
### Panel
![Panel](assets/screenshots/Panel.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 490 KiB

After

Width:  |  Height:  |  Size: 794 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 767 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 710 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 754 KiB