升级1.8.0,PageHeader新增全屏按钮

This commit is contained in:
czz_y 2025-01-07 09:06:35 +08:00
parent 5a098a108b
commit 1cea0b5615
4 changed files with 4 additions and 3 deletions

View File

@ -13,7 +13,7 @@
<Copyright>Copyright © 2024 czz_y</Copyright>
<FileVersion>$(Version)</FileVersion>
<AssemblyVersion>$(Version)</AssemblyVersion>
<Version>1.7.14</Version>
<Version>1.8.0</Version>
<Authors>czz_y</Authors>
<Description>基于 Winform UI 框架 AntdUI 设计的 Demo</Description>
<PackageProjectUrl>https://gitee.com/mubaiyanghua/antd-uidemo</PackageProjectUrl>
@ -30,7 +30,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AntdUI" Version="1.7.14" />
<PackageReference Include="AntdUI" Version="1.8.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.3.3" />
</ItemGroup>

View File

@ -4,7 +4,7 @@
<h1>AntdUI Demo</h1>
本项目基于 `Winform .NET Framework 4.8` 开发,是 [AntdUI](https://gitee.com/antdui/AntdUI) 的 Demo 项目,当前版本 `1.7.14`
本项目基于 `Winform .NET Framework 4.8` 开发,是 [AntdUI](https://gitee.com/antdui/AntdUI) 的 Demo 项目,当前版本 `1.8.0`
</div>

View File

@ -156,6 +156,7 @@
// PageHeader
//
this.PageHeader.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F);
this.PageHeader.FullBox = true;
this.PageHeader.Icon = global::AntdUIDemo.Properties.Resources.logo;
this.PageHeader.Location = new System.Drawing.Point(3, 33);
this.PageHeader.Name = "PageHeader";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 260 KiB

After

Width:  |  Height:  |  Size: 294 KiB