* 更新修改日志

This commit is contained in:
Sunny 2020-07-08 21:18:45 +08:00
parent 8b331f72c7
commit de360268b2
10 changed files with 40 additions and 22 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -18,6 +18,7 @@
*
* 2020-01-01: V2.2.0
* 2020-04-25: V2.2.4
* 2020-07-05: V2.2.6 KeyDownKeyUpKeyPress事件
******************************************************************************/
using System;

View File

@ -1,23 +1,24 @@
/******************************************************************************
* SunnyUI
* CopyRight (C) 2012-2020 ShenYongHua().
* QQ群56829229 QQ17612584 EMailSunnyUI@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 QQ17612584 EMailSunnyUI@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;

View File

@ -17,6 +17,7 @@
* : 2020-01-01
*
* 2020-01-01: V2.2.0
* 2020-07-01: V2.2.6
******************************************************************************/
using System;

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -1,5 +1,19 @@
+ 增加; - 删除; * 修改
2020-07-08
* UIDateTimePicker重写下拉窗体缩短创建时间
2020-07-07
* UITreeView全部重写增加圆角CheckBoxes等
2020-07-06
* UIDatePicker重写下拉窗体缩短创建时间
2020-07-05
* UICombobox更新KeyDown、KeyUp、KeyPress事件。
* UIForm更新窗体控制按钮圆角和跟随窗体圆角变化。
* UIPieChart更改Tips显示不正确的Bug
2020-07-04
* UICheckBoxGroup,UIRadioButtonGroup可以设置初始选中值
* UILedBulb边缘平滑
@ -14,8 +28,7 @@
2020-07-01
* UIForm修改标题栏按钮背景色刷新
* UIForm仿照QQ重绘标题栏按钮。
* UINavMenuOnAfterSelect增加判断解决引发事件所有结点重绘导致闪烁设置FullRowSelect ShowLin…
* OnAfterSelect增加判断解决引发事件所有结点重绘导致闪烁设置FullRowSelect ShowLines 属性,解决滚轮失效问题。
* UINavMenuOnAfterSelect增加判断解决引发事件所有结点重绘导致闪烁解决滚轮失效问题。
* UIForm修改不显示标题时的控件在顶部的位置Bug
* 修改最大化全屏时消息窗体弹出在窗体后的BUG
* 修改最大化全屏时消息窗体弹出在窗体后的BUG