diff --git a/SunnyUI.Demo/Controls/FContextMenuStrip.cs b/SunnyUI.Demo/Controls/FContextMenuStrip.cs index 37745e63..4a5281aa 100644 --- a/SunnyUI.Demo/Controls/FContextMenuStrip.cs +++ b/SunnyUI.Demo/Controls/FContextMenuStrip.cs @@ -12,7 +12,7 @@ namespace Sunny.UI.Demo var styles = UIStyles.PopularStyles(); foreach (UIStyle style in styles) { - ToolStripMenuItem item = new ToolStripMenuItem(style.DisplayText()) { Tag = style }; + ToolStripMenuItem item = new ToolStripMenuItem(style.Description()) { Tag = style }; item.Click += Item_Click; uiContextMenuStrip1.Items.Add(item); } diff --git a/SunnyUI.Demo/FMain.cs b/SunnyUI.Demo/FMain.cs index 1d83ff6c..8a575ae0 100644 --- a/SunnyUI.Demo/FMain.cs +++ b/SunnyUI.Demo/FMain.cs @@ -97,7 +97,7 @@ namespace Sunny.UI.Demo var styles = UIStyles.PopularStyles(); foreach (UIStyle style in styles) { - uiNavBar1.CreateChildNode(uiNavBar1.Nodes[4], style.DisplayText(), style.Value()); + uiNavBar1.CreateChildNode(uiNavBar1.Nodes[4], style.Description(), style.Value()); } var node = uiNavBar1.CreateChildNode(uiNavBar1.Nodes[4], "字体图标", 99999); diff --git a/SunnyUI.Demo/SunnyUI.Demo.csproj b/SunnyUI.Demo/SunnyUI.Demo.csproj index bf2c70d4..9358c8df 100644 --- a/SunnyUI.Demo/SunnyUI.Demo.csproj +++ b/SunnyUI.Demo/SunnyUI.Demo.csproj @@ -41,36 +41,33 @@ app.manifest - - ..\packages\SunnyUI.3.8.2\lib\net472\SunnyUI.dll + + ..\packages\SunnyUI.3.8.3\lib\net472\SunnyUI.dll - - ..\packages\SunnyUI.COM.6.7.1\lib\net472\SunnyUI.COM.dll + + ..\packages\SunnyUI.COM.9.0.3.1\lib\net472\SunnyUI.COM.dll - - ..\packages\SunnyUI.Common.3.8.2\lib\net472\SunnyUI.Common.dll + + ..\packages\SunnyUI.Common.3.8.3\lib\net472\SunnyUI.Common.dll ..\packages\SunnyUI.FrameDecoder.7.6.0\lib\net472\SunnyUI.FrameDecoder.dll - - ..\packages\SunnyUI.Serialization.6.6.0\lib\net472\SunnyUI.Serialization.dll - - - ..\packages\System.Buffers.4.6.0\lib\net462\System.Buffers.dll + + ..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll - - ..\packages\System.Memory.4.6.0\lib\net462\System.Memory.dll + + ..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll - - ..\packages\System.Numerics.Vectors.4.6.0\lib\net462\System.Numerics.Vectors.dll + + ..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll - - ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.0\lib\net462\System.Runtime.CompilerServices.Unsafe.dll + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll diff --git a/SunnyUI.Demo/app.config b/SunnyUI.Demo/app.config index 5cbb9492..a4e9d3f7 100644 --- a/SunnyUI.Demo/app.config +++ b/SunnyUI.Demo/app.config @@ -9,7 +9,15 @@ - + + + + + + + + + diff --git a/SunnyUI.Demo/packages.config b/SunnyUI.Demo/packages.config index 04e97830..fcc4c50e 100644 --- a/SunnyUI.Demo/packages.config +++ b/SunnyUI.Demo/packages.config @@ -1,12 +1,11 @@  - - - + + + - - - - - + + + + \ No newline at end of file diff --git a/SunnyUI/SunnyUI.csproj b/SunnyUI/SunnyUI.csproj index 5ebdf9d4..e62f8cf0 100644 --- a/SunnyUI/SunnyUI.csproj +++ b/SunnyUI/SunnyUI.csproj @@ -9,7 +9,7 @@ SunnyUI.Net 是基于.Net Framework4.0+、.Net8、.Net9 框架的 C# WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。 CopyRight © SunnyUI.Net 2012-2025 GPL-3.0-only - 3.8.2.0 + 3.8.3.0 ShenYonghua SunnyUI.Net SunnyUI @@ -76,7 +76,6 @@ - True True