diff --git a/Bin/SunnyUI.dll b/Bin/SunnyUI.dll index fc4ea3ef..19fbdbdd 100644 Binary files a/Bin/SunnyUI.dll and b/Bin/SunnyUI.dll differ diff --git a/Bin/SunnyUI.pdb b/Bin/SunnyUI.pdb index 0629b2e8..807be8a9 100644 Binary files a/Bin/SunnyUI.pdb and b/Bin/SunnyUI.pdb differ diff --git a/SunnyUI.Demo/Bin/SunnyUI.dll b/SunnyUI.Demo/Bin/SunnyUI.dll index fc4ea3ef..19fbdbdd 100644 Binary files a/SunnyUI.Demo/Bin/SunnyUI.dll and b/SunnyUI.Demo/Bin/SunnyUI.dll differ diff --git a/SunnyUI/Controls/DropItem/UIDropControl.cs b/SunnyUI/Controls/DropItem/UIDropControl.cs index 545fed88..2fce4388 100644 --- a/SunnyUI/Controls/DropItem/UIDropControl.cs +++ b/SunnyUI/Controls/DropItem/UIDropControl.cs @@ -18,6 +18,7 @@ * * 2020-01-01: V2.2.0 增加文件说明 * 2020-04-25: V2.2.4 更新主题配置类 + * 2020-07-05: V2.2.6 更新KeyDown、KeyUp、KeyPress事件。 ******************************************************************************/ using System; diff --git a/SunnyUI/Controls/UICheckBoxGroup.cs b/SunnyUI/Controls/UICheckBoxGroup.cs index d16f5e86..bac62ee1 100644 --- a/SunnyUI/Controls/UICheckBoxGroup.cs +++ b/SunnyUI/Controls/UICheckBoxGroup.cs @@ -1,23 +1,24 @@ /****************************************************************************** -* SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 -* CopyRight (C) 2012-2020 ShenYongHua(沈永华). -* QQ群:56829229 QQ:17612584 EMail:SunnyUI@qq.com -* -* Blog: https://www.cnblogs.com/yhuse -* Gitee: https://gitee.com/yhuse/SunnyUI -* GitHub: https://github.com/yhuse/SunnyUI -* -* SunnyUI.dll can be used for free under the GPL-3.0 license. -* If you use this code, please keep this note. -* 如果您使用此代码,请保留此说明。 -****************************************************************************** -* 文件名称: UICheckBoxGroup.cs -* 文件说明: 多选框组 -* 当前版本: V2.2 -* 创建日期: 2020-01-01 -* -* 2020-04-19: V2.2.3 增加单元 -* 2020-04-25: V2.2.4 更新主题配置类 + * SunnyUI 开源控件库、工具类库、扩展类库、多页面开发框架。 + * CopyRight (C) 2012-2020 ShenYongHua(沈永华). + * QQ群:56829229 QQ:17612584 EMail:SunnyUI@qq.com + * + * Blog: https://www.cnblogs.com/yhuse + * Gitee: https://gitee.com/yhuse/SunnyUI + * GitHub: https://github.com/yhuse/SunnyUI + * + * SunnyUI.dll can be used for free under the GPL-3.0 license. + * If you use this code, please keep this note. + * 如果您使用此代码,请保留此说明。 + ****************************************************************************** + * 文件名称: UICheckBoxGroup.cs + * 文件说明: 多选框组 + * 当前版本: V2.2 + * 创建日期: 2020-01-01 + * + * 2020-04-19: V2.2.3 增加单元 + * 2020-04-25: V2.2.4 更新主题配置类 + * 2020-07-03: V2.2.6 修正调整ItemSize无效的Bug ******************************************************************************/ using System; diff --git a/SunnyUI/Controls/UINavMenu.cs b/SunnyUI/Controls/UINavMenu.cs index b26ca74a..b691e452 100644 --- a/SunnyUI/Controls/UINavMenu.cs +++ b/SunnyUI/Controls/UINavMenu.cs @@ -17,6 +17,7 @@ * 创建日期: 2020-01-01 * * 2020-01-01: V2.2.0 增加文件说明 + * 2020-07-01: V2.2.6 解决引发事件所有结点重绘导致闪烁;解决滚轮失效问题。 ******************************************************************************/ using System; diff --git a/SunnyUI/Controls/UIRadioButtonGroup.cs b/SunnyUI/Controls/UIRadioButtonGroup.cs index b47f1bbd..90c8b718 100644 --- a/SunnyUI/Controls/UIRadioButtonGroup.cs +++ b/SunnyUI/Controls/UIRadioButtonGroup.cs @@ -18,6 +18,7 @@ * * 2020-04-19: V2.2.3 增加单元 * 2020-04-25: V2.2.4 更新主题配置类 + * 2020-07-03: V2.2.6 修正调整ItemSize无效的Bug ******************************************************************************/ using System; diff --git a/SunnyUI/Controls/UITreeView.cs b/SunnyUI/Controls/UITreeView.cs index 0fc6cfd6..d49a711b 100644 --- a/SunnyUI/Controls/UITreeView.cs +++ b/SunnyUI/Controls/UITreeView.cs @@ -17,7 +17,7 @@ * 创建日期: 2020-05-05 * * 2020-05-05: V2.2.5 增加文件 - * 2020-07-07: V2.2.7 全部重写,增加圆角,CheckBoxes等 + * 2020-07-07: V2.2.6 全部重写,增加圆角,CheckBoxes等 ******************************************************************************/ using System; diff --git a/SunnyUI/Forms/UIForm.cs b/SunnyUI/Forms/UIForm.cs index 5f322d0e..4f0037b8 100644 --- a/SunnyUI/Forms/UIForm.cs +++ b/SunnyUI/Forms/UIForm.cs @@ -18,6 +18,7 @@ * * 2020-01-01: V2.2.0 增加文件说明 * 2020-05-30: V2.2.5 更新标题移动、双击最大化/正常、到顶最大化、最大化后拖拽正常 + * 2020-07-01: V2.2.6 仿照QQ,重绘标题栏按钮。 ******************************************************************************/ using System; diff --git a/Updates.txt b/Updates.txt index bd79392d..d01f2191 100644 --- a/Updates.txt +++ b/Updates.txt @@ -1,5 +1,19 @@ + ӣ - ɾ * ޸ +2020-07-08 +* UIDateTimePickerд壬̴ʱ + +2020-07-07 +* UITreeViewȫдԲǣCheckBoxes + +2020-07-06 +* UIDatePickerд壬̴ʱ + +2020-07-05 +* UIComboboxKeyDownKeyUpKeyPress¼ +* UIForm´ưťԲǺ͸洰ԲDZ仯 +* UIPieChartTipsʾȷBug + 2020-07-04 * UICheckBoxGroup,UIRadioButtonGroupóʼѡֵ * UILedBulbԵƽ @@ -14,8 +28,7 @@ 2020-07-01 * UIForm޸ıťɫˢ * UIFormQQػť -* UINavMenuOnAfterSelectжϣ¼нػ浼˸FullRowSelect ShowLin -* OnAfterSelectжϣ¼нػ浼˸FullRowSelect ShowLines ԣʧЧ⡣ +* UINavMenuOnAfterSelectжϣ¼нػ浼˸ʧЧ⡣ * UIForm޸IJʾʱĿؼڶλBug * ޸ȫʱϢ嵯ڴBUG * ޸ȫʱϢ嵯ڴBUG