搜索资源列表
zdplay
- 用Delphi的人对TMediaPlayer组件比较熟悉,它是一个相当出色的多用途的多媒体组件,但是美中不足的是:如果CDROM光驱的仓门打开就不能自动关闭。而且不幸的是,TMediaPlayer的方法和属性中没有解决这个问题的办法,所以我们不得不求助于Windows API,具体一些就是使用MMSystem.pas文件,另外一件需要注意的事是:我们可以单独调用Windows API函数,但是TMediaPlayer做了一些内部处理,所以我们就不必担心我们是否使用了组件。所以本例中使用了TMed
ShutOffMonitor
- delphi 的关闭显示器,移动鼠标会自动开启
shutdownthecomputer
- 获取鼠标空闲时间实现自动关闭计算机的delphi源代码-Access to the mouse idle time for automatic shut down the computer source code delphi
zdgbck
- DELPHI实现自动关闭窗口,无须点击关闭。-DELPHI automatically turn off the window, no need to click the turn off.
Login
- 验证用户登录,超过三次错误输入则自动关闭登录界面。-Validate the user login, more than three times the error type will automatically close the login screen.
P2PDelphi
- P2P客户端Delphi,可以解决P2P客户端自动关闭的问题,非原创-P2P client Delphi
5CloseForm
- 5秒后自动关闭窗口的小程序,给刚学Delphi的人学习用!-Automatically close after 5 seconds a small window procedure to just study and learn from people with Delphi!
poweroff
- delphi开发的一个window自动关机的程序,用到API函数来关闭计算机,关闭前获取权限-delphi development of a window automatic shutdown procedures, use the API function to turn off the computer, close the front access privileges
HiCode
- 用于DELPHI对话框弹出时自动在设置的时间后关闭。-For the DELPHI dialog box pops up close automatically when in the set time after.
close
- DELPHI本身的对话框没有自动关闭功能,这个例子实现了对话框自动关闭,可以自己设定时间,比如5秒。-DELPHI itself dialog does not auto-off feature, this example is achieved automatically close the dialog box, you can set your own time, such as five seconds.
Delphi_620445
- Delphi:Delphi实现登录窗体说明:本窗体为程序的登录窗体, 其并不由程序自动创建, 详见菜单 Project -> Options -> Auto-ceate Form ,在ShowLoginForm()中创建/使用/关闭/释放。登录窗体调用方法, 使用这个方法可以减少调用处的代码量, 也方便统一的对该窗体进行操作,因为需要查询数据库, 故引用DataModule的单元。关联按钮的Action属性到对应的Action对象上, 按钮会从Action对象中获取一些属性, 如Ca
oabackup
- Delphi编写实现的数据库自动备份程序,可以定时手动对指定目录进行拷贝,适合小型数据库备份。本软件共有两个模块:oasv是主备份模块,为了方便使用做成了服务,所以需要在命令行下安装一下;oabkset是服务管理模块,当初在自己的OA服务器上试过,有两个问题:1.资源释放问题,长时间——比如一个月,会对系统资源占用有一定影响,似乎隔段时间要关闭一下服务。2.好像容易被360等私下给阻止——尽管可以保证绝对没有病毒,还有啊,oasv对设置管理程序会进行检测以保证它的存在——这可能就是资源占用稍大的