-
A FTPServer procedure writes which with IdFTPServer may
facilitate FTP the compi...
用IdFTPServer写的一个FTPServer程序
可以方便FTP的编写- A FTPServer procedure writes which with IdFTPServer may
facilitate FTP the compilation
- 2022-02-04 11:02:35下载
- 积分:1
-
这是我平时写着玩的按钮控件,用于显示各种控件的使用效果。...
这是我平时写着玩的按钮控件,用于显示各种控件的使用效果。-This is what I have always read the play button controls for the display of various effects of the use of controls.
- 2023-03-10 12:20:03下载
- 积分:1
-
类似windows xp的按钮控件
类似windows xp的按钮控件- The similar windows xp button controls
- 2022-06-12 20:24:27下载
- 积分:1
-
Verilog变成100例,里面包含了Verilog编程中常见的一些例子,对于新手还是很有帮助的。...
Verilog变成100例,里面包含了Verilog编程中常见的一些例子,对于新手还是很有帮助的。-Verilog into 100 cases, they include a Verilog Programming common examples is very helpful for the novice.
- 2022-04-30 19:48:21下载
- 积分: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
-
MFC库,VC++开发环境,圆形按钮实现的封装,可直接用于VC++工程...
MFC库,VC++开发环境,圆形按钮实现的封装,可直接用于VC++工程
- 2022-05-25 19:26:08下载
- 积分:1
-
数字电视数据广播
数字电视数据广播-Digital TV Data Broadcasting
- 2023-06-20 18:20:04下载
- 积分:1
-
To facilitate the use of Windows functions and online billing statistics. The st...
为方便使用WINDOWS的功能和上网时的计费统计。加强对数据库的压缩等功能与一身。-To facilitate the use of Windows functions and online billing statistics. The strengthening of database and compression as a function.
- 2022-04-14 16:02:14下载
- 积分:1
-
直接引用 直接引用 直接引用 直接引用
直接引用 直接引用 直接引用 直接引用-applied directly applied directly applied directly applied directly applied directly quoting directly quoting
- 2022-05-07 12:43:35下载
- 积分:1
-
VB的数据库打印
预览
VB的数据库打印
预览-VB database Print Preview
- 2023-04-08 23:10:03下载
- 积分:1