diff --git a/Bin/net40/SunnyUI.Common.dll b/Bin/net40/SunnyUI.Common.dll index 7189065b..546e7a7b 100644 Binary files a/Bin/net40/SunnyUI.Common.dll and b/Bin/net40/SunnyUI.Common.dll differ diff --git a/Bin/net40/SunnyUI.dll b/Bin/net40/SunnyUI.dll index 2e5737ad..232bb579 100644 Binary files a/Bin/net40/SunnyUI.dll and b/Bin/net40/SunnyUI.dll differ diff --git a/SunnyUI/Charts/UIBarChart.cs b/SunnyUI/Charts/UIBarChart.cs index 7fc941dd..4c8ca4b0 100644 --- a/SunnyUI/Charts/UIBarChart.cs +++ b/SunnyUI/Charts/UIBarChart.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIBarChart.cs * 文件说明: 柱状图 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-06-06 * * 2020-06-06: V2.2.5 增加文件说明 diff --git a/SunnyUI/Charts/UIBarChartEx.cs b/SunnyUI/Charts/UIBarChartEx.cs index 18d29d4d..d40c3141 100644 --- a/SunnyUI/Charts/UIBarChartEx.cs +++ b/SunnyUI/Charts/UIBarChartEx.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIBarChartEx.cs * 文件说明: 柱状图 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-09-26 * * 2020-09-26: V2.2.8 增加文件说明 diff --git a/SunnyUI/Charts/UIBarChartOption.cs b/SunnyUI/Charts/UIBarChartOption.cs index 8a19fa47..1c00800b 100644 --- a/SunnyUI/Charts/UIBarChartOption.cs +++ b/SunnyUI/Charts/UIBarChartOption.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIBarChartOption.cs * 文件说明: 柱状图配置类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-06-06 * * 2020-06-06: V2.2.5 增加文件说明 diff --git a/SunnyUI/Charts/UIChart.cs b/SunnyUI/Charts/UIChart.cs index 248f598f..ceb82f61 100644 --- a/SunnyUI/Charts/UIChart.cs +++ b/SunnyUI/Charts/UIChart.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIChart.cs * 文件说明: 图表基类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-06-06 * * 2020-06-06: V2.2.5 增加文件说明 diff --git a/SunnyUI/Charts/UIChartStyle.cs b/SunnyUI/Charts/UIChartStyle.cs index 54ff5b0c..ed57dc95 100644 --- a/SunnyUI/Charts/UIChartStyle.cs +++ b/SunnyUI/Charts/UIChartStyle.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIChartStyle.cs * 文件说明: 图表主题类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-06-06 * * 2020-06-06: V2.2.5 增加文件说明 diff --git a/SunnyUI/Charts/UIDoughnutChart.cs b/SunnyUI/Charts/UIDoughnutChart.cs index f0f8565c..01be8b6d 100644 --- a/SunnyUI/Charts/UIDoughnutChart.cs +++ b/SunnyUI/Charts/UIDoughnutChart.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIDoughnutChart.cs * 文件说明: 甜甜圈图 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-06-06 * * 2020-06-06: V2.2.5 增加文件说明 diff --git a/SunnyUI/Charts/UILineChart.cs b/SunnyUI/Charts/UILineChart.cs index 473360bb..a20eff39 100644 --- a/SunnyUI/Charts/UILineChart.cs +++ b/SunnyUI/Charts/UILineChart.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UILineChart.cs * 文件说明: 曲线图 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-10-01 * * 2020-10-01: V2.2.8 完成曲线图表 diff --git a/SunnyUI/Charts/UILineChartOption.cs b/SunnyUI/Charts/UILineChartOption.cs index 83867cd3..ccded052 100644 --- a/SunnyUI/Charts/UILineChartOption.cs +++ b/SunnyUI/Charts/UILineChartOption.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UILineChartOption.cs * 文件说明: 曲线图设置类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-10-01 * * 2020-10-01: V2.2.8 完成曲线图表设置类 diff --git a/SunnyUI/Charts/UIOption.cs b/SunnyUI/Charts/UIOption.cs index 03c2c2c7..f7233531 100644 --- a/SunnyUI/Charts/UIOption.cs +++ b/SunnyUI/Charts/UIOption.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIOption.cs * 文件说明: 图表设置类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-06-06 * * 2020-06-06: V2.2.5 增加文件说明 diff --git a/SunnyUI/Charts/UIPieChart.cs b/SunnyUI/Charts/UIPieChart.cs index f466e1dd..7f76fb30 100644 --- a/SunnyUI/Charts/UIPieChart.cs +++ b/SunnyUI/Charts/UIPieChart.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIPieChart.cs * 文件说明: 饼状图 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-06-06 * * 2020-06-06: V2.2.5 增加文件说明 diff --git a/SunnyUI/Charts/UIPieChartOption.cs b/SunnyUI/Charts/UIPieChartOption.cs index ccf87f72..e2959575 100644 --- a/SunnyUI/Charts/UIPieChartOption.cs +++ b/SunnyUI/Charts/UIPieChartOption.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIPieChartOption.cs * 文件说明: 饼状图配置类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-06-06 * * 2020-06-06: V2.2.5 增加文件说明 diff --git a/SunnyUI/Charts/UIScale.cs b/SunnyUI/Charts/UIScale.cs index 544b1934..fb79561e 100644 --- a/SunnyUI/Charts/UIScale.cs +++ b/SunnyUI/Charts/UIScale.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIScale.cs * 文件说明: 坐标轴刻度计算类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-10-01 * * 2020-10-01: V2.2.8 完成曲线图表坐标轴刻度计算类 diff --git a/SunnyUI/Common/UAudio.cs b/SunnyUI/Common/UAudio.cs index f50444c0..93762b54 100644 --- a/SunnyUI/Common/UAudio.cs +++ b/SunnyUI/Common/UAudio.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UAudio.cs * 文件说明: 声音播放辅助类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Common/UBmp.cs b/SunnyUI/Common/UBmp.cs index e00c2488..ed04c06e 100644 --- a/SunnyUI/Common/UBmp.cs +++ b/SunnyUI/Common/UBmp.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UBmp.cs * 文件说明: 24bit真彩色位图数据结构类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-12-15 * * 2021-12-15: V3.0.9 增加文件说明 diff --git a/SunnyUI/Common/UControl.cs b/SunnyUI/Common/UControl.cs index 5f6c516a..faa4d39f 100644 --- a/SunnyUI/Common/UControl.cs +++ b/SunnyUI/Common/UControl.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UControl.cs * 文件说明: 界面控件扩展类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Common/UDir.cs b/SunnyUI/Common/UDir.cs index 66e55205..2fa1be42 100644 --- a/SunnyUI/Common/UDir.cs +++ b/SunnyUI/Common/UDir.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UDir.cs * 文件说明: 目录扩展类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Common/UEnvironment.cs b/SunnyUI/Common/UEnvironment.cs index 90bcc365..f5ac7a96 100644 --- a/SunnyUI/Common/UEnvironment.cs +++ b/SunnyUI/Common/UEnvironment.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UEnvironment.cs * 文件说明: 判断.Net运行环境类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-06-02 * * 2021-06-02: V3.0.4 增加文件说明 diff --git a/SunnyUI/Common/UFile.cs b/SunnyUI/Common/UFile.cs index 4b309873..a0e6fa49 100644 --- a/SunnyUI/Common/UFile.cs +++ b/SunnyUI/Common/UFile.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UFile.cs * 文件说明: 文件扩展类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Common/UGDI.cs b/SunnyUI/Common/UGDI.cs index c8b3ef37..59b6fe14 100644 --- a/SunnyUI/Common/UGDI.cs +++ b/SunnyUI/Common/UGDI.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UGDI.cs * 文件说明: GDI扩展类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Common/UGif.cs b/SunnyUI/Common/UGif.cs index d0cb3ed2..ce7316ca 100644 --- a/SunnyUI/Common/UGif.cs +++ b/SunnyUI/Common/UGif.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UGif.cs * 文件说明: GIF图片帮助类,可控制单帧显示图片 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-07-17 * * 2021-07-17: V3.0.5 增加文件说明 diff --git a/SunnyUI/Common/UGraphics.cs b/SunnyUI/Common/UGraphics.cs index 555fcf1d..f7e56d7e 100644 --- a/SunnyUI/Common/UGraphics.cs +++ b/SunnyUI/Common/UGraphics.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UGraphics.cs * 文件说明: GDI扩展类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-08-20 * * 2021-08-20: V3.0.6 整理了一些GDI绘图的常用方法扩展 diff --git a/SunnyUI/Common/UHook.cs b/SunnyUI/Common/UHook.cs index 72b48653..f510076b 100644 --- a/SunnyUI/Common/UHook.cs +++ b/SunnyUI/Common/UHook.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UHook.cs * 文件说明: 键盘鼠标钩子类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Common/UHotKey.cs b/SunnyUI/Common/UHotKey.cs index cf85ffe4..84887015 100644 --- a/SunnyUI/Common/UHotKey.cs +++ b/SunnyUI/Common/UHotKey.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UHotKey.cs * 文件说明: 全局热键定义 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-10-25 * * 2021-10-25: V3.0.8 增加文件说明 diff --git a/SunnyUI/Common/UImage.cs b/SunnyUI/Common/UImage.cs index dbc63467..77a033b8 100644 --- a/SunnyUI/Common/UImage.cs +++ b/SunnyUI/Common/UImage.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UImage.cs * 文件说明: 图像扩展类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Common/UIniConfig.cs b/SunnyUI/Common/UIniConfig.cs index fba95779..c6139092 100644 --- a/SunnyUI/Common/UIniConfig.cs +++ b/SunnyUI/Common/UIniConfig.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIniConfig.cs * 文件说明: INI 配置文件类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Common/UIniFile.cs b/SunnyUI/Common/UIniFile.cs index 471512db..25eb7844 100644 --- a/SunnyUI/Common/UIniFile.cs +++ b/SunnyUI/Common/UIniFile.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIniFile.cs * 文件说明: INI 文件读取类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Common/UJson.cs b/SunnyUI/Common/UJson.cs index d9fe2ffd..f7745e00 100644 --- a/SunnyUI/Common/UJson.cs +++ b/SunnyUI/Common/UJson.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UJson.cs * 文件说明: Json扩展类,不引用第三方组件实现简单的Json字符串和对象的转换 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-10-21 * * 2020-10-21: V2.2.9 增加文件说明 diff --git a/SunnyUI/Common/UJsonConfig.cs b/SunnyUI/Common/UJsonConfig.cs index b5cc42c6..fac35c93 100644 --- a/SunnyUI/Common/UJsonConfig.cs +++ b/SunnyUI/Common/UJsonConfig.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UJsonConfig.cs * 文件说明: Json配置文件类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.9 增加文件说明 diff --git a/SunnyUI/Common/ULocalize.cs b/SunnyUI/Common/ULocalize.cs index eabc6675..ac01bebc 100644 --- a/SunnyUI/Common/ULocalize.cs +++ b/SunnyUI/Common/ULocalize.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIFormHelper.cs * 文件说明: 多语言字符串定义 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-04-19: V2.2.0 增加文件说明 diff --git a/SunnyUI/Common/UMMFile.cs b/SunnyUI/Common/UMMFile.cs index 8e08b68e..4c93b999 100644 --- a/SunnyUI/Common/UMMFile.cs +++ b/SunnyUI/Common/UMMFile.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UMMFile.cs * 文件说明: 多进程通信类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-09-05 * * 2021-09-05: V3.0.6 增加文件说明 diff --git a/SunnyUI/Common/UMapper.cs b/SunnyUI/Common/UMapper.cs index 83940ed8..c66d5d6d 100644 --- a/SunnyUI/Common/UMapper.cs +++ b/SunnyUI/Common/UMapper.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UMapper.cs * 文件说明: 轻量级的对象映射框架,可以映射值类型(包括Struct),和以值类型构成的List和数组。 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-09-30 * * 2021-09-30: V3.0.7 增加文件说明 diff --git a/SunnyUI/Common/UPrivilegeAPI.cs b/SunnyUI/Common/UPrivilegeAPI.cs index cb0731fc..aa6c1348 100644 --- a/SunnyUI/Common/UPrivilegeAPI.cs +++ b/SunnyUI/Common/UPrivilegeAPI.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UPrivilegeAPI.cs * 文件说明: 系统权限管理类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Common/UScrollBarInfo.cs b/SunnyUI/Common/UScrollBarInfo.cs index 667363e7..73606c40 100644 --- a/SunnyUI/Common/UScrollBarInfo.cs +++ b/SunnyUI/Common/UScrollBarInfo.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UScrollBarInfo.cs * 文件说明: 滚动条信息获取类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Common/USevenZip.cs b/SunnyUI/Common/USevenZip.cs index a58fa1d5..3c578ac8 100644 --- a/SunnyUI/Common/USevenZip.cs +++ b/SunnyUI/Common/USevenZip.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: USevenZip.cs * 文件说明: 7-zip 文件压缩解压类(需要 7z.exe 和 7z.dll) - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Common/USuspendCtrlAltDel.cs b/SunnyUI/Common/USuspendCtrlAltDel.cs index b63e0790..ae2ca9ea 100644 --- a/SunnyUI/Common/USuspendCtrlAltDel.cs +++ b/SunnyUI/Common/USuspendCtrlAltDel.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: USuspendCtrlAltDel.cs * 文件说明: 通过挂起winlogon线程来屏蔽Ctrl+Alt+Delete - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-09-17: V2.2.7 增加文件说明 diff --git a/SunnyUI/Common/USyncTime.cs b/SunnyUI/Common/USyncTime.cs index 07001a5a..d884b32b 100644 --- a/SunnyUI/Common/USyncTime.cs +++ b/SunnyUI/Common/USyncTime.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: USyncTime.cs * 文件说明: 时间同步类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Common/USystem.cs b/SunnyUI/Common/USystem.cs index e8bb5891..ad5a85e7 100644 --- a/SunnyUI/Common/USystem.cs +++ b/SunnyUI/Common/USystem.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: USystem.cs * 文件说明: 系统相关扩展类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Common/UThunder.cs b/SunnyUI/Common/UThunder.cs index 72c56341..7d18f62a 100644 --- a/SunnyUI/Common/UThunder.cs +++ b/SunnyUI/Common/UThunder.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UThunder.cs * 文件说明: 迅雷下载帮助类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Common/UTranslate.cs b/SunnyUI/Common/UTranslate.cs index 744f0cdf..0d226310 100644 --- a/SunnyUI/Common/UTranslate.cs +++ b/SunnyUI/Common/UTranslate.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UTranslate.cs * 文件说明: 多语翻译接口 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-07-23 * * 2021-07-23: V3.0.5 增加文件说明 diff --git a/SunnyUI/Controls/DropItem/UIComboBoxItem.cs b/SunnyUI/Controls/DropItem/UIComboBoxItem.cs index fec71696..4fe15bc0 100644 --- a/SunnyUI/Controls/DropItem/UIComboBoxItem.cs +++ b/SunnyUI/Controls/DropItem/UIComboBoxItem.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIComboBoxItem.cs * 文件说明: 组合框弹出窗体 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/DropItem/UIDateItem.cs b/SunnyUI/Controls/DropItem/UIDateItem.cs index b99acb0c..4c005ad4 100644 --- a/SunnyUI/Controls/DropItem/UIDateItem.cs +++ b/SunnyUI/Controls/DropItem/UIDateItem.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIDateItem.cs * 文件说明: 日期选择框弹出窗体 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/DropItem/UIDateTimeItem.cs b/SunnyUI/Controls/DropItem/UIDateTimeItem.cs index 247338bb..0e644f2e 100644 --- a/SunnyUI/Controls/DropItem/UIDateTimeItem.cs +++ b/SunnyUI/Controls/DropItem/UIDateTimeItem.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIDateTimeItem.cs * 文件说明: 日期选择框弹出窗体 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/DropItem/UIDropControl.cs b/SunnyUI/Controls/DropItem/UIDropControl.cs index 857a9415..6c60980a 100644 --- a/SunnyUI/Controls/DropItem/UIDropControl.cs +++ b/SunnyUI/Controls/DropItem/UIDropControl.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIDropControl.cs * 文件说明: 下拉框基类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/DropItem/UIDropDown.cs b/SunnyUI/Controls/DropItem/UIDropDown.cs index bd7b72e0..c78dad2d 100644 --- a/SunnyUI/Controls/DropItem/UIDropDown.cs +++ b/SunnyUI/Controls/DropItem/UIDropDown.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIDropDown.cs * 文件说明: 下拉框弹出窗体控制类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/DropItem/UIDropDownItem.cs b/SunnyUI/Controls/DropItem/UIDropDownItem.cs index 5b297211..37f10c51 100644 --- a/SunnyUI/Controls/DropItem/UIDropDownItem.cs +++ b/SunnyUI/Controls/DropItem/UIDropDownItem.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIDropDownItem.cs * 文件说明: 下拉框弹出窗体基类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/DropItem/UITimeItem.cs b/SunnyUI/Controls/DropItem/UITimeItem.cs index ec5ee822..94788a0a 100644 --- a/SunnyUI/Controls/DropItem/UITimeItem.cs +++ b/SunnyUI/Controls/DropItem/UITimeItem.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIDateTimeItem.cs * 文件说明: 时间选择框弹出窗体 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-05-29 * * 2020-05-29: V2.2.5 创建 diff --git a/SunnyUI/Controls/DropItem/UIToolStripDropDown.cs b/SunnyUI/Controls/DropItem/UIToolStripDropDown.cs index a4c6439b..7fd59c91 100644 --- a/SunnyUI/Controls/DropItem/UIToolStripDropDown.cs +++ b/SunnyUI/Controls/DropItem/UIToolStripDropDown.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIToolStripDropDown.cs * 文件说明: 弹窗管理类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-07-10 * * 2021-07-10: V3.0.4 增加文件说明 diff --git a/SunnyUI/Controls/TypeEditor/UIDropEditor.cs b/SunnyUI/Controls/TypeEditor/UIDropEditor.cs index 21456531..24e7feff 100644 --- a/SunnyUI/Controls/TypeEditor/UIDropEditor.cs +++ b/SunnyUI/Controls/TypeEditor/UIDropEditor.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIDropEditor.cs * 文件说明: 控件属性编辑面板基类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/TypeEditor/UIRadiusSidesEditor.cs b/SunnyUI/Controls/TypeEditor/UIRadiusSidesEditor.cs index 228d58f4..875c7b60 100644 --- a/SunnyUI/Controls/TypeEditor/UIRadiusSidesEditor.cs +++ b/SunnyUI/Controls/TypeEditor/UIRadiusSidesEditor.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIRadiusSidesEditor.cs * 文件说明: 边框属性类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIAvatar.cs b/SunnyUI/Controls/UIAvatar.cs index 9804414f..44b620c2 100644 --- a/SunnyUI/Controls/UIAvatar.cs +++ b/SunnyUI/Controls/UIAvatar.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIAvatar.cs * 文件说明: 头像 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIBattery.cs b/SunnyUI/Controls/UIBattery.cs index 10fcb0a7..0fabf6ab 100644 --- a/SunnyUI/Controls/UIBattery.cs +++ b/SunnyUI/Controls/UIBattery.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIBattery.cs * 文件说明: 电池电量图标 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-06-04 * * 2020-06-04: V2.2.5 增加文件 diff --git a/SunnyUI/Controls/UIBreadcrumb.cs b/SunnyUI/Controls/UIBreadcrumb.cs index 29b99caa..44308e64 100644 --- a/SunnyUI/Controls/UIBreadcrumb.cs +++ b/SunnyUI/Controls/UIBreadcrumb.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIBreadcrumb.cs * 文件说明: 面包屑导航条 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-04-10 * * 2021-04-10: V3.0.2 增加文件说明 diff --git a/SunnyUI/Controls/UIButton.cs b/SunnyUI/Controls/UIButton.cs index e3507314..7e5d164e 100644 --- a/SunnyUI/Controls/UIButton.cs +++ b/SunnyUI/Controls/UIButton.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIButton.cs * 文件说明: 按钮 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UICheckBox.cs b/SunnyUI/Controls/UICheckBox.cs index 5e0bc6a3..47b89745 100644 --- a/SunnyUI/Controls/UICheckBox.cs +++ b/SunnyUI/Controls/UICheckBox.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UICheckBox.cs * 文件说明: 复选框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UICheckBoxGroup.cs b/SunnyUI/Controls/UICheckBoxGroup.cs index aa2dda97..7018d3b4 100644 --- a/SunnyUI/Controls/UICheckBoxGroup.cs +++ b/SunnyUI/Controls/UICheckBoxGroup.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UICheckBoxGroup.cs * 文件说明: 多选框组 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-04-19: V2.2.3 增加单元 diff --git a/SunnyUI/Controls/UIColorPicker.cs b/SunnyUI/Controls/UIColorPicker.cs index 58972e60..b333080d 100644 --- a/SunnyUI/Controls/UIColorPicker.cs +++ b/SunnyUI/Controls/UIColorPicker.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIDatePicker.cs * 文件说明: 颜色选择框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-05-29 * * 2020-05-31: V2.2.5 增加文件 diff --git a/SunnyUI/Controls/UIComboBox.cs b/SunnyUI/Controls/UIComboBox.cs index e91f85c7..f1879103 100644 --- a/SunnyUI/Controls/UIComboBox.cs +++ b/SunnyUI/Controls/UIComboBox.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIComboBox.cs * 文件说明: 组合框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIComboDataGridView.cs b/SunnyUI/Controls/UIComboDataGridView.cs index 46fa66a5..b4137562 100644 --- a/SunnyUI/Controls/UIComboDataGridView.cs +++ b/SunnyUI/Controls/UIComboDataGridView.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIComboDataGridView.cs * 文件说明: 表格列表框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-09-01 * * 2020-09-01: V3.0.6 增加文件说明 diff --git a/SunnyUI/Controls/UIComboTreeView.cs b/SunnyUI/Controls/UIComboTreeView.cs index ece954a3..892c75e5 100644 --- a/SunnyUI/Controls/UIComboTreeView.cs +++ b/SunnyUI/Controls/UIComboTreeView.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIComboTreeView.cs * 文件说明: 树形列表框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-11-11 * * 2021-07-29: V3.0.5 修复SelectedNode=null的问题 diff --git a/SunnyUI/Controls/UIComboboxEx.cs b/SunnyUI/Controls/UIComboboxEx.cs index e7cca7d5..33e52227 100644 --- a/SunnyUI/Controls/UIComboboxEx.cs +++ b/SunnyUI/Controls/UIComboboxEx.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIComboBoxEx.cs * 文件说明: 组合框(继承自Combobox) - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-02-20 * * 2021-02-20: V3.0.1 增加文件说明 diff --git a/SunnyUI/Controls/UIContextMenuStrip.cs b/SunnyUI/Controls/UIContextMenuStrip.cs index dd90b983..76e58928 100644 --- a/SunnyUI/Controls/UIContextMenuStrip.cs +++ b/SunnyUI/Controls/UIContextMenuStrip.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIContextMenuStrip.cs * 文件说明: 上下文菜单 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIControl.cs b/SunnyUI/Controls/UIControl.cs index 93210e90..6b23f5b2 100644 --- a/SunnyUI/Controls/UIControl.cs +++ b/SunnyUI/Controls/UIControl.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIControl.cs * 文件说明: 控件基类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIDataGridView.cs b/SunnyUI/Controls/UIDataGridView.cs index 5215392e..73a7e342 100644 --- a/SunnyUI/Controls/UIDataGridView.cs +++ b/SunnyUI/Controls/UIDataGridView.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIGrid.cs * 文件说明: 表格 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIDataGridViewFooter.cs b/SunnyUI/Controls/UIDataGridViewFooter.cs index 12d16048..7394fea0 100644 --- a/SunnyUI/Controls/UIDataGridViewFooter.cs +++ b/SunnyUI/Controls/UIDataGridViewFooter.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIDataGridViewFooter * 文件说明: DataGridView页脚,可做统计显示 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-04-20 * * 2021-04-20: V3.0.3 增加文件说明 diff --git a/SunnyUI/Controls/UIDatePicker.cs b/SunnyUI/Controls/UIDatePicker.cs index 83e65c84..d490e229 100644 --- a/SunnyUI/Controls/UIDatePicker.cs +++ b/SunnyUI/Controls/UIDatePicker.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIDatePicker.cs * 文件说明: 日期选择框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIDateTimePicker.cs b/SunnyUI/Controls/UIDateTimePicker.cs index cdc815ee..b04055a8 100644 --- a/SunnyUI/Controls/UIDateTimePicker.cs +++ b/SunnyUI/Controls/UIDateTimePicker.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIDatetimePicker.cs * 文件说明: 日期时间选择框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIDoubleUpDown.cs b/SunnyUI/Controls/UIDoubleUpDown.cs index f9c7e441..7c68eb82 100644 --- a/SunnyUI/Controls/UIDoubleUpDown.cs +++ b/SunnyUI/Controls/UIDoubleUpDown.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIDoubleUpDown.cs * 文件说明: 数字上下选择框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIEdit.cs b/SunnyUI/Controls/UIEdit.cs index a2d66ea4..eb4e5224 100644 --- a/SunnyUI/Controls/UIEdit.cs +++ b/SunnyUI/Controls/UIEdit.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIEdit.cs * 文件说明: 文本输入框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIFlowLayoutPanel.cs b/SunnyUI/Controls/UIFlowLayoutPanel.cs index 1cb9b07c..046a65cc 100644 --- a/SunnyUI/Controls/UIFlowLayoutPanel.cs +++ b/SunnyUI/Controls/UIFlowLayoutPanel.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIFlowLayoutPanel.cs * 文件说明: FlowLayoutPanel - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-09-29 * * 2020-09-29: V2.2.8 增加文件说明 diff --git a/SunnyUI/Controls/UIGlobal.cs b/SunnyUI/Controls/UIGlobal.cs index cf29b4b5..f70fad1e 100644 --- a/SunnyUI/Controls/UIGlobal.cs +++ b/SunnyUI/Controls/UIGlobal.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIGlobal.cs * 文件说明: 全局参数类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIGroupBox.cs b/SunnyUI/Controls/UIGroupBox.cs index e79b2fa1..1549b68d 100644 --- a/SunnyUI/Controls/UIGroupBox.cs +++ b/SunnyUI/Controls/UIGroupBox.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIGroupBox.cs * 文件说明: 组框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIHeaderButton.cs b/SunnyUI/Controls/UIHeaderButton.cs index ef30ea1c..68dd5261 100644 --- a/SunnyUI/Controls/UIHeaderButton.cs +++ b/SunnyUI/Controls/UIHeaderButton.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIHeaderButton.cs * 文件说明: 顶部图标按钮 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-02-10 * * 2021-02-10: V3.0.1 增加文件说明 diff --git a/SunnyUI/Controls/UIHorScrollBar.cs b/SunnyUI/Controls/UIHorScrollBar.cs index 52cda30f..7c4ab03d 100644 --- a/SunnyUI/Controls/UIHorScrollBar.cs +++ b/SunnyUI/Controls/UIHorScrollBar.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIHorScrollBar.cs * 文件说明: 水平滚动条 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-07-18: V2.2.6 新增水平滚动条 diff --git a/SunnyUI/Controls/UIHorScrollBarEx.cs b/SunnyUI/Controls/UIHorScrollBarEx.cs index ab7ee20f..a3619fbf 100644 --- a/SunnyUI/Controls/UIHorScrollBarEx.cs +++ b/SunnyUI/Controls/UIHorScrollBarEx.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIHorScrollBarEx.cs * 文件说明: 水平滚动条 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-08-29 * * 2020-08-29: V2.2.7 新增水平滚动条 diff --git a/SunnyUI/Controls/UIImageButton.cs b/SunnyUI/Controls/UIImageButton.cs index 94f2f461..c30caf9d 100644 --- a/SunnyUI/Controls/UIImageButton.cs +++ b/SunnyUI/Controls/UIImageButton.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIImageButton.cs * 文件说明: 图像按钮 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIImageListBox.cs b/SunnyUI/Controls/UIImageListBox.cs index 7fd04179..d3b2a70f 100644 --- a/SunnyUI/Controls/UIImageListBox.cs +++ b/SunnyUI/Controls/UIImageListBox.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIImageListBox.cs * 文件说明: 图片列表框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIIntegerUpDown.cs b/SunnyUI/Controls/UIIntegerUpDown.cs index 28f35faf..f3e9ce22 100644 --- a/SunnyUI/Controls/UIIntegerUpDown.cs +++ b/SunnyUI/Controls/UIIntegerUpDown.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIIntegerUpDown.cs * 文件说明: 数字上下选择框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UILabel.cs b/SunnyUI/Controls/UILabel.cs index c780ce2c..41c8d78b 100644 --- a/SunnyUI/Controls/UILabel.cs +++ b/SunnyUI/Controls/UILabel.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UILabel.cs * 文件说明: 标签 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UILedDisplay.cs b/SunnyUI/Controls/UILedDisplay.cs index d831953f..8601e66c 100644 --- a/SunnyUI/Controls/UILedDisplay.cs +++ b/SunnyUI/Controls/UILedDisplay.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UILedDisplay.cs * 文件说明: LED显示屏 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UILedLabel.cs b/SunnyUI/Controls/UILedLabel.cs index 6cef731d..03c8a4ea 100644 --- a/SunnyUI/Controls/UILedLabel.cs +++ b/SunnyUI/Controls/UILedLabel.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UILedLabel.cs * 文件说明: LED标签 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-04-11 * * 2021-04-11: V3.0.2 增加文件说明 diff --git a/SunnyUI/Controls/UILedStopwatch.cs b/SunnyUI/Controls/UILedStopwatch.cs index a3067728..59a5020c 100644 --- a/SunnyUI/Controls/UILedStopwatch.cs +++ b/SunnyUI/Controls/UILedStopwatch.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UILedStopwatch.cs * 文件说明: LED计时器 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UILight.cs b/SunnyUI/Controls/UILight.cs index 9d8cdfad..5c0341ea 100644 --- a/SunnyUI/Controls/UILight.cs +++ b/SunnyUI/Controls/UILight.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UILight.cs * 文件说明: 提示灯 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UILine.cs b/SunnyUI/Controls/UILine.cs index 92974f08..7deb90e6 100644 --- a/SunnyUI/Controls/UILine.cs +++ b/SunnyUI/Controls/UILine.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UILine.cs * 文件说明: 分割线 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIListBox.cs b/SunnyUI/Controls/UIListBox.cs index 9b6655c6..d4dc8a40 100644 --- a/SunnyUI/Controls/UIListBox.cs +++ b/SunnyUI/Controls/UIListBox.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIListBox.cs * 文件说明: 列表框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UILogo.cs b/SunnyUI/Controls/UILogo.cs index 6275f612..59a95e4e 100644 --- a/SunnyUI/Controls/UILogo.cs +++ b/SunnyUI/Controls/UILogo.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UILogo.cs * 文件说明: SunnyUI LOGO - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIMarkLabel.cs b/SunnyUI/Controls/UIMarkLabel.cs index 4d106894..5faf80e3 100644 --- a/SunnyUI/Controls/UIMarkLabel.cs +++ b/SunnyUI/Controls/UIMarkLabel.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIMarkLabel.cs * 文件说明: 带颜色标签 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-03-07 * * 2021-03-07: V3.0.2 增加文件说明 diff --git a/SunnyUI/Controls/UIMillisecondTimer.cs b/SunnyUI/Controls/UIMillisecondTimer.cs index e059d369..37aaa9f2 100644 --- a/SunnyUI/Controls/UIMillisecondTimer.cs +++ b/SunnyUI/Controls/UIMillisecondTimer.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIMillisecondTimer.cs * 文件说明: 毫秒定时器 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-08-15 * * 2021-08-15: V3.0.6 增加文件说明 diff --git a/SunnyUI/Controls/UINavBar.cs b/SunnyUI/Controls/UINavBar.cs index 72c195db..3b80d82c 100644 --- a/SunnyUI/Controls/UINavBar.cs +++ b/SunnyUI/Controls/UINavBar.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UINavBar.cs * 文件说明: 导航栏 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UINavMenu.cs b/SunnyUI/Controls/UINavMenu.cs index 9855f99b..b62bf7cb 100644 --- a/SunnyUI/Controls/UINavMenu.cs +++ b/SunnyUI/Controls/UINavMenu.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UINavMenu.cs * 文件说明: 导航菜单 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UINavMenuHelper.cs b/SunnyUI/Controls/UINavMenuHelper.cs index c0012a66..1b22699e 100644 --- a/SunnyUI/Controls/UINavMenuHelper.cs +++ b/SunnyUI/Controls/UINavMenuHelper.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UINavMenuHelper.cs * 文件说明: 导航菜单帮助类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIPagination.cs b/SunnyUI/Controls/UIPagination.cs index a75345cf..7e6d4991 100644 --- a/SunnyUI/Controls/UIPagination.cs +++ b/SunnyUI/Controls/UIPagination.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIPagination.cs * 文件说明: 分页 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-07-26 * * 2020-07-15: V2.2.6 新增分页控件 diff --git a/SunnyUI/Controls/UIPanel.cs b/SunnyUI/Controls/UIPanel.cs index 6e3b1ed2..03da7de0 100644 --- a/SunnyUI/Controls/UIPanel.cs +++ b/SunnyUI/Controls/UIPanel.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIPanel.cs * 文件说明: 面板 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIPipe.cs b/SunnyUI/Controls/UIPipe.cs index f0aec7d1..362ce5bc 100644 --- a/SunnyUI/Controls/UIPipe.cs +++ b/SunnyUI/Controls/UIPipe.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIPipe.cs * 文件说明: 管道 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-07-26 * * 2020-07-26: V3.0.5 增加管道控件 diff --git a/SunnyUI/Controls/UIProcessBar.cs b/SunnyUI/Controls/UIProcessBar.cs index 1c0935b4..d4408983 100644 --- a/SunnyUI/Controls/UIProcessBar.cs +++ b/SunnyUI/Controls/UIProcessBar.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIProcessBar.cs * 文件说明: 进度条 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIProgressIndicator.cs b/SunnyUI/Controls/UIProgressIndicator.cs index d5111e1a..4b10f447 100644 --- a/SunnyUI/Controls/UIProgressIndicator.cs +++ b/SunnyUI/Controls/UIProgressIndicator.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIProgressIndicator.cs * 文件说明: 进度指示器 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIRadioButton.cs b/SunnyUI/Controls/UIRadioButton.cs index acadb0bb..82987d01 100644 --- a/SunnyUI/Controls/UIRadioButton.cs +++ b/SunnyUI/Controls/UIRadioButton.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIRadioButton.cs * 文件说明: 单选框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIRadioButtonGroup.cs b/SunnyUI/Controls/UIRadioButtonGroup.cs index 61308f85..485f56d9 100644 --- a/SunnyUI/Controls/UIRadioButtonGroup.cs +++ b/SunnyUI/Controls/UIRadioButtonGroup.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UICheckBoxGroup.cs * 文件说明: 单选框组 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-04-19: V2.2.3 增加单元 diff --git a/SunnyUI/Controls/UIRichTextBox.cs b/SunnyUI/Controls/UIRichTextBox.cs index af2e0197..f44782bf 100644 --- a/SunnyUI/Controls/UIRichTextBox.cs +++ b/SunnyUI/Controls/UIRichTextBox.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIRichTextBox.cs * 文件说明: 富文本输入框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIRoundMeter.cs b/SunnyUI/Controls/UIRoundMeter.cs index fa8ba8db..d6475b1e 100644 --- a/SunnyUI/Controls/UIRoundMeter.cs +++ b/SunnyUI/Controls/UIRoundMeter.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIRoundMeter.cs * 文件说明: 圆形图表 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIRoundProcess.cs b/SunnyUI/Controls/UIRoundProcess.cs index 8531c45b..c669dfc9 100644 --- a/SunnyUI/Controls/UIRoundProcess.cs +++ b/SunnyUI/Controls/UIRoundProcess.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIRoundProcess.cs * 文件说明: 圆形进度条 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-04-08 * * 2021-04-08: V3.0.2 增加文件说明 diff --git a/SunnyUI/Controls/UIScrollBar.cs b/SunnyUI/Controls/UIScrollBar.cs index 598d8817..1ae91b42 100644 --- a/SunnyUI/Controls/UIScrollBar.cs +++ b/SunnyUI/Controls/UIScrollBar.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIScrollBar.cs * 文件说明: 滚动条 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIScrollingText.cs b/SunnyUI/Controls/UIScrollingText.cs index 684c82a3..186791e5 100644 --- a/SunnyUI/Controls/UIScrollingText.cs +++ b/SunnyUI/Controls/UIScrollingText.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIScrollingText.cs * 文件说明: 滚动文字 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-06-29 * * 2020-06-29: V2.2.6 新增控件 diff --git a/SunnyUI/Controls/UISignal.cs b/SunnyUI/Controls/UISignal.cs index 755b1113..2abbbf2a 100644 --- a/SunnyUI/Controls/UISignal.cs +++ b/SunnyUI/Controls/UISignal.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UISignal.cs * 文件说明: 信号强度显示 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-06-19 * * 2021-06-19: V3.0.4 增加文件说明 diff --git a/SunnyUI/Controls/UISplitContainer.cs b/SunnyUI/Controls/UISplitContainer.cs index 9a0d65f1..496deebc 100644 --- a/SunnyUI/Controls/UISplitContainer.cs +++ b/SunnyUI/Controls/UISplitContainer.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UISplitContainer.cs * 文件说明: 分割容器 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-10-30 * * 2021-10-30: V3.0.8 增加文件说明 diff --git a/SunnyUI/Controls/UISwitch.cs b/SunnyUI/Controls/UISwitch.cs index 88a1112f..22da50d5 100644 --- a/SunnyUI/Controls/UISwitch.cs +++ b/SunnyUI/Controls/UISwitch.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UISwitch.cs * 文件说明: 开关 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UISymbolButton.cs b/SunnyUI/Controls/UISymbolButton.cs index ed5d4739..43eec249 100644 --- a/SunnyUI/Controls/UISymbolButton.cs +++ b/SunnyUI/Controls/UISymbolButton.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UISymbolButton.cs * 文件说明: 字体图标按钮 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UISymbolLabel.cs b/SunnyUI/Controls/UISymbolLabel.cs index ab5ba011..fcff4452 100644 --- a/SunnyUI/Controls/UISymbolLabel.cs +++ b/SunnyUI/Controls/UISymbolLabel.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UISymbolLabel.cs * 文件说明: 带字体图标的标签 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-04-23: V2.2.4 增加UISymbolLabel diff --git a/SunnyUI/Controls/UITabControl.cs b/SunnyUI/Controls/UITabControl.cs index bb1b07ab..c7e0b77d 100644 --- a/SunnyUI/Controls/UITabControl.cs +++ b/SunnyUI/Controls/UITabControl.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UITabControl.cs * 文件说明: 标签控件 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UITabControlMenu.cs b/SunnyUI/Controls/UITabControlMenu.cs index 0fce9342..43e06043 100644 --- a/SunnyUI/Controls/UITabControlMenu.cs +++ b/SunnyUI/Controls/UITabControlMenu.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UITabControlMenu.cs * 文件说明: 标签菜单控件 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UITableLayoutPanel.cs b/SunnyUI/Controls/UITableLayoutPanel.cs index 28db1744..f0416574 100644 --- a/SunnyUI/Controls/UITableLayoutPanel.cs +++ b/SunnyUI/Controls/UITableLayoutPanel.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UITableLayoutPanel.cs * 文件说明: 动态布局面板 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-07-18 * * 2021-07-18: V3.0.5 增加文件说明 diff --git a/SunnyUI/Controls/UITextBox.cs b/SunnyUI/Controls/UITextBox.cs index 9013d4eb..131ee464 100644 --- a/SunnyUI/Controls/UITextBox.cs +++ b/SunnyUI/Controls/UITextBox.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UITextBox.cs * 文件说明: 输入框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UITimePicker.cs b/SunnyUI/Controls/UITimePicker.cs index dd469ea2..a045c728 100644 --- a/SunnyUI/Controls/UITimePicker.cs +++ b/SunnyUI/Controls/UITimePicker.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIDatePicker.cs * 文件说明: 时间选择框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-05-29 * * 2020-05-29: V2.2.5 增加文件 diff --git a/SunnyUI/Controls/UITitlePanel.cs b/SunnyUI/Controls/UITitlePanel.cs index 8875829e..b42d905b 100644 --- a/SunnyUI/Controls/UITitlePanel.cs +++ b/SunnyUI/Controls/UITitlePanel.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UITitlePanel.cs * 文件说明: 带标题面板 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UIToolTip.cs b/SunnyUI/Controls/UIToolTip.cs index d2095945..5c6f34a5 100644 --- a/SunnyUI/Controls/UIToolTip.cs +++ b/SunnyUI/Controls/UIToolTip.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIToolTip.cs * 文件说明: 提示 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-07-21 * * 2020-07-21: V2.2.6 增加控件 diff --git a/SunnyUI/Controls/UITrackBar.cs b/SunnyUI/Controls/UITrackBar.cs index 28b6aa19..ef849ba4 100644 --- a/SunnyUI/Controls/UITrackBar.cs +++ b/SunnyUI/Controls/UITrackBar.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UITrackBar.cs * 文件说明: 进度指示条 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UITransfer.cs b/SunnyUI/Controls/UITransfer.cs index 8d387d82..acf38188 100644 --- a/SunnyUI/Controls/UITransfer.cs +++ b/SunnyUI/Controls/UITransfer.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UITransfer.cs * 文件说明: 穿梭框 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Controls/UITreeView.cs b/SunnyUI/Controls/UITreeView.cs index 30fad18e..830ddc36 100644 --- a/SunnyUI/Controls/UITreeView.cs +++ b/SunnyUI/Controls/UITreeView.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UITreeView.cs * 文件说明: 树形列表 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-05-05 * * 2020-05-05: V2.2.5 增加文件 diff --git a/SunnyUI/Controls/UIValve.cs b/SunnyUI/Controls/UIValve.cs index 81f576af..36a09b89 100644 --- a/SunnyUI/Controls/UIValve.cs +++ b/SunnyUI/Controls/UIValve.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIValve.cs * 文件说明: 阀门 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-08-08 * * 2021-08-07: V3.0.5 增加阀门控件 diff --git a/SunnyUI/Controls/UIVerScrollBarEx.cs b/SunnyUI/Controls/UIVerScrollBarEx.cs index ceeb219d..f38a8ca3 100644 --- a/SunnyUI/Controls/UIVerScrollBarEx.cs +++ b/SunnyUI/Controls/UIVerScrollBarEx.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIVerScrollBarEx.cs * 文件说明: 垂直滚动条 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-08-29 * * 2020-08-29: V2.2.7 新增水平滚动条 diff --git a/SunnyUI/Controls/UIWaitingBar.cs b/SunnyUI/Controls/UIWaitingBar.cs index d2e1a986..11e73051 100644 --- a/SunnyUI/Controls/UIWaitingBar.cs +++ b/SunnyUI/Controls/UIWaitingBar.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIWaitingBar.cs * 文件说明: 等待滚动条控件 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-07-20 * * 2020-07-20: V2.2.6 新增等待滚动条控件 diff --git a/SunnyUI/Font/UFontAwesomeV4.cs b/SunnyUI/Font/UFontAwesomeV4.cs index c3527880..3a2805d3 100644 --- a/SunnyUI/Font/UFontAwesomeV4.cs +++ b/SunnyUI/Font/UFontAwesomeV4.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UFontAweSome.cs * 文件说明: 字体图片定义类:FontAweSome,V4.7.0 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-02-26 * * 2020-02-26: V3.0.2 增加文件说明 diff --git a/SunnyUI/Font/UFontAwesomeV5.cs b/SunnyUI/Font/UFontAwesomeV5.cs index fcf80388..cc92b3c2 100644 --- a/SunnyUI/Font/UFontAwesomeV5.cs +++ b/SunnyUI/Font/UFontAwesomeV5.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UFontAweSome.cs * 文件说明: 字体图片定义类:FontAweSome,V5.15.2 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-02-26 * * 2020-02-26: V3.0.2 增加文件说明 diff --git a/SunnyUI/Font/UIFontImage.cs b/SunnyUI/Font/UIFontImage.cs index 164d40ab..832824a8 100644 --- a/SunnyUI/Font/UIFontImage.cs +++ b/SunnyUI/Font/UIFontImage.cs @@ -13,7 +13,7 @@ ****************************************************************************** * ļ: UFontImage.cs * ļ˵: ͼƬ - * ǰ汾: V3.0 + * ǰ汾: V3.1 * : 2020-01-01 * * 2020-01-01: V2.2.0 ļ˵ diff --git a/SunnyUI/Font/UIFontImageDefine.cs b/SunnyUI/Font/UIFontImageDefine.cs index 602a201e..a5cf5b9d 100644 --- a/SunnyUI/Font/UIFontImageDefine.cs +++ b/SunnyUI/Font/UIFontImageDefine.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UFontImageDefine.cs * 文件说明: 字体图片定义类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Font/UIFontImages.cs b/SunnyUI/Font/UIFontImages.cs index 3ef4026b..b6164730 100644 --- a/SunnyUI/Font/UIFontImages.cs +++ b/SunnyUI/Font/UIFontImages.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIFontImages.cs * 文件说明: 字体图片属性窗体 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Forms/UIEditForm.cs b/SunnyUI/Forms/UIEditForm.cs index 818e078a..dd211959 100644 --- a/SunnyUI/Forms/UIEditForm.cs +++ b/SunnyUI/Forms/UIEditForm.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIEditForm.cs * 文件说明: 编辑窗体基类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Forms/UIEditFormHelper.cs b/SunnyUI/Forms/UIEditFormHelper.cs index d38a0eab..cdbdf28c 100644 --- a/SunnyUI/Forms/UIEditFormHelper.cs +++ b/SunnyUI/Forms/UIEditFormHelper.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIEditFormHelper.cs * 文件说明: 编辑窗体帮助类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-12-28 * * 2020-12-28: V2.2.10 增加文件说明 diff --git a/SunnyUI/Forms/UIForm.cs b/SunnyUI/Forms/UIForm.cs index 4b9964ad..8bf4b61d 100644 --- a/SunnyUI/Forms/UIForm.cs +++ b/SunnyUI/Forms/UIForm.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIForm.cs * 文件说明: 窗体基类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Forms/UIFormHelper.cs b/SunnyUI/Forms/UIFormHelper.cs index f0790200..77b81b7b 100644 --- a/SunnyUI/Forms/UIFormHelper.cs +++ b/SunnyUI/Forms/UIFormHelper.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIFormHelper.cs * 文件说明: 窗体帮助类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Forms/UIInputForm.cs b/SunnyUI/Forms/UIInputForm.cs index 7c69eae1..d24e47cd 100644 --- a/SunnyUI/Forms/UIInputForm.cs +++ b/SunnyUI/Forms/UIInputForm.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIInputForm.cs * 文件说明: 输入窗体 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Forms/UIMessageForm.cs b/SunnyUI/Forms/UIMessageForm.cs index 51b53682..1e407cce 100644 --- a/SunnyUI/Forms/UIMessageForm.cs +++ b/SunnyUI/Forms/UIMessageForm.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIMessageBox.cs * 文件说明: 消息提示窗体 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Forms/UISelectForm.cs b/SunnyUI/Forms/UISelectForm.cs index 2ce16e08..1d2a91c4 100644 --- a/SunnyUI/Forms/UISelectForm.cs +++ b/SunnyUI/Forms/UISelectForm.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UISelectForm.cs * 文件说明: 下拉选择窗体 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-05-05 * * 2020-05-05: V2.2.5 增加文件 diff --git a/SunnyUI/Forms/UIStatusForm.cs b/SunnyUI/Forms/UIStatusForm.cs index 394fc3b4..f63a3eb7 100644 --- a/SunnyUI/Forms/UIStatusForm.cs +++ b/SunnyUI/Forms/UIStatusForm.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIStatusForm.cs * 文件说明: 进度提示窗体 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-05-05 * * 2020-05-05: V2.2.5 增加文件 diff --git a/SunnyUI/Forms/UIWaitForm.cs b/SunnyUI/Forms/UIWaitForm.cs index aec38206..acb6c60d 100644 --- a/SunnyUI/Forms/UIWaitForm.cs +++ b/SunnyUI/Forms/UIWaitForm.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIWaitForm.cs * 文件说明: 等待窗体 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-10-13 * * 2020-10-13: V3.0.0 增加文件说明 diff --git a/SunnyUI/Frames/IFrame.cs b/SunnyUI/Frames/IFrame.cs index 7cbb1ef4..bba0bf25 100644 --- a/SunnyUI/Frames/IFrame.cs +++ b/SunnyUI/Frames/IFrame.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: IFrame.cs * 文件说明: 页面框架接口 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-12-01 * * 2021-12-01: V3.0.9 创建文档 diff --git a/SunnyUI/Frames/UIAsideHeaderMainFooterFrame.cs b/SunnyUI/Frames/UIAsideHeaderMainFooterFrame.cs index 467a60fc..08c1c700 100644 --- a/SunnyUI/Frames/UIAsideHeaderMainFooterFrame.cs +++ b/SunnyUI/Frames/UIAsideHeaderMainFooterFrame.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIAsideHeaderMainFooterFrame.cs * 文件说明: 页面框架(Aside-Header-Main-Footer) - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-05-05 * * 2020-05-05: V2.2.5 页面框架(Aside-Header-Main-Footer) diff --git a/SunnyUI/Frames/UIAsideHeaderMainFrame.cs b/SunnyUI/Frames/UIAsideHeaderMainFrame.cs index 43455dc8..515cffb7 100644 --- a/SunnyUI/Frames/UIAsideHeaderMainFrame.cs +++ b/SunnyUI/Frames/UIAsideHeaderMainFrame.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIAsideHeaderMainFrame.cs * 文件说明: 页面框架(Aside-Header-Main) - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-05-05 * * 2020-05-05: V2.2.5 页面框架(Aside-Header-Main) diff --git a/SunnyUI/Frames/UIAsideMainFrame.cs b/SunnyUI/Frames/UIAsideMainFrame.cs index ffec299d..250bfbb6 100644 --- a/SunnyUI/Frames/UIAsideMainFrame.cs +++ b/SunnyUI/Frames/UIAsideMainFrame.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIAsideMainFrame.cs * 文件说明: 页面框架(Aside-Main) - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-05-05 * * 2020-05-05: V2.2.5 页面框架(Aside-Main) diff --git a/SunnyUI/Frames/UIHeaderAsideMainFooterFrame.cs b/SunnyUI/Frames/UIHeaderAsideMainFooterFrame.cs index 81ad55a6..7739d015 100644 --- a/SunnyUI/Frames/UIHeaderAsideMainFooterFrame.cs +++ b/SunnyUI/Frames/UIHeaderAsideMainFooterFrame.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIHeaderAsideMainFooterFrame.cs * 文件说明: 页面框架(Header-Aside-Main-Footer) - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-05-05 * * 2020-05-05: V2.2.5 页面框架(Header-Aside-Main-Footer) diff --git a/SunnyUI/Frames/UIHeaderAsideMainFrame.cs b/SunnyUI/Frames/UIHeaderAsideMainFrame.cs index b14fb791..0712964d 100644 --- a/SunnyUI/Frames/UIHeaderAsideMainFrame.cs +++ b/SunnyUI/Frames/UIHeaderAsideMainFrame.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIHeaderAsideMainFrame.cs * 文件说明: 页面框架(Header-Aside-Main) - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-05-05 * * 2020-05-05: V2.2.5 页面框架(Header-Aside-Main) diff --git a/SunnyUI/Frames/UIHeaderMainFooterFrame.cs b/SunnyUI/Frames/UIHeaderMainFooterFrame.cs index cdc5c700..1e895f27 100644 --- a/SunnyUI/Frames/UIHeaderMainFooterFrame.cs +++ b/SunnyUI/Frames/UIHeaderMainFooterFrame.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIHeaderMainFooterFrame.cs * 文件说明: 页面框架(Header-Main-Footer) - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-05-05 * * 2020-05-05: V2.2.5 页面框架(Header-Main-Footer) diff --git a/SunnyUI/Frames/UIHeaderMainFrame.cs b/SunnyUI/Frames/UIHeaderMainFrame.cs index 6463eb6b..9bd78b03 100644 --- a/SunnyUI/Frames/UIHeaderMainFrame.cs +++ b/SunnyUI/Frames/UIHeaderMainFrame.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIHeaderMainFrame.cs * 文件说明: 页面框架(Header-Main) - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-05-05 * * 2020-05-05: V2.2.5 页面框架(Header-Main) diff --git a/SunnyUI/Frames/UIMainFrame.cs b/SunnyUI/Frames/UIMainFrame.cs index e80719ba..84eeb7e2 100644 --- a/SunnyUI/Frames/UIMainFrame.cs +++ b/SunnyUI/Frames/UIMainFrame.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIMainFrame.cs * 文件说明: 页面框架基类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-05-05 * * 2020-05-05: V2.2.5 页面框架基类 diff --git a/SunnyUI/Frames/UIPage.cs b/SunnyUI/Frames/UIPage.cs index a72a8629..23357112 100644 --- a/SunnyUI/Frames/UIPage.cs +++ b/SunnyUI/Frames/UIPage.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIPage.cs * 文件说明: 页面基类,从Form继承,可放置于容器内 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Frames/UITitlePage.cs b/SunnyUI/Frames/UITitlePage.cs index c356f91c..4c2519bc 100644 --- a/SunnyUI/Frames/UITitlePage.cs +++ b/SunnyUI/Frames/UITitlePage.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UITitlePage.cs * 文件说明: 标题栏页面 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Style/UChineseColors.cs b/SunnyUI/Style/UChineseColors.cs index f10aad9b..00d203f3 100644 --- a/SunnyUI/Style/UChineseColors.cs +++ b/SunnyUI/Style/UChineseColors.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UChineseColors.cs * 文件说明: 中国传统颜色 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-12-07 * * 2021-12-07: V3.0.9 增加文件说明 diff --git a/SunnyUI/Style/UIDPIScale.cs b/SunnyUI/Style/UIDPIScale.cs index 899d1289..7b8da8ac 100644 --- a/SunnyUI/Style/UIDPIScale.cs +++ b/SunnyUI/Style/UIDPIScale.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIDPIScale.cs * 文件说明: DPI自适应类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2021-12-01 * * 2021-12-01: V3.0.9 增加文件说明 diff --git a/SunnyUI/Style/UIMenuStyle.cs b/SunnyUI/Style/UIMenuStyle.cs index 7e8b7685..f499c19a 100644 --- a/SunnyUI/Style/UIMenuStyle.cs +++ b/SunnyUI/Style/UIMenuStyle.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIMenuStyle.cs * 文件说明: 控件样式定义类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Style/UIStyle.cs b/SunnyUI/Style/UIStyle.cs index 74d02337..2e46cc2f 100644 --- a/SunnyUI/Style/UIStyle.cs +++ b/SunnyUI/Style/UIStyle.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIStyle.cs * 文件说明: 控件样式定义类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Style/UIStyleColor.cs b/SunnyUI/Style/UIStyleColor.cs index ee1ce080..ebbbc34c 100644 --- a/SunnyUI/Style/UIStyleColor.cs +++ b/SunnyUI/Style/UIStyleColor.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIStyleColor.cs * 文件说明: 控件样式定义类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Style/UIStyleManager.cs b/SunnyUI/Style/UIStyleManager.cs index fad29d94..c302d551 100644 --- a/SunnyUI/Style/UIStyleManager.cs +++ b/SunnyUI/Style/UIStyleManager.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UIStyleManager.cs * 文件说明: 主题样式管理类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 diff --git a/SunnyUI/Style/UITexture.cs b/SunnyUI/Style/UITexture.cs index 4727eca6..4b95ae36 100644 --- a/SunnyUI/Style/UITexture.cs +++ b/SunnyUI/Style/UITexture.cs @@ -13,7 +13,7 @@ ****************************************************************************** * 文件名称: UITexture.cs * 文件说明: 主题背景纹理类 - * 当前版本: V3.0 + * 当前版本: V3.1 * 创建日期: 2020-12-10 * * 2020-12-10: V3.0.9 增加文件说明 diff --git a/SunnyUI/SunnyUI.csproj b/SunnyUI/SunnyUI.csproj index 965d2c80..0c7c9952 100644 --- a/SunnyUI/SunnyUI.csproj +++ b/SunnyUI/SunnyUI.csproj @@ -2,14 +2,14 @@ net6.0-windows;net5.0-windows;net472;net40 - 10.0 + 9.0 {AB1CB247-E20B-4CBE-B269-570ADDD96C53} true Sunny.UI SunnyUI.Net 是基于.Net Framework 4.0+、.Net 5、.Net 6 框架的 C# WinForm 开源控件库、工具类库、扩展类库、多页面开发框架。 CopyRight © SunnyUI.Net 2012-2022 LICENSE - 3.0.9 + 3.1.0 ShenYonghua SunnyUI.Net SunnyUI @@ -67,7 +67,7 @@ - +