记录更新日志

This commit is contained in:
Sunny 2020-07-30 21:21:47 +08:00
parent af641e9e8d
commit 92b3a0c5c7
14 changed files with 93 additions and 4 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-26: V2.2.6 Selected及选中颜色配置
******************************************************************************/
using System;

View File

@ -19,6 +19,7 @@
* 2020-04-19: V2.2.3
* 2020-04-25: V2.2.4
* 2020-07-03: V2.2.6 ItemSize无效的Bug
* 2020-07-04: V2.2.6
******************************************************************************/
using System;

View File

@ -19,6 +19,7 @@
* 2020-01-01: V2.2.0
* 2020-04-25: V2.2.4
* 2020-07-15: V2.2.6
* 2020-07-18: V2.2.6
******************************************************************************/
using System;

View File

@ -1,4 +1,26 @@
using System;
/******************************************************************************
* 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.
* 使
******************************************************************************
* : UIDatetimePicker.cs
* :
* : V2.2
* : 2020-01-01
*
* 2020-01-01: V2.2.0
* 2020-07-06: V2.2.6
******************************************************************************/
using System;
using System.ComponentModel;
using System.Windows.Forms;

View File

@ -19,6 +19,7 @@
* 2020-04-19: V2.2.3
* 2020-04-25: V2.2.4
* 2020-07-03: V2.2.6 ItemSize无效的Bug
* 2020-07-04: V2.2.6
******************************************************************************/
using System;

View File

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

View File

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

View File

@ -1,4 +1,26 @@
using System;
/******************************************************************************
* 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.
* 使
******************************************************************************
* : UIToolTip.cs
* :
* : V2.2
* : 2020-07-21
*
* 2020-07-21: V2.2.6
* 2020-07-25: V2.2.6
******************************************************************************/
using System;
using System.Collections.Concurrent;
using System.ComponentModel;
using System.Drawing;

View File

@ -1,4 +1,25 @@
using System;
/******************************************************************************
* 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.
* 使
******************************************************************************
* : UIWaitingBar.cs
* :
* : V2.2
* : 2020-07-20
*
* 2020-07-20: V2.2.6
******************************************************************************/
using System;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;

View File

@ -18,7 +18,8 @@
*
* 2020-01-01: V2.2.0
* 2020-05-30: V2.2.5 /
* 2020-07-01: V2.2.6 仿QQ
* 2020-07-01: V2.2.6 仿QQ
* 2020-07-05: V2.2.6 UIForm
******************************************************************************/
using System;

View File

@ -1,5 +1,22 @@
+ 增加; - 删除; * 修改
2020-07-30
* UITitlePanel增加可收缩选项
2020-07-29
* UIPagination增加DataSource切换事件TotalCount总数PageCount总页数ActivePage选中页码
* UIPieChart,UIBarChart增加序列自定义颜色
2020-07-28
+ UIPagination新增分页控件
2020-07-26
* UISymbolButton增加Image属性增加图片和文字的摆放位置
* UIButton增加Selected及选中颜色配置
2020-07-25 3
* UIToolTip更新绘制
2020-07-21
+ UIToolTip新增控件可修改字体
* UIForm.cs 支持点击窗体任务栏图标,可以进行最小化