记录更新日志
This commit is contained in:
parent
af641e9e8d
commit
92b3a0c5c7
BIN
Bin/SunnyUI.dll
BIN
Bin/SunnyUI.dll
Binary file not shown.
BIN
Bin/SunnyUI.pdb
BIN
Bin/SunnyUI.pdb
Binary file not shown.
Binary file not shown.
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -1,4 +1,26 @@
|
||||
using System;
|
||||
/******************************************************************************
|
||||
* 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.
|
||||
* 如果您使用此代码,请保留此说明。
|
||||
******************************************************************************
|
||||
* 文件名称: 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;
|
||||
|
||||
|
@ -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;
|
||||
|
@ -17,6 +17,7 @@
|
||||
* 创建日期: 2020-01-01
|
||||
*
|
||||
* 2020-01-01: V2.2.0 增加文件说明
|
||||
* 2020-07-26: V2.2.6 增加Image属性,增加图片和文字的摆放位置
|
||||
******************************************************************************/
|
||||
|
||||
using System;
|
||||
|
@ -18,6 +18,7 @@
|
||||
*
|
||||
* 2020-01-01: V2.2.0 增加文件说明
|
||||
* 2020-04-25: V2.2.4 更新主题配置类
|
||||
* 2020-07-30: V2.2.6 增加可收缩选项
|
||||
******************************************************************************/
|
||||
|
||||
using System;
|
||||
|
@ -1,4 +1,26 @@
|
||||
using System;
|
||||
/******************************************************************************
|
||||
* 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.
|
||||
* 如果您使用此代码,请保留此说明。
|
||||
******************************************************************************
|
||||
* 文件名称: 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;
|
||||
|
@ -1,4 +1,25 @@
|
||||
using System;
|
||||
/******************************************************************************
|
||||
* 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.
|
||||
* 如果您使用此代码,请保留此说明。
|
||||
******************************************************************************
|
||||
* 文件名称: 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;
|
||||
|
@ -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;
|
||||
|
17
Updates.txt
17
Updates.txt
@ -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 支持点击窗体任务栏图标,可以进行最小化
|
||||
|
Loading…
x
Reference in New Issue
Block a user