-
Produced a very good drop
很好的下拉列表制作 自由选择下拉的内容 结合了复选框功能-Produced a very good drop-down list in order to freely choose the content of the drop-down
- 2023-07-24 16:20:03下载
- 积分:1
-
一个启动界面程序
一个启动界面程序-launched an interface procedures
- 2022-01-26 01:37:30下载
- 积分: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
-
filePath
说明: 程序可自动获取磁盘的所有目录及文件,文件的大小,类型等信息。和windows资源管理器样样好用 可复制,创建,张贴,删除等(Program can automatically access the disk all the directories and files, file size, type and other information. And everything nice windows Explorer to copy, create, display, delete, etc.)
- 2010-03-18 15:47:27下载
- 积分:1
-
本应用为FTP协议的文件tyransfer协议交换的转移…
this application for FTP protocol File TYransfer Protocol to exchange an transfer file in a LAN delphi code source
- 2023-08-04 18:25:02下载
- 积分:1
-
video
Education dpr active important
- 2014-12-03 10:43:09下载
- 积分:1
-
从事编程的时间已经有几年了,从在学校的小打小闹的编程到现在的在专
门的从事电脑编程的软件公司工作已经有几年了,感慨万千,这中间有过许许多多的...
从事编程的时间已经有几年了,从在学校的小打小闹的编程到现在的在专
门的从事电脑编程的软件公司工作已经有几年了,感慨万千,这中间有过许许多多的
酸甜苦辣,以及有着许许多多的不眠之夜,在此我首先感谢我的朋友们对我的支持,
谢谢你们,同时还要谢谢那些老前辈留下的那些技巧,在我每次面对问题要解决的时
候,是你们辛苦地摸索出来的东西让我豁然开朗,问题迎刃而解.
写这些东西的缘由说来也颇为简单,因为自己觉的有很多的技巧应该与大
家分享,同时也希望我平常所收集的以及我的个人心得能帮助所有编程序的人员 ,
能将我写的这个东西成为你编程的宝典,由于是我第一次做这样的东西,难免会有这
样或是那样的不足之处,还请广大朋友指正. 由于技巧不断的更新 , 所以这个东西也
要不断的更新,我第一次首先尝试制作有关Delphi的技巧,由于我现在用的是她,所以
先写Delphi的技巧,其他的诸如VB、VC的技巧等我整理以后再进行制作,还希望广
大的网友多多支持。-Programming time has been engaged for several years, chipping away from the school of programming to the current in the tertiary
The door in computer programming, software company, has been for several years, and filled with emotion, which had many of the middle
Ups and downs, as well as with many sleepless nights, and I begin to thank my friends for their support,
Thank you, thank you to those old-timers while also leaving those skills in every time I face the problem to be solved when the
Hou, yes you have worked hard to
- 2022-10-06 18:55:03下载
- 积分:1
-
包含常用Internet协议TCP,UDP、HTTP、FTP、Telnet等,此版本新增加一个THttpServ构件...
包含常用Internet协议TCP,UDP、HTTP、FTP、Telnet等,此版本新增加一个THttpServ构件-commonly used Internet protocols include TCP, UDP, HTTP, FTP, Telnet, this new version of a component THttpServ
- 2022-03-22 12:03:56下载
- 积分:1
-
Delphi 使用 Mirro driver 编写的屏幕截屏
Delphi 使用 Mirro driver 编写的屏幕截屏-Delphi used to prepare the screen Mirro driver Screenshots
- 2023-05-15 08:10:03下载
- 积分:1
-
Delphi 定义鼠标ANI动画光标
ANI动画鼠标,为自己的鼠标定制了一个带笑脸动画的光标,类似于定义鼠标的样式,定义动画光标将改变鼠标默认的样式,这样定义的动画光标格式为ANI文件。
屏幕截图抓不到动画光标,这是神马情况?
- 2022-10-08 15:50:03下载
- 积分:1