资源列表

« 1 2 ... .85 .86 .87 .88 .89 2090.91 .92 .93 .94 .95 ... 2388 »

[Dephi控件源码Delphi_488382

说明:Delphi:自己动手制作的一款简易带特效的Delphi电子相册,浏览图片的时候带有逐渐放大的特效,可指定图片进行浏览,作为一款完整的电子相册,本程序还有许多需要完善的地方,可作为一个图片显示特效的模块来用。 -Delphi: do it yourself with the effects of a simple Delphi electronic photo album, browse pictures when enlarged
<D3LEVZD> 在 2025-01-17 上传 | 大小:87kb | 下载:0

[Dephi控件源码Delphi_525333

说明:Delphi:一个Delphi图片剪切的例子,按回车剪切,只支持打开BMP.EMF等格式都可以,但没见到支持JPG。本实例是Delphi开发案例精选中后个例子,使用TextOut在画布上画图。打开程序选择图像后,用鼠标右键拖选出一个区域,按回车键直接剪切图像。 -Delphi: an example of Delphi picture shear, press Enter to cut, only supports open BMP
<QO6SH1V> 在 2025-01-17 上传 | 大小:11kb | 下载:0

[Dephi控件源码Delphi_631635

说明:Delphi:Delphi枚举局域网SQL服务器,可以检测到局域网内的SQLServer服务器名称,功能比较单一,仅此而已,觉得有需要的就下载源程序吧。 -Delphi: Delphi enumerate LAN SQL Server, SQLServer can detect LAN server name, function relatively simple, nothing more, I feel there is a n
<QO6SH1V> 在 2025-01-17 上传 | 大小:48kb | 下载:0

[Dephi控件源码Delphi_644086

说明:Delphi:区位码转换数字,Delphi根据区位码转换成汉字,或者说根据区位码识别/判断汉字是什么,程序还有一定Bug,仅供学习参考。 -Delphi: area code convert digital, Delphi converted into Chinese characters based on area code, or area code based on the identification/determine w
<QO6SH1V> 在 2025-01-17 上传 | 大小:6kb | 下载:0

[Dephi控件源码Delphishouxian

说明:Delphi限定程序的使用时限,程序逻辑:先判断是否初次运行程序,不是第一次运行,则判断当前的系统时间是否超出了使用期限,这里假定软件试用期限30天,此值可自定义,本源码仅演示这类程序的逻辑实现过程,有助于编写软件注册程序。-Delphi limited time, program logic: first determine whether the first running program, not the first operat
<wpudn44> 在 2025-01-17 上传 | 大小:5kb | 下载:0

[Dephi控件源码inione

说明:Delphi INI文件读写操作,这似乎是一个比较常见的操作了。INI文件多用做程序的配置文件,本程序中就是使用INI存储了程序的相关信息。比如打开窗口后,所显示的第一句话就是从根目录下的INI文件中读取出来的,点击按钮,可切换成中文信息。-Delphi INI file read and write operation, it seems to be a common operation. INI files for program
<wpudn44> 在 2025-01-17 上传 | 大小:5kb | 下载:0

[Dephi控件源码Delphigetdisk

说明:Delphi获取驱动器容量,以前发过的,这一款同样比较简单,运行本程序后,可在上边的combox中选择驱动器名称,然后点击“检测驱动器容量”按钮,立刻显示出当前所选择驱动器的总容量(空间)大小和剩余空间大校-Delphi access drive capacity, hair before, this one is also simple, run this program, can choose the drive name at t
<wpudn44> 在 2025-01-17 上传 | 大小:4kb | 下载:0

[Dephi控件源码delphifeiform

说明:Delphi源码实现的不规则窗体,非矩形窗口,绘制一个五角星窗体,大致的实现思路:创建一个多边形的区域,绘制多边形窗体,设置窗体初始背景颜色,使窗体始终保持在最前,设定画笔大小,绘制多边形轮廓线,恢复窗体正常位置和显示属性。-Delphi source code to achieve the irregular form, non rectangular window, draw a star form, ideas to achiev
<wpudn45> 在 2025-01-17 上传 | 大小:4kb | 下载:0

[Dephi控件源码apiprint

说明:Delphi利用API直接打印内容,可打印图像和打印文字类型的内容,与其它打印程序的区别是,本程序是基于Delphi API实现的。-API direct printing content by Delphi, can print images and print text content types, different from other print procedures, this procedure is implemente
<wpudn45> 在 2025-01-17 上传 | 大小:8kb | 下载:0

[Dephi控件源码getfontlist

说明:Delphi枚举可用字体,也就是列出windows系统中所有安装的字体名称,向组合框中添加系统中已经安装的字体名称,若选中字体后,可改变R i c h E d i t组件中文字的字体。-The Delphi enumeration of fonts, also is the list of all installed fonts name windows system, add the font name is already inst
<wpudn45> 在 2025-01-17 上传 | 大小:5kb | 下载:0

[Dephi控件源码diguidir

说明:使用Delphi递归法遍历磁盘目录,通过本源码你可以熟悉下delphi中的递归法实现,另外还可以了解一下如何遍历目录,程序运行截图如上所示,测试时按要求指定相关参数,点击”开始“按钮即可。-The use of Delphi disk directory traversal recursive method, through the source code you can be familiar with recursive metho
<wpudn45> 在 2025-01-17 上传 | 大小:89kb | 下载:0

[Dephi控件源码delphiapithread

说明:采用多线程技术的Delphi API 串口通信例子,应用程序只需调用API对读/写缓冲区操作即可,用到了一些API函数,比如CreatFile打开文件函数、Setupcomm设置通信缓冲区大孝ReadFile读串口操作等,当然还用到了许多函数。除了用到这些API函数外,还用到了一个DCB设备控制块,本例仅作最基本的API串口通信介绍,因此程序代码都不是太复杂的设计,仅创建了一些新项目后为form窗体增加几行代码即可。-Delphi AP
<wpudn45> 在 2025-01-17 上传 | 大小:7kb | 下载:0
« 1 2 ... .85 .86 .87 .88 .89 2090.91 .92 .93 .94 .95 ... 2388 »

源码中国 www.ymcn.org