* 总结V2.2.7,增加更新日志

This commit is contained in:
Sunny 2020-09-17 21:20:47 +08:00
parent 18bd46cf3d
commit adbba19dd3
25 changed files with 156 additions and 9 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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.
* 使
******************************************************************************
* : UIBarChart.cs
* :
* : V2.2
* : 2020-06-06
*
* 2020-06-06: V2.2.5
* 2020-08-21: V2.2.7
******************************************************************************/
using System;
using System.Collections.Concurrent; using System.Collections.Concurrent;
using System.Collections.Generic; using System.Collections.Generic;
using System.ComponentModel; using System.ComponentModel;

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.
* 使
******************************************************************************
* : UIBarChartOption.cs
* :
* : V2.2
* : 2020-06-06
*
* 2020-06-06: V2.2.5
******************************************************************************/
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Drawing; using System.Drawing;

View File

@ -17,6 +17,7 @@
* : 2020-06-06 * : 2020-06-06
* *
* 2020-06-06: V2.2.5 * 2020-06-06: V2.2.5
* 2020-09-10: V2.2.7 线
******************************************************************************/ ******************************************************************************/
using System; using System;

View File

@ -1,4 +1,25 @@
using System.Drawing; /******************************************************************************
* 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.
* 使
******************************************************************************
* : UIChartStyle.cs
* :
* : V2.2
* : 2020-06-06
*
* 2020-06-06: V2.2.5
******************************************************************************/
using System.Drawing;
namespace Sunny.UI namespace Sunny.UI
{ {

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.
* 使
******************************************************************************
* : UIDoughnutChart.cs
* :
* : V2.2
* : 2020-06-06
*
* 2020-06-06: V2.2.5
******************************************************************************/
using System;
using System.Collections.Concurrent; using System.Collections.Concurrent;
using System.Collections.Generic; using System.Collections.Generic;
using System.ComponentModel; using System.ComponentModel;

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.
* 使
******************************************************************************
* : UIPieChartOption.cs
* :
* : V2.2
* : 2020-06-06
*
* 2020-06-06: V2.2.5
******************************************************************************/
using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Drawing; using System.Drawing;

View File

@ -19,6 +19,8 @@
* 2020-01-01: V2.2.0 * 2020-01-01: V2.2.0
* 2020-04-25: V2.2.4 * 2020-04-25: V2.2.4
* 2020-07-26: V2.2.6 Selected及选中颜色配置 * 2020-07-26: V2.2.6 Selected及选中颜色配置
* 2020-08-22: V2.2.7 press背景效果
* 2020-09-14: V2.2.7 Tips颜色可设置
******************************************************************************/ ******************************************************************************/
using System; using System;

View File

@ -20,6 +20,8 @@
* 2020-04-25: V2.2.4 * 2020-04-25: V2.2.4
* 2020-07-15: V2.2.6 * 2020-07-15: V2.2.6
* 2020-07-18: V2.2.6 * 2020-07-18: V2.2.6
* 2020-08-22: V2.2.7
* 2020-08-28: V2.2.7
******************************************************************************/ ******************************************************************************/
using System; using System;

View File

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

View File

@ -18,6 +18,8 @@
* *
* 2020-01-01: V2.2.0 * 2020-01-01: V2.2.0
* 2020-07-06: V2.2.6 * 2020-07-06: V2.2.6
* 2020-08-07: V2.2.7
* 2020-09-16: V2.2.7
******************************************************************************/ ******************************************************************************/
using System; using System;

View File

@ -18,6 +18,7 @@
* *
* 2020-01-01: V2.2.0 * 2020-01-01: V2.2.0
* 2020-04-25: V2.2.4 * 2020-04-25: V2.2.4
* 2020-08-14: V2.2.7
******************************************************************************/ ******************************************************************************/
using System; using System;

View File

@ -18,6 +18,7 @@
* *
* 2020-01-01: V2.2.0 * 2020-01-01: V2.2.0
* 2020-04-25: V2.2.4 * 2020-04-25: V2.2.4
* 2020-08-14: V2.2.7
******************************************************************************/ ******************************************************************************/
using System; using System;

View File

@ -17,6 +17,7 @@
* : 2020-01-01 * : 2020-01-01
* *
* 2020-01-01: V2.2.0 * 2020-01-01: V2.2.0
* 2020-08-28: V2.2.7 Image绘制
******************************************************************************/ ******************************************************************************/
using System; using System;

View File

@ -18,6 +18,7 @@
* *
* 2020-01-01: V2.2.0 * 2020-01-01: V2.2.0
* 2020-06-27: V2.2.5 * 2020-06-27: V2.2.5
* 2020-08-12: V2.2.7
******************************************************************************/ ******************************************************************************/
using System; using System;

View File

@ -18,6 +18,7 @@
* *
* 2020-01-01: V2.2.0 * 2020-01-01: V2.2.0
* 2020-06-03: V2.2.5 * 2020-06-03: V2.2.5
* 2020-09-03: V2.2.7 FocusedSelectAll属性
******************************************************************************/ ******************************************************************************/
using System; using System;

View File

@ -17,6 +17,8 @@
* : 2020-05-29 * : 2020-05-29
* *
* 2020-05-29: V2.2.5 * 2020-05-29: V2.2.5
* 2020-08-07: V2.2.7
* 2020-09-16: V2.2.7
******************************************************************************/ ******************************************************************************/
using System; using System;

View File

@ -17,6 +17,7 @@
* : 2020-01-01 * : 2020-01-01
* *
* 2020-01-01: V2.2.0 * 2020-01-01: V2.2.0
* 2020-08-14: V2.2.7
******************************************************************************/ ******************************************************************************/
using System; using System;

View File

@ -18,6 +18,7 @@
* *
* 2020-05-05: V2.2.5 * 2020-05-05: V2.2.5
* 2020-07-07: V2.2.6 CheckBoxes等 * 2020-07-07: V2.2.6 CheckBoxes等
* 2020-08-12: V2.2.7
******************************************************************************/ ******************************************************************************/
using System; using System;

View File

@ -21,6 +21,7 @@
* 2020-07-01: V2.2.6 仿QQ * 2020-07-01: V2.2.6 仿QQ
* 2020-07-05: V2.2.6 * 2020-07-05: V2.2.6
* 2020-09-17: V2.2.7 WindowState相关代码 * 2020-09-17: V2.2.7 WindowState相关代码
* 2020-09-17: V2.2.7 ShowDragStretch属性
******************************************************************************/ ******************************************************************************/
using System; using System;

View File

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值, // 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
// 方法是按如下所示使用“*”: // 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")] // [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("2.2.8.0")] [assembly: AssemblyVersion("2.2.7.0")]
[assembly: AssemblyFileVersion("2.2.8.0")] [assembly: AssemblyFileVersion("2.2.7.0")]

View File

@ -1,6 +1,29 @@
+ 增加; - 删除; * 修改 + 增加; - 删除; * 修改
2020-07-30 V2.2.6->V2.2.7 2020-09-17 V2.2.7
+ 新增双主键线程安全字典,分组线程安全字典
+ UIHorScrollBarExUIVerScrollBarEx重写了两个滚动条
* UIForm恢复了WindowState增加了窗体可拉拽调整大小
* 增加控件属性显示值及Sunny UI分类
* UIDateTimePicker,UITimePicker更改滚轮选择时间的方向
* UIButtonTips颜色可设置
* UIChart增加图表的边框线颜色设置
* UITextBox增加FocusedSelectAll属性激活时全选。
* UINavBar增加节点的Image绘制
* UIDataGridView调整水平滚动条
* UIButton添加'是否启用双击事件'属性,解决连续点击效率问题
* UIDataGridView更新了水平和垂直滚动条的显示优化滚动效果。
* UIBbutton空格键按下press背景效果
* UIListBox优化滚轮快速滚动流畅性
* UIBarChart可设置柱状图最小宽度
* UIIntegerUpDown, UIDoubleUpDown增加字体调整
* UITabControl标题垂直居中
* UITreeView更新可设置背景色
* UIDatePickerUITimePickerUIDateTimePicker可编辑输入日期范围控制
* UIDatePicker更改日期范围最小值和最大值
* UITitlePanel更新大小调整后的按钮位置
2020-07-30 V2.2.6
+ UIPagination新增分页控件 + UIPagination新增分页控件
+ UIToolTip新增控件可修改字体 + UIToolTip新增控件可修改字体
+ UIHorScrollBar新增水平滚动条 + UIHorScrollBar新增水平滚动条
@ -19,7 +42,7 @@
* UILedBulb边缘平滑 * UILedBulb边缘平滑
* UIForm仿照QQ重绘标题栏按钮。 * UIForm仿照QQ重绘标题栏按钮。
2020-06-29 V2.2.5->V2.2.6 2020-06-29 V2.2.5
+ UIDoughnutChart环状图 + UIDoughnutChart环状图
+ UILoginForm登录窗体 + UILoginForm登录窗体
+ UIScrollingText滚动文字 + UIScrollingText滚动文字