-
Watch
从A服务器连接B服务器(被监控),当连接失败,自动发邮件通知相关人员(A server connection from B server (by monitoring), when the connection fails, automatic email to inform the relevant staff)
- 2007-09-07 11:15:16下载
- 积分:1
-
Delphi Canvas.Brush为窗体绘制渐变背景
Delphi 为窗体绘制渐变背景,这里使用了Delphi中的Canvas.Brush.Color来实现窗口背景的渐变色,不错吧?如示例图的左右渐变效果,实现的代码:
for i:=0 to self.Width-1 do
begin
c1:=GetRValue(StartColor)+Trunc(i*(GetRValue(EndColor)-GetRValue(StartColor))/(self.Width-1));
c2:=GetGValue(StartColor)+Trunc(i*(GetGValue(EndColor)-GetGValue(StartColor))/(self.Width-1));
c3:=GetBValue(StartColor)+Trunc(i*(GetBValue(EndColor)-GetBValue(StartColor))/(self.Width-1));
Canvas.Brush.Color:=RGB(c1,c2,c3);
//每次画矩形的画刷颜色
Dct:=Rect(i,0,i+1,self.Height);
//每次刷绘的矩形区域
Canvas.FillRect(Dct);
//填充颜色
end;
- 2022-05-24 21:26:59下载
- 积分:1
-
ERP人力资源管理系统毕业设计
这是一个ERP人力资源管理系统.....的毕业设计..全套~~~`欢迎大家来看看.(ERP This is a human resources management system ..... graduates complete design .. ~ ~ ~ You are welcome to come.)
- 2020-06-26 09:20:02下载
- 积分:1
-
SCAN
working with elm327 obdii adapter
- 2020-06-16 23:20:01下载
- 积分:1
-
读写IC卡
读写IC卡的程序 读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序读写IC卡的程序
- 2023-04-13 01:30:03下载
- 积分:1
-
Les-principaux-ports-PC
Les principaux ports PC.rar
- 2014-10-13 09:27:59下载
- 积分:1
-
winamp 的Plugin 的Delphi接口包
winamp 的Plugin 的Delphi接口包-winamp
- 2022-10-05 12:50:03下载
- 积分:1
-
ed4
说明: eda的一个示例程序,一个压缩 解压程序的源代码(Seeds of a sample program, a compression decompression program's source code)
- 2005-12-04 13:23:03下载
- 积分:1
-
DWG文件预览之DELPHI版
在论坛里只找到了C#版的示例,于是做了一个对应的DELPHI版的示例
- 2022-02-06 01:14:56下载
- 积分:1
-
设备管理器。就像Window的设备管理器一样。源码来自网络,本人整理而已。...
设备管理器。就像Window的设备管理器一样。源码来自网络,本人整理而已。-Device Manager. Like Window
- 2022-01-27 13:26:22下载
- 积分:1