-
Delphi IPEdit控件
自已一直在用的IPEdit控件,自己添加了IPstring属性,可以直接读取或设置IP。控件使用DelphiXE1缩写,请用户自己修改自己控件,以满足自己的需要
- 2023-01-01 15:50:03下载
- 积分: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
-
design is a process of a total of N line in the process scheduler. Process Sched...
设计一个有 N个进程共行的进程调度程序。
进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和时间片轮转调度算法。
每个进程由一个进程控制块( PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。 -design is a process of a total of N line in the process scheduler. Process Scheduling Algorithm : The number of the highest priority priority scheduling algorithm (that is, processors allocated to the highest priority in the process) and time-scheduling algorithm postings. Every process from a process control block (PCB) said. Process control block may contain the following information : process, and priority number, the arrival time, the running time, CPU time used, the process of the state and so on.
- 2022-08-09 06:12:05下载
- 积分:1
-
本源码是基于Visual C++的,是一种Hot按钮,这种按钮有它独特的一面...
本源码是基于Visual C++的,是一种Hot按钮,这种按钮有它独特的一面-this source is based on Visual C, and it is a Hot button, the button has its unique side
- 2022-02-13 21:54:39下载
- 积分:1
-
飞机发射的c源代码,对于目前的飞机都比较适用
飞机发射的c源代码,对于目前的飞机都比较适用-aircraft fired c source code for the current aircraft are more applicable
- 2022-07-28 04:49:09下载
- 积分:1
-
the software clearly high. Online can also watch different television programs,...
本软件清楚度高。能够同时在线观看不同的电视节目,语言效果不错哦!-the software clearly high. Online can also watch different television programs, language worked quite well!
- 2022-03-23 03:43:50下载
- 积分:1
-
这是一个非常好的按钮编程源代码,非常有参考和学习的价值.
这是一个非常好的按钮编程源代码,非常有参考和学习的价值.-This is a very good button programming source code, is a reference and learning value.
- 2022-03-05 12:16:16下载
- 积分:1
-
GDI函数绘制的高效,非常漂亮的自绘按扭.
GDI函数绘制的高效,非常漂亮的自绘按扭.-GDI drawing functions efficient, very beautiful painting from the buttons.
- 2023-08-05 13:15:04下载
- 积分:1
-
MFC 托盘气泡
本程序演示了用vc6.0 MFC 如何创建托盘,并在托盘上显示气泡提示,(xp、win7均可),并提供了最新的shellapi.h(很多mfc编程需要用到该头文件),代码非常简单。
- 2022-06-01 09:47:07下载
- 积分:1
-
最小化到任务栏(缩成小图标),单击弹出光驱或关闭光驱
最小化到任务栏(缩成小图标),单击弹出光驱或关闭光驱-Minimize to taskbar (缩成small icon), click the drive or turn off pop-up drive
- 2023-07-09 04:30:03下载
- 积分:1