731 Commits

Author SHA1 Message Date
Sunny
b78e3e7225 V3.0.4 2021-05-20 14:54:51 +08:00
Sunny
c9d2668fd6 update Updates.md. 2021-05-20 14:08:27 +08:00
Sunny
83a013c038 重命名 UPDATE.md 为 Updates.md 2021-05-20 14:05:24 +08:00
Sunny
905e93d1af 重命名 Updates.md 为 UPDATE.md 2021-05-20 14:04:46 +08:00
Sunny
653c78710b update Updates.md. 2021-05-20 14:03:54 +08:00
Sunny
49aedd8165 update Updates.md. 2021-05-20 13:59:49 +08:00
Sunny
7cc44fd5bd update Updates.md. 2021-05-20 13:56:24 +08:00
Sunny
54d366df73 update Updates.md. 2021-05-20 13:50:19 +08:00
Sunny
ed5946e055 add Updates.md. 2021-05-20 13:44:39 +08:00
Sunny
e11c3d835f * UIEditForm: 修改代码生成表单,AddText的默认值为null出错 2021-05-20 13:16:48 +08:00
Sunny
084e44d691 * UIScrollingText:增加属性可设置双击暂停滚动 2021-05-20 11:53:23 +08:00
Sunny
2fcb9d1f9e * UIBreadcrumb, UICheckBoxGroup, UIRadioButtonGroup: 更改列表项为UIObjectCollection 2021-05-19 23:17:09 +08:00
Sunny
2c3d294a3d + UIObjectCollection:带集合个数改变事件的对象集合类 2021-05-19 23:06:06 +08:00
Sunny
4c71f2e669 + UIStringCollection:带集合个数改变事件的字符串集合类 2021-05-19 22:15:20 +08:00
Sunny
e17f202fce * UIEditForm:动态生成表单,增加校验方法。 2021-05-19 14:03:36 +08:00
Sunny
adb456db32 * UIDoubleUpDown, UIIntegerUpDown:将双击编辑更改为单机编辑并选中 2021-05-19 10:37:15 +08:00
wpfly
1d5e7ade10 初始值 2021-05-15 11:14:22 +08:00
wpfly
e281b51b4c 修复combobox的padding值自动累加问题 2021-05-15 11:07:36 +08:00
wpfly
c015e40db4 IconSize高度异常问题 2021-05-14 23:22:03 +08:00
wpfly
e36a92db5c 修正combobox不能改变高度问题,并支持右padding 2021-05-14 23:20:29 +08:00
Sunny
d2f6e31b1d * UITransfer:将两个ListBox释放出来可以绑定数据。 2021-05-13 21:44:35 +08:00
wpfly
abd32c20bd UIDropControl支持左padding 2021-05-12 15:29:10 +08:00
wpfly
620bd8cf7e textbox支持图标设置 2021-05-12 14:44:39 +08:00
wpfly
9c3d9003ac textbox支持左右padding 2021-05-12 12:22:11 +08:00
Sunny
b504d895bb * UIPanel:增加双缓冲,减少闪烁 2021-05-09 21:58:24 +08:00
Sunny
bba42050c8 * UIComboboxEx:减少闪烁 2021-05-09 15:20:21 +08:00
Sunny
2897fbc2b3 * IFrame:增加RemovePage接口 2021-05-09 11:31:19 +08:00
Sunny
ae2587b4e6 * IFrame:更改GetTopMost为原生接口TopMost 2021-05-09 10:36:31 +08:00
Sunny
fe50105cba * UIMessageDialog,UIMessageBox:增加TopMost参数 2021-05-08 22:23:45 +08:00
Sunny
bdd5f5f8b3 * UIBarChart:修改了一个显示负值的Bug 2021-05-07 22:09:18 +08:00
Sunny
2b98467b59 * UINavMenu:更改一個消息事件 2021-05-07 21:50:19 +08:00
Sunny
5ddbfebee9 * UIForm:加了个属性AllowAddControlOnTitle,允许在标题栏放置控件 2021-05-06 16:27:06 +08:00
Sunny
dc4bb68940 * UICombobox:解决鼠标下拉选择,触发SelectedIndexChanged两次的问题 2021-05-06 15:56:23 +08:00
Sunny
509470b151 * UISwitch:更新Active状态改变时触发ValueChanged事件 2021-05-06 15:22:23 +08:00
Sunny
3c50b21fb3 * UIDataGridView:设置数据行头部颜色 2021-04-29 18:12:24 +08:00
Sunny
92f79234d2 * UIEditForm:代码生成增加Switch类型 2021-04-26 22:21:05 +08:00
Sunny
c91f03f3bd * UIEditForm:代码生成增加Combobox类型 2021-04-26 22:09:06 +08:00
Sunny
3215b5ba46 * UICheckBox,UIRadioButton:增加默认事件CheckedChanged 2021-04-26 20:52:09 +08:00
Sunny
47d633531a * UIProcessBar:可设置显示进度条小数个数 2021-04-25 22:04:03 +08:00
Sunny
921311153f * 等待提示框:更新等待时间短时无法关闭等待窗体的问题 2021-04-24 21:30:13 +08:00
Sunny
befc6867b3 * UIDataGridViewFooter:更新了刷新位置 2021-04-24 20:53:35 +08:00
Sunny
720cd40d83 update README.md. 2021-04-21 21:44:01 +08:00
Sunny
bd76c90d3c update README.md. 2021-04-21 21:43:43 +08:00
Sunny
86465e07c6 * UIDataGridViewFooter:增加配色 2021-04-21 17:38:00 +08:00
Sunny
76e40904ce * UIDataGridViewFooter:增加边框 2021-04-21 13:25:04 +08:00
Sunny
cbcf0b8dd1 + UIDataGridViewFooter:增加DataGridView页脚,可做统计显示 2021-04-20 23:30:23 +08:00
Sunny
118feaaddb * 更新WIKI时,对一些文件的描述也做了更新。 2021-04-20 17:03:35 +08:00
Sunny
3f05902df5 * DirEx:增加一个文件夹选择框 2021-04-20 15:22:48 +08:00
Sunny
c5d18c1f4f * 更新WIKI时,对一些文件的描述也做了更新。 2021-04-19 21:51:39 +08:00
Sunny
e8e590b891 * UITextBox:增加ShowScrollBar属性,单独控制垂直滚动条 2021-04-18 22:27:40 +08:00