资源列表
[Windows编程] Delphi_062120
说明:一个修改数据的Delphi窗口,可作为一个信息录入窗口来用,当点击“修改”按钮后,所有输入框恢复正常状态,可以重新编辑内容,如果不点的情况下,是浏览状态,内容是不可修改的。 -A modified Delphi data window can be used as an information entry window to use, click on the "Edit" button, all the input box bac<Y7DUHKS> 在 2025-01-29 上传 | 大小:10kb | 下载:0
[Windows编程] Delphi_068466
说明:一个Delphi打印设置程序,可进行字段宽度和正文设置,针对打印的需要进行设置,同时还可定义标题字体、表头字体、表格标题字体、表格字段等。界面上的那些立体按钮是怎么实现的?想知道吗?下载源码自己研究吧。 -A Delphi print setup, and text field width can be set up, set against the need to print, but also define the title<MDVWG4D> 在 2025-01-29 上传 | 大小:9kb | 下载:0
[Windows编程] Delphi_070411
说明:Delphi编程源码,用Delphi播放媒体文件的源码例子,播放wav文件,是一个Delphi多媒体播放实例,仅供参考。 -Delphi programming source code, source code examples using Delphi to play media files, play wav file, is a multimedia player Delphi examples for reference o<8W7TR35> 在 2025-01-29 上传 | 大小:7kb | 下载:0
[Windows编程] Delphi_142183
说明:景点图片预览查看Delphi图片查看器源代码,代码中可设置在绘制窗体时,是否绘制图片。如图所示的效果截图中,左侧缩略图是景点的小图片,鼠标点击一下任意一张小图,右侧就会显示出该图片的大图片,实现一个图片查看器的功能。-Attraction Images Preview to see Delphi picture viewer source code, the code can be set when drawing form, whet<Y3YLG8E> 在 2025-01-29 上传 | 大小:1.6mb | 下载:0
[Windows编程] Delphi_163284
说明:Delphi模拟键盘输入,好像模拟的不太好,点击模似按钮后,一下子出来很多字符,有兴趣的参阅下代码,不多介绍了。 - Delphi simulated keyboard input, it seems too good simulation, analogue and click the button, all of a sudden out of a lot of characters, refer to the code a<5TXY52V> 在 2025-01-29 上传 | 大小:10kb | 下载:0
[Windows编程] Delphi_246071
说明:Delphi 在窗体上使用TAB选项卡的源码,选项不同的TAB,对应的内容会切换,目前似乎是很流行的一种功能了,现在好多软件的窗口大部分都使用有这种风格,这一款是在默认风格基础上做的效果,窗体没有美化,如果美化成某种风格,相信功能和界面都会十分实用。 -Delphi uses TAB tab on the form of source code, the option of different TAB, the correspond<5TXY52V> 在 2025-01-29 上传 | 大小:179kb | 下载:0
[Windows编程] Delphi_325680
说明:一个Delphi查询窗口,用Datagrid显示查询结果,只是一个窗体程序,没有带数据库,可设计制作查询窗口时候做下参考。 -A Delphi query window, with Datagrid display query results, just a window procedure, did not bring the database query window can be designed to do the next<5TXY52V> 在 2025-01-29 上传 | 大小:8kb | 下载:0
[Windows编程] Delphi_344573
说明:Delphi截获鼠标移开事件MouseLeave事件和MouseEnter事件,鼠标在本窗口上移动时,会告诉你鼠标的移动状态,MouseLeave或MouseEnter。 -Delphi intercepted mouse away event MouseEnter MouseLeave events and events when the mouse moves on the window, the state will tell<5TXY52V> 在 2025-01-29 上传 | 大小:5kb | 下载:0
[Windows编程] Delphi_376882
说明:Delphi更改文件的扩展名并保存,比如,本代码中的默认文件扩展名为ICO,程序将其改为BMP,演示如何截取文件扩展名并修改扩展名后保存文件属性。 - Delphi change the extension of the file and save, for example, the code in the default file extension ICO, the program will change it to BMP<4BWINSI> 在 2025-01-29 上传 | 大小:6kb | 下载:0
[Windows编程] Delphi_417855
说明:一个带启动动画的Delphi信息系统界面,启动画面就是在软件第一眼看到的画面,有的软件启动后需要加载很多模块,所以会有些慢,为了不让用户感到烦感,加上一个带动画效果的启动界面,告诉你软件正在加载,会提升不少用户体验的。 -Start the animation with Delphi Information Systems interface, the software startup screen is the first thi<4BWINSI> 在 2025-01-29 上传 | 大小:206kb | 下载:0
[Windows编程] Delphi_431001
说明:Delphi使用BMP图像制作的多图片窗口代码,窗口中几乎都是用BMP位图来实现的,还有一些鼠标悬停特效,用这个技巧可制作一个软件的界面,Delphi新手们可以学习一下。-Delphi BMP images produced using a multi-picture window code window bitmap BMP almost always achieved, there are some mouse-over effec<4BWINSI> 在 2025-01-29 上传 | 大小:826kb | 下载:0
[Windows编程] Delphi_452504
说明:一个录入窗体的源码,用Delphi设计一个车辆信息录入窗口,如果你在编写一个车管所车辆信息系统的话,这个录入窗口或许适合您。本源码简单,面向Delphi初学者,在录入窗口中,用户可输入车牌号码、选择车辆类型、姓名、购置日期、登记地址等信息。再配合数据库,就可以实现一个简单的信息录入程序。-An entry form the source, using Delphi to design a vehicle information inpu<4BWINSI> 在 2025-01-29 上传 | 大小:8kb | 下载:0