diff --git a/SunnyUI.Demo/Bin/SunnyUI.Demo.exe b/SunnyUI.Demo/Bin/SunnyUI.Demo.exe index 063efeb0..62efa521 100644 Binary files a/SunnyUI.Demo/Bin/SunnyUI.Demo.exe and b/SunnyUI.Demo/Bin/SunnyUI.Demo.exe differ diff --git a/SunnyUI.Demo/Properties/AssemblyInfo.cs b/SunnyUI.Demo/Properties/AssemblyInfo.cs index 53e8a9f4..10003adc 100644 --- a/SunnyUI.Demo/Properties/AssemblyInfo.cs +++ b/SunnyUI.Demo/Properties/AssemblyInfo.cs @@ -9,7 +9,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("SunnyUI.Net")] [assembly: AssemblyProduct("SunnyUI.Demo")] -[assembly: AssemblyCopyright("Copyright ©SunnyUI.Net 2012-2023")] +[assembly: AssemblyCopyright("Copyright ©SunnyUI.Net 2012-2024")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -31,5 +31,5 @@ using System.Runtime.InteropServices; //可以指定所有这些值,也可以使用“生成号”和“修订号”的默认值 //通过使用 "*",如下所示: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.4.2.0")] -[assembly: AssemblyFileVersion("3.4.2.0")] +[assembly: AssemblyVersion("3.6.6.0")] +[assembly: AssemblyFileVersion("3.6.6.0")] diff --git a/SunnyUI/Charts/UIBarChart.cs b/SunnyUI/Charts/UIBarChart.cs index e5aa1d40..b9ca0733 100644 --- a/SunnyUI/Charts/UIBarChart.cs +++ b/SunnyUI/Charts/UIBarChart.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Charts/UIBarChartOption.cs b/SunnyUI/Charts/UIBarChartOption.cs index 5b0aba59..fa433100 100644 --- a/SunnyUI/Charts/UIBarChartOption.cs +++ b/SunnyUI/Charts/UIBarChartOption.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Charts/UIChart.cs b/SunnyUI/Charts/UIChart.cs index c294725a..703c98fe 100644 --- a/SunnyUI/Charts/UIChart.cs +++ b/SunnyUI/Charts/UIChart.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Charts/UIChartStyle.cs b/SunnyUI/Charts/UIChartStyle.cs index f00951ab..b81408e6 100644 --- a/SunnyUI/Charts/UIChartStyle.cs +++ b/SunnyUI/Charts/UIChartStyle.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Charts/UIDoughnutChart.cs b/SunnyUI/Charts/UIDoughnutChart.cs index 9e4daf34..5b3fa302 100644 --- a/SunnyUI/Charts/UIDoughnutChart.cs +++ b/SunnyUI/Charts/UIDoughnutChart.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Charts/UILineChart.cs b/SunnyUI/Charts/UILineChart.cs index f6b3d281..31a3782b 100644 --- a/SunnyUI/Charts/UILineChart.cs +++ b/SunnyUI/Charts/UILineChart.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Charts/UILineChartOption.cs b/SunnyUI/Charts/UILineChartOption.cs index c97e55a3..42bfc941 100644 --- a/SunnyUI/Charts/UILineChartOption.cs +++ b/SunnyUI/Charts/UILineChartOption.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Charts/UIOption.cs b/SunnyUI/Charts/UIOption.cs index 2baf4af6..c5b585e6 100644 --- a/SunnyUI/Charts/UIOption.cs +++ b/SunnyUI/Charts/UIOption.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Charts/UIPieChart.cs b/SunnyUI/Charts/UIPieChart.cs index 68ad3c37..ae8dad53 100644 --- a/SunnyUI/Charts/UIPieChart.cs +++ b/SunnyUI/Charts/UIPieChart.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Charts/UIPieChartOption.cs b/SunnyUI/Charts/UIPieChartOption.cs index 97877003..2fd101e4 100644 --- a/SunnyUI/Charts/UIPieChartOption.cs +++ b/SunnyUI/Charts/UIPieChartOption.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Charts/UIScale.cs b/SunnyUI/Charts/UIScale.cs index e1fdfb5c..793681fd 100644 --- a/SunnyUI/Charts/UIScale.cs +++ b/SunnyUI/Charts/UIScale.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UAudio.cs b/SunnyUI/Common/UAudio.cs index e9f31829..de7572a6 100644 --- a/SunnyUI/Common/UAudio.cs +++ b/SunnyUI/Common/UAudio.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UBmp.cs b/SunnyUI/Common/UBmp.cs index 7589b65f..d11033e4 100644 --- a/SunnyUI/Common/UBmp.cs +++ b/SunnyUI/Common/UBmp.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UCompress.cs b/SunnyUI/Common/UCompress.cs index 13bcb3cb..30e083a3 100644 --- a/SunnyUI/Common/UCompress.cs +++ b/SunnyUI/Common/UCompress.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UControl.cs b/SunnyUI/Common/UControl.cs index 730d35f9..a7c1167a 100644 --- a/SunnyUI/Common/UControl.cs +++ b/SunnyUI/Common/UControl.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UDir.cs b/SunnyUI/Common/UDir.cs index d9257fc2..d1ded27f 100644 --- a/SunnyUI/Common/UDir.cs +++ b/SunnyUI/Common/UDir.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UEnvironment.cs b/SunnyUI/Common/UEnvironment.cs index 4d0b77e9..1055de12 100644 --- a/SunnyUI/Common/UEnvironment.cs +++ b/SunnyUI/Common/UEnvironment.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UFastBitmap.cs b/SunnyUI/Common/UFastBitmap.cs index d660b4b1..1b169c97 100644 --- a/SunnyUI/Common/UFastBitmap.cs +++ b/SunnyUI/Common/UFastBitmap.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UFastLZ.cs b/SunnyUI/Common/UFastLZ.cs index d8538818..369639cd 100644 --- a/SunnyUI/Common/UFastLZ.cs +++ b/SunnyUI/Common/UFastLZ.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UFile.cs b/SunnyUI/Common/UFile.cs index feaa94f7..729cd471 100644 --- a/SunnyUI/Common/UFile.cs +++ b/SunnyUI/Common/UFile.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UGDI.cs b/SunnyUI/Common/UGDI.cs index 66908b6c..1678bd8b 100644 --- a/SunnyUI/Common/UGDI.cs +++ b/SunnyUI/Common/UGDI.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UGif.cs b/SunnyUI/Common/UGif.cs index 8582d19a..26a5bdfc 100644 --- a/SunnyUI/Common/UGif.cs +++ b/SunnyUI/Common/UGif.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UGraphics.cs b/SunnyUI/Common/UGraphics.cs index 71038dd7..9e666e50 100644 --- a/SunnyUI/Common/UGraphics.cs +++ b/SunnyUI/Common/UGraphics.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UHook.cs b/SunnyUI/Common/UHook.cs index 36e72b1b..b1444648 100644 --- a/SunnyUI/Common/UHook.cs +++ b/SunnyUI/Common/UHook.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UHotKey.cs b/SunnyUI/Common/UHotKey.cs index 39c5a8a4..16e5b3bc 100644 --- a/SunnyUI/Common/UHotKey.cs +++ b/SunnyUI/Common/UHotKey.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UImage.cs b/SunnyUI/Common/UImage.cs index 46ac6b6e..1bb01aae 100644 --- a/SunnyUI/Common/UImage.cs +++ b/SunnyUI/Common/UImage.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UIniConfig.cs b/SunnyUI/Common/UIniConfig.cs index 98e3e9d5..a8dddde9 100644 --- a/SunnyUI/Common/UIniConfig.cs +++ b/SunnyUI/Common/UIniConfig.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UIniFile.cs b/SunnyUI/Common/UIniFile.cs index c0b34624..bc019465 100644 --- a/SunnyUI/Common/UIniFile.cs +++ b/SunnyUI/Common/UIniFile.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UJson.cs b/SunnyUI/Common/UJson.cs index 2e466cc5..bfb4c9d9 100644 --- a/SunnyUI/Common/UJson.cs +++ b/SunnyUI/Common/UJson.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/ULocalize.cs b/SunnyUI/Common/ULocalize.cs index 4f6d48e0..c9f4d2ae 100644 --- a/SunnyUI/Common/ULocalize.cs +++ b/SunnyUI/Common/ULocalize.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UMMFile.cs b/SunnyUI/Common/UMMFile.cs index 56692646..1b634e47 100644 --- a/SunnyUI/Common/UMMFile.cs +++ b/SunnyUI/Common/UMMFile.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UMessageTip.cs b/SunnyUI/Common/UMessageTip.cs index 06f452e6..665e3e91 100644 --- a/SunnyUI/Common/UMessageTip.cs +++ b/SunnyUI/Common/UMessageTip.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UPrivilegeAPI.cs b/SunnyUI/Common/UPrivilegeAPI.cs index aacbffe6..cdd196d5 100644 --- a/SunnyUI/Common/UPrivilegeAPI.cs +++ b/SunnyUI/Common/UPrivilegeAPI.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UScaner.cs b/SunnyUI/Common/UScaner.cs index 143893e2..0f20c750 100644 --- a/SunnyUI/Common/UScaner.cs +++ b/SunnyUI/Common/UScaner.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UScrollBarInfo.cs b/SunnyUI/Common/UScrollBarInfo.cs index c2940cba..292c7d6a 100644 --- a/SunnyUI/Common/UScrollBarInfo.cs +++ b/SunnyUI/Common/UScrollBarInfo.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/USevenZip.cs b/SunnyUI/Common/USevenZip.cs index c7ff443d..1b6cdfeb 100644 --- a/SunnyUI/Common/USevenZip.cs +++ b/SunnyUI/Common/USevenZip.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/USuspendCtrlAltDel.cs b/SunnyUI/Common/USuspendCtrlAltDel.cs index c3a8450f..6322b3e7 100644 --- a/SunnyUI/Common/USuspendCtrlAltDel.cs +++ b/SunnyUI/Common/USuspendCtrlAltDel.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/USyncTime.cs b/SunnyUI/Common/USyncTime.cs index fc899618..f67d5d40 100644 --- a/SunnyUI/Common/USyncTime.cs +++ b/SunnyUI/Common/USyncTime.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/USystem.cs b/SunnyUI/Common/USystem.cs index fa03326f..2b6daae5 100644 --- a/SunnyUI/Common/USystem.cs +++ b/SunnyUI/Common/USystem.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UThunder.cs b/SunnyUI/Common/UThunder.cs index a82c7194..acc06384 100644 --- a/SunnyUI/Common/UThunder.cs +++ b/SunnyUI/Common/UThunder.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Common/UTranslate.cs b/SunnyUI/Common/UTranslate.cs index 82a4833e..65eed166 100644 --- a/SunnyUI/Common/UTranslate.cs +++ b/SunnyUI/Common/UTranslate.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/DropItem/UIComboBoxItem.cs b/SunnyUI/Controls/DropItem/UIComboBoxItem.cs index ade76035..2ba484a1 100644 --- a/SunnyUI/Controls/DropItem/UIComboBoxItem.cs +++ b/SunnyUI/Controls/DropItem/UIComboBoxItem.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/DropItem/UIComboDataGridViewItem.cs b/SunnyUI/Controls/DropItem/UIComboDataGridViewItem.cs index ee55dda3..5a5db9dc 100644 --- a/SunnyUI/Controls/DropItem/UIComboDataGridViewItem.cs +++ b/SunnyUI/Controls/DropItem/UIComboDataGridViewItem.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/DropItem/UIDateItem.cs b/SunnyUI/Controls/DropItem/UIDateItem.cs index 2ea27426..840dddfa 100644 --- a/SunnyUI/Controls/DropItem/UIDateItem.cs +++ b/SunnyUI/Controls/DropItem/UIDateItem.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/DropItem/UIDateTimeItem.cs b/SunnyUI/Controls/DropItem/UIDateTimeItem.cs index 703b5ecd..ee781ca2 100644 --- a/SunnyUI/Controls/DropItem/UIDateTimeItem.cs +++ b/SunnyUI/Controls/DropItem/UIDateTimeItem.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/DropItem/UIDropControl.cs b/SunnyUI/Controls/DropItem/UIDropControl.cs index cc1608aa..accc33cc 100644 --- a/SunnyUI/Controls/DropItem/UIDropControl.cs +++ b/SunnyUI/Controls/DropItem/UIDropControl.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/DropItem/UIDropDown.cs b/SunnyUI/Controls/DropItem/UIDropDown.cs index abd27ba4..a29da693 100644 --- a/SunnyUI/Controls/DropItem/UIDropDown.cs +++ b/SunnyUI/Controls/DropItem/UIDropDown.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/DropItem/UIDropDownItem.cs b/SunnyUI/Controls/DropItem/UIDropDownItem.cs index 8671dc04..ef8bdfff 100644 --- a/SunnyUI/Controls/DropItem/UIDropDownItem.cs +++ b/SunnyUI/Controls/DropItem/UIDropDownItem.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/DropItem/UITimeItem.cs b/SunnyUI/Controls/DropItem/UITimeItem.cs index db1b2b52..0417c0d0 100644 --- a/SunnyUI/Controls/DropItem/UITimeItem.cs +++ b/SunnyUI/Controls/DropItem/UITimeItem.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/DropItem/UIToolStripDropDown.cs b/SunnyUI/Controls/DropItem/UIToolStripDropDown.cs index a1ca717c..c1916cde 100644 --- a/SunnyUI/Controls/DropItem/UIToolStripDropDown.cs +++ b/SunnyUI/Controls/DropItem/UIToolStripDropDown.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/TypeEditor/UIDropEditor.cs b/SunnyUI/Controls/TypeEditor/UIDropEditor.cs index 62bef412..088edf9f 100644 --- a/SunnyUI/Controls/TypeEditor/UIDropEditor.cs +++ b/SunnyUI/Controls/TypeEditor/UIDropEditor.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/TypeEditor/UIRadiusSidesEditor.cs b/SunnyUI/Controls/TypeEditor/UIRadiusSidesEditor.cs index 39b4d222..477c61fa 100644 --- a/SunnyUI/Controls/TypeEditor/UIRadiusSidesEditor.cs +++ b/SunnyUI/Controls/TypeEditor/UIRadiusSidesEditor.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIAnalogMeter.cs b/SunnyUI/Controls/UIAnalogMeter.cs index 053a2398..6dcf326a 100644 --- a/SunnyUI/Controls/UIAnalogMeter.cs +++ b/SunnyUI/Controls/UIAnalogMeter.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI Դؼ⡢⡢չ⡢ҳ濪ܡ - * CopyRight (C) 2012-2023 ShenYongHua(). + * CopyRight (C) 2012-2024 ShenYongHua(). * QQȺ56829229 QQ17612584 EMailSunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIAnalogMeterRender.cs b/SunnyUI/Controls/UIAnalogMeterRender.cs index 872ea671..ddb3f3d7 100644 --- a/SunnyUI/Controls/UIAnalogMeterRender.cs +++ b/SunnyUI/Controls/UIAnalogMeterRender.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIAvatar.cs b/SunnyUI/Controls/UIAvatar.cs index 78bfd2d3..c44b5450 100644 --- a/SunnyUI/Controls/UIAvatar.cs +++ b/SunnyUI/Controls/UIAvatar.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIBattery.cs b/SunnyUI/Controls/UIBattery.cs index 345f982d..782562a0 100644 --- a/SunnyUI/Controls/UIBattery.cs +++ b/SunnyUI/Controls/UIBattery.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIBreadcrumb.cs b/SunnyUI/Controls/UIBreadcrumb.cs index 47d829b6..cc0e3bdb 100644 --- a/SunnyUI/Controls/UIBreadcrumb.cs +++ b/SunnyUI/Controls/UIBreadcrumb.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIButton.cs b/SunnyUI/Controls/UIButton.cs index 7e34152b..9a698d12 100644 --- a/SunnyUI/Controls/UIButton.cs +++ b/SunnyUI/Controls/UIButton.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UICalendar.cs b/SunnyUI/Controls/UICalendar.cs index 96580f09..fe547772 100644 --- a/SunnyUI/Controls/UICalendar.cs +++ b/SunnyUI/Controls/UICalendar.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UICheckBox.cs b/SunnyUI/Controls/UICheckBox.cs index 755bf4b0..fab1079d 100644 --- a/SunnyUI/Controls/UICheckBox.cs +++ b/SunnyUI/Controls/UICheckBox.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UICheckBoxGroup.cs b/SunnyUI/Controls/UICheckBoxGroup.cs index 88d5befe..f7f6e5c6 100644 --- a/SunnyUI/Controls/UICheckBoxGroup.cs +++ b/SunnyUI/Controls/UICheckBoxGroup.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIColorPicker.cs b/SunnyUI/Controls/UIColorPicker.cs index 1a9a54c0..2bc53b27 100644 --- a/SunnyUI/Controls/UIColorPicker.cs +++ b/SunnyUI/Controls/UIColorPicker.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIComboBox.cs b/SunnyUI/Controls/UIComboBox.cs index a6b17809..9ac09dc0 100644 --- a/SunnyUI/Controls/UIComboBox.cs +++ b/SunnyUI/Controls/UIComboBox.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIComboDataGridView.cs b/SunnyUI/Controls/UIComboDataGridView.cs index f7b6f683..562c5b8b 100644 --- a/SunnyUI/Controls/UIComboDataGridView.cs +++ b/SunnyUI/Controls/UIComboDataGridView.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIComboTreeView.cs b/SunnyUI/Controls/UIComboTreeView.cs index 32f53137..4a22df14 100644 --- a/SunnyUI/Controls/UIComboTreeView.cs +++ b/SunnyUI/Controls/UIComboTreeView.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIContextMenuStrip.cs b/SunnyUI/Controls/UIContextMenuStrip.cs index 90e1c449..520f2ce0 100644 --- a/SunnyUI/Controls/UIContextMenuStrip.cs +++ b/SunnyUI/Controls/UIContextMenuStrip.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIControl.cs b/SunnyUI/Controls/UIControl.cs index f2e522cd..c9251214 100644 --- a/SunnyUI/Controls/UIControl.cs +++ b/SunnyUI/Controls/UIControl.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIDataGridView.cs b/SunnyUI/Controls/UIDataGridView.cs index 7f3dd3e5..debcf551 100644 --- a/SunnyUI/Controls/UIDataGridView.cs +++ b/SunnyUI/Controls/UIDataGridView.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIDataGridViewFooter.cs b/SunnyUI/Controls/UIDataGridViewFooter.cs index b2d573d0..b993f67d 100644 --- a/SunnyUI/Controls/UIDataGridViewFooter.cs +++ b/SunnyUI/Controls/UIDataGridViewFooter.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIDatePicker.cs b/SunnyUI/Controls/UIDatePicker.cs index f681ad62..8c159a69 100644 --- a/SunnyUI/Controls/UIDatePicker.cs +++ b/SunnyUI/Controls/UIDatePicker.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIDateTimePicker.cs b/SunnyUI/Controls/UIDateTimePicker.cs index ddf785c5..8595573c 100644 --- a/SunnyUI/Controls/UIDateTimePicker.cs +++ b/SunnyUI/Controls/UIDateTimePicker.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIDigitalLabel.cs b/SunnyUI/Controls/UIDigitalLabel.cs index f95fca45..bb97dcd3 100644 --- a/SunnyUI/Controls/UIDigitalLabel.cs +++ b/SunnyUI/Controls/UIDigitalLabel.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIDoubleUpDown.cs b/SunnyUI/Controls/UIDoubleUpDown.cs index 39a95b8e..5e0afffa 100644 --- a/SunnyUI/Controls/UIDoubleUpDown.cs +++ b/SunnyUI/Controls/UIDoubleUpDown.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIEdit.cs b/SunnyUI/Controls/UIEdit.cs index 422d89b0..0fb5af07 100644 --- a/SunnyUI/Controls/UIEdit.cs +++ b/SunnyUI/Controls/UIEdit.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIFlowLayoutPanel.cs b/SunnyUI/Controls/UIFlowLayoutPanel.cs index 1bf561b7..cf1f04fd 100644 --- a/SunnyUI/Controls/UIFlowLayoutPanel.cs +++ b/SunnyUI/Controls/UIFlowLayoutPanel.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIGifAvatar.cs b/SunnyUI/Controls/UIGifAvatar.cs index 5cff6b73..2f4e321c 100644 --- a/SunnyUI/Controls/UIGifAvatar.cs +++ b/SunnyUI/Controls/UIGifAvatar.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIGlobal.cs b/SunnyUI/Controls/UIGlobal.cs index 09478bc7..0e9b05b4 100644 --- a/SunnyUI/Controls/UIGlobal.cs +++ b/SunnyUI/Controls/UIGlobal.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIGroupBox.cs b/SunnyUI/Controls/UIGroupBox.cs index 5edd346a..950d8893 100644 --- a/SunnyUI/Controls/UIGroupBox.cs +++ b/SunnyUI/Controls/UIGroupBox.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIHeaderButton.cs b/SunnyUI/Controls/UIHeaderButton.cs index d82ade51..59a38604 100644 --- a/SunnyUI/Controls/UIHeaderButton.cs +++ b/SunnyUI/Controls/UIHeaderButton.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIHorScrollBar.cs b/SunnyUI/Controls/UIHorScrollBar.cs index 394ac786..ba597304 100644 --- a/SunnyUI/Controls/UIHorScrollBar.cs +++ b/SunnyUI/Controls/UIHorScrollBar.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIHorScrollBarEx.cs b/SunnyUI/Controls/UIHorScrollBarEx.cs index 90556d48..c8af0cb3 100644 --- a/SunnyUI/Controls/UIHorScrollBarEx.cs +++ b/SunnyUI/Controls/UIHorScrollBarEx.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIIPTextBox.cs b/SunnyUI/Controls/UIIPTextBox.cs index 42389b18..6fba5d3b 100644 --- a/SunnyUI/Controls/UIIPTextBox.cs +++ b/SunnyUI/Controls/UIIPTextBox.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIImageButton.cs b/SunnyUI/Controls/UIImageButton.cs index 8f1cca41..74c525ad 100644 --- a/SunnyUI/Controls/UIImageButton.cs +++ b/SunnyUI/Controls/UIImageButton.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIImageListBox.cs b/SunnyUI/Controls/UIImageListBox.cs index b4d50356..87170e47 100644 --- a/SunnyUI/Controls/UIImageListBox.cs +++ b/SunnyUI/Controls/UIImageListBox.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIIntegerUpDown.cs b/SunnyUI/Controls/UIIntegerUpDown.cs index 560c10b7..ac97ddbb 100644 --- a/SunnyUI/Controls/UIIntegerUpDown.cs +++ b/SunnyUI/Controls/UIIntegerUpDown.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UILabel.cs b/SunnyUI/Controls/UILabel.cs index 863dfcf3..1dd6b575 100644 --- a/SunnyUI/Controls/UILabel.cs +++ b/SunnyUI/Controls/UILabel.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UILedBulb.cs b/SunnyUI/Controls/UILedBulb.cs index aaa3cc6b..d224e0db 100644 --- a/SunnyUI/Controls/UILedBulb.cs +++ b/SunnyUI/Controls/UILedBulb.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UILedDisplay.cs b/SunnyUI/Controls/UILedDisplay.cs index d3458670..a910970c 100644 --- a/SunnyUI/Controls/UILedDisplay.cs +++ b/SunnyUI/Controls/UILedDisplay.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UILedLabel.cs b/SunnyUI/Controls/UILedLabel.cs index 90e640a3..733d9da5 100644 --- a/SunnyUI/Controls/UILedLabel.cs +++ b/SunnyUI/Controls/UILedLabel.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UILedStopwatch.cs b/SunnyUI/Controls/UILedStopwatch.cs index 6b7680bc..ec66db22 100644 --- a/SunnyUI/Controls/UILedStopwatch.cs +++ b/SunnyUI/Controls/UILedStopwatch.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UILight.cs b/SunnyUI/Controls/UILight.cs index 8cce26aa..e7d81693 100644 --- a/SunnyUI/Controls/UILight.cs +++ b/SunnyUI/Controls/UILight.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UILine.cs b/SunnyUI/Controls/UILine.cs index ce389c2a..a29d1ea2 100644 --- a/SunnyUI/Controls/UILine.cs +++ b/SunnyUI/Controls/UILine.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIListBox.cs b/SunnyUI/Controls/UIListBox.cs index d14accae..72179bec 100644 --- a/SunnyUI/Controls/UIListBox.cs +++ b/SunnyUI/Controls/UIListBox.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIListBoxEx.cs b/SunnyUI/Controls/UIListBoxEx.cs index a6f8d66a..4f2e1ad3 100644 --- a/SunnyUI/Controls/UIListBoxEx.cs +++ b/SunnyUI/Controls/UIListBoxEx.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UILogo.cs b/SunnyUI/Controls/UILogo.cs index e06104d5..b74623a9 100644 --- a/SunnyUI/Controls/UILogo.cs +++ b/SunnyUI/Controls/UILogo.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIMarkLabel.cs b/SunnyUI/Controls/UIMarkLabel.cs index ef1766be..872ab2ed 100644 --- a/SunnyUI/Controls/UIMarkLabel.cs +++ b/SunnyUI/Controls/UIMarkLabel.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIMillisecondTimer.cs b/SunnyUI/Controls/UIMillisecondTimer.cs index bd12d41a..33a59f6e 100644 --- a/SunnyUI/Controls/UIMillisecondTimer.cs +++ b/SunnyUI/Controls/UIMillisecondTimer.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIMiniPagination.cs b/SunnyUI/Controls/UIMiniPagination.cs index 88e34319..0a2c7462 100644 --- a/SunnyUI/Controls/UIMiniPagination.cs +++ b/SunnyUI/Controls/UIMiniPagination.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UINavBar.cs b/SunnyUI/Controls/UINavBar.cs index d0a0ba74..74c236cd 100644 --- a/SunnyUI/Controls/UINavBar.cs +++ b/SunnyUI/Controls/UINavBar.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UINavMenuHelper.cs b/SunnyUI/Controls/UINavMenuHelper.cs index df7f8100..b7b09e2e 100644 --- a/SunnyUI/Controls/UINavMenuHelper.cs +++ b/SunnyUI/Controls/UINavMenuHelper.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UINumPadTextBox.cs b/SunnyUI/Controls/UINumPadTextBox.cs index 2ce19d2c..af9dc505 100644 --- a/SunnyUI/Controls/UINumPadTextBox.cs +++ b/SunnyUI/Controls/UINumPadTextBox.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIPagination.cs b/SunnyUI/Controls/UIPagination.cs index 8ea013e2..17ed38bc 100644 --- a/SunnyUI/Controls/UIPagination.cs +++ b/SunnyUI/Controls/UIPagination.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIPanel.cs b/SunnyUI/Controls/UIPanel.cs index cf3a9f68..5c8d814b 100644 --- a/SunnyUI/Controls/UIPanel.cs +++ b/SunnyUI/Controls/UIPanel.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIPipe.cs b/SunnyUI/Controls/UIPipe.cs index edcd92d6..9a32c480 100644 --- a/SunnyUI/Controls/UIPipe.cs +++ b/SunnyUI/Controls/UIPipe.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIProcessBar.cs b/SunnyUI/Controls/UIProcessBar.cs index 063b25f4..4353d9c3 100644 --- a/SunnyUI/Controls/UIProcessBar.cs +++ b/SunnyUI/Controls/UIProcessBar.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIProgressIndicator.cs b/SunnyUI/Controls/UIProgressIndicator.cs index c752a9fb..ab8fee67 100644 --- a/SunnyUI/Controls/UIProgressIndicator.cs +++ b/SunnyUI/Controls/UIProgressIndicator.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIRadioButton.cs b/SunnyUI/Controls/UIRadioButton.cs index 9c39f13b..8de65167 100644 --- a/SunnyUI/Controls/UIRadioButton.cs +++ b/SunnyUI/Controls/UIRadioButton.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIRadioButtonGroup.cs b/SunnyUI/Controls/UIRadioButtonGroup.cs index ab04acd3..17d61bb7 100644 --- a/SunnyUI/Controls/UIRadioButtonGroup.cs +++ b/SunnyUI/Controls/UIRadioButtonGroup.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIRichTextBox.cs b/SunnyUI/Controls/UIRichTextBox.cs index 3922d6f1..e0f654e6 100644 --- a/SunnyUI/Controls/UIRichTextBox.cs +++ b/SunnyUI/Controls/UIRichTextBox.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIRoundMeter.cs b/SunnyUI/Controls/UIRoundMeter.cs index 6c843fab..1c437fcb 100644 --- a/SunnyUI/Controls/UIRoundMeter.cs +++ b/SunnyUI/Controls/UIRoundMeter.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIRoundProcess.cs b/SunnyUI/Controls/UIRoundProcess.cs index fbb013b7..8be72e87 100644 --- a/SunnyUI/Controls/UIRoundProcess.cs +++ b/SunnyUI/Controls/UIRoundProcess.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIRuler.cs b/SunnyUI/Controls/UIRuler.cs index ea672e70..3bfa4634 100644 --- a/SunnyUI/Controls/UIRuler.cs +++ b/SunnyUI/Controls/UIRuler.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIScrollBar.cs b/SunnyUI/Controls/UIScrollBar.cs index 425cbd84..8a768163 100644 --- a/SunnyUI/Controls/UIScrollBar.cs +++ b/SunnyUI/Controls/UIScrollBar.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIScrollingText.cs b/SunnyUI/Controls/UIScrollingText.cs index 81306461..2c832eba 100644 --- a/SunnyUI/Controls/UIScrollingText.cs +++ b/SunnyUI/Controls/UIScrollingText.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UISignal.cs b/SunnyUI/Controls/UISignal.cs index 57c6f440..579979d7 100644 --- a/SunnyUI/Controls/UISignal.cs +++ b/SunnyUI/Controls/UISignal.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UISmoothLabel.cs b/SunnyUI/Controls/UISmoothLabel.cs index 6faf9ac7..45298683 100644 --- a/SunnyUI/Controls/UISmoothLabel.cs +++ b/SunnyUI/Controls/UISmoothLabel.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UISplitContainer.cs b/SunnyUI/Controls/UISplitContainer.cs index f6f8f342..b3c459c3 100644 --- a/SunnyUI/Controls/UISplitContainer.cs +++ b/SunnyUI/Controls/UISplitContainer.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UISwitch.cs b/SunnyUI/Controls/UISwitch.cs index 44fdaed0..070c9b7a 100644 --- a/SunnyUI/Controls/UISwitch.cs +++ b/SunnyUI/Controls/UISwitch.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UISymbolButton.cs b/SunnyUI/Controls/UISymbolButton.cs index 9b90f801..94620a15 100644 --- a/SunnyUI/Controls/UISymbolButton.cs +++ b/SunnyUI/Controls/UISymbolButton.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UISymbolLabel.cs b/SunnyUI/Controls/UISymbolLabel.cs index b28bba25..e242c524 100644 --- a/SunnyUI/Controls/UISymbolLabel.cs +++ b/SunnyUI/Controls/UISymbolLabel.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UITabControl.cs b/SunnyUI/Controls/UITabControl.cs index a6926a56..da6851c2 100644 --- a/SunnyUI/Controls/UITabControl.cs +++ b/SunnyUI/Controls/UITabControl.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UITabControlMenu.cs b/SunnyUI/Controls/UITabControlMenu.cs index 25375ee9..accdc06b 100644 --- a/SunnyUI/Controls/UITabControlMenu.cs +++ b/SunnyUI/Controls/UITabControlMenu.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UITableLayoutPanel.cs b/SunnyUI/Controls/UITableLayoutPanel.cs index c03e5700..b29e0d04 100644 --- a/SunnyUI/Controls/UITableLayoutPanel.cs +++ b/SunnyUI/Controls/UITableLayoutPanel.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UITextBox.cs b/SunnyUI/Controls/UITextBox.cs index f0d10d8d..348e9db0 100644 --- a/SunnyUI/Controls/UITextBox.cs +++ b/SunnyUI/Controls/UITextBox.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIThermometer.cs b/SunnyUI/Controls/UIThermometer.cs index b80bf382..d0bc2f14 100644 --- a/SunnyUI/Controls/UIThermometer.cs +++ b/SunnyUI/Controls/UIThermometer.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UITimePicker.cs b/SunnyUI/Controls/UITimePicker.cs index ffa96521..4abb2284 100644 --- a/SunnyUI/Controls/UITimePicker.cs +++ b/SunnyUI/Controls/UITimePicker.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UITitlePanel.cs b/SunnyUI/Controls/UITitlePanel.cs index 34332b31..5de4a553 100644 --- a/SunnyUI/Controls/UITitlePanel.cs +++ b/SunnyUI/Controls/UITitlePanel.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIToolTip.cs b/SunnyUI/Controls/UIToolTip.cs index 9ccf862e..458f7213 100644 --- a/SunnyUI/Controls/UIToolTip.cs +++ b/SunnyUI/Controls/UIToolTip.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UITrackBar.cs b/SunnyUI/Controls/UITrackBar.cs index 7510e45e..dea5382e 100644 --- a/SunnyUI/Controls/UITrackBar.cs +++ b/SunnyUI/Controls/UITrackBar.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UITransfer.cs b/SunnyUI/Controls/UITransfer.cs index b57beeb7..bcb69633 100644 --- a/SunnyUI/Controls/UITransfer.cs +++ b/SunnyUI/Controls/UITransfer.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UITreeView.cs b/SunnyUI/Controls/UITreeView.cs index bb867484..9d5ca948 100644 --- a/SunnyUI/Controls/UITreeView.cs +++ b/SunnyUI/Controls/UITreeView.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UITurnSwitch.cs b/SunnyUI/Controls/UITurnSwitch.cs index d213403a..8f7bedf1 100644 --- a/SunnyUI/Controls/UITurnSwitch.cs +++ b/SunnyUI/Controls/UITurnSwitch.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIUserControl.cs b/SunnyUI/Controls/UIUserControl.cs index b974eb8d..d6a19467 100644 --- a/SunnyUI/Controls/UIUserControl.cs +++ b/SunnyUI/Controls/UIUserControl.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIValve.cs b/SunnyUI/Controls/UIValve.cs index 7bb919a2..e41157a2 100644 --- a/SunnyUI/Controls/UIValve.cs +++ b/SunnyUI/Controls/UIValve.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIVerScrollBarEx.cs b/SunnyUI/Controls/UIVerScrollBarEx.cs index 00b3679d..b62b4e31 100644 --- a/SunnyUI/Controls/UIVerScrollBarEx.cs +++ b/SunnyUI/Controls/UIVerScrollBarEx.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIVerificationCode.cs b/SunnyUI/Controls/UIVerificationCode.cs index 317a9579..33dec3b1 100644 --- a/SunnyUI/Controls/UIVerificationCode.cs +++ b/SunnyUI/Controls/UIVerificationCode.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Controls/UIWaitingBar.cs b/SunnyUI/Controls/UIWaitingBar.cs index 8ac0ff24..e3a5a923 100644 --- a/SunnyUI/Controls/UIWaitingBar.cs +++ b/SunnyUI/Controls/UIWaitingBar.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Font/UFontAwesomeV4.cs b/SunnyUI/Font/UFontAwesomeV4.cs index d26198ca..136b6418 100644 --- a/SunnyUI/Font/UFontAwesomeV4.cs +++ b/SunnyUI/Font/UFontAwesomeV4.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Font/UFontAwesomeV6.cs b/SunnyUI/Font/UFontAwesomeV6.cs index 28515e71..43c8d974 100644 --- a/SunnyUI/Font/UFontAwesomeV6.cs +++ b/SunnyUI/Font/UFontAwesomeV6.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Font/UFontImageHelper.cs b/SunnyUI/Font/UFontImageHelper.cs index 5cb5a460..13796404 100644 --- a/SunnyUI/Font/UFontImageHelper.cs +++ b/SunnyUI/Font/UFontImageHelper.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI Դؼ⡢⡢չ⡢ҳ濪ܡ - * CopyRight (C) 2012-2023 ShenYongHua(). + * CopyRight (C) 2012-2024 ShenYongHua(). * QQȺ56829229 QQ17612584 EMailSunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Font/UFontMaterialIcons.cs b/SunnyUI/Font/UFontMaterialIcons.cs index b1c91dfd..93e8ecfa 100644 --- a/SunnyUI/Font/UFontMaterialIcons.cs +++ b/SunnyUI/Font/UFontMaterialIcons.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Font/UIFontImageDefine.cs b/SunnyUI/Font/UIFontImageDefine.cs index 850195f6..0e3db551 100644 --- a/SunnyUI/Font/UIFontImageDefine.cs +++ b/SunnyUI/Font/UIFontImageDefine.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Font/UIFontImages.cs b/SunnyUI/Font/UIFontImages.cs index 4bb006a7..918f08b1 100644 --- a/SunnyUI/Font/UIFontImages.cs +++ b/SunnyUI/Font/UIFontImages.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Font/UISymbolPanel.cs b/SunnyUI/Font/UISymbolPanel.cs index bd71e61d..09f225ff 100644 --- a/SunnyUI/Font/UISymbolPanel.cs +++ b/SunnyUI/Font/UISymbolPanel.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Forms/UIBaseForm.cs b/SunnyUI/Forms/UIBaseForm.cs index 27e5ec97..8ac17740 100644 --- a/SunnyUI/Forms/UIBaseForm.cs +++ b/SunnyUI/Forms/UIBaseForm.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Forms/UIEditForm.cs b/SunnyUI/Forms/UIEditForm.cs index 148c8ab5..c6b95c76 100644 --- a/SunnyUI/Forms/UIEditForm.cs +++ b/SunnyUI/Forms/UIEditForm.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Forms/UIEditFormHelper.cs b/SunnyUI/Forms/UIEditFormHelper.cs index f7b754cc..ef76c65c 100644 --- a/SunnyUI/Forms/UIEditFormHelper.cs +++ b/SunnyUI/Forms/UIEditFormHelper.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Forms/UIForm.cs b/SunnyUI/Forms/UIForm.cs index 1fb7ff47..8d7814aa 100644 --- a/SunnyUI/Forms/UIForm.cs +++ b/SunnyUI/Forms/UIForm.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Forms/UIForm2.cs b/SunnyUI/Forms/UIForm2.cs index a1159a99..22c0da7f 100644 --- a/SunnyUI/Forms/UIForm2.cs +++ b/SunnyUI/Forms/UIForm2.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Forms/UIFormHelper.cs b/SunnyUI/Forms/UIFormHelper.cs index f0b41da0..c9d2c56b 100644 --- a/SunnyUI/Forms/UIFormHelper.cs +++ b/SunnyUI/Forms/UIFormHelper.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Forms/UIInputForm.cs b/SunnyUI/Forms/UIInputForm.cs index c1cc38f8..8969b881 100644 --- a/SunnyUI/Forms/UIInputForm.cs +++ b/SunnyUI/Forms/UIInputForm.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Forms/UILoginForm.cs b/SunnyUI/Forms/UILoginForm.cs index 33e401c6..3fc4dec3 100644 --- a/SunnyUI/Forms/UILoginForm.cs +++ b/SunnyUI/Forms/UILoginForm.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Forms/UIMessageForm.cs b/SunnyUI/Forms/UIMessageForm.cs index 9f912a96..8497370d 100644 --- a/SunnyUI/Forms/UIMessageForm.cs +++ b/SunnyUI/Forms/UIMessageForm.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Forms/UINotifier.cs b/SunnyUI/Forms/UINotifier.cs index 55a3f02d..4380fbeb 100644 --- a/SunnyUI/Forms/UINotifier.cs +++ b/SunnyUI/Forms/UINotifier.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Forms/UISelectForm.cs b/SunnyUI/Forms/UISelectForm.cs index ce1070ed..5dfcf647 100644 --- a/SunnyUI/Forms/UISelectForm.cs +++ b/SunnyUI/Forms/UISelectForm.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Forms/UIStatusForm.cs b/SunnyUI/Forms/UIStatusForm.cs index 12755ecf..497b6e2d 100644 --- a/SunnyUI/Forms/UIStatusForm.cs +++ b/SunnyUI/Forms/UIStatusForm.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Forms/UIWaitForm.cs b/SunnyUI/Forms/UIWaitForm.cs index de74fbfc..5db8e790 100644 --- a/SunnyUI/Forms/UIWaitForm.cs +++ b/SunnyUI/Forms/UIWaitForm.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Frames/IFrame.cs b/SunnyUI/Frames/IFrame.cs index 81900a84..9ccc2da8 100644 --- a/SunnyUI/Frames/IFrame.cs +++ b/SunnyUI/Frames/IFrame.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Frames/UIAsideHeaderMainFooterFrame.cs b/SunnyUI/Frames/UIAsideHeaderMainFooterFrame.cs index 93168cf6..ecaa5206 100644 --- a/SunnyUI/Frames/UIAsideHeaderMainFooterFrame.cs +++ b/SunnyUI/Frames/UIAsideHeaderMainFooterFrame.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Frames/UIAsideHeaderMainFrame.cs b/SunnyUI/Frames/UIAsideHeaderMainFrame.cs index 66197fda..d8c00631 100644 --- a/SunnyUI/Frames/UIAsideHeaderMainFrame.cs +++ b/SunnyUI/Frames/UIAsideHeaderMainFrame.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Frames/UIAsideMainFrame.cs b/SunnyUI/Frames/UIAsideMainFrame.cs index 2f19608e..c3a011a0 100644 --- a/SunnyUI/Frames/UIAsideMainFrame.cs +++ b/SunnyUI/Frames/UIAsideMainFrame.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Frames/UIHeaderAsideMainFooterFrame.cs b/SunnyUI/Frames/UIHeaderAsideMainFooterFrame.cs index dc7ff359..f046f7e2 100644 --- a/SunnyUI/Frames/UIHeaderAsideMainFooterFrame.cs +++ b/SunnyUI/Frames/UIHeaderAsideMainFooterFrame.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Frames/UIHeaderAsideMainFrame.cs b/SunnyUI/Frames/UIHeaderAsideMainFrame.cs index 4111aa3f..ce6ae059 100644 --- a/SunnyUI/Frames/UIHeaderAsideMainFrame.cs +++ b/SunnyUI/Frames/UIHeaderAsideMainFrame.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Frames/UIHeaderMainFooterFrame.cs b/SunnyUI/Frames/UIHeaderMainFooterFrame.cs index 33e86887..a9f0491d 100644 --- a/SunnyUI/Frames/UIHeaderMainFooterFrame.cs +++ b/SunnyUI/Frames/UIHeaderMainFooterFrame.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Frames/UIHeaderMainFrame.cs b/SunnyUI/Frames/UIHeaderMainFrame.cs index dc92ed24..f194e51c 100644 --- a/SunnyUI/Frames/UIHeaderMainFrame.cs +++ b/SunnyUI/Frames/UIHeaderMainFrame.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Frames/UIMainFrame.cs b/SunnyUI/Frames/UIMainFrame.cs index 94c3ab42..27d7d9c9 100644 --- a/SunnyUI/Frames/UIMainFrame.cs +++ b/SunnyUI/Frames/UIMainFrame.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Frames/UIPage.cs b/SunnyUI/Frames/UIPage.cs index 0cd76238..fb8b4d09 100644 --- a/SunnyUI/Frames/UIPage.cs +++ b/SunnyUI/Frames/UIPage.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Style/UChineseColors.cs b/SunnyUI/Style/UChineseColors.cs index bca619d2..c6587b5a 100644 --- a/SunnyUI/Style/UChineseColors.cs +++ b/SunnyUI/Style/UChineseColors.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Style/UIDPIScale.cs b/SunnyUI/Style/UIDPIScale.cs index 42477c6e..a83f6945 100644 --- a/SunnyUI/Style/UIDPIScale.cs +++ b/SunnyUI/Style/UIDPIScale.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Style/UIMenuStyle.cs b/SunnyUI/Style/UIMenuStyle.cs index 22635123..87d36f33 100644 --- a/SunnyUI/Style/UIMenuStyle.cs +++ b/SunnyUI/Style/UIMenuStyle.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Style/UIStyle.cs b/SunnyUI/Style/UIStyle.cs index 1907c104..3bb23971 100644 --- a/SunnyUI/Style/UIStyle.cs +++ b/SunnyUI/Style/UIStyle.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Style/UIStyleColor.cs b/SunnyUI/Style/UIStyleColor.cs index 9ad64a64..b7762f6f 100644 --- a/SunnyUI/Style/UIStyleColor.cs +++ b/SunnyUI/Style/UIStyleColor.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Style/UIStyleManager.cs b/SunnyUI/Style/UIStyleManager.cs index 8b3b7f71..91bfadb4 100644 --- a/SunnyUI/Style/UIStyleManager.cs +++ b/SunnyUI/Style/UIStyleManager.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Style/UIStyles.cs b/SunnyUI/Style/UIStyles.cs index bc31cccd..ebce0e01 100644 --- a/SunnyUI/Style/UIStyles.cs +++ b/SunnyUI/Style/UIStyles.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse diff --git a/SunnyUI/Style/UITexture.cs b/SunnyUI/Style/UITexture.cs index af25f150..4b18a4fa 100644 --- a/SunnyUI/Style/UITexture.cs +++ b/SunnyUI/Style/UITexture.cs @@ -1,6 +1,6 @@ /****************************************************************************** * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 - * CopyRight (C) 2012-2023 ShenYongHua(沈永华). + * CopyRight (C) 2012-2024 ShenYongHua(沈永华). * QQ群:56829229 QQ:17612584 EMail:SunnyUI@QQ.Com * * Blog: https://www.cnblogs.com/yhuse