-
Estudos
Rad Studio Demo to Custom TreeView
- 2019-04-20 08:22:45下载
- 积分:1
-
Delphi源码学生信息管理系统推荐,源程序
Delphi源码学生信息管理系统推荐,源程序-Delphi Source Student Information Management System Recommendation
- 2022-08-12 18:56:57下载
- 积分:1
-
Xe10.2.2 Source
Delphi XE10.2.2 源代码,安装XE10.2.2后,放到XE10.2.2安装目录,即可以使用。
- 2023-08-06 02:45:06下载
- 积分:1
-
delphi NT本地API单元 用delphi写rootkit方便了。
delphi NT本地API单元 用delphi写rootkit方便了。-delphi NT local API module delphi write rootkit convenient.
- 2022-02-05 09:07:18下载
- 积分:1
-
delphi计算器
使用Delphi编的一个计算器,基本可以完成计算器的功能,界面简洁大方,与手机上面的计算器差不多,基本可以实现日常的计算使用。里面包括了源码
- 2023-06-17 11:55:03下载
- 积分:1
-
这是用DELPHI做的一个词典 可以自己添加的哦 你运行后会在你的C盘来添加两个文本来保存你的词...
这是用DELPHI做的一个词典 可以自己添加的哦 你运行后会在你的C盘来添加两个文本来保存你的词 -This is done by DELPHI can add a dictionary of Oh will you run on your C disk to add the two texts to save your word
- 2022-06-29 01:22:04下载
- 积分:1
-
ios-sms
IOS SMS, DELPHI xe8
一個小小簡單的sample 給大家看看(IOS SMS)
- 2021-03-05 15:29:32下载
- 积分:1
-
ACMConvertor
ACMConertor v.1
mp3播放,转换工具(This source code included TACMConvertor and uses it for mp3 to wave file conversion. TAudioInfo used to read from mp3 and TWaveFileWrite used to write to wave file.)
- 2010-05-17 11:36:24下载
- 积分:1
-
Delphi 使用Canvas美化ListBox列表项
Delphi 使用Canvas美化列表项,当用户鼠标单击ListBox列表项时,该列表项高亮显示,改变背景色,文字居中对齐,如图所示。
主要是使用了Delphi中的Canvas.FrameRect对其进行美化,具体代码有兴趣可参考:
Canvas.FrameRect(Clientrect);
if odSelected in State then
begin
Canvas.Brush.Color:=clRed;
Canvas.RoundRect(Rect.Left,Rect.Top,Rect.Right,Rect.Bottom,8,15);
setBkMode(Canvas.Handle,TRANSPARENT );
Canvas.TextOut((Rect.right-Rect.Left) div 2,Rect.Top,Items.Strings[Index]);
end
else
begin
Canvas.Brush.Color:=clSkyBlue;
Canvas.RoundRect(Rect.Left,Rect.Top,Rect.Right,Rect.Bottom,15,15);
Canvas.TextRect(Rect,Rect.Left,Rect.Top,Items.Strings[Index]);
end;
- 2022-06-01 23:33:23下载
- 积分:1
-
功能强大的报表生成和管理工具,能动态建立报表并且有效管理。...
功能强大的报表生成和管理工具,能动态建立报表并且有效管理。-powerful report generation and management tools, dynamic statements, and the establishment of effective management.
- 2022-06-30 18:49:02下载
- 积分:1