-
Recipe
这是一套用Delphi7.0开发的医院信息管理系统门诊收费源码。(This is a set of hospital information management system outpatient charge source developed by Delphi7.0.)
- 2018-10-17 11:14:37下载
- 积分:1
-
TransForm
一个通用的数据库转换数据,实现了sqlserver,sybase,oracle数据库进行数据转换(A general conversion data to achieve the essentially, sybase, oracle data conversion)
- 2014-11-06 22:27:08下载
- 积分:1
-
指纹采集Delphi源码
带有OCX控件的DELPHI指纹采集示例,压缩包无密码。(Finger DEMO of Delphi)
- 2019-02-14 10:28:33下载
- 积分:1
-
Delphi 打印图形(图片)
Delphi 打印图形,把图片打印出来,通过这个例子,你可以学习到:
strect:Trect;//定义打印输出矩形框的大小
temhi,temwd:integer;
begin
if DIGPrint.execute then
begin
temhi:=imgpic.picture.height;
temwd:=imgpic.picture.width;
while (temhi = printer.pageheight div 2)and
//将图形放大到打印页面的1/2大小
(temwd = printer.pagewidth div 2) do
begin
temhi:=temhi+temhi;
temwd:=temwd+temwd;
end;
with strect do //定义图形在页面上的中心位置输出
begin
left := (printer.pagewidth -temwd) div 2;
top := (printer.pageheight-temhi) div 2;
right := left+temwd;
bottom := top+temhi;
end;
with printer do
begin
begindoc;
canvas.stretchdraw(strect,imgpic.picture.graphic);
enddoc;
end;
end;
- 2022-10-24 23:35:04下载
- 积分:1
-
Delphi 简单的文件查看器
Delphi 简单的文件查看器,可以获取并显示文件的显示名,获取并显示文件类型信息,获取并显示表示该程序的图标,获取文件属性信息,始获取并显示文件上次修改的日期和时间,处理用户没有选择文件而选择了文件夹或驱动器的转化异常。
- 2022-08-11 18:22:46下载
- 积分:1
-
主要用于DELPHI文件查询,替换,功能全面,可以直接查看DELPHI代码...
主要用于DELPHI文件查询,替换,功能全面,可以直接查看DELPHI代码-DELPHI paper mainly used for query, replace, full-featured, you can directly view the DELPHI code
- 2023-02-10 04:00:04下载
- 积分:1
-
This system is mainly divided into 11 sub
本系统主要划分为11个子模块:与操作员有关的文献刊物入库、出库、库结存和文献刊物查询,修改密码,注销,帮助等模块;与计算机管理员有关的在此基础上添加了报表打印,操作员管理,文献刊物编号管理,文献刊物出版社管理等。-This system is mainly divided into 11 sub-modules: with the operators of storage-related literature publications, a library, bank balances and documentation Publications query, modify your password, write-off to help, such as module and computer-related administrators on the basis of added Statement printing, operator management, literature publication number management, literature publishing house publications management.
- 2022-02-04 23:57:19下载
- 积分:1
-
20120406134641_YY365Tools
人气网站,增加人气的一个网站信息,可以提高人气指数(people net)
- 2012-05-03 18:30:57下载
- 积分:1
-
resizekit
说明: delphi自适应控件
控件同根据窗体同比例缩放(adaptive controls delphi controls with the same scaled according to Form)
- 2011-04-01 15:32:42下载
- 积分:1
-
DEPHI实现
一个用DELPHI语言编写的入侵检测,功能有:屏幕截取,追踪IP等~(Intrusion detection system program in DEPHI.Function:trace IP, intercept screen)
- 2005-03-21 11:48:15下载
- 积分:1