资源列表

« 1 2 ... .06 .07 .08 .09 .10 11911.12 .13 .14 .15 .16 ... 14954 »

[Dephi控件源码Delphi_277780

说明:Delphi:一个适用于DELPHI环境的md5 转换器bas文件源代码,可以帮助您加密STRING类型的字节。 -Delphi: one for DELPHI environment md5 converter bas file source code, can help you to encrypt STRING type byte.
<UGRX3JF> 在 2025-06-17 上传 | 大小:2kb | 下载:0

[Dephi控件源码Delphi_280867

说明:Delphi:使用Delphi制作响应TAnimate组件的OnClick事件,其实我倒觉得这个Delphi窗体制作的挺不错啊,还有二级菜单什么的,还有漂亮的窗口背景,明日科技的一个源码,效果截图如上示,是不是很漂亮的窗体呢? -Delphi: Delphi produced using the OnClick event TAnimate response component, in fact, I would think that this Delphi form produced ve
<X4D2DOS> 在 2025-06-17 上传 | 大小:857kb | 下载:0

[Dephi控件源码Delphi_315231

说明:Delphi:在Delphi中,使用MonthCalendar组件制作一个日历实例,都是相对简单的源码,Delphi高手绕行。 -Delphi: In Delphi, create a calendar using the MonthCalendar component instance, are relatively simple source code, Delphi expert bypass.
<X4D2DOS> 在 2025-06-17 上传 | 大小:4kb | 下载:0

[Dephi控件源码t

说明:Delphi:Delphi 动态创建组件,在打开的窗体中,鼠标每点击一次,就会创建一个文本框组件,在窗体的任何地方单击,都可以创建,如演示截图所示,你可以创建无数个这样的组件,动态创建组件,初学Delphi编程的好好参考一下哦。 -Delphi: Delphi dynamically created assembly in the open form, each click of a mouse, you will create a text box components, click, y
<X4D2DOS> 在 2025-06-17 上传 | 大小:128kb | 下载:0

[Dephi控件源码Delphi_321721

说明:Delphi:Delphi为TlistView组件绘制底纹,如上图示,在右侧窗口中是有底纹的,为TlistView组件增加了底纹效果,看上去还不错吧,把字体再美化一些,看上去就更专业了嘛。 -Delphi: Delphi is drawn as TlistView shading components, as shown in the right window is shaded for TlistView components increased shading effects, it l
<X4D2DOS> 在 2025-06-17 上传 | 大小:7kb | 下载:0

[Dephi控件源码Delphi_348314

说明:Delphi:一个Delphi用户自动登录功能的实现实例,将自动登录列表框的值设为“1”,即为自动登录功能,“0”则取消自动登录,免去用户每次登录系统的麻烦。这仅是一个模块实例,实际应用中需要配合数据库。 -Delphi: Delphi users to automatically log on to achieve an instance of the function will automatically log the value of the list box is set to "
<1SWD2JE> 在 2025-06-17 上传 | 大小:6kb | 下载:0

[Dephi控件源码Delphi_351225

说明:Delphi:Delphi防止程序多次运行,禁止一个程序多次打开,如图所示的程序中,同时只能运行一个实例,当你再次打开的时候会有弹出一个提示,你只能关闭这个提示,以前发过类似的Delphi源码,由不同的Delphi爱好者所写。 -Delphi: Delphi prevent multiple runs of the program, a program that repeatedly banned open, as shown in the program, but can only run
<1SWD2JE> 在 2025-06-17 上传 | 大小:43kb | 下载:0

[Dephi控件源码Delphi_362620

说明:Delphi:新手用Delphi写的QQ头像列表,点击右侧的列表,可获取到QQ头像列表,根据很久以前的程序修改的,运行效果请看源码编译截图。 -Delphi: Delphi novice wrote QQ picture list, click on the list on the right, you can get to the QQ picture list, modify the program according to a long time ago, and look at th
<1SWD2JE> 在 2025-06-17 上传 | 大小:10kb | 下载:0

[Dephi控件源码Delphi_367054

说明:Delphi:Delphi精彩实例源码下载+讲解:程序最小化运行代码实例,并在托盘处显示图标,在图标上单击右键显示菜单,本源码含有丰富的注释-Delphi: Delphi source code download+ wonderful examples to explain: the program is minimized to run code examples, and displays an icon in the tray at, right-click on the icon to
<1SWD2JE> 在 2025-06-17 上传 | 大小:23kb | 下载:0

[Dephi控件源码Delphi_367253

说明:Delphi:利用Delphi实现格式化磁盘,包括软盘和硬盘驱动器的各个分区,测试时候要小心,不要误操作。本例主要是介绍Delphi与系统底层的一些简单的操作,学习Delphi编程就要全面一点哦,虽然这个功能不怎么用,但是作为Delphi程序员是有必要知道的哦。部分代码:    B = 1 //B盘    DEFAULT = $FFFF //格式化成ID    FULLFORMAT = 1 //完全格式化    ERROR = -1 //格式化出错    NOFOR
<CXZ1IY7> 在 2025-06-17 上传 | 大小:175kb | 下载:0

[Dephi控件源码Delphi_372532

说明:Delphi:使用Delphi制作的图片电子相册,一个家庭影集,没有加入图片特效,只是实现了简单的图片浏览功能,可“上一张”、“下一张”不停查看图片,功能简单,当然源代码也是比较简单的,因此对Delphi初学者来说也是比较容易学习编程思路的。 -Delphi: Delphi making pictures using electronic album, a family album, did not join the picture special effects, just to achi
<CXZ1IY7> 在 2025-06-17 上传 | 大小:108kb | 下载:0

[Dephi控件源码Delphi_372538

说明:Delphi:音乐定时播放程序,用在中小学样的课间操定时播放音乐挺适合,只需运行后设置音乐文件路径,最小化程序,时间一到,自动播放课间操音乐,省去了有人值守的麻烦,相信这个源码是比较实用的,当然,从功能方面来说,要想真正使用,还需要对定时播放功能做一些改进,也可用于其它的定时音乐播放场合中。 -Delphi: music program broadcast regularly used in schools like calisthenics regularly play music ver
<CXZ1IY7> 在 2025-06-17 上传 | 大小:341kb | 下载:0
« 1 2 ... .06 .07 .08 .09 .10 11911.12 .13 .14 .15 .16 ... 14954 »

源码中国 www.ymcn.org