-
Raize.v5.5
Raize 5.5 最好的delphi 控件之一(Raize 5.5 one of the best delphi controls)
- 2017-10-03 17:23:46下载
- 积分:1
-
Ehlib9.0.034
Delphi xe 10 下,好用的表格组件Ehlib9.0.034
- 2023-08-11 02:25:13下载
- 积分:1
-
我是蛇(DELPHIX)的作者,最近花了Asphyre,感觉超级
我就是贪吃蛇(delphix)的作者,最近用了Asphyre,感觉超爽,但网上资料很少,自己研究了一下,把原来的贪吃蛇改成用Asphyre的,也算给Asphyre新手的一个示范吧.-I am the Snake (delphix) the author, most recently spent Asphyre, feeling super-cool, but very little information online, their own research, then changed to the original Snake with Asphyre also count for a novice Asphyre Model it.
- 2023-03-31 20:10:04下载
- 积分:1
-
门禁系统源代码早 下旧是是是是是是是是是是是是是是是晶
门禁系统源代码早 下旧是是是是是是是是是是是是是是是晶-Access Control System source code under the old back yes yes yes yes yes yes yes yes yes yes yes yes yes yes yes yes yes crystal
- 2022-12-24 04:35:03下载
- 积分:1
-
delphi mapx 几乎所有功能 鹰眼 工具 加密
delphi mapx 几乎所有功能 鹰眼 工具 加密 -delphi mapx ??乎所有?| 能 鹰眼 ??具 加密
- 2022-03-01 00:21:59下载
- 积分:1
-
llku
这是一个虚拟分区的源代码,其功能是把任何一个文件夹虚拟成一个分区,(This is the source code of a virtual partition, the function of which is to virtual any folder into a partition,)
- 2018-12-21 07:51:31下载
- 积分:1
-
适应快速repport德尔福
Quicke Repport adaptation for Delphi
- 2022-02-12 10:49:34下载
- 积分:1
-
Delphi添加图层蒙版
Delphi添加图层蒙版,运行本程序后,在屏幕上添加一层阴影,透明度大概在70%左右,可看作是在屏幕上方蒙了一层薄膜的感觉,代码简单:procedure TForm1.FormCreate(Sender: TObject);
var
bTrans: Byte;
OldStyle: Integer;
begin
form1.Color := clGradientActiveCaption;
WindowState := wsMaximized;
BorderStyle := bsNone;
FormStyle := fsStayOnTop;
OldStyle := GetWindowLong(Handle, GWL_EXSTYLE);
SetWindowLong(Handle, GWL_EXSTYLE, OldStyle or WS_EX_LAYERED Or WS_EX_TRANSPARENT);
bTrans := 128;
SetLayeredWindowAttributes(Handle, 0, bTrans, LWA_ALPHA);
end;
- 2022-02-06 10:25:25下载
- 积分:1
-
查询等级考试成绩的源码,使用报表类组建
查询等级考试成绩的源码,使用报表类组建-grading test scores for the source, the use of such statements form
- 2022-05-25 05:14:42下载
- 积分:1
-
Wer_FB
一款拦截封包的Delphi程序源码
用来捕获抓取局域网的数据包。可以先设定缓冲记录、筛选目标、筛选动作、清除数据等。(A packet interception source Delphi program to capture the LAN packet capture. Can set up a buffer recording, screening targets, screening action, clear data.)
- 2013-09-23 17:34:22下载
- 积分:1