-
很好的文件搜索,大家都有什么不好的地方,希望大家…
很好的文档搜索,有大家分享的什么不好的地方,希望大家一起改进
- 2022-07-01 13:36:25下载
- 积分:1
-
database
A 充分利用数据库窗体专家(Database Form Expert)
B 将数据库转换为CSV格式
C 动态更新DBGrid的行颜色
...........................(A full use of the database form of experts (Database Form Expert) B database is converted to CSV format C dynamic update DBGrid row color ........................ ...)
- 2009-02-16 23:27:04下载
- 积分:1
-
erp系统中的必要功能,BOM的具体代码实现,清晰明了
erp系统中的必要功能,BOM的具体代码实现,清晰明了-erp xi tong zhong de bom dai ma
- 2022-10-17 00:35:03下载
- 积分:1
-
20040811195228290.rar 资源名称:大富翁离线浏览器(MYY)版,带源码...
20040811195228290.rar 资源名称:大富翁离线浏览器(MYY)版,带源码-20040811195228290.rar resources name : Monopoly offline browser (MYY) version, with FOSS
- 2022-02-07 20:52:44下载
- 积分:1
-
红外通讯套件 delphi控件
可用于 手机 电脑 之间的红外通讯编程...
红外通讯套件 delphi控件
可用于 手机 电脑 之间的红外通讯编程-Infrared communication suite delphi controls can be used for mobile infrared communication between the computer programming
- 2022-04-20 02:28:36下载
- 积分:1
-
Delphi 图片颜色逐渐加深功能的实现
Delphi演示如何将一张图片的颜色加深,类似于调整对比度,不过本效果不加入了渐变加深的动画效果,按住按钮图片一直变暗下去,要知空间,你可看下以下代码:
Bitmap:=image1.Picture.Bitmap;
image1.Height:= Bitmap.Height;
image1.Width:= Bitmap.Width;
for i:=0 to 255 do
begin
sleep(10);
for y:=0 to Bitmap.Height-1 do
begin
pixcolo:=Bitmap.Scanline[y]; //扫描每行像素颜色
for x:=0 to ((Bitmap.Width*3)-1) do
//递减颜色值,不同的递减值可改变不同的速度
if pixcolo[x]>0 then pixcolo[x]:=(pixcolo[x]-1);
end;
Image1.Canvas.Draw(0,0,Bitmap);
Application.ProcessMessages; //让Application去处理消息队伍中的消息
end;
- 2022-03-23 16:34:19下载
- 积分:1
-
BARCODE
Code Barcode , with component
- 2015-02-25 00:19:32下载
- 积分:1
-
DELPHI串口通讯程序
DELPHI串口通讯程序-Delphi serial communication program
- 2023-04-05 21:20:04下载
- 积分:1
-
RunExesvc
本软件以windows服务程序方式运行。
安装,执行install.bat,卸载执行uninstall.bat
配置:RunExe.ini。ExeRun设定运行程序,RunTime设定执行时间,可以是多个时间,运行后30分钟,自动关闭调用的程序。
仅当windows处于用户窗口登录状态时,也就是explorer.exe运行时,才执行。
执行时,被调用的程序显示窗口。
服务程序自动调用程序运行,并显示程序窗口。
当判断到Explorer在运行时,将根据设定时间,自动调用程序运行,30分钟后如果调用执行的程序未关闭,则自动将其关闭。(This software runs in the way of windows service program.
Install, execute install. bat, uninstall. bat unload
Configuration: RunExe.ini. ExeRun sets the running program and RunTime sets the execution time, which can be multiple times. 30 minutes after running, the calling program is automatically closed.
Windows is executed only when it is in the user window login state, that is, when explorer.exe runs.
When executed, the called program displays the window.
The service program automatically calls the program to run and displays the program window.
When it is judged that Explorer is running, the program will be automatically invoked according to the set time. If the program is not closed after 30 minutes, it will be automatically closed.)
- 2020-06-25 02:00:02下载
- 积分:1
-
delphi线程专讲,对于delphi下多线程开发很有帮助
delphi线程专讲,对于delphi下多线程开发很有帮助-delphi thread specifically speaking, for the development of multi-threading under delphi helpful
- 2023-01-31 03:25:04下载
- 积分:1