-
pr
说明: delphi获得打印机全部信息,注意不是打印队列的源码(delphi obtains the printer complete information, pays attention
is not prints the formation the source code )
- 2004-07-20 18:34:48下载
- 积分:1
-
shipinpuzuo
视频捕捉,包括客户端,服务器端,初次开发,没有经验,请见谅.(Video capture, including client, server-side, the initial development, lack of experience, sorry.)
- 2008-06-04 10:03:18下载
- 积分:1
-
Learn
Pascal
Sam A. Abolrous
Wordware Publishing,
The rest of the book is th...
Learn
Pascal
Sam A. Abolrous
Wordware Publishing,
The rest of the book is the most complete Delphi Pascal language reference available in print, with every language element detailed with complete syntax, examples and methods for use. The book concludes with a look at the compiler, and compiler directives discussed in depth.
- 2022-03-21 20:31:06下载
- 积分:1
-
用delphi做的,里面的数据库是ACCESS.可以查全国的地区,对初学者很有用,直接下载后就可以用到了,不用去添加全国各地的地名记录!...
用delphi做的,里面的数据库是ACCESS.可以查全国的地区,对初学者很有用,直接下载后就可以用到了,不用去添加全国各地的地名记录!-Delphi to do with the inside of the database is ACCESS. Can check the country
- 2023-01-31 10:50:03下载
- 积分:1
-
Delphi开发DLL插件用DLL封装应用程序资源
批量更改窗体控件,D7,XE都可用,非常方便,全部源码版(Batch change form control, D7, XE are available, very convenient, all source version)
- 2019-01-28 07:46:29下载
- 积分:1
-
uniGUI入门到精通功能演示
说明: uniGU I入门到精通功能演示 I入门到精通功能演示(From the introduction of unigui to the demonstration of proficient functions)
- 2020-02-29 21:34:03下载
- 积分:1
-
Delphi Canvas.Brush为窗体绘制渐变背景
Delphi 为窗体绘制渐变背景,这里使用了Delphi中的Canvas.Brush.Color来实现窗口背景的渐变色,不错吧?如示例图的左右渐变效果,实现的代码:
for i:=0 to self.Width-1 do
begin
c1:=GetRValue(StartColor)+Trunc(i*(GetRValue(EndColor)-GetRValue(StartColor))/(self.Width-1));
c2:=GetGValue(StartColor)+Trunc(i*(GetGValue(EndColor)-GetGValue(StartColor))/(self.Width-1));
c3:=GetBValue(StartColor)+Trunc(i*(GetBValue(EndColor)-GetBValue(StartColor))/(self.Width-1));
Canvas.Brush.Color:=RGB(c1,c2,c3);
//每次画矩形的画刷颜色
Dct:=Rect(i,0,i+1,self.Height);
//每次刷绘的矩形区域
Canvas.FillRect(Dct);
//填充颜色
end;
- 2022-05-24 21:26:59下载
- 积分:1
-
TMS-Security-System-QS
TMS Security System Quick Start documentation.
- 2011-09-26 09:25:26下载
- 积分:1
-
这是一个DELPHI编写的万年历小软件里面包含了农历,这也是没有使用任何第三方空间的DELPHI 2007版编写,整理了很多东西,界面也很漂亮。欢迎使用。...
这是一个DELPHI编写的万年历小软件里面包含了农历,这也是没有使用任何第三方空间的DELPHI 2007版编写,整理了很多东西,界面也很漂亮。欢迎使用。-This is a small calendar DELPHI prepared which contains the Lunar software, which is not using any third-party space DELPHI 2007 edition of the preparation, collating a lot of things, the interface is also very beautiful. Welcome.
- 2023-02-05 06:50:04下载
- 积分:1
-
基于Internet的利用IIS实现系统的自动更新程序
基于Internet的利用IIS实现系统的自动更新程序-Based on Internet use IIS realize the system automatically updates
- 2022-04-25 17:21:46下载
- 积分:1