-
抽号程序,用于抽取随即数,里面有说明,请根据说明操作。...
抽号程序,用于抽取随即数,里面有说明,请根据说明操作。-No. pumping process, then the number of samples used, which have instructions, in accordance with the instructions.
- 2022-08-03 09:42:02下载
- 积分:1
-
mysqlService
此代码是实现系统已安装MYSQL服务检测监控来作介绍,如果把条件去掉就能管理系统所有服务(This code is to achieve the MYSQL service inspection and monitoring system has been installed to be introduced, if the conditions to remove all the services will be able to manage system)
- 2013-05-15 12:54:52下载
- 积分:1
-
program-on-task
一个delphi开发的最小到任务栏托盘程序(A delphi development of the smallest to the taskbar tray program)
- 2012-09-05 00:21:54下载
- 积分:1
-
Delphi 程序控制关闭显示器
Delphi 程序控制关闭显示器,不过我很好奇Delphi真能关闭显示器么?如果是用Delphi截断视频信号的输出,让显示器黑屏,这倒是有可能哦,但是让Delphi直接关闭显示器,有点不太可能吧?看了看代码,原来是这样:
begin
//关闭显示器
PostMessage(Application.Handle,WM_SYSCOMMAND,SC_MONITORPOWER,1);
//打开显示器:
PostMessage(Application.Handle,WM_SYSCOMMAND,SC_MONITORPOWER,0);
end;
- 2022-04-01 11:14:50下载
- 积分:1
-
ser232mon
- 2008-10-18 11:59:29下载
- 积分:1
-
fft.delphi
The source code that shows how to get Fast Fourier Transform in Delphi(Pascal).
- 2009-10-19 06:25:49下载
- 积分:1
-
hero1108
全套传奇引擎,功能齐全和不错的支持很多功能(A full set of the legendary engine, featured a lot of features and good support
)
- 2011-12-20 15:49:35下载
- 积分:1
-
ACTSGL
本程序只是简单实现多用户管理
模拟win2000中的用户,用户组管理
对不同用户动态生成不同的菜单(The procedure is simple multi-user management simulation win2000 user, user group management for different users to dynamically generate different menus)
- 2014-04-23 16:38:53下载
- 积分:1
-
Delphi 使同类的组件进行同样的操作
Delphi 使同类的组件进行同样的操作的一个实例,类似于将WEB表单统一清空的功能,点击按钮后,所有文本框组件的内容被清空,作用在相同的组件实例上,代码:
procedure TForm1.Button2Click(Sender: TObject);
begin
Close;
end;
procedure TForm1.Button1Click(Sender: TObject);
var
ClearText : Integer;
begin
For ClearText := 0 to Form1.ComponentCount -1 do
begin
//判断如果窗体中包含文本框组件,则将所有文本框组件的内容清空
if Form1.Components[ClearText] is TEdit then
begin
TEdit(Components[ClearText]).Clear;
end;
end;
end;
- 2022-05-23 05:25:03下载
- 积分:1
-
Control component to control scanners scanner components
控制扫描仪的组件 控制扫描仪的组件-Control component to control scanners scanner components
- 2022-03-06 02:59:42下载
- 积分:1