-
一款不错的精品导航条
一款不错的精品导航条 -one good quality Navigation
- 2022-06-12 01:56:47下载
- 积分:1
-
教师评价系统
应用背景学生分配反馈系统是一个和软件套件的软件工具和功能,提供快速,方便地访问学生的成功资源。这些工具和功能是由辅导员,教师和学生谁合作,以确保学生是满足他们的学术目标。关键技术核心优势成熟的过程和结果整体个案管理早期预警和干预可测学生行为管理任何人口在风险学生咨询服务残疾服务高中生远程教育流离失所工人你要管理的人口,学生运动员,优等生等
- 2022-08-08 18:08:52下载
- 积分:1
-
GlowButton - 发光的按钮控件
翻译 maninwest@Codeforge 作者:John Underhill @ Codeproject最近我在查看 KMP Player 软件上的一些图形元素(如果你想看看好的图形设计,我建议你也查看一下)。我在项目中需要的是一个简单的发光按钮控件,用于玩家控制的,这不是什么太神奇的东西,只是在鼠标悬停时能够改变颜色。让图像更改颜色很简单,只需修改 ImageAttribute 的颜色矩阵:private void DrawColoredImage(Graphics g, Image img, Rectangle bounds, Color clr)
{
using (ImageAttributes ia = new ImageAttributes())
{
ColorMatrix cm = new ColorMatrix();
// convert and refactor color palette
cm.Matrix00 = ParseColor(clr.R);
cm.Matrix11 = ParseColor(clr.G);
cm.Matrix22 = ParseColor(clr.B);
cm.Matrix33 = ParseColor(clr.A);
cm.Matrix44 = 1f;
// set matrix
ia.SetColorMatrix(cm);
// draw
g.DrawImage(img, bounds, 0, 0, img.Width,
img.Height, GraphicsUnit.Pixel, ia);
}
}示例代码中的 ParseColor 会将位转化为浮点值。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-07-25 02:55:04下载
- 积分:1
-
EVC下的按钮编程,对初识EVC的人来说应该是不错的参考资料
EVC下的按钮编程,对初识EVC的人来说应该是不错的参考资料-EVC button under the program, the EVC of acquaintances who should be a good reference
- 2023-04-28 09:25:03下载
- 积分:1
-
这个是关于EXCEL的一个类主要是进行EXCEL导出希望没写过的研究下吧 呵呵好好研究...
这个是关于EXCEL的一个类主要是进行EXCEL导出希望没写过的研究下吧 呵呵好好研究-this is a type of EXCEL is mainly derived EXCEL hope no previous studies it carefully study Oh
- 2022-02-03 03:46:36下载
- 积分:1
-
自编的。net风格按钮,蓝绿两色,并且会变换颜色。解压密码无
自编的。net风格按钮,蓝绿两色,并且会变换颜色。解压密码无-The self. net-style button, two blue-green color, and will change color. Extract password-free
- 2022-02-15 01:50:55下载
- 积分:1
-
带有图标的平面按钮,这个程序演示如何使用CButtonST类来修改按钮样式和CHyperLink类创建超链接.很漂亮...
带有图标的平面按钮,这个程序演示如何使用CButtonST类来修改按钮样式和CHyperLink类创建超链接.很漂亮-plane with the icon button This procedure shows how to use CButtonST category buttons to modify forms and category creators CHyperLink Hyperlink building. very pretty
- 2022-04-08 19:17:50下载
- 积分:1
-
单项选择的控件自己做,可以作为参考,请下载
单项选择的控件自己做,可以作为参考,请下载-individual choice of controls do it themselves, can be used as reference, please see Download
- 2022-05-26 01:09:20下载
- 积分:1
-
formview中显示sheetCodeGuru Migrating Data Between Excel 2000 and SQL Server 2...
formview中显示sheetCodeGuru Migrating Data Between Excel 2000 and SQL Server 2-formview shown sheetCodeGuru Migrating Dat Between a 2000 Excel and SQL Server 2
- 2022-09-04 10:20:03下载
- 积分:1
-
一个苹果样式的滚动条!嘿嘿,可以看一下还有许多地方要改进的啊...
一个苹果样式的滚动条!嘿嘿,可以看一下还有许多地方要改进的啊-An apple-style scroll bar! Hei hei, you can see there are many places to improve the ah
- 2022-02-15 06:23:41下载
- 积分:1